Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
How to make a game like "Sinjids: Battle Arena"
Author: Aaron Golliver
Now back in the key frame where you drew your guys standing still and not attacking (frame 2) make to buttons.
a heal button
and a attack button
Put this script on the heal button
on (release) {
_root.good +=random(15);
}
on (release) {
gotoAndPlay("badatk");
}
and this script on the attack button
on (release) {
gotoAndPlay("atk");
}
| » Level Intermediate |
|
|
Added: : 2005-11-02
Rating: 4.47 Votes: 15
Hits: 383
|
| » Author |
|
--
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (0 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.
|
|
|