Hi
I have a magnifier made of two movieclips, glass_mc and handle_mc. The glass_mc is a mask revealing an image in a layer below.
Now I want the handle to move like this:
on (press) {
startDrag(handle_mc, false);
}
on (release) {
stopDrag();
}
(See attached example)
But this script can only take care of one movieclip. I want the glass_mc to follow as well,
Hope someone can explain how it should be done.
//Ejrob