destroying a timer in an other actor?
Posted: Sat May 07, 2011 8:07 am
so you can create a timer in a different actor (or from any other actor) but how can you destroy it?
i have a gameover actor with constant timer actions and when i click on my TOUCHREGION actor
i would love to use something like :
so that it would destroy the timer in the gameover object.
ANy workarounds?
Thanks!
i have a gameover actor with constant timer actions and when i click on my TOUCHREGION actor
i would love to use something like :
- Code: Select all
DestroyTimer("gameOver", "1secTimer");
so that it would destroy the timer in the gameover object.
ANy workarounds?
Thanks!