# StartDrag Issue SOS

**URL:** https://forum.kirupa.com/t/startdrag-issue-sos/227594
**Category:** flash
**Created:** [May 31, 2007, 3:24pm UTC](https://forum.kirupa.com/t/startdrag-issue-sos/227594 "2007-05-31T15:24:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![katerina\_res](https://avatars.discourse-cdn.com/v4/letter/k/eb9ed0/32.png) [@katerina\_res](https://forum.kirupa.com/u/katerina_res)
#### Post date: [May 31, 2007, 3:24pm UTC](https://forum.kirupa.com/t/startdrag-issue-sos/227594/1 "2007-05-31T15:24:10Z")

</div>

Hi everyone,

i have an issue that needs to be solved right a way…  
I have crated a movie clip and placedthis action on the keyframe so that I can Drag and Drop it.  
square\_mc.onPress = function() {  
this.startDrag(false, 40, 50, 260, 150);  
}  
square\_mc.onRelease = square\_mc.onReleaseOutside = function() {  
this.stopDrag();  
}It works perfectly but…  
I need the content of the “square\_mc” to be active as well.  
So that if a button is placed inside the “square\_mc” I can press it.

Any ideas? Thank you in advance  
Katerina Res
