cvdzwan.com
Flash AS3 Count Up Game Timer example | Charlie van der Zwan
http://cvdzwan.com/2012/06/27/flash-as3-count-up-game-timer-example
Flash AS3 Count Up Game Timer example. Although there are many countdown examples available on the web, I couldn’t find a decent count up timer for my game Aidan Junior. So I decided to create one myself and post it for you to view and download. So, lets get started:. Firstly, we create a simple timer with a tick delay of 100 milliseconds. We add an event listener to it and declare a variable that we’ll use later to store the elapsed time. Almost there, now let’s take a look at the last step.