getTimer seems to reset in one of my movies?!
Hi All
I have an AS2 fla that is an online chatroom. There is supposed to be a timer in the corner that counts how long the room has been running. Recently it developed some problem and is not showing the time properly.
Investigating, the code I have is quite simple:
_root.onEnterFrame = function() {
adminPanel.SessionTimer.text = getTimer() + "ms";
}
The issue I'm having is that the relevant textbox is just flickering a 1, or sometimes blank?!