00:00
00:00
Newgrounds Background Image Theme

htffan2000 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 Tutorial (Part 1)"

good one

that was a pretty nice and informative tutorial. split this one into parts i see.... i'm sure that a 2nd part to this tutorial will also deliver some nice help as well.

it seems good accordin to others but.....

i cant read anything... it loads and looks nice but the text is only slightl lighter then the background makin it half immposisible to read.

ummm

I know I'm being annoying as hell, giving a mediocre score because of my personal problems, but if anyone can help, I'll rate it highly.

My problem is simply this: the character won't move.
There are no sintax errors or anything, it just plain out doesn't work. I'm using a circle movieclip, which is 30 in diameter. Here's the code that I have:

onClipEvent (load) {
speed = 5();
radius = 15();
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this._x += speed;
}
if (Key.isDown(Key.LEFT)) {
this._x-speed;
}
if (Key.isDown(Key.UP)) {
this._y -= speed;
}
if (Key.isDown(Key.DOWN)) {
this._y += speed;
}
}

any ideas? I have flash 8

allweys the same...

when you said that will be learned yo make enemies i thought its gonna be a helpfull tut.
but you just make the character desapear teach how to make hp/mp bar score
and how to enter buildings.
this would make it a better tutorial.
i know this is only part 1
but in one part you should teach more than that.

2(protection)/5

Please correct your mistakes!

even though, it's a nice tutorial there are error scripts need to be fixed and well planned try making the script fit inside a scroll box or find other tutorials that can improve you tutorials that can help people more effective :(