# Please Help : Drag and drop movie clip

**URL:** https://forum.kirupa.com/t/please-help-drag-and-drop-movie-clip/299791
**Category:** Uncategorized
**Created:** [November 11, 2009, 2:11am UTC](https://forum.kirupa.com/t/please-help-drag-and-drop-movie-clip/299791 "2009-11-11T02:11:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![smashlea](https://avatars.discourse-cdn.com/v4/letter/s/77aa72/32.png) [@smashlea](https://forum.kirupa.com/u/smashlea)
#### Post date: [November 11, 2009, 2:11am UTC](https://forum.kirupa.com/t/please-help-drag-and-drop-movie-clip/299791/1 "2009-11-11T02:11:50Z")

</div>

Hello. I’m new to the kirupa forums.

Here’s my issue. I have movie clips loading in dynamically using an XML file, and the duplicate movie clip function. I need to be able to select one of those movie clips, drag it to a desired position and have it snap to place.

As for right now, I’m using :

on(press){  
this.startDrag();  
}

on(release){  
this.stopDrag();  
}

This does allow me to drag, but how can I snap it to another position?

Thanks in advance!
