When I do :
on touched sprite pause
and global var pause=0 --> set global var pause = 1
on touched sprite pause
and global var pause=1 --> set global var pause = 0
It seems that when I click on the sprite "pause", it first executes the first event, immediately followed by the 2nd event.
When running the game, you then do not see any change (because it happens so fast).
What am I doing wrong?
Or which topic already handled this? I could not find the right search to come up with answers from the forum.