codice:
onClipEvent (mouseDown) {
    startDrag("_root.tuoMC", true);
}

onClipEvent (mouseUp) {
    stopDrag();
}