LittleStain
ramones
I just made it work but it doesn't seem to be what I intended to do.
I tried the following:
ON Pause button: Set time scale to 0
Set Resume button time scale to 1
On Resume button: Set Timer "resume" for 3 (Once)
On Timer "resume: System set time scale to 1
and also this:
ON Pause button: Set time scale to 0
On Resume button: Set Resume button time scale to 1
Set Timer "resume" for 3 (Once)
On Timer "resume": System set time scale to 1
It's still stuck when I click on the Resume button.
The only one that works is this:
ON Pause button: Set time scale to 0
Set Resume button time scale to 1
Set Timer "resume" for 3 (Once)
On Timer "resume": System set time scale to 1
However, the game resumes on its own without pressing the Resume button after 3 seconds.