Elementary Group Help

My current problem in my game is displaying my different objects in the order that i want. I have read the Groups Doc and still cant seem to understand if groups is what i need to use to display my objects properly. if i have a background, my character, and a foreground. how can i tell corona which layer goes were? if groups is the way to go could i get a sample code from someone? thank you [import]uid: 19620 topic_id: 6023 reply_id: 306023[/import]

I am also a newb here, but in my experience, if you add your objects to the localGroup, they will be drawn simply in the order, how they appear in the code.

If your background is in the first line and the player in the second and the foreground in the third, then they will appear on the screen, how you want.

You can also use different groups, but it is not necessary, I think.

You can also use the object.toFront() and object.toBack() commands. [import]uid: 6587 topic_id: 6023 reply_id: 20624[/import]

great, that will be very helpful, ill give it a go! thanks for your help [import]uid: 19620 topic_id: 6023 reply_id: 20625[/import]