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  
activate(loaderClasses:Array) — Static Method , class com.greensock.loading.LoaderMax
Activates particular loader classes (like ImageLoader, SWFLoader, etc.) so that they can be recognized inside the parse() method and XMLLoader.
activate(plugins:Array) — Static Method , class com.greensock.plugins.TweenPlugin
Activates one or more plugins so that TweenLite and TweenMax recognize the associated special properties.
activate() — method, class com.greensock.text.FlexSplitTextField
When a FlexSplitTextField is activated, it takes the place of the source's original TextField in the display list.
activate() — method, class com.greensock.text.SplitTextField
When a SplitTextField is activated, it takes the place of the source TextField in the display list.
activated — Property, class com.greensock.text.FlexSplitTextField
When a FlexSplitTextField is activated, it replaces the source's original TextField in the display list.
activated — Property, class com.greensock.text.SplitTextField
When a SplitTextField is activated, it replaces the source TextField in the display list.
add(value:any, position:any, align:String, stagger:Number) — method, class com.greensock.TimelineLite
Adds a tween, timeline, callback, or label (or an array of them) to the timeline.
add(child:any, position:any, align:String, stagger:Number) — method, class com.greensock.core.SimpleTimeline
Adds a TweenLite, TweenMax, TimelineLite, or TimelineMax instance to the timeline at a specific time.
addASCuePoint(time:Number, name:String, parameters:Object) — method, class com.greensock.loading.VideoLoader
Adds an ActionScript cue point.
addCallback(callback:Function, position:any, params:Array) — method, class com.greensock.TimelineMax
Inserts a callback at a particular position.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.greensock.TimelineMax
(AS3 only) Registers a function that should be called each time a particular type of event occurs, like "complete" or "update".
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.greensock.TweenMax
[AS3 only] Registers a function that should be called each time a particular type of event occurs, like "complete" or "update".
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.greensock.layout.AutoFitArea
Allows you to add an Event.CHANGE event listener.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.greensock.layout.LiquidStage
Use this to add an Event.RESIZE event listener which can be particularly handy if you need to run other functions AFTER LiquidStage does all its repositioning.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.greensock.layout.PinPoint
Use this to add an Event.CHANGE listener to find out when the PinPoint moves.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.greensock.loading.MP3Loader
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.greensock.loading.VideoLoader
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.greensock.loading.core.LoaderCore
addFollower(target:any, progress:Number, autoRotate:Boolean, rotationOffset:Number) — method, class com.greensock.motionPaths.MotionPath
Adds a follower to the path, optionally setting it to a particular progress position.
addLabel(label:String, position:any) — method, class com.greensock.TimelineLite
Adds a label to the timeline, making it easy to mark important positions/times.
addPause(position:any, callback:Function, params:Array) — method, class com.greensock.TimelineLite
Inserts a special callback that pauses playback of the timeline at a particular time or label.
addProp(prop:String, type:String) — method, class com.greensock.utils.VelocityTracker
Adds a property to track
AlignMode — class, package com.greensock.layout
Provides constants for defining the alignment of objects.
allowMalformedURL(value:Boolean) — method, class com.greensock.loading.data.CSSLoaderVars
Normally, the URL will be parsed and any variables in the query string (like "?name=test&state=il&gender=m") will be placed into a URLVariables object which is added to the URLRequest.
allowMalformedURL(value:Boolean) — method, class com.greensock.loading.data.DataLoaderVars
Normally, the URL will be parsed and any variables in the query string (like "?name=test&state=il&gender=m") will be placed into a URLVariables object which is added to the URLRequest.
allowMalformedURL(value:Boolean) — method, class com.greensock.loading.data.ImageLoaderVars
Normally, the URL will be parsed and any variables in the query string (like "?name=test&state=il&gender=m") will be placed into a URLVariables object which is added to the URLRequest.
allowMalformedURL(value:Boolean) — method, class com.greensock.loading.data.MP3LoaderVars
Normally, the URL will be parsed and any variables in the query string (like "?name=test&state=il&gender=m") will be placed into a URLVariables object which is added to the URLRequest.
allowMalformedURL(value:Boolean) — method, class com.greensock.loading.data.SWFLoaderVars
Normally, the URL will be parsed and any variables in the query string (like "?name=test&state=il&gender=m") will be placed into a URLVariables object which is added to the URLRequest.
allowMalformedURL(value:Boolean) — method, class com.greensock.loading.data.VideoLoaderVars
Normally, the URL will be parsed and any variables in the query string (like "?name=test&state=il&gender=m") will be placed into a URLVariables object which is added to the URLRequest.
allowMalformedURL(value:Boolean) — method, class com.greensock.loading.data.XMLLoaderVars
Normally, the URL will be parsed and any variables in the query string (like "?name=test&state=il&gender=m") will be placed into a URLVariables object which is added to the URLRequest.
alpha(value:Number) — method, class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's alpha property.
alpha(value:Number) — method, class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's alpha property.
alpha(value:Number) — method, class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's alpha property.
alternateURL(value:String) — method, class com.greensock.loading.data.CSSLoaderVars
If you define an alternateURL, the loader will initially try to load from its original url and if it fails, it will automatically (and permanently) change the loader's url to the alternateURL and try again.
alternateURL(value:String) — method, class com.greensock.loading.data.DataLoaderVars
If you define an alternateURL, the loader will initially try to load from its original url and if it fails, it will automatically (and permanently) change the loader's url to the alternateURL and try again.
alternateURL(value:String) — method, class com.greensock.loading.data.ImageLoaderVars
If you define an alternateURL, the loader will initially try to load from its original url and if it fails, it will automatically (and permanently) change the loader's url to the alternateURL and try again.
alternateURL(value:String) — method, class com.greensock.loading.data.MP3LoaderVars
If you define an alternateURL, the loader will initially try to load from its original url and if it fails, it will automatically (and permanently) change the loader's url to the alternateURL and try again.
alternateURL(value:String) — method, class com.greensock.loading.data.SWFLoaderVars
If you define an alternateURL, the loader will initially try to load from its original url and if it fails, it will automatically (and permanently) change the loader's url to the alternateURL and try again.
alternateURL(value:String) — method, class com.greensock.loading.data.VideoLoaderVars
If you define an alternateURL, the loader will initially try to load from its original url and if it fails, it will automatically (and permanently) change the loader's url to the alternateURL and try again.
alternateURL(value:String) — method, class com.greensock.loading.data.XMLLoaderVars
If you define an alternateURL, the loader will initially try to load from its original url and if it fails, it will automatically (and permanently) change the loader's url to the alternateURL and try again.
anglesToProgressChange(startAngle:Number, endAngle:Number, direction:String, extraRevolutions:uint, useRadians:Boolean) — method, class com.greensock.motionPaths.CirclePath2D
Returns the amount of progress change between two angles on the CirclePath2D, allowing special parameters like direction and extraRevolutions.
angleToProgress(angle:Number, useRadians:Boolean) — method, class com.greensock.motionPaths.CirclePath2D
Translates an angle (in degrees or radians) to the associated progress value on the CirclePath2D.
Animation — class, package com.greensock.core
Base class for all TweenLite, TweenMax, TimelineLite, and TimelineMax classes, providing core methods/properties/functionality, but there is no reason to create an instance of this class directly.
Animation(duration:Number, vars:Object) — Constructor, class com.greensock.core.Animation
Constructor
append(loader:com.greensock.loading.core:LoaderCore) — method, class com.greensock.loading.LoaderMax
Appends a loader to the end of the queue.
appendMultiplePoints(points:Array) — method, class com.greensock.motionPaths.LinePath2D
Appends multiple Points to the end of the points array.
appendPoint(point:flash.geom:Point) — method, class com.greensock.motionPaths.LinePath2D
Adds a Point to the end of the current LinePath2D (essentially redefining its end point).
attach(target:flash.display:DisplayObject, vars:Object, ... rest) — method, class com.greensock.layout.AutoFitArea
Attaches a DisplayObject, causing it to automatically scale to fit the area in one of the following ScaleModes: STRETCH, PROPORTIONAL_INSIDE, PROPORTIONAL_OUTSIDE, NONE, WIDTH_ONLY, or HEIGHT_ONLY.
attach(target:flash.display:DisplayObject, pin:com.greensock.layout:PinPoint, strict:Boolean, reconcile:Boolean, tweenDuration:Number, tweenVars:Object, roundPosition:Boolean) — method, class com.greensock.layout.LiquidStage
Attaches a DisplayObject to a particular PinPoint (like TOP_RIGHT) so that any movement of the PinPoint will also affect the relative position of the DisplayObject.
attach(target:flash.display:DisplayObject, strict:Boolean, reconcile:Boolean, tweenDuration:Number, tweenVars:Object, roundPosition:Boolean) — method, class com.greensock.layout.PinPoint
Attaches a DisplayObject to a particular PinPoint (like TOP_RIGHT) so that any movement of the PinPoint will also affect the relative position of the DisplayObject.
auditedSize — Property, class com.greensock.loading.LoaderMax
Indicates whether or not the loader's bytesTotal value has been set by any of the following: Defining an estimatedBytes in the vars object passed to the constructor Calling auditSize() and getting a response (an error is also considered a response) When a LoaderMax instance begins loading, it will automatically force a call to auditSize() for any of its children that don't have an estimatedBytes defined.
auditedSize — Property, class com.greensock.loading.core.LoaderCore
Indicates whether or not the loader's bytesTotal value has been set by any of the following: Defining an estimatedBytes in the vars object passed to the constructor Calling auditSize() and getting a response (an error is also considered a response) When a LoaderMax instance begins loading, it will automatically force a call to auditSize() for any of its children that don't have an estimatedBytes defined.
auditSize() — method, class com.greensock.loading.LoaderMax
Attempts loading just enough of the content to accurately determine the bytesTotal in order to improve the accuracy of the progress property.
auditSize() — method, class com.greensock.loading.VideoLoader
Attempts loading just enough of the content to accurately determine the bytesTotal in order to improve the accuracy of the progress property.
auditSize() — method, class com.greensock.loading.core.DisplayObjectLoader
Attempts loading just enough of the content to accurately determine the bytesTotal in order to improve the accuracy of the progress property.
auditSize() — method, class com.greensock.loading.core.LoaderCore
Attempts loading just enough of the content to accurately determine the bytesTotal in order to improve the accuracy of the progress property.
auditSize() — method, class com.greensock.loading.core.LoaderItem
Attempts loading just enough of the content to accurately determine the bytesTotal in order to improve the accuracy of the progress property.
auditSize(value:Boolean) — method, class com.greensock.loading.data.LoaderMaxVars
By default, when the LoaderMax begins to load it quickly loops through its children and if it finds any that don't have an estimatedBytes defined, it will briefly open a URLStream in order to attempt to determine its bytesTotal, immediately closing the URLStream once the value has been determined.
autoAdjustBuffer — Property, class com.greensock.loading.VideoLoader
If the buffer becomes empty during playback and autoAdjustBuffer is true (the default), it will automatically attempt to adjust the NetStream's bufferTime based on the rate at which the video has been loading, estimating what it needs to be in order to play the rest of the video without emptying the buffer again.
autoAdjustBuffer(value:Boolean) — method, class com.greensock.loading.data.VideoLoaderVars
If the buffer becomes empty during playback and autoAdjustBuffer is true (the default), it will automatically attempt to adjust the NetStream's bufferTime based on the rate at which the video has been loading, estimating what it needs to be in order to play the rest of the video without emptying the buffer again.
autoAlpha(alpha:Number) — method, class com.greensock.data.TweenLiteVars
Same as changing the "alpha" property but with the additional feature of toggling the "visible" property to false whenever alpha is 0, thus improving rendering performance in the Flash Player.
autoAlpha(alpha:Number) — method, class com.greensock.data.TweenMaxVars
Same as changing the "alpha" property but with the additional feature of toggling the "visible" property to false whenever alpha is 0, thus improving rendering performance in the Flash Player.
AutoAlphaPlugin — class, package com.greensock.plugins
[AS3/AS2 only, although autoAlpha is recognized inside the CSSPlugin for JavaScript] Tweening "autoAlpha" is exactly the same as tweening an object's "alpha" except that it ensures that the object's "visible" property is true until autoAlpha reaches zero at which point it will toggle the "visible" property to false.
autoDetachNetStream — Property, class com.greensock.loading.VideoLoader
If true (the default), the NetStream will only be attached to the Video object (the rawContent) when it is in the display list (on the stage).
autoDetachNetStream(value:Boolean) — method, class com.greensock.loading.data.VideoLoaderVars
If true, the NetStream will only be attached to the Video object (the rawContent) when it is in the display list (on the stage).
autoDispose — Property, class com.greensock.loading.core.LoaderCore
When autoDispose is true, the loader will be disposed immediately after it completes (it calls the dispose() method internally after dispatching its COMPLETE event).
autoDispose(value:Boolean) — method, class com.greensock.loading.data.CSSLoaderVars
When autoDispose is true, the loader will be disposed immediately after it completes (it calls the dispose() method internally after dispatching its COMPLETE event).
autoDispose(value:Boolean) — method, class com.greensock.loading.data.DataLoaderVars
When autoDispose is true, the loader will be disposed immediately after it completes (it calls the dispose() method internally after dispatching its COMPLETE event).
autoDispose(value:Boolean) — method, class com.greensock.loading.data.ImageLoaderVars
When autoDispose is true, the loader will be disposed immediately after it completes (it calls the dispose() method internally after dispatching its COMPLETE event).
autoDispose(value:Boolean) — method, class com.greensock.loading.data.LoaderMaxVars
When autoDispose is true, the loader will be disposed immediately after it completes (it calls the dispose() method internally after dispatching its COMPLETE event).
autoDispose(value:Boolean) — method, class com.greensock.loading.data.MP3LoaderVars
When autoDispose is true, the loader will be disposed immediately after it completes (it calls the dispose() method internally after dispatching its COMPLETE event).
autoDispose(value:Boolean) — method, class com.greensock.loading.data.SWFLoaderVars
When autoDispose is true, the loader will be disposed immediately after it completes (it calls the dispose() method internally after dispatching its COMPLETE event).
autoDispose(value:Boolean) — method, class com.greensock.loading.data.VideoLoaderVars
When autoDispose is true, the loader will be disposed immediately after it completes (it calls the dispose() method internally after dispatching its COMPLETE event).
autoDispose(value:Boolean) — method, class com.greensock.loading.data.XMLLoaderVars
When autoDispose is true, the loader will be disposed immediately after it completes (it calls the dispose() method internally after dispatching its COMPLETE event).
AutoFitArea — class, package com.greensock.layout
AutoFitArea allows you to define a rectangular area and then attach() DisplayObjects so that they automatically fill the area, scaling/stretching in any of the following modes: STRETCH, PROPORTIONAL_INSIDE, PROPORTIONAL_OUTSIDE, NONE, WIDTH_ONLY, or HEIGHT_ONLY.
AutoFitArea(parent:flash.display:DisplayObjectContainer, x:Number, y:Number, width:Number, height:Number, previewColor:uint) — Constructor, class com.greensock.layout.AutoFitArea
Constructor
autoLoad — Property, class com.greensock.loading.LoaderMax
If true, the LoaderMax instance will automatically call load() whenever you insert()/append()/prepend() a new loader whose status is LoaderStatus.READY.
autoLoad(value:Boolean) — method, class com.greensock.loading.data.LoaderMaxVars
If true, the LoaderMax instance will automatically call load() whenever you insert()/append()/prepend() a new loader whose status is LoaderStatus.READY.
autoPlay(value:Boolean) — method, class com.greensock.loading.data.MP3LoaderVars
By default the MP3 will begin playing immediately when enough of the file has buffered, but to prevent it from autoPlaying, set autoPlay to false.
autoPlay(value:Boolean) — method, class com.greensock.loading.data.SWFLoaderVars
If autoPlay is true (the default), the swf will begin playing immediately when the INIT event fires.
autoPlay(value:Boolean) — method, class com.greensock.loading.data.VideoLoaderVars
By default, the video will begin playing as soon as it has been adequately buffered, but to prevent it from playing initially, set autoPlay to false.
autoRemoveChildren — Property, class com.greensock.core.SimpleTimeline
If true, child tweens/timelines will be removed as soon as they complete.
autoRotate — Property, class com.greensock.motionPaths.PathFollower
When autoRotate is true, the follower will automatically be rotated so that it is oriented to the angle of the path that it is following.
autoUpdate — Property, class com.greensock.BlitMask
If true, the BlitMask will automatically watch the target to see if its position/scale/rotation has changed on each frame (while bitmapMode is true) and if so, it will update() to make sure the BlitMask always stays synced with the target.
autoUpdate — Property, class com.greensock.FlexBlitMask
If true, the FlexBlitMask will automatically watch the target to see if its position/scale/rotation has changed on each frame (while bitmapMode is true) and if so, it will update() to make sure the FlexBlitMask always stays synced with the target.
autoUpdatePoints — Property, class com.greensock.motionPaths.LinePath2D
If true, the LinePath2D will analyze every Point whenever it renders to see if any Point's x or y value has changed, thus making it possible to tween them dynamically.
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