PDA

View Full Version : JPEGS - draggable?



awarlock
June 6th, 2003, 11:02 PM
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]

lostinbeta
June 7th, 2003, 12:09 AM
Works fine for me.

Raydred
June 7th, 2003, 04:01 AM
how about Mc.StartDrag() ??

mlk
June 7th, 2003, 11:38 AM
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)