■ 回転角度を設定するには

//ムービークリップアクション
onClipEvent (enterFrame) {
this._rotation += 10;
_parent.rotation_txt.text = this._rotation;
}