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(value:Function) — method, class com.greensock.loading.data.CSSLoaderVars
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.
onCancel(value:Function) — method, class com.greensock.loading.data.DataLoaderVars
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.
onCancel(value:Function) — method, class com.greensock.loading.data.ImageLoaderVars
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.
onCancel(value:Function) — method, class com.greensock.loading.data.LoaderMaxVars
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.
onCancel(value:Function) — method, class com.greensock.loading.data.MP3LoaderVars
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.
onCancel(value:Function) — method, class com.greensock.loading.data.SWFLoaderVars
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.
onCancel(value:Function) — method, class com.greensock.loading.data.VideoLoaderVars
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.
onCancel(value:Function) — method, class com.greensock.loading.data.XMLLoaderVars
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.
OnChangeRatioPlugin — class, package com.greensock.plugins
[AS3/AS2 only] This plugin allows you to define a callback method that should be called whenever the tween's "ratio" property changes which effectively means that the tweening values changed.
onChildCancel(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(value:Function) — method, 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(func:Function, params:Array) — method, class com.greensock.data.TweenLiteVars
A function that should be called when the tween has completed.
onComplete(func:Function, params:Array) — method, class com.greensock.data.TweenMaxVars
A function that should be called when the tween has completed.
onComplete(value:Function) — method, class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value:Function) — method, class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value:Function) — method, class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value:Function) — method, class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value:Function) — method, class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value:Function) — method, class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value:Function) — method, class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value:Function) — method, class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onCompleteListener(func:Function) — method, class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent when it completes.
onCompleteRender(func:Function, params:Array) — method, class com.greensock.data.TweenLiteVars
A function that should be called after the tween has completed and rendered its final state to the stage (waits for the next ENTER_FRAME event is dispatched after the tween finishes).
onCompleteRender(func:Function, params:Array) — method, class com.greensock.data.TweenMaxVars
A function that should be called after the tween has completed and rendered its final state to the stage (waits for the next ENTER_FRAME event is dispatched after the tween finishes).
OnCompleteRenderPlugin — class, package com.greensock.plugins
[AS3 only] Calls a function as soon as the tween completes AND the final frame actually renders to the screen.
onError(value:Function) — method, class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value:Function) — method, class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value:Function) — method, class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value:Function) — method, class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value:Function) — method, class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value:Function) — method, class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value:Function) — method, class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value:Function) — method, class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onFail(value:Function) — method, class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value:Function) — method, class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value:Function) — method, class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value:Function) — method, class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value:Function) — method, class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value:Function) — method, class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value:Function) — method, class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value:Function) — method, class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onHTTPStatus(value:Function) — method, class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value:Function) — method, class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value:Function) — method, class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value:Function) — method, class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value:Function) — method, class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value:Function) — method, class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value:Function) — method, class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value:Function) — method, class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onInit(value:Function) — method, 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.
onInit(value:Function) — method, class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.INIT events which will be called when the video's metaData has been received and the video is placed into the ContentDisplay.
onInit(value:Function) — method, class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.INIT events which are dispatched when the XML finishes loading and its contents are parsed (creating any dynamic XML-driven loader instances necessary).
onIOError(value:Function) — method, class com.greensock.loading.data.CSSLoaderVars
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.
onIOError(value:Function) — method, class com.greensock.loading.data.DataLoaderVars
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.
onIOError(value:Function) — method, class com.greensock.loading.data.ImageLoaderVars
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.
onIOError(value:Function) — method, class com.greensock.loading.data.LoaderMaxVars
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.
onIOError(value:Function) — method, class com.greensock.loading.data.MP3LoaderVars
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.
onIOError(value:Function) — method, class com.greensock.loading.data.SWFLoaderVars
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.
onIOError(value:Function) — method, class com.greensock.loading.data.VideoLoaderVars
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.
onIOError(value:Function) — method, class com.greensock.loading.data.XMLLoaderVars
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(value:Function) — method, class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value:Function) — method, class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value:Function) — method, class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value:Function) — method, class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value:Function) — method, class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value:Function) — method, class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value:Function) — method, class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value:Function) — method, class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onProgress(value:Function) — method, class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value:Function) — method, class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value:Function) — method, class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value:Function) — method, class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value:Function) — method, class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value:Function) — method, class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value:Function) — method, class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value:Function) — method, class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onRawLoad(value:Function) — method, class com.greensock.loading.data.XMLLoaderVars
A handler function for XMLLoader.RAW_LOAD events which are dispatched when the loader finishes loading the XML but has NOT parsed the XML yet.
onRepeat(func:Function, params:Array) — method, class com.greensock.data.TweenMaxVars
A function that should be called every time the tween repeats
onReverseComplete(func:Function, params:Array) — method, class com.greensock.data.TweenLiteVars
A function that should be called when the tween has reached its starting point again after having been reversed.
onReverseComplete(func:Function, params:Array) — method, class com.greensock.data.TweenMaxVars
A function that should be called when the tween has reached its starting point again after having been reversed.
onReverseCompleteListener(func:Function) — method, class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent when it has reached its starting point again after having been reversed
onScriptAccessDenied(value:Function) — method, 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(value:Function) — method, class com.greensock.loading.data.ImageLoaderVars
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.
onSecurityError(value:Function) — method, class com.greensock.loading.data.SWFLoaderVars
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.
onSecurityError(value:Function) — method, class com.greensock.loading.data.VideoLoaderVars
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(func:Function, params:Array) — method, class com.greensock.data.TweenLiteVars
A function that should be called when the tween begins (when its time() is at 0 and changes to some other value which can happen more than once if the tween is restarted multiple times).
onStart(func:Function, params:Array) — method, class com.greensock.data.TweenMaxVars
A function that should be called when the tween begins (when its time() is at 0 and changes to some other value which can happen more than once if the tween is restarted multiple times).
onStartListener(func:Function) — method, class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent when it begins.
onUncaughtError(value:Function) — method, class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.UNCAUGHT_ERROR events which are dispatched when the subloaded swf encounters an UncaughtErrorEvent meaning an Error was thrown outside of a try...catch statement.
onUpdate(func:Function, params:Array) — method, 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).
onUpdate(func:Function, params:Array) — method, class com.greensock.data.TweenMaxVars
A function to call whenever the tweening values are updated (on every frame during the time the tween is active).
onUpdateListener(func:Function) — method, class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent every time it updates values.
open — Event, class com.greensock.loading.core.LoaderCore
Dispatched when the loader starts loading.
OPEN — Constant Static Property, class com.greensock.events.LoaderEvent
Dispatched when the loader begins loading, like when its load() method is called.
orientToBezier(values:Object) — method, 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).
orientToBezier(values:Object) — method, class com.greensock.data.TweenMaxVars
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(value:String) — method, class com.greensock.data.TweenLiteVars
Controls how (and if) other tweens of the same target are overwritten.
overwrite(value:String) — method, class com.greensock.data.TweenMaxVars
Controls how (and if) other 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