I hav no idea why this is not working.
I have a touch plugin. And a pause button.
Basically when you touch the pause button it should pause the timer and change it's animation. When you press it agaain the timer should resume and go back to its normal animation. IDK why but when i press the pause button it's like i didnt ress it. But when I press on some specific location it works.
My code is the following
+ Touch: On tap gesture on PausePlay
+ PausePlay: Is animation "Pause" playing
-> TimeSprite: Set Timer timer "Q" Paused
-> PausePlay: Set animation to "Play" (play from beginning)
+ Touch: On tap gesture on PausePlay
+ PausePlay: Is animation "Play" playing
-> TimeSprite: Set Timer timer "Q" Resumed
-> PausePlay: Set animation to "Pause" (play from beginning)