AS3 Flash Counter Using the Timer Class and Formatting Time in Minutes
I was asked for an AS3 Flash counter displaying the time in seconds as they go by and seconds conversion into the proper hours : minutes : seconds display format. To count the seconds, I used AS3 Timer class and for formatting I found this formatTime function of Jeff Depascale and put together following Flash…