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"

VCAM is stupid.

Useless tutorial is useless.

im lovin it!

great tutorial.

by the way i couldn't figure out how to reply so it posted a new comment

bigboo2315 your code isn't working because the

speed = "10"

should be

speed = 10

Great!

One thing though, this was the code I wrote:

onClipEvent (load) {
speed = "10";
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
_x -= speed;
}
if (Key.isDown(Key.RIGHT)) {
_x += speed;
}
}

It doesn't go so well when I test it. If I press left, it moves left. If I press right, it disappears! What's wrong here?

awesome music

i was randomely on the site you know just for voting but then i stuck coz of the music

thnxthnxthnxthnxthnxthnxthnxthnxthnxthnxthnxthnx

thnx! ive been looking for a tutorial like this for ages! i'm thinking of making a platformer game and this is perfect! this is great 4 people who know next to nothing.
5 stars!