00:00
00:00
Newgrounds Background Image Theme

xomberus 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 Tutorial-"

not bad!

really!

nice

pretty good... could you explain the first code you give tho?

Well.

I tried to make it, did everything like you said, but when I start the game it shows the first frame, and then goes back to the preloader! and when I typ stop(); in the actionsmenu of the frame I cant walk, I just fall trough the ground and I only see the "ground", please please please reply or pm me with help. thanks :)

I "ALMOST" made a game

I got most of the stuff down that threw at me

I did have just a few problems though:

1) My character sinking into the ground

2) When you mention Step 3 in the V-cam process, you tell us to copy and paste this
onClipEvent (load) {
this.swapDepths(_root.getNextHighestD epth());
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.score++;
this.removeMovieClip();
}
}

The problem is... you don't tell us where to paste it at :( you just say go outside of the movieclip and paste it. So i couldn't finish it.

Nevertheless, this was very well done! I encourage you to make another one

bug

i found a bug in your code. You can latch onto walls if you run into them and hold up. You will travel upwards until the wall ends and then fly off it, giving you no boundaries.