RSS | Twitter | Facebook
Home » ActionScript » example » cover_flow » Flashでカバーフローを作りたい(PART2) : 円の変形

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

このページの上へ移動

  Yahoo!ブックマークに登録    Google  この記事をクリップ!  BuzzurlにブックマークBuzzurlにブックマーク

2008/2/16 土 | cover_flow | 固定リンク |

コメントはまだありません。

コメントの投稿

改行と段落タグは自動で挿入されます。メールアドレスは表示されません。
利用可能な HTML タグ :
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite="">
<cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

(必須)

(必須)


トラックバックURL

このページの上へ移動