HomeAbout

Seamless Background

Tiles a background using either a symbol from the library (Flash 7) or a Bitmap in the library (Flash 8). From the site:

If you have ever needed to have a Flash piece fill the browser and center the movie contents without stretching all while having a repeating background pattern that never ends then look no further!

http://pixelfumes.blogspot.com/2006/08/seamless-background-with-source.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/ 

Dynamic MovieClip Registration

This handy little class will allow you to change the registration point of a MovieClip on the fly (instead of having to modify the symbol in the library and repostion all of the contents).

http://www.darronschall.com/weblog/archives/000054.cfm

Register Domain Name Instantly Register Domain Names Instantly with $6 USD and Flat Registration Fee for next years

EnumeratedTypes

A simple way to create enumerated types in ActionScript. Just provide a list of string arguments to the constructor and the strings will become identifiers in the instance.

http://www.darronschall.com/weblog/archives/000097.cfm

FZip

From the site:

a cute little Actionscript 3 class…that enables you to load standard ZIP archives and extract contained files while the archive is still loading.

http://wahlers.com.br/claus/blog/zip-it-up/

IntervalManager

Manage intervals with one class…also adds the ability to set a particular number of times an interval should run.

http://www.kennybunch.com/index.php?p=16 

TweenLite

Super-lightweight (2k!) and easy to use tween class.

http://www.greensock.com/ActionScript/TweenLite