[flexcoders] Mouse click drop

2009-02-09 Thread smitade
I'm developing an app with click and drop as opposed to drag and drop. I have a bunch of images on a canvas. When I click an image it adds a MOUSE_MOVE event listener to the canvas. I then relocate the image based on the canvas mouseX and mouseY movement. This event is removed when I click the

RE: [flexcoders] Mouse click drop

2009-02-09 Thread Alex Harui
Sent: Monday, February 09, 2009 12:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Mouse click drop I'm developing an app with click and drop as opposed to drag and drop. I have a bunch of images on a canvas. When I click an image it adds a MOUSE_MOVE event listener to the canvas. I