I tried to make some simple examples for each of the plugins available in the version 11 of this great tweening library from Greensock.
The attached archive contains the examples demonstrating the use of the following plugins:
- AutoAlpha
- BevelFilter
- Bezier
- BezierThrough
- BlurFilter
- ColorMatrixFilter
- ColorTransform
- DropShadowFilter
- EndArray
- FastTransform (plugin available only for the Greensock Club members)
- GlowFilter
- HexColors
- MotionBlur (plugin available only for the Greensock Club members)
- RoundProps
- Scale
- ShortRotation
- Tint/RemoveTint
- TransformAroundCenter (plugin available only for the Greensock Club members)
- TransformAroundPoint (plugin available only for the Greensock Club members)
- TransformMatrix
- Visible
- Volume
All examples are plain AS3, some requiring an image or an audio file to be available. All code licensed under the Creative Commons - Attribution/Share alike - license.
Most used function was definitely Math.random(). Otherwise the code usually follows the same structure in all of the examples.






















