i’m trying to implement a ‘go back to main menu’ button/function where the user is prompted “Stop Game Y/N”
(or "Continue Y/N) without having to code to halt all listeners/physics/and whatever is running in the game.
i know about physics:pause() and that’s easy enough but is there such thing to prevent other timers and listeners to fire up ?
thanks !
Edualc