00:00
00:00
Newgrounds Background Image Theme

LewgusWithFriends 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 "Ryan's Platformer Tut."

what?

dude, I have been working really hard on making these character movements and you give me this:
onClipEvent (enterFrame) {
grav++;
_y += grav;
if (Key.isDown(65)) {
setspeed = wlk;
} else {
setspeed = run;
}
while (_root.ground.hitTest(_x, _y, true)) {
djump = false;
tjump = false;
_y--;
grav = 0;
}
if (_root.water.hitTest(_x, _y, true)) {
grav *= slow*1.25;
} else {
speed = setspeed;
}
if (Key.isDown(Key.RIGHT)) {
_x += speed;
_xscale = scale;
if (_root.ground.hitTest(_x, _y+3, true)) {

Where is the rest!?
you stop there and it makes 0 sense to me.

you say : "copy and paste this to your caracter actions and this is what you should get." then you show something that wasn't the code you told me to copy paste!
Next time you do this, make sure you've got it right and not have slipped up,
Because I have worked super hard on a character, and you give me an unfinished code.

It's Very Interactive

I really love this tut cause it gives you the example with the MK game. It makes it interesting and shows us how it works

hey well

5/5 10/10 but where do i put variables? do i put them in actions where i can actually edit the MC? or do i put them in actions on the regular stage? please respond i am a noob in flash.

2-3-ryan-5 responds:

the var.s for the character you put in the character also

thank you!

Very helpfull and complete, I would have liked to learn the why and how but that's just me n.n

Awesome!

Well, luckily it isn't choppy, and the demo looked pretty good.