I had a problem a few weeks ago and it's still not solved

On the mouse move over a movieclip ( which i made invisible)
some thing needs to be dragged.
When i am out of the movieclip the drag should be over

onClipEvent (mouseMove) {
startDrag ("_root.selecter", true);
}


As you can see... my knowledge is poor...I understand most of the actionscript now but making it for my self is HARD

can anyone give me help

I played around with the HitTest but i can't really figure that one out...


H E L P


Joris