Flash Countdown Clock
Flash Countdown Clock
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- unfittoprint0
if you're familiar with AS:
do date object (the countdown date).
then do a loop (an onEnterFrame for example) where another date object is contantly being created and evaluated against the countdown date, every minute, second, hour. don't forget that it comes in milliseconds so you'll have to use 1000, 1000*60, 1000*60*60, etc...