i have
timer.performWithDelay( 600, fbFlash, 0 )
fbFlash = function()
…
…
…
end
how do i use timer.cancel to cancel this timer [import]uid: 7911 topic_id: 3224 reply_id: 303224[/import]
i have
timer.performWithDelay( 600, fbFlash, 0 )
fbFlash = function()
…
…
…
end
how do i use timer.cancel to cancel this timer [import]uid: 7911 topic_id: 3224 reply_id: 303224[/import]
never mind i got it just name the timer then you can cancel it [import]uid: 7911 topic_id: 3224 reply_id: 9550[/import]