Search tutorials
You wanna make stat's go up when you click on a "gain stat" button? You've come to the right place. I am going to teach you how to make a stat go up. Stop it when its at 0. and random attacks using variables. You think thats all complicated? Well suck it up. Its pretty easy. All you need is basic flash experience. Basic actionscripting, drawing, making MC's and buttons. So lets get started: First make a button. Any button will do. Now in that button place these actionscripts in it: on (release) { if (spoint > 0) _root.str = _root.str+1;} on (release) { if (spoint > 0) _root.spoint = _root.spoint-1;} Now make a dynamic text and name the 'var' spoint. This will be the stat points. make another dynamic text and name that in the 'var' str. This will be raised when its pressed. but it stops when spoint reaches 0. genius huh. :P Please proceed to the next page...
» Level Intermediate |
Added: 2005-05-09 Rating: 6 Votes: 9 |
» Author |
If you do not understand what i just said please either contact me: SwordDeath_inc@hotmail.com or please download the example. |
» Download |
Download the files used in this tutorial. |
Download (7 kb) |
» Forums |
More help? Search our boards for quick answers! |