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

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..h

[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