Re: [flexcoders] how do I get displayobjects under mouse

2008-02-19 Thread Eric Cancil
getObjectsUnderPoint(point:Point):Array; is a method of
DisplayObjectContainer, try using that.

getObjectsUnderPoint
(point:Point
):Array 
 Returns an array of objects that lie under the specified point and are
children (or grandchildren, and so on) of this DisplayObjectContainer
instance.
DisplayObjectContainer

On Feb 19, 2008 9:56 AM, Daniel Freiman <[EMAIL PROTECTED]> wrote:

>   displayObjectContainer.getObjectsUnderPoint()
>
> - Dan Freiman
>
>
> On Feb 19, 2008 2:11 AM, dsds99 <[EMAIL PROTECTED]> wrote:
>
> >   Was wondering if there is a function available in as3
> >
> > Like Mouse.getObjects or something that will return a list of
> > displayobjects that is currently under the mouse..hmmm
> >
> >
>  
>


Re: [flexcoders] how do I get displayobjects under mouse

2008-02-19 Thread Daniel Freiman
displayObjectContainer.getObjectsUnderPoint()

- Dan Freiman

On Feb 19, 2008 2:11 AM, dsds99 <[EMAIL PROTECTED]> wrote:

>   Was wondering if there is a function available in as3
>
> Like Mouse.getObjects or something that will return a list of
> displayobjects that is currently under the mouse..hmmm
>
>  
>


[flexcoders] how do I get displayobjects under mouse

2008-02-18 Thread dsds99
Was wondering if there is a function available in as3

Like Mouse.getObjects or something that will return a list of
displayobjects that is currently under the mouse..hmmm