How do you make a count up timer in flash?

joseph

New member
I'm trying to make a count up timer that shows the number of years, months, days, hours, minutes, and seconds since a specific date. I want to input the date and time (eg. November 12, 2010 @ 4:15 pm) into the actionscript and I want the timer to count up from there. I want it to have some sort of connection to the clock and calender on your computer, so the timer is accurate.

When the seconds reach 60 seconds, a minute is added to the minutes, when the minutes reach 60, an hour is added to the hours, when the hours reach 24, a day is added to the days, and so on and so on.

It can be on Actionscript 2.0 or 3.0 (preferably 2.0). It doesn't matter.

Thanks in advance.
 
Back
Top