■ 画面表示を強制的に更新するには

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