Help with image maps and coordinates

Hi all, development of my app is moving along, but there are a lot of the ‘basics’ that I’m having to go back to.

I have a few unorthodox shapes for some of my image objects, can anyone advise on how to get the image shape into Corona please? [import]uid: 125592 topic_id: 25072 reply_id: 325072[/import]

All images are rectangular.

You use transparency to make them look otherwise on screen.

You use masks to make them behave otherwise for touch events. See graphics.newMask API.

You use physics bodies to make them behave otherwise for interaction with other objects. See physics API. [import]uid: 44647 topic_id: 25072 reply_id: 101932[/import]