Target problem

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