Greetings there! ^_^
I am trying to come up with the best possible way to create an inventory system with many layers, example;
Start -> Opens Menu -> Picks an option -> Opens new window (such as equipment) -> Clicking item opens another. Etc.
When pressing ESC -> Go back 1 step/window to the previous one.
I was wondering the best possible way to do this and control one window at a time without accidently pressing on the window behind it.
Is layer 'on screen' best option? U click 'Equip'-> moves current window offscreen and 'Equipment' Layer on screen? And so on?
Or is it with variable? IF X is true, then ..?
Anybody knows? ^_^