00:00
00:00
Newgrounds Background Image Theme

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

Ultimet Game Tutorial

Share Collapse

Author Comments

finaly done ^_^ (again..)

this tutorial is for beginners and up
this tutorial is for game developers and people who want to get into game development
RPG TUTORIAL rpg tutorial verticle shooter + more

other people who dont use flash just dont even bother to watch/read/vote

RIGHT off the BAT there will be LOADS of spelling and grammer mistakes i havnt got time to proofread it....

Log in / sign up to vote & review!

Good Tutorial

The tutorial was really helpful but, does the battle system still work? In the tutorial when I kill one of those orbs it keeps adding gold and leveling up and when I attack that bush thing it doesnt give me anything. Was that supposed to happen?

how can i go in other room?

Is there a code going in another room and going back?

Its a great utorial

but the moving code wont work on flash 8 so i edited in flash 8 version it is:
onClipEvent(load){
speed = 10
}
onClipEvent(enterFrame){
if (Key.isDown(Key.LEFT)) {
_x -= speed;
}
}
onClipEvent(enterFrame){
if (Key.isDown(Key.RIGHT)) {
_x += speed;
}
}
onClipEvent(enterFrame){
if (Key.isDown(Key.UP)) {
_y -= speed;
}
}
onClipEvent(enterFrame){
if (Key.isDown(Key.DOWN)) {
_y += speed;
}
}

Not bad :)

This is probably one of the most helpful RPG tutorials on NG :) However please use spell check and watch your grammer, because.. well it was atrocious. There was spelling mistakes on everypage. I lol'd at the "Down load sauce code" :) Except for that it was great. Thank you for the help :)

Good

I know this will sound REALLY, REALLY nooby, but how do you make walls?

Credits & Info

Views
23,006
Faves:
55
Votes
44
Score
3.87 / 5.00

Uploaded
Oct 20, 2005
3:23 AM EDT
Genre
Tutorial