Flash Player 4。
stopDrag()
无。
函数;停止当前的拖动操作。
此代码在用户释放鼠标按钮时,在实例 my_mc 上停止拖动动作:
my_mc
on (press) { startDrag("my_mc"); } on (release) { stopdrag(); }
MovieClip._droptarget、MovieClip.stopDrag()、startDrag()
MovieClip._droptarget
MovieClip.stopDrag()
startDrag()