Hello
I have some groups objects in my game, each with a custom property
for \_,arg in ipairs( arguments ) do
local mygroup = display.newGroup();
mygroup.id = arg.id
end
how to get the handler for any group using the id property?
Many Thanks [import]uid: 8519 topic_id: 11533 reply_id: 311533[/import]