00:00
00:00
Newgrounds Background Image Theme

applessmillion just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "Platformer Tutorial AS2"

NICE~!!

havnt tried it but it lokks very set out and trustworthy

ActionSick responds:

Thanks, recomend to tutorial collection please!

well then

seeing as i will most likely never use the information incased within, IT WAS AWEOMSE! lol very well explained. all i need now is flash, time, money to fund myself, and initiative.

ActionSick responds:

Sounds good :D

Thanks

I got many usefull info, even if I m going to make RPG than info in here are still usefull, anyway in tutorial where you was trying to teach us how to make safe button, I added

var savefile = SharedObject.getLocal("gamename");
_root.lvl = savefile.data.lvl;
if (savefile.data.lvl == undefined){
_root.lvl = 1;
}

to first frame ( where is pre loader )

and

on (release) {
_root.lvl++
savefile.data.lvl = _root.lvl;
savefile.flush();
}

to safe button, I saw that after safing, ever if I close game and open it again, I get highter number in dynamic text with lvl variable name.
But I still not understant how to make load button and thanks this get back all dynamic text numbers and every other info where is player, I realy not understant how to make it.

ActionSick responds:

basically, the load button is what would be on the first frame, this is basically for an auto load.

Great tutorial

I dont even use flash, but this makes me want to. Im already getting great ideas for awesome platformers. One thing I need to ask though, is it possible to make multiple animations for the same thing. Ex: can i have the running animation be at random with about 5 animations for running so the game doesnt look like crap and actually looks like you tried to make it look awesome. And if possible, can it be applied to everythig else like melee, shooting, changing direction, etc.

If this is possible, how much would it be to get good flashcreating software?

ActionSick responds:

yea, you mean like 5 different styles of the same run?

yes its possible, everything is possible in flash :D

Perfect Tutorial!

It Will help Me alot since i'm a platformer myself. Thank you very much, you included everything, Great work, i congratz you :) Thank You Very Much, this will be usefull to me :)