I want to create a simple 2D program that has a menu with several buttons, each showing a scene.
The tree structure is as follows:
MainScene
|SimpleMenu
|_Construct
|_Council
The menu works, and when I click on the buttons, the scene loads. But the SimpleMenu disappears. I want to keep it permanently, whatever the scene.
I specify that because of MainScene, all my scenes overlap. I used the visibility button to hide them, but I don't know how to make them visible in a script.
How should I do it ? Is this the right organization?
I am a beginner, and I try to do it as simply as possible. Could someone shed some light on my lantern and give me some good research leads?
Thank you in advance.