HOME | DD

Computer-Turret — Make a full RPG in flash

Published: 2006-10-01 16:41:20 +0000 UTC; Views: 29018; Favourites: 250; Downloads: 608
Redirect to original
Description [Edit] This tutorial is outdated! It can still be used for learning some basics for Flash but it is advised you find newer tutorials! I have a new video tutorial series on youtube ( [link] ) for making a Flash game using AS3. [/Edit]

Want to make a RPG(role palying game)?
Well this is the tutorial for you.
Works in mx pro 2004 and up as far as I know and possibly lower.
Related content
Comments: 134

Patt-Ytto In reply to ??? [2007-10-05 17:28:50 +0000 UTC]

This can be even better if you remake it sing example graphics and functions on what thing does what. I am grateful for the knowledge give, i'm just making a humble suggestion.

If you ever reamek this tutorial, please let me help you with graphics and examples, that way it'll be easier for people if they preview what they are coding.

👍: 0 ⏩: 1

Computer-Turret In reply to Patt-Ytto [2007-10-05 19:21:44 +0000 UTC]

This is a very old tut of mine. I wasn't exactly the graphics king back then.

👍: 0 ⏩: 1

Patt-Ytto In reply to Computer-Turret [2007-10-08 13:44:12 +0000 UTC]

Oh well, i'm friendly putting myself at your disposition.

👍: 0 ⏩: 0

honeydont In reply to ??? [2007-08-23 21:09:10 +0000 UTC]

this is way fantabulous

thanks

👍: 0 ⏩: 1

Computer-Turret In reply to honeydont [2007-08-23 23:05:14 +0000 UTC]

Lol no problem.
I should do more flash.... I seemed to have stopped since I closed my site.

👍: 0 ⏩: 0

nicodoll [2007-07-25 19:36:31 +0000 UTC]

Thanks for the tutorial! this might help alot when I make my final fantasy-ish game. ^_^

👍: 0 ⏩: 1

Computer-Turret In reply to nicodoll [2007-07-25 20:13:08 +0000 UTC]

No problem! For more great tutorials visit the site: [link]

👍: 0 ⏩: 1

nicodoll In reply to Computer-Turret [2007-07-26 02:01:12 +0000 UTC]

oh! thanks for the link!

👍: 0 ⏩: 0

CoreyAllMighty In reply to ??? [2007-06-28 01:40:50 +0000 UTC]

sorry too bug you, but the last thing i need help with is saving the game and loading when it is saved in output it says saved game but then i load it says no game saved. wat do i do?

👍: 0 ⏩: 1

Computer-Turret In reply to CoreyAllMighty [2007-06-29 12:02:53 +0000 UTC]

Maybe I messed the tut up fro some reason...I'll look into it. Here's a link to another save/load tut.
[link]

👍: 0 ⏩: 1

CoreyAllMighty In reply to Computer-Turret [2007-06-29 13:48:26 +0000 UTC]

k thx

👍: 0 ⏩: 0

CoreyAllMighty In reply to ??? [2007-06-26 12:42:35 +0000 UTC]

one last question when im in combat with a foe the health doesnt show abover there heads

👍: 0 ⏩: 1

Computer-Turret In reply to CoreyAllMighty [2007-06-26 18:57:45 +0000 UTC]

Did you give them the correct vars? It's also cAsE sEnSiTiVe

👍: 0 ⏩: 1

CoreyAllMighty In reply to Computer-Turret [2007-06-26 19:15:29 +0000 UTC]

yea its HP on the hero and eHP on the enemy

👍: 0 ⏩: 1

Computer-Turret In reply to CoreyAllMighty [2007-06-27 14:24:49 +0000 UTC]

Add the code to the frame?

👍: 0 ⏩: 2

CoreyAllMighty In reply to Computer-Turret [2007-06-28 01:32:57 +0000 UTC]

wait i found something out! I higlighted the place when the numbers should show up and i saw the health so i think i accidenlty mad the font white.... sorry

👍: 0 ⏩: 0

CoreyAllMighty In reply to Computer-Turret [2007-06-28 01:24:18 +0000 UTC]

This one?

var HP:Number = 50;
//set heros health
var eHP:Number = 50;
//set enemies health

if so then yea

👍: 0 ⏩: 0

CoreyAllMighty In reply to ??? [2007-06-24 18:05:58 +0000 UTC]

ok i might sound stupid but i updated my flash and i dont know how to make a input textbox and dynamic textbox

👍: 0 ⏩: 2

Computer-Turret In reply to CoreyAllMighty [2007-06-25 16:19:47 +0000 UTC]

Here is you want a better one. I recently (yesterday) wrote a new one.
[link]

👍: 0 ⏩: 1

CoreyAllMighty In reply to Computer-Turret [2007-06-26 02:09:00 +0000 UTC]

thank the new one is ....godly

👍: 0 ⏩: 0

CoreyAllMighty In reply to CoreyAllMighty [2007-06-24 18:06:40 +0000 UTC]

nvm found text input

👍: 0 ⏩: 1

CoreyAllMighty In reply to CoreyAllMighty [2007-06-24 18:09:35 +0000 UTC]

and the dynamic thanks for the help

👍: 0 ⏩: 0

Egnio In reply to ??? [2007-03-24 20:05:44 +0000 UTC]

This thing is absolutely good and all that, but mind if I ask you a little problem I have?

When loading, my saved strenght and intelligence doesn't load

👍: 0 ⏩: 1

Computer-Turret In reply to Egnio [2007-03-26 22:30:27 +0000 UTC]

You must've messed up the vars name in the loadGame() function. Make sure the numbers you give them in the arrays match that of the saveGame() function too.

👍: 0 ⏩: 2

spartaboy In reply to Computer-Turret [2011-07-25 12:11:06 +0000 UTC]

that doesnt work for me neither

👍: 0 ⏩: 0

Egnio In reply to Computer-Turret [2007-03-27 21:49:58 +0000 UTC]

Meh, I changed the name of everything and worked. I will never know how I meesed them up, but... meh. Still, thanks.

👍: 0 ⏩: 0

abeisgreat In reply to ??? [2007-01-31 19:42:23 +0000 UTC]

This is an awesome tut, is there a place where i can view an example game?

👍: 0 ⏩: 1

Computer-Turret In reply to abeisgreat [2007-01-31 19:56:48 +0000 UTC]

Sure let me dig some of mine up.

👍: 0 ⏩: 1

abeisgreat In reply to Computer-Turret [2007-01-31 20:51:29 +0000 UTC]

thanks

👍: 0 ⏩: 0

xTOXICxEMPIREx [2006-12-13 01:07:26 +0000 UTC]

This has to be the most helpful, and best flash tutorial EVER!!!

👍: 0 ⏩: 1

Computer-Turret In reply to xTOXICxEMPIREx [2006-12-13 01:17:43 +0000 UTC]

You think? I wrote this a long time ago. I have MANY more tutorials/open source engine on my site's forums.
[link]
And the site
[link]

👍: 0 ⏩: 1

xTOXICxEMPIREx In reply to Computer-Turret [2006-12-13 01:32:19 +0000 UTC]

Well, its really wicked. I wouldn't call myself a flash n00b, but im not that good, and this tut is so easy to understand and create. Well done. I'll have a lok at those sites

👍: 0 ⏩: 1

Computer-Turret In reply to xTOXICxEMPIREx [2006-12-13 11:12:27 +0000 UTC]

I've been thinking of doing a tutorial on a RPG battle system.
May be over the christmas break.
Glad this helped you.

👍: 0 ⏩: 0


<= Prev |