How To Actionscript: Timers




LearnToProgram.tv Tutorials » Podcast Feed show

Summary: Timers are important in all sorts of Flash/Flex applications. Any screen that updates frequently can make use of a timer. Games where elements change on a regular basis can use a timer. Timer objects in Actionscript are relatively easy to program. In this demonstration, Mark will show you how to create a Timer() object, a listener and call back function.