Flash(ActionScript2.0)でカバーフローを作りたい(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;
関連記事
- Flash(ActionScriipt2.0)でカバーフローを作りたい(PART3) : 円運動の停止
- Flash(ActionScript2.0)でカバーフローを作りたい(PART1) : 円運動
- 水平方向伸縮ナビゲーション : ActionScript2.0
- 水平・垂直拡大メニュー : ActionScript
- ループ : ActionScript
コメント
コメントはまだありません。
コメントの投稿
改行と段落タグは自動で挿入されます。
メールアドレスは表示されません。
トラックバックURL
http://www.findxfine.com/flash/actionscript/75.html/trackback