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  
LEFT — Constant Static Property, class com.greensock.layout.AlignMode
Align with the left side of the area.
LEFT_CENTER — Property, class com.greensock.layout.LiquidStage
left center of the stage
Linear — final class, package com.greensock.easing
Linear ease with no acceleration or deceleration.
Linear() — Constructor, class com.greensock.easing.Linear
Constructor
LinePath2D — class, package com.greensock.motionPaths
[AS3 only] A LinePath2D defines a path (using as many Points as you want) on which a PathFollower can be placed and animated.
LinePath2D(points:Array, x:Number, y:Number, autoUpdatePoints:Boolean) — Constructor, class com.greensock.motionPaths.LinePath2D
Constructor
lineStyle(thickness:Number, color:uint, alpha:Number, pixelHinting:Boolean, scaleMode:String, caps:String, joints:String, miterLimit:Number, skipRedraw:Boolean) — method, class com.greensock.motionPaths.MotionPath
Sets the line style for the path which you will only see if you add the path to the display list with something like addChild() and make sure the visible property is true.
LiquidArea — class, package com.greensock.layout
LiquidArea is an AutoFitArea that integrates with LiquidStage, automatically adjusting its size whenever the stage is resized.
LiquidArea(parent:flash.display:DisplayObjectContainer, x:Number, y:Number, width:Number, height:Number, previewColor:uint, minWidth:Number, minHeight:Number, maxWidth:Number, maxHeight:Number, autoPinCorners:Boolean, liquidStage:com.greensock.layout:LiquidStage, strict:Boolean) — Constructor, class com.greensock.layout.LiquidArea
Constructor
LiquidPositionPlugin — class, package com.greensock.plugins
[AS3 only] If you're using LiquidStage and you'd like to tween a DisplayObject to coordinates that are relative to a particular PinPoint (like the CENTER) whose position may change at any time, LiquidPositionPlugin makes it easy by dynamically updating the destination values accordingly.
LiquidPositionPlugin() — Constructor, class com.greensock.plugins.LiquidPositionPlugin
Constructor
LiquidStage — class, package com.greensock.layout
LiquidStage allows you to "pin" DisplayObjects to reference points on the stage (or inside other DisplayObjects) so that when the stage is resized, they are repositioned and maintain their relative distance from the PinPoint.
LiquidStage(stage:flash.display:Stage, baseWidth:uint, baseHeight:uint, minWidth:uint, minHeight:uint, maxWidth:uint, maxHeight:uint) — Constructor, class com.greensock.layout.LiquidStage
Constructor
_load() — method, class com.greensock.loading.ImageLoader
load(flushContent:Boolean) — method, class com.greensock.loading.core.LoaderCore
Loads the loader's content, optionally flushing any previously loaded content first.
loader — Property, class com.greensock.loading.display.ContentDisplay
The loader whose rawContent populates this ContentDisplay.
loader — Property, class com.greensock.loading.display.FlexContentDisplay
The loader whose rawContent populates this FlexContentDisplay.
LoaderCore — class, package com.greensock.loading.core
Serves as the base class for GreenSock loading tools like LoaderMax, ImageLoader, XMLLoader, SWFLoader, etc.
LoaderCore(vars:Object) — Constructor, class com.greensock.loading.core.LoaderCore
Constructor
LoaderEvent — class, package com.greensock.events
An Event dispatched by one of the loaders in the LoaderMax system.
LoaderEvent(type:String, target:Object, text:String, data:any) — Constructor, class com.greensock.events.LoaderEvent
Constructor
LoaderItem — class, package com.greensock.loading.core
Serves as the base class for all individual loaders (not LoaderMax) like ImageLoader, XMLLoader, SWFLoader, MP3Loader, etc.
LoaderItem(urlOrRequest:any, vars:Object) — Constructor, class com.greensock.loading.core.LoaderItem
Constructor
LoaderMax — class, package com.greensock.loading
In its simplest form, a LoaderMax provides a way to group a sequence of loaders together and report their progress as a whole.
LoaderMax(vars:Object) — Constructor, class com.greensock.loading.LoaderMax
Constructor
LoaderMaxVars — class, package com.greensock.loading.data
Can be used instead of a generic Object to define the vars parameter of a LoaderMax's constructor.
LoaderMaxVars(vars:Object) — Constructor, class com.greensock.loading.data.LoaderMaxVars
Constructor
loaders(value:Array) — method, class com.greensock.loading.data.LoaderMaxVars
An array of loaders (ImageLoaders, SWFLoaders, XMLLoaders, MP3Loaders, other LoaderMax instances, etc.) that should be immediately inserted into the LoaderMax.
LoaderStatus — class, package com.greensock.loading
Defines status values for loaders.
LOADING — Constant Static Property, class com.greensock.loading.LoaderStatus
The loader is actively in the process of loading.
loadTime — Property, class com.greensock.loading.core.LoaderCore
The number of seconds that elapsed between when the loader began and when it either completed, failed, or was canceled.
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