Extensions Test Point Get

object[] class.testPointGet ( number x, number y, [number layer] )

Returns a list of all objects that are a member of the object class and currently overlapping a specific point in the frame.

If a layer is specified, the test is limited to instances on that layer.  By default, layer is equal to mmf.ANY_LAYER.

Parameters

x X coordinate in the frame
y Y coordinate in the frame
layer Optional.  1-based layer index, or constants mmf.ANY_LAYER 

Return Values

object[] A list of objects matching the test.


See also:
     Test Point

Copyright 2010 Justin Aquadro