I have very exciting news. I am actually going to finish the game live on Twitch, explaining it as I go. Don't have a date yet but soon. Also, as soon as this semester ends, I am going to be doing live programming lessons on twitch. The account name is: TheMathBuilding
Under rating threshold (hideshow)
Hey dear guys, i have a small Question: I am soon done with the whole lessons of this "game". I love it.
I am starting buying Actionscript 3 + Adobe Animate CC and i taked a look on my Friends Adobe Animate (He has sadly no Actionscript3, so i could check how it is).
My question: after i started making games, do i have to take HTML5 or Actionscript3 in adobe animate ?
Adobe Animate uses Actionscript3 (or Actionscript 2 but I would discourage it). You can use the HTML5 canvas feature in adobe animate. You can make a game using only Actionscript3 with a minimal amount of html code to "put the swf file on your website." I encourage you to learn both languages. Glad you like the game!
Under rating threshold (hideshow)
*nerd mode: on*
Of course the guy in Logic Land has pointy ears and wears blue. OF COURSE. I love you for this, it makes the whole section 10x more fun.
*nerd mode: off*
Under rating threshold (hideshow)
The game acts like the compiler executes your code. It doesn't. All the compiler does is translate your code into machine code for your computer to execute. It doesn't know what the values of your variables as it does not actually execute any of your instructions.
Nice tutorial though.
Under rating threshold (hideshow)
Well, I completed your game, I don't have any moola to contribute, but I do have some well wishes you could probably have.
Under rating threshold (hideshow)
Best tutorial i ever seen ! and i really love rpg's thanks for tutorial and game , i rate 5 star and added to favorite :)
Under rating threshold (hideshow)
Hey, I might just be retarded but at 1/7 Variables and Math my answer was
myVariable = 15;
And it doesn't work :( I'm pretty sure I did the math right :0
The variable was 10, then you added 20 which makes it 30. Then you divided by 2, which makes it 15.
I don't know what I'm doing wrong and I am confused... help?
Under rating threshold (hideshow)
Just completed basic training. Really wish I had found this back before I started making my incremental lol. Do I throw away a month of work to start over with an easier language or do I stick with C# because I already have some basic knowledge with it? Hmm.. Choices. Regardless, great game and loving the progression and little bits of comedy I'm seeing here. Very well done!
Under rating threshold (hideshow)
I have been play this game for almost 7 hours now. (Including all note that I wrote in my book). And I can say. I actually better understand everything about AS3 now. Thank you.
Under rating threshold (hideshow)
i'm halfway through the elite training zone in ramville, and i'm still forgetting the semicolon almost every time. is this a problem other programmers have at first, or am i slacking badly? feels pretty simple to have so much trouble with
You will get used to it. For me, it is automatic after programming for so long, like typing a period at the end of a sentence. Fortunately forgetting semicolons will not crash your program, and Adobe Animate will tell you if you are missing one and which line it is on.
Under rating threshold (hideshow)
Went through the Rite of Passage in "the for while volcano". isn't the while exercise and infinite loop? We never decrement the variable, so it's always var>5
Under rating threshold (hideshow)
If anyone is wanting more programming practice/learning. Khan Academy has some interactive videos about it. They teach Javascript.
Under rating threshold (hideshow)
I cant get past the eighth level of the Rite of Passage in For/While volcano? What is the loop i am supposed to write?
Also, I think the 3rd level in the same area has an error in "i = 7" is supposed to be "i < 7".
Under rating threshold (hideshow)
I found a little buggy if you wanna know :)
I just finished logic basics and I was going to play the "Eric the Med" and if you click on the annoying ping as an attack it takes you to the conditional junction screen.
Just wanted to help!! I love this game so much!!!
Under rating threshold (hideshow)
Btw, guys, I've got walkthrough videos up on YouTube. I should have all of the areas, although they're generally lumped in together (maybe three lessons per video).