AS2: PullOutMenu
View Example
View Documentation
Download Class & Example Files
Creates a menu like the classic dropdown menu with the options to direct it up, down, left, or right depending on values set.
PLAIN TEXT
Actionscript:
import mx.transitions.easing.*;
import mx.transitions.Tween;
import mx.utils.Delegate;
/**
* Creates a menu like the classic dropdown menu with the options to direct it up, down, left, or right depending on [...]
AS2: StageManager
View Example
View Documentation
Download Class & Example Files
Creates an instance of the StageManager that aligns clips according to their selected alignment mode. Also dispatches an event, onStageResize, that allows for futher manipulation of clips to the stage sizing.
PLAIN TEXT
Actionscript:
import mx.transitions.easing.*;
import mx.transitions.Tween;
import mx.events.EventDispatcher;
/**
* Creates an instance of the StageManager that aligns clips according to their [...]
AS2: CacheBuster
Download
View Documentation
A simple utility class that converts a URL or array of URLs to a "cache-busted" version to ensure loading of the most current version.
PLAIN TEXT
Actionscript:
/**
* A simple utility class that converts a URL or array of URLs to a "cache-busted" version to ensure loading of the most current version.
*
* @usage
[...]










