Hi, how can I create some kind of organized GUI panels ? I have one area for my panels, and I need few different panels. Eache panel has different buttons, texts etc.
Whats best way of binding all GUI elements of each panel together, so when I need switch to another panel, I wont need to place dozens of objects ? I'd like one element that represent one particular panel, that holds all elements (buttons, texts, sprites), so I can instantiate only that panel element.
I want it because when I have a few panels holding dozens of objects each, I would have complete chaos in my event sheet.
Are there some good tutorials (preferable text - I hate youtube tutorials) about creating GUI in construct ?