Search tutorials
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 buttonon (release) { gotoAndPlay("atk"); }
» Level Intermediate |
Added: 2005-11-02 Rating: 4 Votes: 15 |
» Author |
-- |
» Download |
Download the files used in this tutorial. |
Download (0 kb) |
» Forums |
More help? Search our boards for quick answers! |