前回(Flashでカバーフローを作りたい:PART1)の続きです。前回のムービークリップは円に沿って動きました。今回は円の形を変形します。
this._x = this.centerX +this.radius*Math.cos(radian);
//this._y = this.centerY +this.radius*Math.sin(radian);
// 振幅を縮小
this._y = this.centerY +this.radius*Math.sin(radian)/2;
No comments yet.
改行と段落タグは自動で挿入されます。
メールアドレスは表示されません。