Hi
I'm having trouble with my sprite buttons because they conflict with time scale. This is how I have the buttons set up:
(Sprite buttons are stacked)
Button Raised Up Sprite - set visible
Button Pressed Down Sprite - set invisible
On Button Raised Up touch - set Button Raised Up to invisible,
set Button Pressed Down to visible, Wait 0.1 seconds, Go to the next layout.
The buttons work so long at the time scale isn't 0, because otherwise it switches to the next layout before I can see the the button pressed down sprite. I'd like for the buttons to work even if the game is paused and time scale is 0. Is there a simple solutions to make this work or a better way of making buttons in C2?
Thanks!
Edit: If I can set only certain layers to 0 time scale, then I can just put the buttons on a different layer. I don't see where that is possible though.