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  
onCancel — Property in class com.greensock.loading.data.core.LoaderCoreVars
A handler function for LoaderEvent.CANCEL events which are dispatched when loading is aborted due to either a failure or because another loader was prioritized or cancel() was manually called.
onChildCancel — Property in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CHILD_CANCEL events which are dispatched each time loading is aborted on one of the loader's children (or any descendant) due to either an error or because another loader was prioritized in the queue or because cancel() was manually called on the child loader.
onChildCancel — Property in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CHILD_CANCEL events which are dispatched each time loading is aborted on any nested LoaderMax-related loaders (active ones that the SWFLoader found inside the subloading swf that had their requireWithRoot set to its root) due to either an error or because another loader was prioritized in the queue or because cancel() was manually called on the child loader.
onChildCancel — Property in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CHILD_CANCEL events which are dispatched each time loading is aborted on any nested LoaderMax-related loaders that were defined in the XML due to either an error or because another loader was prioritized in the queue or because cancel() was manually called on the child loader.
onChildComplete — Property in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CHILD_COMPLETE events which are dispatched each time one of the loader's children (or any descendant) finishes loading successfully.
onChildComplete — Property in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CHILD_COMPLETE events which are dispatched each time any nested LoaderMax-related loaders (active ones that the SWFLoader found inside the subloading swf that had their requireWithRoot set to its root) finishes loading successfully.
onChildComplete — Property in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CHILD_COMPLETE events which are dispatched each time any nested LoaderMax-related loaders that were defined in the XML finishes loading successfully.
onChildFail — Property in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CHILD_FAIL events which are dispatched each time one of the loader's children (or any descendant) fails (and its status chances to LoaderStatus.FAILED).
onChildFail — Property in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CHILD_FAIL events which are dispatched each time any nested LoaderMax-related loaders (active ones that the SWFLoader found inside the subloading swf that had their requireWithRoot set to its root) fails (and its status chances to LoaderStatus.FAILED).
onChildFail — Property in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CHILD_FAIL events which are dispatched each time any nested LoaderMax-related loaders that were defined in the XML fails (and its status chances to LoaderStatus.FAILED).
onChildOpen — Property in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CHILD_OPEN events which are dispatched each time one of the loader's children (or any descendant) begins loading.
onChildOpen — Property in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CHILD_OPEN events which are dispatched each time any nested LoaderMax-related loaders (active ones that the SWFLoader found inside the subloading swf that had their requireWithRoot set to its root) begins loading.
onChildOpen — Property in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CHILD_OPEN events which are dispatched each time any nested LoaderMax-related loaders that were defined in the XML begins loading.
onChildProgress — Property in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CHILD_PROGRESS events which are dispatched each time one of the loader's children (or any descendant) dispatches a PROGRESS event.
onChildProgress — Property in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CHILD_PROGRESS events which are dispatched each time any nested LoaderMax-related loaders (active ones that the SWFLoader found inside the subloading swf that had their requireWithRoot set to its root) dispatches a PROGRESS event.
onChildProgress — Property in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CHILD_PROGRESS events which are dispatched each time any nested LoaderMax-related loaders that were defined in the XML dispatches a PROGRESS event.
onComplete — Property in class com.greensock.data.TweenLiteVars
A function to call when the tween has completed.
onComplete — Property in class com.greensock.loading.data.core.LoaderCoreVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onCompleteListener — Property in class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent when it completes.
onCompleteParams — Property in class com.greensock.data.TweenLiteVars
An Array of parameters to pass the onComplete function
onError — Property in class com.greensock.loading.data.core.LoaderCoreVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onFail — Property in class com.greensock.loading.data.core.LoaderCoreVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onHTTPStatus — Property in class com.greensock.loading.data.core.LoaderCoreVars
A handler function for LoaderEvent.HTTP_STATUS events.
onInit — Property in class com.greensock.data.TweenLiteVars
A function that should be called just before the tween inits (renders for the first time).
onInit — Property in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.INIT events which are called when the swf has streamed enough of its content to render the first frame and determine if there are any required LoaderMax-related loaders recognized.
onInitParams — Property in class com.greensock.data.TweenLiteVars
An Array of parameters to pass the onInit function.
onIOError — Property in class com.greensock.loading.data.core.LoaderCoreVars
A handler function for LoaderEvent.IO_ERROR events which will also call the onError handler, so you can use that as more of a catch-all whereas onIOError is specifically for LoaderEvent.IO_ERROR events.
onOpen — Property in class com.greensock.loading.data.core.LoaderCoreVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onProgress — Property in class com.greensock.loading.data.core.LoaderCoreVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onRepeat — Property in class com.greensock.data.TweenMaxVars
A function that should be called every time the tween repeats
onRepeatParams — Property in class com.greensock.data.TweenMaxVars
An Array of parameters to pass the onRepeat function
onReverseComplete — Property in class com.greensock.data.TweenMaxVars
A function that should be called when the tween has reached its starting point again after having been reversed
onReverseCompleteParams — Property in class com.greensock.data.TweenMaxVars
An Array of parameters to pass the onReverseComplete functions
onScriptAccessDenied — Property in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.SCRIPT_ACCESS_DENIED events which are dispatched when one of the LoaderMax's children (or any descendant) is loaded from another domain and no crossdomain.xml is in place to grant full script access for things like smoothing or BitmapData manipulation.
onSecurityError — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars
A handler function for LoaderEvent.SECURITY_ERROR events which onError handles as well, so you can use that as more of a catch-all whereas onSecurityError is specifically for SECURITY_ERROR events.
onStart — Property in class com.greensock.data.TweenLiteVars
A function that should be called when the tween begins (when its currentTime is at 0 and changes to some other value which can happen more than once if the tween is restarted multiple times).
onStartListener — Property in class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent when it begins.
onStartParams — Property in class com.greensock.data.TweenLiteVars
An Array of parameters to pass the onStart function.
onUpdate — Property in class com.greensock.data.TweenLiteVars
A function to call whenever the tweening values are updated (on every frame during the time the tween is active).
onUpdateListener — Property in class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent every time it updates values.
onUpdateParams — Property in class com.greensock.data.TweenLiteVars
An Array of parameters to pass the onUpdate function
open — Event in class com.greensock.loading.core.LoaderCore
Dispatched when the loader starts loading.
OPEN — Constant static property in class com.greensock.events.LoaderEvent
Dispatched when the loader begins loading, like when its load() method is called.
orientToBezier — Property in class com.greensock.data.TweenLiteVars
A common effect that designers/developers want is for a MovieClip/Sprite to orient itself in the direction of a Bezier path (alter its rotation).
overwrite — Property in class com.greensock.data.TweenLiteVars
NONE = 0, ALL_IMMEDIATE = 1, AUTO = 2, CONCURRENT = 3, ALL_ONSTART = 4, PREEXISTING = 5 (2 through 5 are only available with the optional OverwriteManager add-on class which must be initted once for TweenLite, like OverwriteManager.init().
OverwriteManager — Class in package com.greensock
OverwriteManager resolves conflicts between tweens and controls if (and how) existing tweens of the same target are overwritten.
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