Here is the scenario.
1> Main scene has a button. On press the button(show/hide toggle) it shows ‘Menu’ scene. (uses composer.showOverlay())
2> Menu scene has a table . On row click it takes you to the appropriate scene. Let’s called it Item scenes. (uses composer.gotoScene()))
3> The Item scene has a back button which takes you to the Main scene.(uses composer.gotoScene())
Issues :
From Menu scenes when I go to Item scene, I see Main scene first before I see the Item scene.
What I can do so it directly goes to Item scene.
As I far I know you can have only one Overlay per scence. Is it still true?
I would love to have overlay in Menu scene.