With SuperFades you can fade a MovieClip to any:
- full or shaded color (hex)
- transparancy level (%)
- colorTransformObject
- Brightness level (%)
http://stimpson.flashvacuum.net/mt/archives/2004/08/superfades.html
SuperEase
SuperEase is an Actionscript 2 class package which you can use to very easily perform various sorts of easing on the (numeric) properties of any object, based on a given duration and framerate. These objects includes Movieclips and custom made objects.
http://stimpson.flashvacuum.net/mt/archives/2004/08/superease_1.htmlÂ
Fuse
Set of classes to ease the burden of animating with code. From the site:
The necessity of animating with code can often result in reams of script to accomplish simple things. Fuse proposes clear and compact syntax with timeline-like sophistication and great runtime flexibility.
The kit is comprised of three main elements:
* ZigoEngine: A robust, efficient AS2 tween engine
* Fuse: A sequencer focused on compact syntax
* FuseFMP: Easier BitmapFilter handling & tweening
http://www.mosessupposes.com/Fuse/
TweenExtended
Tween multiple properties at once using the same syntax as the Tween class. From the site:
The TweenExtended class extends Flash’s built in Tween class,
enabling you to tween multiple properties in one line rather than
one for each property.
Usage has been kept the same as the Tween class:
http://www.sqcircle.com/downloads/Â
TweenLite
Super-lightweight (2k!) and easy to use tween class.
http://www.greensock.com/ActionScript/TweenLite
MoveController
From teh site:
Recently I had to come up with a all-in-one tweening solution for one of my AS 3 projects, so I built this little class that handles tweening of all object properties that you might throw at it, and I decided to share.
You can tween these properties:
- x
- y
- rotation
- width
- height
- scaleX
- scaleY
- theoreticaly any other public property accessible through “Object.Propertyâ€
You can tweak the motion acording to your needs using 2 numeric parameters.
SmoothMover
SmoothMover is a Static Actionscript Class designed to perform easily and quickly smooth, tweened organic motion of any property of a MovieClip.
Very simple to use and much easier than Macromedia Tween Class, yet so powerful, can manage listeners, friction, and affect any kind of properties.