I am usuing the director class, and every time I leave a scene and come back through the menu, the timer runs faster. What is going on?
local function addUp()
gameTime = gameTime + 1;
timerText.text = gameTime
end
timeUp = timer.performWithDelay(1000, addUp, -1) [import]uid: 59735 topic_id: 16881 reply_id: 316881[/import]