| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| call(func, timeElapsed, duration, mod1, mod2) — Static method in class org.as3lib.kitchensync.easing.EasingUtil | |
| Provides a way to call an easing function with code-hinting and type checking (sorta). | |
| _channel — Property in class org.as3lib.kitchensync.action.KSSoundController | |
| channel — Property in class org.as3lib.kitchensync.action.KSSoundController | |
| A pointer to the sound channel created by the sound object when it is played. | |
| _channel — Property in class org.as3lib.kitchensync.action.tweentarget.SoundTransformTarget | |
| channel — Property in class org.as3lib.kitchensync.action.tweentarget.SoundTransformTarget | |
| The object containing the sound channel to apply the transform. | |
| checkForComplete() — Method in class org.as3lib.kitchensync.action.KSSequenceGroup | |
| Checks to see if all of the children have completed. | |
| childActionComplete — Event in class org.as3lib.kitchensync.action.AbstractActionGroup | |
| _childActions — Property in class org.as3lib.kitchensync.action.AbstractActionGroup | |
| childActions — Property in class org.as3lib.kitchensync.action.AbstractActionGroup | |
| An array containing all of the child actions of the group. | |
| childActionStart — Event in class org.as3lib.kitchensync.action.AbstractActionGroup | |
| CHILD_COMPLETE — Constant static property in class org.as3lib.kitchensync.core.KitchenSyncEvent | |
| childrenAreRunning — Property in class org.as3lib.kitchensync.action.KSParallelGroup | |
| childrenAreRunning — Property in class org.as3lib.kitchensync.action.KSSequenceGroup | |
| CHILD_START — Constant static property in class org.as3lib.kitchensync.core.KitchenSyncEvent | |
| Circular — Class in package org.as3lib.kitchensync.easing | |
|
Circular produces values that would cause a moving subject to travel along a circular curve. The easing classes provide static methods for interpolating the change between two values over time. |
|
| clone() — Method in class org.as3lib.kitchensync.action.AbstractAction | |
| Creates a copy of the object with all the property values of the original and returns it. | |
| clone() — Method in interface org.as3lib.kitchensync.action.IAction | |
| Returns an exact copy of the action. | |
| clone() — Method in class org.as3lib.kitchensync.action.KSAsynchronousFunction | |
| clone() — Method in class org.as3lib.kitchensync.action.KSDispatchEvent | |
| clone() — Method in class org.as3lib.kitchensync.action.KSFunction | |
| clone() — Method in class org.as3lib.kitchensync.action.KSMovieClipController | |
| clone() — Method in class org.as3lib.kitchensync.action.KSParallelGroup | |
| clone() — Method in class org.as3lib.kitchensync.action.KSSequenceGroup | |
| clone() — Method in class org.as3lib.kitchensync.action.KSSimpleTween | |
| clone() — Method in class org.as3lib.kitchensync.action.KSSoundController | |
| clone() — Method in class org.as3lib.kitchensync.action.KSStaggeredGroup | |
| clone() — Method in class org.as3lib.kitchensync.action.KSTrace | |
| clone() — Method in class org.as3lib.kitchensync.action.KSTween | |
| clone() — Method in class org.as3lib.kitchensync.action.KSWait | |
| clone() — Method in class org.as3lib.kitchensync.action.tweentarget.FilterTargetProperty | |
| clone() — Method in interface org.as3lib.kitchensync.action.tweentarget.ITweenTarget | |
| Create a copy of the tweenTarget object | |
| clone() — Method in class org.as3lib.kitchensync.action.tweentarget.SimpleBlurTweenTarget | |
| clone() — Method in class org.as3lib.kitchensync.action.tweentarget.SoundTransformTarget | |
| clone() — Method in class org.as3lib.kitchensync.action.tweentarget.TargetProperty | |
| Create a copy of the tweenTarget object | |
| clone() — Method in class org.as3lib.kitchensync.action.tweentarget.TimelineController | |
| clone() — Method in class org.as3lib.kitchensync.core.Timestamp | |
| clone(source) — Static method in class org.as3lib.utils.Cloner | |
| Creates a duplicate of the source object by storing it in a ByteArray and reading it back in, The object will return untyped so you may need to cast it to the desired class. | |
| Cloner — Class in package org.as3lib.utils | |
| cloneReversed(target, property) — Method in class org.as3lib.kitchensync.action.KSTween | |
| Creates a new Tween and reverses the start and end values of the target property. | |
| cloneWithTarget(target, property) — Method in class org.as3lib.kitchensync.action.KSTween | |
| Creates a copy of this Tween which targets a different object and / or property. | |
| cloneWithTweenTarget(tweenTarget) — Method in class org.as3lib.kitchensync.action.KSTween | |
| Clones the tween with a new tweenTarget. | |
| complete() — Method in class org.as3lib.kitchensync.action.AbstractAction | |
| Call this when the action has completed. | |
| complete() — Method in class org.as3lib.kitchensync.action.KSSequenceGroup | |
| override to reset the _currentActionIndex. | |
| complete() — Method in class org.as3lib.kitchensync.action.KSSimpleTween | |
| Called internally when the tween is completed. | |
| COMPLETE — Constant static property in class org.as3lib.kitchensync.core.KitchenSyncEvent | |
| _completeEventDispatcher — Property in class org.as3lib.kitchensync.action.KSAsynchronousFunction | |
| a reference to the event dispatcher | |
| _completeEventType — Property in class org.as3lib.kitchensync.action.KSAsynchronousFunction | |
| the type of event to listen for | |
| CONSTRUCTOR_ERROR — Constant static property in class org.as3lib.errors.AbstractError | |
| Use this error in the constructor for your abstract class. | |
| Cubic — Class in package org.as3lib.kitchensync.easing | |
|
Cubic produces values that would cause a moving subject to move with moderate accelleration. The easing classes provide static methods for interpolating the change between two values over time. |
|
| _currentAction — Property in class org.as3lib.kitchensync.action.KSSequenceGroup | |
| currentAction — Property in class org.as3lib.kitchensync.action.KSSequenceGroup | |
| _currentActionIndex — Property in class org.as3lib.kitchensync.action.KSSequenceGroup | |
| currentFrame — Property in class org.as3lib.kitchensync.core.Timestamp | |
| currentTime — Property in class org.as3lib.kitchensync.core.Timestamp | |
| currentTimestamp — Property in class org.as3lib.kitchensync.core.Synchronizer | |
| Returns the current time as a timestamp object. | |
| currentValue — Property in class org.as3lib.kitchensync.action.tweentarget.FilterTargetProperty | |
| currentValue — Property in interface org.as3lib.kitchensync.action.tweentarget.INumericController | |
| This is the current value of the number. | |
| currentValue — Property in class org.as3lib.kitchensync.action.tweentarget.SimpleBlurTweenTarget | |
| currentValue — Property in class org.as3lib.kitchensync.action.tweentarget.SoundTransformTarget | |
| The current value of the property you specified. | |
| currentValue — Property in class org.as3lib.kitchensync.action.tweentarget.TargetProperty | |
| The current value of the property. | |
| currentValue — Property in class org.as3lib.kitchensync.action.tweentarget.TimelineController | |
| The current frame of the movieclip. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |