Ultimet Game Tutorial by shazwoogle



Author & File Information

Additional Audio

1upstudios (Buy!)


Submitted: 10/20/2005 | 03:23AM EST

File Info: Game | 1 MB | Add Game to Favorites

Current Score: 3.05 / 5.00

497 votes | 13,749 views

Click an icon to vote on this!

You are not logged in.


Related Submissions

Submissions by shazwoogle:

Users who liked this also enjoyed:


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....

41 reviews | Log in to write a review | Share this!

The people have spoken

Average Score: 6.7 / 10

Score: 8
Flash8Games

"how can i go in other room?"

date: October 19, 2009

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

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 9
ThaKillah23

"Its a great utorial"

date: November 8, 2008

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;
}
}

Rate this review:
Helpful!
Useless.
Flag as abusive.
People aren't in agreement over whether this is helpful or not.

Score: 7
Ishimarushou

"Not bad :)"

date: May 9, 2008

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

Rate this review:
Helpful!
Useless.
Flag as abusive.
People think this is a useless review.

Score: 9
mamacaddyhat

"Good"

date: April 7, 2008

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

Rate this review:
Helpful!
Useless.
Flag as abusive.
People think this is a useless review.

Score: 10
killaboi12369

"HOLY CRAP MAN!"

date: March 28, 2008

ive been looking for a decent tutorial that teaches how to make this kind of 2d rpg forever but ur the first person to be helpful. thanks im still working on the game and my only question is on the main character frame, what do u do for the standing part cuz ur supposed to have a walking direction for every in clip frame...

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!