The Sprite class has startDrag() and stopDrag() methods. If your 'something' is an mx.controls.Image, it inherits these methods. Perhaps their parameters have changed, or your Image is something else? - Gordon
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of alvarogvidela Sent: Thursday, May 24, 2007 10:10 AM To: [email protected] Subject: [flexcoders] Question About Drag And Drop Hi, I'm new here, and I not speak english, so, please excuse my english. I'm making the move from AS2 to AS3. I want to know how to make: something.startDrag() and something.stopDrag() where something is an Image. I used to do it that way in AS2 but I can't figure how to do it in AS3 in flex. Thanks Álvaro

