Re: [flexcoders] DragEvent question....

2008-04-19 Thread grimmwerks
, it looks like the offset is computed at mouseDown. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Friday, April 18, 2008 5:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DragEvent question So I'm dragging an item -- and when dropped I

[flexcoders] DragEvent question....

2008-04-18 Thread grimmwerks
So I'm dragging an item -- and when dropped I want the initiator to move to where the dropped item is. But I can't seem to find the x,y of the copied image is -- I've done it originally to the mouseX/Y, but there's a shift as these items can be dragged from the middle, etc.

RE: [flexcoders] DragEvent question....

2008-04-18 Thread Alex Harui
Subject: [flexcoders] DragEvent question So I'm dragging an item -- and when dropped I want the initiator to move to where the dropped item is. But I can't seem to find the x,y of the copied image is -- I've done it originally to the mouseX/Y, but there's a shift as these items can