Is it possible to return the Object that is underneath/in contact with another Object without using hitTestObject ?
I’m wondering if I can remove the need to loop through an array of ‘active’ Objects and simply get the instance that’s underneath at any given time. Possibly using as3 events ?
many thanks SC
Is it possible to return the Object that is underneath/in contact with another Object
Share
You can use the
getObjectsUnderPoint()method of the DisplayObjectContainer class.