# startDrag() works but not the buttons. Help please

**URL:** https://forum.kirupa.com/t/startdrag-works-but-not-the-buttons-help-please/78041
**Category:** Uncategorized
**Created:** [February 1, 2005, 6:54pm UTC](https://forum.kirupa.com/t/startdrag-works-but-not-the-buttons-help-please/78041 "2005-02-01T18:54:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mx\_guest2004](https://avatars.discourse-cdn.com/v4/letter/m/e47c2d/32.png) [@mx\_guest2004](https://forum.kirupa.com/u/mx_guest2004)
#### Post date: [February 1, 2005, 6:54pm UTC](https://forum.kirupa.com/t/startdrag-works-but-not-the-buttons-help-please/78041/1 "2005-02-01T18:54:54Z")

</div>

Hi,  
I have a MC which I use this code to drag it:  
[AS]  
on (press) {  
startDrag(this);  
}  
on (release) {  
stopDrag();  
}  
[/AS]  
This MC contains some buttons but these don’t work. When I remove the code above, the buttons work. Is there any smarter way to get my MC mouse drag effect with those buttons inside?  
thanks 🙂  
mx-guest2004
