簡単Tweener(3Dバージョン)

こんな感じ
http://moeten.info/flex/20080713_go_flextests/bin-release/go_flextests.html
クリックすると開始

こんな感じに rotationZ ができます。

tween_0 = new Tween3D(target,
   [Go3D.x(0), Go3D.y(50), Go3D.rotationZ(0)], 1, Equations.easeOutCubic);
sequence.addStep(tween_0);

PaperVision3Dを使う場合はとても便利。

  • 設定できるプロパティはこちら
    • alpha
    • Bevel_angle
    • Bevel_blurX
    • Bevel_blurY
    • Bevel_color
    • Bevel_distance
    • Bevel_highlightAlpha
    • Bevel_highlightColor
    • Bevel_quality
    • Bevel_shadowAlpha
    • Bevel_shadowColor
    • Bevel_strength
    • Blur_blurX
    • Blur_blurY
    • Blur_quality
    • brightness
    • color
    • contrast
    • DropShadow_alpha
    • DropShadow_angle
    • DropShadow_blurX
    • DropShadow_blurY
    • DropShadow_color
    • DropShadow_distance
    • DropShadow_quality
    • DropShadow_strength
    • Glow_alpha
    • Glow_blurX
    • Glow_blurY
    • Glow_color
    • Glow_quality
    • Glow_strength
    • height
    • hue
    • pan
    • rotation
    • rotationX (PV3D)
    • rotationY (PV3D)
    • rotationZ (PV3D)
    • saturation
    • scaleX
    • scaleY
    • scaleZ (PV3D)
    • text
    • tint
    • volume
    • width
    • x
    • y
    • z (PV3D)