I'm making a cute tetris clone game featuring cats
I'm using construct 2 and my problem is when I press 'p' (it'll change to touch screen later) I'm using timescale to stop the time and so everything is paused and a tiled background saying 'paused' is set visible.
I also want a sprite animation to show up during the pause but the animation (has 20 frames) is not playing at all and is frozen. Here is how the code looks like.
How can I get the sprite animation to play during pause?