How would I go about resetting a Timer? For example:
local timerLaunch = system.getTimer()
if timerLaunch < 10000 then
imageDisplay = display.newImage( “e4.png”, 0, 0 )
else
if timerLaunch < 15000 then
imageDisplay = display.newImage( “e3.png”, 0, 0 )
else
if timerLaunch < 20000 then
imageDisplay = display.newImage( “e2.png”, 0, 0 )
else
How would I go about resetting the timer to zero at this point?
Thanks,
Chad
[import]uid: 3396 topic_id: 370 reply_id: 300370[/import]