# Drag + button issues

**URL:** https://forum.kirupa.com/t/drag-button-issues/126619
**Category:** Uncategorized
**Created:** [October 25, 2004, 9:48pm UTC](https://forum.kirupa.com/t/drag-button-issues/126619 "2004-10-25T21:48:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jondj24](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@jondj24](https://forum.kirupa.com/u/jondj24)
#### Post date: [October 25, 2004, 9:48pm UTC](https://forum.kirupa.com/t/drag-button-issues/126619/1 "2004-10-25T21:48:35Z")

</div>

Hello.  
Why is it that when i have button in a movie clip and that movie clip is a draggable object the button becomes inactive? How can i have both the button and the movie clip draggable and the button continue to function.

below is the script i have for the draggable movie clip, which has the button contained within that:

```auto

on (press) {
startDrag(_root.dragObject);
}
on (release) {
stopDrag();
}

```

attached is my file
