# Drag Drop Problem

**URL:** https://forum.kirupa.com/t/drag-drop-problem/169195
**Category:** flash
**Created:** [November 14, 2005, 11:57am UTC](https://forum.kirupa.com/t/drag-drop-problem/169195 "2005-11-14T11:57:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![superprg](https://avatars.discourse-cdn.com/v4/letter/s/858c86/32.png) [@superprg](https://forum.kirupa.com/u/superprg)
#### Post date: [November 14, 2005, 11:57am UTC](https://forum.kirupa.com/t/drag-drop-problem/169195/1 "2005-11-14T11:57:45Z")

</div>

I have written this in invisible movieclip

on (press)  
{  
pop\_addprod.startDrag();  
trace(“Start”)  
}  
on (release)  
{  
pop\_addprod.stopDrag();  
trace(“Stop”);  
}

pop\_addprod is the movileclip to be dragged  
But when I click on the mouse and start dragging, its not getting to stopDrag()  
Any idea?
