I want to do something like the following but I can’t figure to go about doing it:
screenGroup = display.newGroup() backgroundImageGroup = display.newGroup() screenGroup:insert ( 1, backgroundImageGroup ) screenGroup.backgroundImageGroup:toFront() -- Or what ever I may need to do with it.
So far I can only figure out how to addres it as “screenGroup[1]:toFront()” or “backgroundImageGroup:toFront()”
Thanks for the help!