00:00
00:00
Newgrounds Background Image Theme

CrazyFace8 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 "RPG Platformer Tutorial"

one code doesn't work

the code you put in when you click the box
currentslotnum = 1;
stop ();
function addToslot (item) {
if (!item.found) {
item._x = eval("itemSlot"+currentslotnum)._x;
item._y = eval("itemSlot"+currentslotnum)._y;
item.found = true;
}

should have at the end
currentslotnum++;
}
or else it doesn't work, but overall a pretty good tutorial.
im new to flash and i'm trying to learn as much as i can about making games and other flash stuff. So this helped thanks

It dosent work

I AM SICK OF POEPLE PUTING CODES THAT DONT WORK AT ALL!!!!

I DID EVERY THING RIGHT. BUT JUST LIKE THE OTHER 1,000,000,000
CODES POEPLE HAVE TOLD ME, IT DOSENT WORK WORTH CRAP!

I would be nice but this just dosent stop!

onClipEvent (load) { moveSpeed = 10;}onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x += moveSpeed; } else if (Key.isDown(Key.UP)) { this._y -= 0; } else if (Key.isDown(Key.DOWN) && !fall) { this._y += 0; } else if (Key.isDown(Key.LEFT)) { this._x -= moveSpeed; }}onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) && !jumping) { vel_y = 36; jumping = true; } if (jumping == true) { vel_y -= 2; if (vel_y<=-15) { vel_y = -15; } this._y -= vel_y; } if (_root.ground.hitTest(this._x, this._y+35, true)) { vel_y = 0; jumping = false; }}onClipEvent (enterFrame) { this._y += 16; if (_root.ground.hitTest(this._x, this._y+1, true)) { this._y -= 16; }}

thats what I put. And the name is right to. If it even maters, i am using mx.

What is wrong this?

..................................................

Well, it helped until the item part. The actionscript wouldn't work, and I couldn't pick up the item..... So much for "Bunny Adventure".
*Shot*

Thanks!!!

this was lot of help, i gave this 5 raising it to 3.48

pointless.

The tutorials pointless if you dont instruct on how to copy the actionscript (The normal ctrl+c way oboiusly doesn't work). This is supposed to be tutorial for n00bs then you have to explain everything.

You gave this entry a 0, lowering its score to 3.47!