00:00
00:00
Newgrounds Background Image Theme

Sinbad118 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!

RPG Tutorial (Part 1)

Share Collapse

Author Comments

In this tutorial I talk about player movement, walls, and simple enemies. Wait for Part 2.

Log in / sign up to vote & review!

crap

all of your shit codes are not working. But your design are awesome....... v

not realy

not realy an rpg tutorial more like a stay away dude but walls part was helpful but realy.... no hp bar one hit kill when touching enemie i thought u were supose to go in a freaky battle situation

help D:

for the walls i made one work but for some reason when i try to make another one it dosent work ): so im left with one wall what do i did please help D:

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 :(

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

Credits & Info

Views
9,993
Faves:
20
Votes
23
Score
3.62 / 5.00

Uploaded
May 25, 2007
1:10 AM EDT