Classes
 ClassDescription
 AbstractAction This can be any action that takes place at a specifity time and uses the Synchronizer class to coordinate timing.
 AbstractActionGroup 
 ActionControllerCommand A set of commands to be used in conjunction with the ActionController class.
 KSActionController Executes a function within another AbstractSynchronizedAction when executed.
 KSAsynchronousFunction 
 KSDispatchEvent An object that causes an event to be dispatched at the time of execution.
 KSFunction Packages up a function to be run at a specified time or as part of a sequence.
 KSMovieClipController Tells a target MovieClip to play a specified frame.
 KSParallelGroup A group of actions that executes all at once the group is started and the delay is reached.
 KSSequenceGroup A group of actions that execute one at a time in the order that they were added to the group.
 KSSetProperty SynchronizedAction to set a property for any object to a specified value.
 KSSoundController A sound that will be played back at the specified delay.
 KSStaggeredGroup A group of actions that executes in sequence seperated by a specified gap.
 KSTrace Traces a message at the specified time.
 KSTween A tween will change an object's numeric value over time.
 KSWait Does nothing except wait.