# Dragable mc or buttons

**URL:** https://forum.kirupa.com/t/dragable-mc-or-buttons/23199
**Category:** Uncategorized
**Created:** [June 14, 2003, 1:15pm UTC](https://forum.kirupa.com/t/dragable-mc-or-buttons/23199 "2003-06-14T13:15:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 14, 2003, 1:15pm UTC](https://forum.kirupa.com/t/dragable-mc-or-buttons/23199/1 "2003-06-14T13:15:08Z")

</div>

Hi everyone,

I have some images in a flash movie I would like to be dragable. Can someone give me a step by step of how this is done. Please:smirk:

I understand it’s quite simple in Flash MX — I’ll need to upgrade one day.:elderly:

/s

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 14, 2003, 4:48pm UTC](https://forum.kirupa.com/t/dragable-mc-or-buttons/23199/2 "2003-06-14T16:48:12Z")

</div>

[AS]on (press){  
this.startDrag();  
}  
on (release, releaseOutside){  
this.stopDrag();  
}[/AS]

Something like that oughta do it 😉

If you are using a button, it must be inside a movieclip symbol otherwise it will drag the whole stage.

There are of course, other various ways to do the same.
