Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Simple RPG attack 'engine'
Author: Oliver Sale
| Website: http://www.oliversale.com |
Simple RPG attack 'engine'
OK... Hello and welcome, this is my tutorial to make the basics of an RPG style fight system which is based on character/enemy statistics.
This is my first tutorial and I'm still adding to the code so bare with me because it may be a bit buggy.
First things first, create a new movie and make two new movieclips, one named character_mc and the other enemy_mc. In my example these are both just simple squares.
You're also going to need thirteen dynamic text boxs with one being around four or five lines big with multiline. These text boxes should be named the following
enemyName_txt
enemyHealth_txt
enemyLevel_txt
characterLevel_txt
characterXP_txt
characterMaxXP_txt
characterHealth_txt
characterMaxHealth_txt
characterAttack_txt
characterDefence_txt
characterHitRate_txt
characterDamage_txt
The big text field should be named fightStat_txt
In my example I've also done some static text fields next to these dynamic fields to help identify the statistics.
The last thing you're going to need is an 'attack' button labeled attack_btn
| » Level Intermediate |
|
|
Added: : 2005-05-24
Rating: 4.16 Votes: 14
Hits: 487
|
| » Author |
|
Tutorial scripted and created by Oliver Sale
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (4 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|