stop draging a movieclip when it was draged

I set my movieclip can be drag.

when I press on it,and it is draged,how can drop it ,without release my touch?

thanks . [import]uid: 21680 topic_id: 15796 reply_id: 315796[/import]

You’d have a function that removed the event listener, most likely. It depends what you want. You want it to stop after 5 seconds? Use a timer.performWithDelay(), you want it to stop in a certain place? Check X and Y during event or use a sensor (physics). [import]uid: 52491 topic_id: 15796 reply_id: 58342[/import]