Wondering if Corona offers a way of iterating through the hierarchy of display objects, like with jQuery for example?
I.e. say you have a tap event on an object:
myEvent = function(event) end myObject:addEventListener( "tap", myEvent )
Within the tap event you can access the tapped onject with event.target, but can you determine its display group/container, and the other sibling objects of that group?