Re: [Flashcoders] determining which object is displayed at a given point

2007-02-06 Thread Vishal Kapur
I don't understand what you're suggesting. The user is not dragging the movieclip. The idea is to write a function with a signature like: function getObjectAtPoint(xmouse:Number, ymouse:Number):Object On 2/5/07, Erik Bianchi [EMAIL PROTECTED] wrote: Been a while but I believe the solution

RE: [Flashcoders] determining which object is displayed at a given point

2007-02-05 Thread Erik Bianchi
Been a while but I believe the solution you need is startDrag with _droptarget. Note you must use startDrag otherwise _droptarget isn't set. -erik -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vishal Kapur Sent: Monday, February 05, 2007 4:52 PM To: