Newbie here…
So I have 3 files my main.lua , LandingPage.lua and FlyoutMenu.lua.
I need to make my 2 lua file visible at the same time even if scenes changes, rather I need to make my Fly out Menu always visible.
I tried to call two files at the same time in my main.lua
Yes, LandingPage.lua overlapped my FlyoutMenu.lua…
Tried using composer.showOverlay so two files was visible but … the problem was I still need to change scenes, so if I loaded another file it will overlap my flyout again.
Any other Idea to keep my flyout menu always visible?
Thank you…