Making an RPG type game Adobe Flash / Games
In this tutorial you will learn how to make a RPG type game in flash. I will only be teaching you how to set up the character and the action script, not how to animate the character. You should already know some action script and know how to find your way around flash.
Makin' a RPG: Part 1 - Your character Adobe Flash / Games
When you need a game, you need a character! Learn how to script you character to move and animate when a key is down! Real easy to do! Just follow the steps!
Flash game creation tutorial - part 4 Flash tutorial Adobe Flash / Math and Physics
Knowing the direction of the player may be very useful if we decide to add some special features to our game.
Always remember that it's useless to make a simple clone of a game. If you decide to inspire yourself to an existing game, add some new features, or people will ignore your work.
Flash game creation - part 3 Adobe Flash / Games
Here we go with the 3rd step.
Remember to read 1st and 2nd part if you are new to this tutorial, and let's go.
We left our hero colleting coins, so next step will be...
The score
Scoring system consist in a variable set to 0 (zero) when the game starts and some events that may increase/decrease the score.
In this case, you get 1 point when you collect a coin, and lose 2 points when you crash into a wall.