I know the script was here somewhere last time but it got pruned. Damnit!
Anyway, could someone please post it back up again.
Cheers.
Flash timer, Pause animation then continue
Flash timer, Pause animation then continue
|
|
Dec 21 2005, 04:21 PM, updated 20y ago
Return to original view | Post
#1
|
|
Elite
4,210 posts Joined: Jan 2003 From: Malaysia |
I know the script was here somewhere last time but it got pruned. Damnit!
Anyway, could someone please post it back up again. Cheers. |
|
|
Dec 21 2005, 04:33 PM
Return to original view | Post
#2
|
|
Elite
4,210 posts Joined: Jan 2003 From: Malaysia |
nvm.. just found a neat one Ultrashock.
CODE var counter:Number = 10; var intervalID:Number = setInterval(updateTimer, 1000); // 1000ms = 1 sec function updateTimer() { if(counter<=0) { trace("time up!"); clearInterval(intervalID); play(); } else { trace("coundown: "+counter--); } updateAfterEvent(); } it even tells you the countdown in the Output window. great for checking. cheers. |
|
|
Dec 22 2005, 07:20 PM
Return to original view | Post
#3
|
|
Elite
4,210 posts Joined: Jan 2003 From: Malaysia |
|
| Change to: | 0.0116sec
0.37
7 queries
GZIP Disabled
Time is now: 25th November 2025 - 05:51 AM |