Re-size , drag , rotate , zindex

I need have severL objectS (image , text box) within a holder that the end user can do all of the above.

The re-size would be by pinching ( but I need a method of stretching).
Drag simply move the object.
Rotate via multitouch.
If I have several images I would need to touch and hold to bring the image forward. (zindex I think)

Once the layout is finished I need to export / save the whole image in the holder as a jpeg or png.

Basically a very simple paint app but just plcaing / moving images.

Any help appreciated. [import]uid: 4585 topic_id: 5607 reply_id: 305607[/import]

Here are some starting points:

* The Interface/PinchZoomGesture sample will help with resizing (http://developer.anscamobile.com/content/pinch-zoom-gesture)
* The Interface/DragMe will help with dragging (http://developer.anscamobile.com/content/drag-me)
* For z-index ordering use group:insert() to re-order (http://developer.anscamobile.com/reference/index/groupinsert)
* Multi-touch rotation…strangely there’s no sample of this I can point to (perhaps someone else on the forum knows of an example?)

Tim [import]uid: 8196 topic_id: 5607 reply_id: 19148[/import]

z ordering
http://developer.anscamobile.com/reference/index/objecttofront
http://developer.anscamobile.com/reference/index/objecttoback [import]uid: 12108 topic_id: 5607 reply_id: 19290[/import]