Hi all,
I’ve been using a singular display group in my current project (a side viewed platformer style game). I’m now at the point where I want to be able to have my background objects contained in one group and my main game/UI elements in another. Is there a way to specify which group “sits” on top of the other? I know I can specify within a group which display object displays on top of others so I’m wondering if there’s some way to do this for groups as well (group01 to front, group02 to back, etc.).
Or maybe there’s another approach?
Also, is it possible to make a group of groups? (groupMain contains group01 and group02 for instance)
Thanks 