This would be really helpful for finding/accessing a specific object in a group display object
currently the below is supported,
local mainView = display.newGroup()
mainView:insert(menu1)
mainView:insert(menu2)
if we could have an api
local mainView = display.newGroup()
mainView:insert(“menu1”,menu1)
mainView:insert(“menu2”,menu2)
or if there is another pattern that folks are using and would share that would be great.
[import]uid: 67589 topic_id: 15117 reply_id: 315117[/import]