# Drag problem

**URL:** https://forum.kirupa.com/t/drag-problem/39856
**Category:** flash
**Created:** [January 12, 2004, 6:37am UTC](https://forum.kirupa.com/t/drag-problem/39856 "2004-01-12T06:37:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![flashroiem](https://avatars.discourse-cdn.com/v4/letter/f/a3d4f5/32.png) [@flashroiem](https://forum.kirupa.com/u/flashroiem)
#### Post date: [January 12, 2004, 6:37am UTC](https://forum.kirupa.com/t/drag-problem/39856/1 "2004-01-12T06:37:22Z")

</div>

i have a main movie w/c is draggable and zoomable where i drag another movie on top of it. Each have its own instance names.  
my problem is i cannot drag both movies.

code;

movie 1

on (press) {  
startDrag(red);  
startDrag(blue);  
}  
on (release) {  
stopDrag();  
}  
onClipEvent (load) {  
this.xHome = this.\_x;  
this.yHome = this.\_y;  
}

movie 2

on (press) {  
startDrag(red);  
startDrag(blue);  
}  
on (release) {  
stopDrag();  
}  
onClipEvent (load) {  
this.xHome = this.\_x;  
this.yHome = this.\_y;  
}

I also attached the fla.

thanks in advanced!!!

flashroiem
