00:00
00:00
Newgrounds Background Image Theme

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

Pretty good

I think that you worked hard on this and you deserve this score. The movie was a little long but its understandable why, considering the topic. Your movie may have been a little boring but it was well made.

okay

It was fine until the walking part. My guy was halfway through the platform, so I clicked the 'My guys halfway through the platform!' button. You said that your little + thingie should be in the middle of your guy. So, I tried to move the little + thing but it didn't work!!! How can I fix this!

jumping

Thx for giving the code for jumping.

It works except......

it does work except what is the itemslot i named the inventory itemslot1 did not work then i tryed the frame did not work when
i test the game it just walks past it help!

Problem

Nice game although I had a big problem with the inventory part where there was a item, I used the script:
currentslotnum = 1;stop ();function addToslot (item) { if (!item.found) { item._x = eval("itemSlot"+currentslotnum)._x; item._y = eval("itemSlot"+currentslotnum)._y; item.found = true; currentslotnum++; }}
in my item and it said in the output "**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on/onClipEvent handler
currentslotnum = 1;stop ();function addToslot (item) { if (!item.found) { item._x = eval("itemSlot"+currentslotnum)._x; item._y = eval("itemSlot"+currentslotnum)._y; item.found = true; currentslotnum++; }}

Total ActionScript Errors: 1 Reported Errors: 1" and I'm using Macromedia Flash Professional 8. Can you please quickly help me?