I am running into an issue where even though I am adding the Main Menu to the screen, the level the game is loading aka Level 1 is playing in the background even with the Main Menu Widget showing. I have been poking around to find a way to correct it but nothing seems to be working to fix it. I know this is happening because even though the Main Menu is covering my screen I have print strings showing what’s happening on the screen.
What’s supposed to happen is the game boots up, shows menu, and nothing happens until Level 1 loads and starts moving automatically for gameplay.
I’ve been struggling with this on every game project I’ve had even after watching multiple youtube videos.
The only thing I can think of is maybe I need a switch to set a true/false if the game has started or not to load and move the level but I seem to be doing it wrong.
Any help is greatly appreciated, thanks in advance!