Так вот насчёт getObjectsUnderPoint() — комментарий senocular'а:
Цитата:
|
getObjectsUnderPoint returns all the objects under a point - that is all the objects at the bottom of the hierarchy. It will not return parent display objects - something that could lead to many many instances being listed in the objects-under-point when your point is over just one object that happens to be nested in a lot of clips. If you need to know those parent objects, you can just walk through the parent properties starting with the bottom-most instance, that which is contained within the getObjectsUnderPoint array.
|
http://www.kirupa.com/forum/showpost...43&postcount=2
Совсем не очевидное поведение относительно того, что написано в документации:
Цитата:
|
Returns an array of objects that lie under the specified point and are children (or grandchildren, and so on) of this DisplayObjectContainer instance. Any child objects that are inaccessible for security reasons are omitted from the returned array. To determine whether this security restriction affects the returned array, call the areInaccessibleObjectsUnderPoint() method.
|