00:00
00:00
Newgrounds Background Image Theme

GasGrass 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 "Platform Game Tutorial"

doesnt work

you didnt explain things very well... what was that about a hit box for the feet? didnt work...

also there is no BACK button on this tut.

could be an ok tutorial if you worked on it.

god I am so pissed off

like ive been doing this forever! What do i get when i finally finsh? ERROR!
this makes no sense you are bad at explaining leaving me confused all this frustration and a fucking error!

Great tutorial BUT....

I seem to be getting the same error as the reviewers below me, the guy doesn't stop on the platform, something's wrong with your hittest, I even tried changing your script around a bit, changing the instance names and such. No dice. I put a good amount of work into this game, trying to make the animation smooth, the charater look decent. And it's just frustrating to have all that work go to shit, because of some error in the AS. I mean, I bet there ISN'T an error in the AS, I bet I'm just being a dumbass and doing something wrong, still...

If you could help me, and everyone else out here. That'd be fucking great.

Hope to hear from you soon.

There is an error.. please fix

i liked the tutorial.. it was helpful but there is an error in this code

for(i=0;i<99;i++){
if(this.walk.Feet.hitTest("_root.platform" + i)){
platform = eval("_root.platform" + i)
}
}
if(this.walk.Feet.hitTest(platform)){
if(falling == true){
_y = platform._y
velocity = 0
falling = false
}
}else{
falling = true
}

fix it please

sorry but

i didnt really like it cos, u missed out steps everywhere, like when to make things into a movie clip and stuff