Flashでカバーフローを作りたい(PART2) : 円の変形
前回(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;
今回のファイル : coverflow1_2.swf
前回のファイル : coverflow1.swf
コメントはまだありません。
コメントの投稿
改行と段落タグは自動で挿入されます。メールアドレスは表示されません。
利用可能な HTML タグ :
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite="">
<cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>