How to make a countdown timer in flash CS3
Uploader Comments (BrokenCak3)
Video Responses
All Comments (52)
-
that was very annoying it would have been better if you had sound :S
-
Perfect For creating a timer for the release of windows 8 beta. :3
-
@DanielTaylorReis change the char family, some of them doesn't work with some sprite
-
Helped a lot! Thanks!
-
how do you make play again button after the timer plz reply fast
-
i had the same problem untill i changed the font. change the font, experiment with other fonts, because some fonts don't work. i am using arial because arial works, but bauhaus 93, ect doesent work. or at least i don't know how to make it work. but anyways i hope i helped a bit. :P
-
fuck i need this soo much, the timer works but the numbers don t apear on the screen i don know what to do :"(
-
WRGENT, i did like you did and the timer works but the numbers dont apear on the text box
-
thank you :) this helped a lot
-
hey i could really use some help is there anyway i can make it so that at the end of the timer it goes straight to another frame?
god damit is their a way of reseting the timer back to zero please help
YoukilledQWERTY 1 year ago
@YoukilledQWERTY
Ofcourse my friend :)
timer = 50;
countdown = function(){ timer--; if(timer==0){ clearInterval(countdownInterval); timer = 50; }
}
countdownInterval = setInterval(countdown,1000);
"now when the timer reach zero the timer will reset to 50"
BrokenCak3 1 year ago
Really helpful, finally finished my FPS
JJDOMER45 2 years ago
Glad i could help ^^
BrokenCak3 2 years ago
when i put the code in, it says ERROR, and im using CS3! whats wrong with the script?
richeedsf 2 years ago
This coding is made in as2. actionscript 2.0
BrokenCak3 2 years ago