8-Now create a key frame in the 22nd place.
9-Create a button IN FRAME 21 that says "Replay" or something like that and put this code into it:
on (release) {
gotoAndPlay(22)
}
10-Now add these actions to frame 22:
_root.score = _root.score-_root.score
_root.tellscore = _root.tellscore-_root.tellscore
gotoAndPlay(1)
Your finished!
Now it should display the number of times you have rolled over the object, and after a certain time displayed the total. When you hit the Replay button, it should restart at 0. If you want it to keep going from the score you got last, just don't put frame 22 there and put:
...on the 21st frame.
on (release) {
gotoAndPlay(1)
}
| » Level Basic |
|
Added: 2004-05-24 Rating: 5 Votes: 7 |
| » Author |
| I'm intermediate with Flash MX and know some actionscript.I made this all by myself |
| » Download |
| Download the files used in this tutorial. |
| Download (3 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!