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  
UNCAUGHT_ERROR — Constant Static Property, class com.greensock.events.LoaderEvent
Dispatched when a swf that's loaded by a SWFLoader encounters an UncaughtErrorEvent which is basically any Error that gets thrown outside of a try...catch statement.
unload — Event, class com.greensock.loading.core.LoaderCore
Dispatched when the loader unloads (which happens when either unload() or dispose(true) is called or if a loader is canceled while in the process of loading).
unload() — method, class com.greensock.loading.core.LoaderCore
Removes any content that was loaded and sets bytesLoaded back to zero.
UNLOAD — Constant Static Property, class com.greensock.events.LoaderEvent
Dispatched when the loader unloads (which happens when either unload() or dispose(true) is called or if a loader is canceled while in the process of loading).
untrack(target:Object, props:String) — Static Method , class com.greensock.plugins.ThrowPropsPlugin
Stops tracking the velocity of certain properties (or all properties of an object), like ones initiated with the track() method.
untrack(target:Object, props:String) — Static Method , class com.greensock.utils.VelocityTracker
Stops tracking the velocity of certain properties (or all properties of an object), like ones initiated with the track() method.
update(event:flash.events:Event, forceRecaptureBitmap:Boolean) — method, class com.greensock.BlitMask
Updates the BlitMask's internal bitmap to reflect the target's current position/scale/rotation.
update(event:flash.events:Event, forceRecaptureBitmap:Boolean) — method, class com.greensock.FlexBlitMask
Updates the FlexBlitMask's internal bitmap to reflect the target's current position/scale/rotation.
update(event:flash.events:Event) — method, class com.greensock.layout.AutoFitArea
Forces the area to update, making any necessary adjustments to the scale/position of attached objects.
update(event:flash.events:Event, suppressEvents:Boolean) — method, class com.greensock.layout.LiquidStage
Forces an update of all PinPoints and DisplayObject positions.
update() — method, class com.greensock.layout.PinPoint
Forces an update of LiquidStage (useful if you manually changed this PinPoint's coordinates)
update(event:flash.events:Event) — method, class com.greensock.motionPaths.CirclePath2D
Forces the MotionPath to re-render itself and all of its followers.
update(event:flash.events:Event) — method, class com.greensock.motionPaths.LinePath2D
Forces the MotionPath to re-render itself and all of its followers.
update(event:flash.events:Event) — method, class com.greensock.motionPaths.MotionPath
Forces the MotionPath to re-render itself and all of its followers.
update(event:flash.events:Event) — method, class com.greensock.motionPaths.RectanglePath2D
Forces the MotionPath to re-render itself and all of its followers.
UPDATE — Constant Static Property, class com.greensock.events.TweenEvent
updateTo(vars:Object, resetDuration:Boolean) — method, class com.greensock.TweenMax
Updates tweening values on the fly so that they appear to seamlessly change course even if the tween is in-progress.
url — Property, class com.greensock.loading.core.LoaderItem
The url from which the loader should get its content.
useFrames(value:Boolean) — method, class com.greensock.data.TweenLiteVars
If useFrames is set to true, the tweens's timing mode will be based on frames.
useFrames(value:Boolean) — method, class com.greensock.data.TweenMaxVars
If useFrames is set to true, the tweens's timing mode will be based on frames.
usesFrames() — method, class com.greensock.TimelineLite
[READ-ONLY] If true, the timeline's timing mode is frames-based instead of seconds.
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