Sunday, May 13, 2012

[Action Script] Advanced Timer May,2012

Hi,
I have a big problem. I am doing a timer and his eventListener is in the frame60 but he starts from the begging, but I don't want to. I tried to reset it:
ActionScript Code: var myTimer:Timer = new Timer(100);myTimer.reset();myTimer.start();but nothing. I want to get the value to 0 but I don't know how to do it. Could someone help me with this or other solution?
Thanks
Advanced Timer

Related Post



0 comments: