All classes and interfaces
- AlignUtil
- Provides utility functions for aligning.
- ArguementTypeError
- ArrayContentsError
- ArrayUtil
- Utilities for sorting, searching and manipulating Arrays.
- AudioLoad
- Provides an easy and standardized way to load audio files.
- CasaBitmap
- A base Bitmap that implements IRemovableEventDispatcher and IDestroyable.
- CasaLoader
- CasaMovieClip
- CasaShape
- A base Shape that implements IRemovableEventDispatcher and IDestroyable.
- CasaSimpleButton
- A base SimpleButton that implements IRemovableEventDispatcher and IDestroyable.
- CasaSprite
- A base Sprite that implements IRemovableEventDispatcher and IDestroyable.
- CasaTextField
- A base TextField that implements IRemovableEventDispatcher and IDestroyable.
- ClassUtil
- Utilities for constructing and working with Classes.
- ColorUtil
- Provides utility functions for dealing with color.
- ConversionUtil
- Utilities for converting units.
- DataLoad
- Provides an easy and standardized way to load data.
- DateUtil
-
Provides utility functions for formatting and manipulating
Date
objects.
-
Provides utility functions for formatting and manipulating
- Destroyable
- Base class for objects that are destroyable.
- DisplayObjectUtil
- Provides utility functions for DisplayObjects/DisplayObjectContainers.
- Distribution
- Creates the mechanism to distribute DisplayObjects to a vertical or horzontal grid of columns and rows.
- DrawUtil
- Utilities for drawing shapes.
- Ellipse
- Stores position and size of an ellipse (circle or oval).
- EnterFrame
-
Creates a centralized
enterFrame
event.
-
Creates a centralized
- FlashVarUtil
- Utility for providing easy access to HTML embeded FlashVars.
- FrameDelay
- Creates a callback after one or more frames.
- FrameTime
- Creates a common time which isn't affected by delays caused by code execution; the time is only updated every frame.
- FrameTimeStopwatch
- FrameUtil
- Utilities for determining label positions and adding and removing frame scripts.
- GeomUtil
- Utilities for positioning, calculating and manipulating geometeric shapes and points.
- GroupLoad
- Allows multiple loads to be grouped and treated as one larger load.
- IDestroyable
- Interface for objects that are destroyable.
- IList
- Interface for list collections.
- ImageLoad
- Provides an easy and standardized way to load images.
- Inactivity
- Detects user inactivity by checking for a void in mouse movement and key presses.
- InactivityEvent
- An event dispatched from Inactivity.
- Interval
-
To be used instead of
flash.utils.setInterval
andflash.utils.setTimeout
functions.
-
To be used instead of
- IRemovableEventDispatcher
- IResumable
- IRunnable
- Key
- Key class that simplifies listening to global key strokes and adds additional keyboard events.
- KeyCombo
- Class for storing keyboard key code combinations.
- KeyComboEvent
- LibraryManager
- Creates an easy way to store multiple libraries in groups and perform centralized retrieval of assets.
- List
- An ordered or sequence collection that can contain duplicates.
- ListenerManager
- Creates an easy way to implement IRemovableEventDispatcher when you cannot extend directly from RemovableEventDispatcher.
- LoadEvent
- An event dispatched during loading.
- LoadItem
- Base class used by load classes.
- LoadItemUtil
- Utilities for working with LoadItems.
- LoadUtil
- Utilities for calculating a load's speed and progress.
- LocationUtil
- Utilities for determining the location of the SWF and the type of runtime environment.
- NavigateUtil
-
Simplifies
navigateToURL
andwindow.open
requests.
-
Simplifies
- NumberUtil
- Provides utility functions for manipulating numbers.
- ObjectUtil
- Utilities for working with Objects.
- Percent
- Creates a standardized way of describing and storing percentages.
- Point3d
- Stores location of a point in a three-dimensional coordinate system, where x represents the horizontal axis, y represents the vertical axis, z represents the axis that is vertically perpendicular to the x/y axis or depth.
- Process
- Base process class.
- ProcessEvent
- An event dispatched during a Process.
- ProcessGroup
- Manages and threads processes.
- PropertySetter
- Creates a setter function for properties.
- PropertyTween
- A simple property tween class that extends Tween.
- QueryStringUtil
- Utility for providing easy access to the browser query string.
- Range
- Creates a standardized way of describing and storing an extent of variation/a value range.
- RatioUtil
- Provides utility functions for ratio scaling.
- RemovableEventDispatcher
-
Extends
EventDispatcher
to allow for simple and quick removal of event listeners.
-
Extends
- RetryEvent
- An event dispatched when a load request is retried after previously failing.
- ReversibleMovieClip
- Provides additional timeline controlling functions: reverse and gotoAndReverse.
- Sequence
- Creates a sequence of methods calls that wait for a specified event and/or delay.
- SequenceEvent
- An event dispatched from Sequence.
- SingletonUtil
- Provides utility functions for creating and managing singletons and multitons.
- StageEventProxy
- Created an event proxy between the Stage that implements IRemovableEventDispatcher and IDestroyable.
- StageReference
- Stores a reference to Stage for classes that cannot easily access it.
- Stopwatch
- Simple stopwatch class that records elapsed time in milliseconds.
- StringUtil
- Utilities for manipulating and searching Strings.
- SwfLoad
- Provides an easy and standardized way to load SWF files and external class assets.
- TextFieldUtil
- Utilities for working with TextFields.
- Tween
- Simple and easily extendable tween/transition class.
- TweenEvent
- An event dispatched from Tween.
- UniqueList
- An ordered or sequence collection that contains no duplicates.
- UrlVariablesUtil
- Utilities for manipulating URLVariables.
- ValidationUtil
- Utilities for validating common string formats.
- VideoInfoEvent
- An event dispatched when meta data, or cue point is received from the VideoLoad.
- VideoLoad
- Provides an easy and standardized way to load video files.
- VideoLoadEvent
- An event dispatched from VideoLoad.