00:00
00:00
Newgrounds Background Image Theme

Antdoodles 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"

Pretty good!

Muto bom.

onClipEvent(enterFrame) {
if(_root.mcBulb.hitTest(_root.block01)) {
mcBulb._y+-4;

}
}

When I put it on the frame, it gives me an error, when I put it on a movieClip, it stays frozen.

I will only give it 5 stars because I trust it is very good despite my idiocy.

Thanks! I always wanted to do a platformer but could never figure out how to assign movement to keys :)

I can do everything but cannot jump. D:, I know a tiny bitsy bit about AS2.