I have a setting button in the game. When clicked I want to display a menu with multiple buttons.
1. I dont know if the new option screen should be a layout or a sprite.
2. When the option layout appears, does everything keeps running of the game layout? How to pause it?
3. I am using the GO TO LAYOUT to switch between the layout, but this causes the on start layout to run, causing the game ton restart. What is the correct way to switch between the screens of your game?
Thank you.