Guys, i have a problem on my timer and i cant figure out why my timer cant be refresh every time the game is started. It is working fine but will not refresh every time the game is loaded.
Here is the code fragment for the timer is in the file shown. This timer is placed into enterScene(event).
My tmr variable is declared as “local variable” outside the function. I even tried to cancel and remove the timer in exitScene but it just wont remove/refresh the timer. I have no idea why.
Can you guys help me out? 