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 — Class in package com.greensock.easing
bevelFilter(distance, angle, highlightColor, highlightAlpha, shadowColor, shadowAlpha, blurX, blurY, strength, quality, remove, addFilter, index) — Method in class com.greensock.data.TweenLiteVars
Tweens a BevelFilter
bevelFilter(distance, angle, highlightColor, highlightAlpha, shadowColor, shadowAlpha, blurX, blurY, strength, quality, remove, addFilter, index) — Method in class com.greensock.data.TweenMaxVars
Tweens a BevelFilter
BevelFilterPlugin — Class in package com.greensock.plugins
Tweens a BevelFilter.
bezier(values) — Method in class com.greensock.data.TweenLiteVars
Bezier tweening allows you to tween in a non-linear way.
bezier(values) — Method in class com.greensock.data.TweenMaxVars
Bezier tweening allows you to tween in a non-linear way.
BezierPlugin — Class in package com.greensock.plugins
Bezier tweening allows you to tween in a non-linear way.
bezierThrough(values) — Method in 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) — Method in 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.
BezierThroughPlugin — Class in package com.greensock.plugins
Identical to bezier except that instead of defining bezier control point values, you define points through which the bezier values should move.
bgAlpha(value) — Method in class com.greensock.loading.data.ImageLoaderVars
Controls the alpha of the rectangle that is drawn when a width and height are defined.
bgAlpha(value) — Method in class com.greensock.loading.data.SWFLoaderVars
Controls the alpha of the rectangle that is drawn when a width and height are defined.
bgAlpha(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Controls the alpha of the rectangle that is drawn when a width and height are defined.
bgAlpha — Property in 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 in 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) — Method in 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) — Method in 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) — Method in 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 in 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 in 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 in package com.greensock.loading
Loads generic binary data - identical to using a DataLoader with its "format" special property set to "binary".
BinaryDataLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.BinaryDataLoader
Constructor
bitmapMode — Property in 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 in 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) — Method in class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's blendMode property.
blendMode(value) — Method in class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's blendMode property.
blendMode(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's blendMode property.
BlitMask — Class in package com.greensock
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, x, y, width, height, smoothing, autoUpdate, fillColor, wrap) — Constructor in class com.greensock.BlitMask
Constructor
blurFilter(blurX, blurY, quality, remove, addFilter, index) — Method in class com.greensock.data.TweenLiteVars
Tweens a BlurFilter
blurFilter(blurX, blurY, quality, remove, addFilter, index) — Method in class com.greensock.data.TweenMaxVars
Tweens a BlurFilter
BlurFilterPlugin — Class in package com.greensock.plugins
Tweens a BlurFilter.
BOTTOM — Constant static property in class com.greensock.layout.AlignMode
Align with the bottom of the area.
BOTTOM_CENTER — Property in class com.greensock.layout.LiquidStage
bottom center of the stage
BOTTOM_LEFT — Property in class com.greensock.layout.LiquidStage
bottom left corner of the stage
BOTTOM_RIGHT — Property in class com.greensock.layout.LiquidStage
bottom right corner of the stage
Bounce — Class in package com.greensock.easing
bufferMode — Property in 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) — Method in 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 in 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) — Method in 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) — Static method in class com.greensock.easing.CustomEase
byName(name) — Static method in class com.greensock.easing.RoughEase
Provides a quick way to look up a RoughEase by its name.
bytesLoaded — Property in class com.greensock.loading.core.LoaderCore
Bytes loaded
bytesTotal — Property in 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