There is a problem with the pausing. Every time I try to pause it, it won't pause, and when I go into debug mode, and I change The Variable to 1, it does pause, and when I click the button, it un-pauses, but doesn't pause again. Help.
Don't use wait, it can cause a lot of problems if you don't understand it.
For an on clicked toggle, use sub events and Else.
Pause - On Clicked | Pause = 0 | Set Pause to 1 +-----------+---------------------------- | ELSE | Set Pause to 0 [/code:1cj4h4xd]
Develop games in your browser. Powerful, performant & highly capable.
Try this. It works for me.