Object Placement

Hello,

Is there any way to send image to back or to front.
I mean if image A overlaps image B, send image B to front, so image B overlaps image A.

Yes there are;

https://docs.coronalabs.com/api/type/DisplayObject/toFront.html

https://docs.coronalabs.com/api/type/DisplayObject/toBack.html

thank you :slight_smile: