Hi.
already I used this method for pause the game:
if pause = 0 then timer# = Timer()
but in my big project, I can't use this method for currnet project because It is very complicated.
now I searched in forum and find an good example by baxslash for easy pause without use above code.
but when I use baxslash example, and use StopSprite() and PlaySprite() commands for control my animation, it Repeatedly playing. how can fix it?
in Unity there is an command like (Time.timescale) for control Pause game. AppGameKit have any command like unity for easy pause?
here is baxslash example:
https://forum.thegamecreators.com/thread/190624#msg2273883
Thanks.