条件判断させるには
onClipEvent(enterFrame){
this._y += Math.sin(this._x*Math.PI/180*2) * 1.5;
this._x -= 4;
if (this._x < 0) this._X = 320;
}
・サンプルを
実行
・サンプルを
ダウンロード
説明などは本書を参考にしてください。