Go!
Go!
Score:
rated 3.23 / 5 stars
Views:
7,445 Views
Share Links:
Genre:
Tutorial
Tags:
luigi
tutorial
platform
8bit

Click on an icon to vote on this!

Credits & Info

Uploaded
Jan 21, 2012 | 10:24 PM EST
File Info
Game
1.6 mb

Related Stuff

If you liked this, check these out!


Author Comments

** 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


GaruflaxGaruflax

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?


Thomast555 responds:

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.


DoctorStrongbadDoctorStrongbad

Rated 3.5 / 5 stars May 16, 2012

Mario and Luigi are the best. Thanks for the platformer advice.


Thomast555 responds:

You're welcome :)


Crashmaster770Crashmaster770

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?


Thomast555 responds:

Did you change the grounds Instance Name to Ground?


FullmetalhobbitFullmetalhobbit

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.


Thomast555 responds:

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.


elephantdeadelephantdead

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!


People find this review helpful!
Thomast555 responds:

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.