00:00
00:00
Newgrounds Background Image Theme

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

Cool.

This will probably be a help to me later on.

Mike

argh that music

Please make an on/off button for your music.
I cant listen to my own music while using your tutorial.

Very useful and i learned alot

Very well done, i like the teacher character. easy to learn, though i didn't see any RPG elements in it. Nicely done and keep at it.

I need help :'(

I did the whole tut, and the only thing i got to work was the character, and the codes for the item nad the inventory box dont work so wtf?

ps plz help me, i also need help finding how to get enemies to come in to ur screen and stuff

Thank you

It helped me a lot! Also thanks to Goutenkou or somethin for that extra bit of actionscript. stop ();
function addToslot (item)
{
if (!item.found)
{
item._x = itemslot1._x + 5;
item._y = itemslot1._y + 5;
item.found = true;
}
}