Flash RPG

Don Sam Stormrage
by Don Sam Stormrage · 13 posts
13 years ago in Flash
Posted 13 years ago · Author
So I'm learning Actionscript 2.0 and Flash these days and I wanted to make a simple 2D RPG. This is what I've achieved so far. I've made it from scratch, copied the sprite of the Zelda character but otherwise, the application was built from scratch by me. I'm planning to make a simple RPG first and then a mafia style MORPG for TIM members, if anyone is interested. Anyway, look at it, and give me suggestions and your opinions. Of course, its in the very beginning stages so it doesn't do much, but its quite an achievement for someone who started learning Actionscript 4 days ago ;)

Here we go:

[flash=500,320]http://farkosh.webege.com/RPG111.swf[/flash]

Use the arrow keys to move around, press Shift in combination with the arrow keys to run. Click the Stats button to check your stats, click it again to hide your stats.


The truth will reveal itself. All your troubles will end here with this link.... Sincerely, Daedalus..
Posted 13 years ago · Author
Don Von Free Credits wrote:
Awesome!

Did you make this in Adobe Flash Creator?

Yep :D Adobe Flash CS4 with Actionscript 2.0, because I found 3.0 too much complicated, in my opinion anyway.

The truth will reveal itself. All your troubles will end here with this link.... Sincerely, Daedalus..

And lol King Falcon :P

EDIT: Things To Do:
. Inventory system
. Quest system
. NPCs and dialog system
. Enemies
. Health bar
. Movie preloader

Suggest moar things people ;o
Posted 13 years ago
Thats some mighty fine work there you did ^_^ I was talking to Nick the other day about a mafia rpg... if I werent so busy I would totally help... All I can do right now is cheer you on from the side lines :D
Posted 13 years ago · Author
General Free Credits wrote:
Thats some mighty fine work there you did ^_^ I was talking to Nick the other day about a mafia rpg... if I werent so busy I would totally help... All I can do right now is cheer you on from the side lines :D

yay :D I'll be needing all the motivation I can get :D
Posted 13 years ago
mafia RPG? :D

If you can pull that off... you're a god. xD
Posted 13 years ago · Author
Hmm...Okay err I need help. I've placed a movie clip on one of the edges of the scene and I've coded it to move on to the next keyframe on HitTesting with the player, but for some reason its not working.

This is the code for the movieclip:

Code
onClipEvent (enterFrame){
   depthControl();
   if(this.hitTest(_root.player)){
      gotoAndPlay(2);
   }
}


Depth control is just a little thing I made to control the depth of different objects as they should be.

Any ideas?

EDIT: Never mind, I fixed it. It was just a teeny problem, which was fixed when I added "_root" to the gotoAndPlay function (Adobe made this so the user has to define the WHOLE path to one object to use it for security reasons).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT