Don't Escape
I'm a werewolf and it's a full moon. I have to find a way to prevent myself from escaping.
3.74 / 5.00 29,572 ViewsRagnarok Online Jigsaw
Did you play Ragnarok Online? Do you like that game?
3.53 / 5.00 12,777 Views** JUST WAIT, THE WHITE SCREEN WILL DISAPPEAR! **
** THIS TUTORIAL IS FOR AS2! **
Want to know how to make a platform game? Well, you've come to the right place! If you follow this tutorial you will have a platform game with a character walking, running, standing, and collecting coins!
Reviews
Rated 4.5 / 5 stars July 16, 2012
I liked the way i continue to next page and the codes works better than other tutorials codes.
But i want to make like two grounds but if i make two movieclips with the same instancename it collaps, so what i have to do?
You would alter the instance name of level two to ground2. Then change the code in all the spots where it has ground to ground2 or the instance name you put as the ground.
Rated 3.5 / 5 stars May 16, 2012
Mario and Luigi are the best. Thanks for the platformer advice.
You're welcome :)
Rated 4 / 5 stars May 15, 2012
The code for the character seems to work fine, but she falls through the ground. Copy/pasted everything and named everything exactly how you said. Any ideas?
Did you change the grounds Instance Name to Ground?
Rated 4 / 5 stars February 15, 2012
The code for the platform works very well, you can create platforms of any shape and the collision still works which has saved me a lot of time as i was writing separate code for each wall, surface etc..
Some of the code is irrelevant tho, for instance the waterspeed variable didnt seem to serve any purpose but i just removed those bits and it still works fine.
I couldnt get the coin to work but i have my own way that works well with your code so that was fine.
i would definitely recommend this code for beginners as it is a lot simpler than a lot of the other tutorials floating about.
im not exactly a novice but this has helped me out a lot and the presentation is also very good.
Yeah, I copied and pasted the code from a previous failed game I was trying to make. The frames basically "collapsed" in the project so I had to start all over and I decided not too. I was going to add a water section to this tutorial but I just didn't come around to it. There is going to be a sequel though, Mario Platformer Tutorial. This will include jumping on enemies, going down into pipes, and water variables.
Rated 5 / 5 stars February 5, 2012
Hey great stuff!
I have a QUICK AND IMPORTANT question.... Do you know how I could add attacks to the character? Btw great stuff I learned alot! The coding ran smoothly and everything!
Glad to hear that the coding ran smoothly! For the attacks, I do have a sketchy way of doing them but as of currently... I don't have a straight forward way to do them.