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  
Back — final class, package com.greensock.easing
Eases with an overshoot either at the beginning (easeIn), the end (easeOut), or both (easeInOut).
bevelFilter(distance:Number, angle:Number, highlightColor:uint, highlightAlpha:Number, shadowColor:uint, shadowAlpha:Number, blurX:Number, blurY:Number, strength:Number, quality:int, remove:Boolean, addFilter:Boolean, index:int) — method, class com.greensock.data.TweenLiteVars
Tweens a BevelFilter
bevelFilter(distance:Number, angle:Number, highlightColor:uint, highlightAlpha:Number, shadowColor:uint, shadowAlpha:Number, blurX:Number, blurY:Number, strength:Number, quality:int, remove:Boolean, addFilter:Boolean, index:int) — method, class com.greensock.data.TweenMaxVars
Tweens a BevelFilter
BevelFilterPlugin — class, package com.greensock.plugins
[AS3/AS2 only] Tweens a BevelFilter.
bezier(values:Array) — method, class com.greensock.data.TweenLiteVars
Bezier tweening allows you to tween in a non-linear way.
bezier(values:Array) — method, class com.greensock.data.TweenMaxVars
Bezier tweening allows you to tween in a non-linear way.
BezierPlugin — class, package com.greensock.plugins
Animate virtually any property (or properties) along a Bezier (curved) path which you define as an array of points/values that can be interpreted 4 different ways (described as the Bezier's "type", like type:"quadratic"): "thru" (the default) - the plugin figures out how to draw the Bezier naturally through the supplied values using a proprietary GreenSock algorithm.
bezierThrough(values:Array) — method, class com.greensock.data.TweenLiteVars
Identical to bezier except that instead of passing Bezier control point values, you pass values through which the Bezier values should move.
bezierThrough(values:Array) — method, class com.greensock.data.TweenMaxVars
Identical to bezier except that instead of passing Bezier control point values, you pass values through which the Bezier values should move.
bezierThrough(values:Array, curviness:Number, quadratic:Boolean, basic:Boolean, correlate:String, prepend:Object) — Static Method , class com.greensock.plugins.BezierPlugin
Takes an array that contains objects (could be Points, could be generic objects with any number of properties but they should all match in terms of the names of properties like [{x:0, y:0, scaleX:0.5}, {x:100, y:-200, scaleX:1.2}, {x:300, y:20, scaleX:0.8}]) and plots Bezier segments THROUGH those values and returns an array containing a generic object for each Bezier segment.
bgAlpha(value:Number) — method, class com.greensock.loading.data.ImageLoaderVars
Controls the alpha of the rectangle that is drawn when a width and height are defined.
bgAlpha(value:Number) — method, class com.greensock.loading.data.SWFLoaderVars
Controls the alpha of the rectangle that is drawn when a width and height are defined.
bgAlpha(value:Number) — method, class com.greensock.loading.data.VideoLoaderVars
Controls the alpha of the rectangle that is drawn when a width and height are defined.
bgAlpha — Property, class com.greensock.loading.display.ContentDisplay
Controls the alpha of the rectangle that is drawn when the ContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter).
bgAlpha — Property, class com.greensock.loading.display.FlexContentDisplay
Controls the alpha of the rectangle that is drawn when the FlexContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter).
bgColor(value:uint) — method, class com.greensock.loading.data.ImageLoaderVars
When a width and height are defined, a rectangle will be drawn inside the ContentDisplay Sprite immediately in order to ease the development process.
bgColor(value:uint) — method, class com.greensock.loading.data.SWFLoaderVars
When a width and height are defined, a rectangle will be drawn inside the ContentDisplay Sprite immediately in order to ease the development process.
bgColor(value:uint) — method, class com.greensock.loading.data.VideoLoaderVars
When a width and height are defined, a rectangle will be drawn inside the ContentDisplay Sprite immediately in order to ease the development process.
bgColor — Property, class com.greensock.loading.display.ContentDisplay
When the ContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter), a rectangle will be drawn inside the ContentDisplay object immediately in order to ease the development process (for example, you can add ROLL_OVER/ROLL_OUT event listeners immediately).
bgColor — Property, class com.greensock.loading.display.FlexContentDisplay
When the FlexContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter), a rectangle will be drawn inside the FlexContentDisplay object immediately in order to ease the development process (for example, you can add ROLL_OVER/ROLL_OUT event listeners immediately).
BinaryDataLoader — class, package com.greensock.loading
Loads generic binary data - identical to using a DataLoader with its "format" special property set to "binary".
BinaryDataLoader(urlOrRequest:any, vars:Object) — Constructor, class com.greensock.loading.BinaryDataLoader
Constructor
bitmapMode — Property, class com.greensock.BlitMask
When true, the BlitMask optimizes itself for performance by setting the target's visible property to false (greatly reducing the load on Flash's graphics rendering routines) and uses its internally cached bitmap version of the target to redraw only the necessary pixels inside the masked area.
bitmapMode — Property, class com.greensock.FlexBlitMask
When true, the FlexBlitMask optimizes itself for performance by setting the target's visible property to false (greatly reducing the load on Flash's graphics rendering routines) and uses its internally cached bitmap version of the target to redraw only the necessary pixels inside the masked area.
blendMode(value:String) — method, class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's blendMode property.
blendMode(value:String) — method, class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's blendMode property.
blendMode(value:String) — method, class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's blendMode property.
BlitMask — class, package com.greensock
[AS3 only] A BlitMask is basically a rectangular Sprite that acts as a high-performance mask for a DisplayObject by caching a bitmap version of it and blitting only the pixels that should be visible at any given time, although its bitmapMode can be turned off to restore interactivity in the DisplayObject whenever you want.
BlitMask(target:flash.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, smoothing:Boolean, autoUpdate:Boolean, fillColor:uint, wrap:Boolean) — Constructor, class com.greensock.BlitMask
Constructor
blurFilter(blurX:Number, blurY:Number, quality:int, remove:Boolean, addFilter:Boolean, index:int) — method, class com.greensock.data.TweenLiteVars
Tweens a BlurFilter
blurFilter(blurX:Number, blurY:Number, quality:int, remove:Boolean, addFilter:Boolean, index:int) — method, class com.greensock.data.TweenMaxVars
Tweens a BlurFilter
BlurFilterPlugin — class, package com.greensock.plugins
[AS3/AS2 only] Tweens a BlurFilter.
BOTTOM — Constant Static Property, class com.greensock.layout.AlignMode
Align with the bottom of the area.
BOTTOM_CENTER — Property, class com.greensock.layout.LiquidStage
bottom center of the stage
BOTTOM_LEFT — Property, class com.greensock.layout.LiquidStage
bottom left corner of the stage
BOTTOM_RIGHT — Property, class com.greensock.layout.LiquidStage
bottom right corner of the stage
Bounce — final class, package com.greensock.easing
Eases, bouncing either at the beginning (easeIn), the end (easeOut), or both (easeInOut).
bufferMode — Property, class com.greensock.loading.VideoLoader
When bufferMode is true, the loader will report its progress only in terms of the video's buffer instead of its overall file loading progress which has the following effects: The bytesTotal will be calculated based on the NetStream's duration, bufferLength, and bufferTime meaning it may fluctuate in order to accurately reflect the overall progress ratio. Its COMPLETE event will be dispatched as soon as the buffer is full, so if the VideoLoader is nested in a LoaderMax, the LoaderMax will move on to the next loader in its queue at that point.
bufferMode(value:Boolean) — method, class com.greensock.loading.data.VideoLoaderVars
When true, the loader will report its progress only in terms of the video's buffer which can be very convenient if, for example, you want to display loading progress for the video's buffer or tuck it into a LoaderMax with other loaders and allow the LoaderMax to dispatch its COMPLETE event when the buffer is full instead of waiting for the whole file to download.
bufferProgress — Property, class com.greensock.loading.VideoLoader
A value between 0 and 1 describing the progress of the buffer (0 = not buffered at all, 0.5 = halfway buffered, and 1 = fully buffered).
bufferTime(value:Number) — method, class com.greensock.loading.data.VideoLoaderVars
The amount of time (in seconds) that should be buffered before the video can begin playing (set autoPlay to false to pause the video initially).
byName(name:String) — Static Method , class com.greensock.easing.CustomEase
bytesLoaded — Property, class com.greensock.loading.core.LoaderCore
Bytes loaded
bytesTotal — Property, class com.greensock.loading.core.LoaderCore
Total bytes that are to be loaded by the loader.
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