I'm working on a countdown and everything is working until the final command to update the dynamic text field. I'm only having this problem in a file that uses onEnterFrame:
this.onEnterFrame = function () {
var today:Date = new Date();
var currentTime = today.getTime();
var...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.