# Target problem

**URL:** https://forum.kirupa.com/t/target-problem/98848
**Category:** Uncategorized
**Created:** [January 12, 2004, 3:51am UTC](https://forum.kirupa.com/t/target-problem/98848 "2004-01-12T03:51:21Z")
**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, 3:51am UTC](https://forum.kirupa.com/t/target-problem/98848/1 "2004-01-12T03:51:21Z")

</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 my main movie is the only one that ca be drag and zoom.

here’s my code;

on (press) {  
startDrag(MovieClip1 Instance name. MovieClip2 Instance name);  
}  
on (release) {  
stopDrag();  
}

thanks in advanced!!!

flashroiem
