// 滑鼠游標隱藏 Mouse.hide(); //拖曳cursor_mc物件 cursor_mc.startDrag(true); //設定cursor_mc無法接收滑鼠事件,防止錯誤運作 cursor_mc.mouseEnabled = false;