Search tutorials
Step1: Create as many objects as you want.
Step2: Turn them all into buttons.
Step3: Make some text.
Step4: Make it dynamic and give it a varible of 'score'.
Step5: Right click on a button > actions. Step6: Copy and paste the following code.
on (release) {
_root.score = _root.score+100;
}
(This says when you release the mouse on the button change the dynamic text too itself plus whatever)
Step7: Change +100 to your choice
Step8: Do the same to all your buttons.
Step9: Control > Test Movie
BTW: It is absoululety VITAL that you don't put anything in the text box OR the instance name. Leave these blank!
| » Level Intermediate |
|
Added: 2003-04-11 Rating: 5 Votes: 52 |
| » Author |
| My details? |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!