Hello! I'm definitely doing something wrong. Maybe it's getting into an infinite cycle? If so, how can I escape the loop?
On button P
- is GamePaused = GamePaused false
- else = GamePaused true
Develop games in your browser. Powerful, performant & highly capable.
Thank you, it's working! Cherico
Great!
It does not work to compare on button pressed if bolean1 is true and in the next condition if its false. You have to do it with "else".