Using the Timer Class in ActionScript 3.0 By Blue_Chi| Flash CS3 + ActionScript 3.0| Beginner. The Timer Class in AS3 lets you execute any code repeatedly over specific time intervals. It is an extensive class which offers functionality that exceeds the older setInterval() method which is more commonly used in previous versions of ActionScript.
I am currently in a Flash game programming class with action script 3 and can't seem to find a clock anywhere that counts down and then does an action. I've been using Lynda tutorials and that hasn't been helpful and I have also Google searched quite a bit, but no luck. I have a Countdown clock and have been try 'if' statements, but no luck.
Can someone guide me in the right direction on what I am doing wrong?
Rajneesh Gaikwad