Little noob question

Hey guys just a quick question

Each time I change a scene (using director class) do I have to stop or cancel all the timers before I chance scene or just the Runtimes? If so can you tell me how to cancel the timers. Is there a way to cancel all timers with a single instruction or do I have to cancel them one by one.

Thanks a lot

[import]uid: 109485 topic_id: 19969 reply_id: 319969[/import]

you have to name the timers
http://developer.anscamobile.com/reference/index/timer
timer1= timer.performWithDelay(…
then to cancel use timer.cancel(timer1)

check the code exchange I think there’s a class that will cancel all timers [import]uid: 7911 topic_id: 19969 reply_id: 77776[/import]