JPEGS - draggable?

In FLASHMX i import a jpeg and convert it to a movieclip
I give the movieclip an instance name of “MC”.

Then i put this script in:

startDrag(“MC”, true);

IT DOESNT WORK?

If i put it in Flash5 it works perfectly.
The idea is to drag a picture under a mask.
PLEASE HELP?8]

Works fine for me.

how about Mc.StartDrag() ??

yup ray is right, it must be your mc hierachy which is wrong - your probably telling a nonexistent clip to be dragged (when it’s actually on another level)