Movie Clip Container

How do i emulate the Movie Clip container feature as in actionscript 2.0 in corona and lua????

Groups have similar features to MovieClip's with regards to parent and children.

1
2
3
myGroup = display.newGroup()
img = display.newImage("my.png")
myGroup:insert(img)
views:1372 update:2011/10/10 15:46:04
corona forums © 2003-2011