Physics - Find Touching Objects

Is there a way to enumerate touching objects rather than colliding objects? I.e., if the objects have settled, and I select one of those objects, is there any good way to determine what else is touching that object?

I’ve implemented an experimental solution by making the selected object move and detecting other collisions, but it’s not a fool-proof solution, although it works most of the time. [import]uid: 39575 topic_id: 7241 reply_id: 307241[/import]

Would this work for you:
http://developer.anscamobile.com/code/flashs-hittestobject-emulated-using-contentbounds

[import]uid: 10965 topic_id: 7241 reply_id: 26419[/import]