Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Get Rollovers
Author: Bryan Killinger
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 (release) {
gotoAndPlay(1)
}
...on the 21st frame.
| » Level Basic |
|
|
Added: : 2004-05-24
Rating: 4.57 Votes: 7
Hits: 1271
|
| » 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)
|
|
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.
|
|
|