■ ステージのサイズを取得するには

//ムービークリップアクション
onClipEvent (load) {
this._x = Math.floor(Math.random() * Stage.width);
this._y = Math.floor(Math.random() * Stage.height);
}