load images game

I have created games with AS3 before and have read how you do this in corona.

AS far as I can tell you load all images into groups like player images is a group, each enemy is a group , background is a group and from here you set the zindex so images dont appear behind backgrounds etc. Is this correct?
How do I tell if all the images are loaded?

[import]uid: 138547 topic_id: 25104 reply_id: 325104[/import]

An image will get loaded and before the code moves ahead so you could put a print statement in after your last image loads and look for that.

You don’t need everything to be in its own group but yes, you can do that if you wish.

You can also add everything in the order you want it to appear from back to front then just use toFront() and toBack() to fiddle if you don’t foresee having a lot of jumping around in that department. [import]uid: 52491 topic_id: 25104 reply_id: 102013[/import]