■ マウスカーソルの座標を調べるには

//ムービークリップアクション
onClipEvent (mouseMove) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}