Changing Draw Order (objects over others)

I’m pretty sure I remember reading about that topic previously, but I couldn’t find anything in the documentation. So here’s the question:

How do I change the draw order of objects, so that objects appear on top of others they previously were under (commonly referred to as Zindex, though it doesn’t seem to be the case here).

Thanks! [import]uid: 4920 topic_id: 1642 reply_id: 301642[/import]

If you re-insert it into the group, it will come out on top of the other objects:
object.parent:insert( object )

-Tom [import]uid: 7559 topic_id: 1642 reply_id: 4768[/import]