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  
scale — Property in class com.greensock.TweenProxy
scale(value, relative) — Method in class com.greensock.data.TweenLiteVars
Tweens the "scaleX" and "scaleY" properties of the target
scale(value, relative) — Method in class com.greensock.data.TweenMaxVars
Tweens the "scaleX" and "scaleY" properties of the target
scaleMode(value) — Method in class com.greensock.loading.data.ImageLoaderVars
When a width and height are defined, the scaleMode controls how the loaded image will be scaled to fit the area.
scaleMode(value) — Method in class com.greensock.loading.data.SWFLoaderVars
When a width and height are defined, the scaleMode controls how the loaded image will be scaled to fit the area.
scaleMode(value) — Method in class com.greensock.loading.data.VideoLoaderVars
When a width and height are defined, the scaleMode controls how the loaded image will be scaled to fit the area.
scaleMode — 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), the scaleMode controls how the rawContent will be scaled to fit the area.
scaleMode — 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), the scaleMode controls how the rawContent will be scaled to fit the area.
ScaleMode — Class in package com.greensock.layout
Provides constants for defining how objects should scale/stretch to fit within an area (like a LiquidArea or AutoFitArea).
ScalePlugin — Class in package com.greensock.plugins
ScalePlugin combines scaleX and scaleY into one "scale" property.
scaleX — Property in class com.greensock.BlitMask
scaleX (warning: altering the scaleX won't actually change its value - instead, it affects the width property accordingly)
scaleX — Property in class com.greensock.FlexBlitMask
scaleX (warning: altering the scaleX won't actually change its value - instead, it affects the width property accordingly)
scaleX — Property in class com.greensock.TweenProxy
scaleX(value, relative) — Method in class com.greensock.data.TweenLiteVars
Tweens the "scaleX" property of the target
scaleX(value, relative) — Method in class com.greensock.data.TweenMaxVars
Tweens the "scaleX" property of the target
scaleX — Property in class com.greensock.layout.AutoFitArea
scaleX(value) — Method in class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's scaleX property.
scaleX(value) — Method in class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's scaleX property.
scaleX(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's scaleX property.
scaleX — Property in class com.greensock.motionPaths.MotionPath
scaleY — Property in class com.greensock.BlitMask
scaleY (warning: altering the scaleY won't actually change its value - instead, it affects the height property accordingly)
scaleY — Property in class com.greensock.FlexBlitMask
scaleY (warning: altering the scaleY won't actually change its value - instead, it affects the height property accordingly)
scaleY — Property in class com.greensock.TweenProxy
scaleY(value, relative) — Method in class com.greensock.data.TweenLiteVars
Tweens the "scaleY" property of the target
scaleY(value, relative) — Method in class com.greensock.data.TweenMaxVars
Tweens the "scaleY" property of the target
scaleY — Property in class com.greensock.layout.AutoFitArea
scaleY(value) — Method in class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's scaleY property.
scaleY(value) — Method in class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's scaleY property.
scaleY(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's scaleY property.
scaleY — Property in class com.greensock.motionPaths.MotionPath
scriptAccessDenied — Event in class com.greensock.loading.LoaderMax
Dispatched when any child of the LoaderMax instance dispatches a SCRIPT_ACCESS_DENIED event.
scriptAccessDenied — Event in class com.greensock.loading.SWFLoader
Dispatched when the loader is denied script access to the swf which can happen if it is loaded from another domain and there's no crossdomain.xml file in place.
scriptAccessDenied — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches a SCRIPT_ACCESS_DENIED event.
scriptAccessDenied — Property in class com.greensock.loading.core.LoaderItem
If the loaded content is denied script access (because of security sandbox restrictions, a missing crossdomain.xml file, etc.), scriptAccessDenied will be set to true.
SCRIPT_ACCESS_DENIED — Constant static property in class com.greensock.events.LoaderEvent
When script access is denied for a particular loader (like if an ImageLoader or SWFLoader tries loading from another domain and the crossdomain.xml file is missing or doesn't grant permission properly), a SCRIPT_ACCESS_DENIED LoaderEvent will be dispatched.
scrollRect(props) — Method in class com.greensock.data.TweenLiteVars
Tweens the scrollRect property of a DisplayObject.
scrollRect(props) — Method in class com.greensock.data.TweenMaxVars
Tweens the scrollRect property of a DisplayObject.
ScrollRectPlugin — Class in package com.greensock.plugins
Tweens the scrollRect property of a DisplayObject.
scrollX — Property in class com.greensock.BlitMask
Typically a value between 0 and 1 indicating the target's position in relation to the BlitMask on the x-axis where 0 is at the beginning, 0.5 is scrolled to exactly the halfway point, and 1 is scrolled all the way.
scrollX — Property in class com.greensock.FlexBlitMask
Typically a value between 0 and 1 indicating the target's position in relation to the FlexBlitMask on the x-axis where 0 is at the beginning, 0.5 is scrolled to exactly the halfway point, and 1 is scrolled all the way.
scrollY — Property in class com.greensock.BlitMask
Typically a value between 0 and 1 indicating the target's position in relation to the BlitMask on the y-axis where 0 is at the beginning, 0.5 is scrolled to exactly the halfway point, and 1 is scrolled all the way.
scrollY — Property in class com.greensock.FlexBlitMask
Typically a value between 0 and 1 indicating the target's position in relation to the FlexBlitMask on the y-axis where 0 is at the beginning, 0.5 is scrolled to exactly the halfway point, and 1 is scrolled all the way.
securityError — Event in class com.greensock.loading.DataLoader
Dispatched when the loader experiences a SECURITY_ERROR while loading or auditing its size.
securityError — Event in class com.greensock.loading.LoaderMax
Dispatched when any child of the LoaderMax instance dispatches a SECURITY_ERROR event.
securityError — Event in class com.greensock.loading.SWFLoader
Dispatched when the loader experiences a SECURITY_ERROR while loading or auditing its size.
securityError — Event in class com.greensock.loading.XMLLoader
Dispatched when the loader experiences a SECURITY_ERROR which can occur when the XML file is loaded from another domain and there is no crossdomain.xml file in place granting appropriate access.
SECURITY_ERROR — Constant static property in class com.greensock.events.LoaderEvent
Dispatched when the loader (or one of its children) encounters a SECURITY_ERROR (see Adobe's docs for details).
_seek(time) — Method in class com.greensock.loading.VideoLoader
SelfLoader — Class in package com.greensock.loading
Tracks the loading progress of the swf in which the loader resides (basically a simple tool for tracking the loaderInfo's progress).
SelfLoader(self, vars) — Constructor in class com.greensock.loading.SelfLoader
Constructor
SEQUENCE — Constant static property in class com.greensock.TweenAlign
setActualSize(w, h) — Method in class com.greensock.FlexBlitMask
SetActualSizePlugin — Class in package com.greensock.plugins
Some components require resizing with setActualSize() instead of standard tweens of width/height in order to scale properly.
setDestination(property, value, adjustStartValues) — Method in class com.greensock.TweenMax
Adjusts a destination value on the fly, optionally adjusting the start values so that it appears to redirect seamlessly without skipping/jerking (this method has been deprecated in favor of updateTo()).
setSize(width, height) — Method in class com.greensock.BlitMask
Sets the width and height of the BlitMask.
setSize(width, height) — Method in class com.greensock.FlexBlitMask
Sets the width and height of the FlexBlitMask.
setSize(width, height) — Method in class com.greensock.data.TweenLiteVars
Some components require resizing with setSize() instead of standard tweens of width/height in order to scale properly.
setSize(width, height) — Method in class com.greensock.data.TweenMaxVars
Some components require resizing with setSize() instead of standard tweens of width/height in order to scale properly.
SetSizePlugin — Class in package com.greensock.plugins
Some components require resizing with setSize() instead of standard tweens of width/height in order to scale properly.
shiftChildren(amount, adjustLabels, ignoreBeforeTime) — Method in class com.greensock.TimelineLite
Shifts the startTime of the timeline's children by a certain amount and optionally adjusts labels too.
SHORTEST — Constant static property in class com.greensock.motionPaths.Direction
shortRotation(values) — Method in class com.greensock.data.TweenLiteVars
To tween any rotation property of the target object in the shortest direction, use "shortRotation" For example, if myObject.rotation is currently 170 degrees and you want to tween it to -170 degrees, a normal rotation tween would travel a total of 340 degrees in the counter-clockwise direction, but if you use shortRotation, it would travel 20 degrees in the clockwise direction instead.
shortRotation(values) — Method in class com.greensock.data.TweenMaxVars
To tween any rotation property of the target object in the shortest direction, use "shortRotation" For example, if myObject.rotation is currently 170 degrees and you want to tween it to -170 degrees, a normal rotation tween would travel a total of 340 degrees in the counter-clockwise direction, but if you use shortRotation, it would travel 20 degrees in the clockwise direction instead.
ShortRotationPlugin — Class in package com.greensock.plugins
To tween any rotation property of the target object in the shortest direction, use "shortRotation" For example, if myObject.rotation is currently 170 degrees and you want to tween it to -170 degrees, a normal rotation tween would travel a total of 340 degrees in the counter-clockwise direction, but if you use shortRotation, it would travel 20 degrees in the clockwise direction instead.
SimpleTimeline — Class in package com.greensock.core
SimpleTimeline is the base class for the TimelineLite and TimelineMax classes.
SimpleTimeline(vars) — Constructor in class com.greensock.core.SimpleTimeline
Sine — Class in package com.greensock.easing
skewX — Property in class com.greensock.TweenProxy
skewX2 — Property in class com.greensock.TweenProxy
skewX2Radians — Property in class com.greensock.TweenProxy
skewY — Property in class com.greensock.TweenProxy
skewY2 — Property in class com.greensock.TweenProxy
skewY2Radians — Property in class com.greensock.TweenProxy
skipFailed — Property in class com.greensock.loading.LoaderMax
If skipFailed is true (the default), any failed loaders in the queue will be skipped.
skipFailed(value) — Method in class com.greensock.loading.data.LoaderMaxVars
If skipFailed is true (the default), any failed loaders in the queue will be skipped.
skipFailed(value) — Method in class com.greensock.loading.data.XMLLoaderVars
By default, XMLLoader will parse any LoaderMax-related loaders in the XML and load any that have their "load" attribute set to "true" and then if any fail to load, they will simply be skipped.
skipPaused — Property in class com.greensock.loading.LoaderMax
If skipPaused is true (the default), any paused loaders in the queue will be skipped.
skipPaused(value) — Method in class com.greensock.loading.data.LoaderMaxVars
If skipPaused is true (the default), any paused loaders in the queue will be skipped.
smoothing — Property in class com.greensock.BlitMask
If false (the default), the bitmap (and the BlitMask's x/y coordinates) will be rendered only on whole pixels which is faster in terms of processing.
smoothing — Property in class com.greensock.FlexBlitMask
If false (the default), the bitmap (and the FlexBlitMask's x/y coordinates) will be rendered only on whole pixels which is faster in terms of processing.
smoothing(value) — Method in class com.greensock.loading.data.ImageLoaderVars
When smoothing is true (the default), smoothing will be enabled for the image which typically leads to much better scaling results (otherwise the image can look crunchy/jagged).
smoothing(value) — Method in class com.greensock.loading.data.VideoLoaderVars
When smoothing is true (the default), smoothing will be enabled for the video which typically leads to better scaling results.
snap(target, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.LinePath2D
Allows you to snap an object like a Sprite, Point, MovieClip, etc.
SOUND_COMPLETE — Constant static property in class com.greensock.loading.MP3Loader
Event type constant for when the sound completes.
SOUND_PAUSE — Constant static property in class com.greensock.loading.MP3Loader
Event type constant for when the sound is paused.
soundPaused — Property in class com.greensock.loading.MP3Loader
The playback status of the sound: true if the sound's playback is paused, false if it isn't.
SOUND_PLAY — Constant static property in class com.greensock.loading.MP3Loader
Event type constant for when the sound begins or resumes playing.
soundTime — Property in class com.greensock.loading.MP3Loader
The time (in seconds) at which the virtual playhead is positioned on the sound.
soundTransform(volume, pan, leftToLeft, leftToRight, rightToLeft, rightToRight) — Method in class com.greensock.data.TweenLiteVars
Tweens properties of an object's soundTransform property (like the volume, pan, leftToRight, etc.
soundTransform(volume, pan, leftToLeft, leftToRight, rightToLeft, rightToRight) — Method in class com.greensock.data.TweenMaxVars
Tweens properties of an object's soundTransform property (like the volume, pan, leftToRight, etc.
SoundTransformPlugin — Class in package com.greensock.plugins
Tweens properties of an object's soundTransform property (like the volume, pan, leftToRight, etc.
source — Property in class com.greensock.text.FlexSplitTextField
The source UIComponent whose TextField gets split apart.
source — Property in class com.greensock.text.SplitTextField
The source TextField that gets split apart.
split(source, spitType, container, offset) — Static method in class com.greensock.text.FlexSplitTextField
This static method can be used to split apart any TextField and place the resulting TextFields into any DisplayObjectContainer.
split(source, spitType, container, offset) — Static method in class com.greensock.text.SplitTextField
This static method can be used to split apart any TextField and place the resulting TextFields into any DisplayObjectContainer.
SplitTextField — Class in package com.greensock.text
SplitTextField makes it easy to break apart a TextField so that each character, word, or line is in its own TextField, making complex animation simple.
SplitTextField(source, splitType, regOffsetX, regOffsetY) — Constructor in class com.greensock.text.SplitTextField
Constructor.
splitType — Property in class com.greensock.text.FlexSplitTextField
Determines the way in which the source TextField is split apart - either by characters, words, or lines.
splitType — Property in class com.greensock.text.SplitTextField
Determines the way in which the source TextField is split apart - either by characters, words, or lines.
stage — Property in class com.greensock.layout.LiquidStage
The stage associated with the LiquidStage instance
stageBox — Property in class com.greensock.layout.LiquidStage
A Sprite that starts out at the native size of the stage (baseWidth/baseHeight) and then gets scaled to fit the stage - you can use this for the target parameter for custom PinPoints that you place positions on the stage.
stageQuality(stage, during, after) — Method in class com.greensock.data.TweenLiteVars
Sets the stage's quality to a particular value during a tween and another value after the tween which can be useful for improving rendering performance in the Flash Player while things are animating.

USAGE:

import com.greensock.TweenLite;
import com.greensock.data.TweenLiteVars;
import com.greensock.plugins.TweenPlugin;
import com.greensock.plugins.StageQualityPlugin;
import flash.display.StageQuality;
TweenPlugin.activate([StageQualityPlugin]); //activation is permanent in the SWF, so this line only needs to be run once.

TweenLite.to(mc, 1, new TweenLiteVars().prop("x", 100).stageQuality(this.stage, StageQuality.LOW, StageQuality.HIGH));

stageQuality(stage, during, after) — Method in class com.greensock.data.TweenMaxVars
Sets the stage's quality to a particular value during a tween and another value after the tween which can be useful for improving rendering performance in the Flash Player while things are animating.

USAGE:

import com.greensock.TweenMax;
import com.greensock.data.TweenMaxVars;
import com.greensock.plugins.TweenPlugin;
import com.greensock.plugins.StageQualityPlugin;
import flash.display.StageQuality;
TweenPlugin.activate([StageQualityPlugin]); //activation is permanent in the SWF, so this line only needs to be run once.

TweenMax.to(mc, 1, new TweenMaxVars().prop("x", 100).stageQuality(this.stage, StageQuality.LOW, StageQuality.HIGH));

StageQualityPlugin — Class in package com.greensock.plugins
Sets the stage's quality to a particular value during a tween and another value after the tween which can be useful for improving rendering performance in the Flash Player while things are animating.

USAGE:

import com.greensock.TweenLite;
import com.greensock.plugins.TweenPlugin;
import com.greensock.plugins.StageQualityPlugin;
import flash.display.StageQuality;
TweenPlugin.activate([StageQualityPlugin]); //activation is permanent in the SWF, so this line only needs to be run once.

TweenLite.to(mc, 1, {x:100, stageQuality:{stage:this.stage, during:StageQuality.LOW, after:StageQuality.HIGH}});

Copyright 2011, GreenSock.
stageVideo — Property in class com.greensock.loading.VideoLoader
By default, the NetStream gets attached to a Video object, but if you want to use StageVideo in Flash, you can define the stageVideo object and VideoLoader will attach its NetStream to that StageVideo instance instead of the regular Video instance (which is the rawContent).
START — Constant static property in class com.greensock.TweenAlign
START — Constant static property in class com.greensock.events.TweenEvent
startAt(vars:com.greensock.data:TweenMaxVars) — Method in class com.greensock.data.TweenMaxVars
Allows you to define the starting values for properties.
startTime — Property in class com.greensock.core.TweenCore
Start time in seconds (or frames for frames-based tweens/timelines), according to its position on its parent timeline
status — Property in class com.greensock.loading.LoaderMax
Integer code indicating the loader's status; options are LoaderStatus.READY, LoaderStatus.LOADING, LoaderStatus.COMPLETED, LoaderStatus.PAUSED, and LoaderStatus.DISPOSED.
status — Property in class com.greensock.loading.core.LoaderCore
Integer code indicating the loader's status; options are LoaderStatus.READY, LoaderStatus.LOADING, LoaderStatus.COMPLETED, LoaderStatus.PAUSED, and LoaderStatus.DISPOSED.
SteppedEase — Class in package com.greensock.easing
Most easing equations give a smooth, gradual transition between the start and end values, but SteppedEase provides an easy way to define a specific number of steps that the transition should take.
SteppedEase(steps) — Constructor in class com.greensock.easing.SteppedEase
Constructor
steps — Property in class com.greensock.easing.SteppedEase
Number of steps between the start and the end values.
stop() — Method in class com.greensock.TimelineLite
Pauses the timeline (same as pause() - added stop() for consistency with Flash's MovieClip.stop() functionality)
STRETCH — Constant static property in class com.greensock.layout.ScaleMode
Stretches the object to fill the area completely in terms of both width and height.
Strong — Class in package com.greensock.easing
suppressInitReparentEvents(value) — Method in class com.greensock.loading.data.SWFLoaderVars
If true, the SWFLoader will suppress the REMOVED_FROM_STAGE and ADDED_TO_STAGE events that are normally dispatched when the subloaded swf is reparented into the ContentDisplay (this always happens in Flash when any DisplayObject that's in the display list gets reparented - SWFLoader just circumvents it by default initially to avoid common problems that could arise if the child swf is coded a certain way).
_suppressUncaughtError(event) — Method in class com.greensock.loading.SWFLoader
suppressUncaughtErrors(value) — Method in class com.greensock.loading.data.SWFLoaderVars
To automatically suppress uncaught errors in the subloaded swf (errors that are thrown outside of a try...catch statement), set suppressUncaughtErrors to true, but please note that this will ONLY work if the parent swf is published to Flash Player 10.1 or later.
SWFLoader — Class in package com.greensock.loading
Loads a swf file and automatically searches for active loaders in that swf that have the requireWithRoot vars property set to that swf's root.
SWFLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.SWFLoader
Constructor
SWFLoaderVars — Class in package com.greensock.loading.data
Can be used instead of a generic object to define the vars parameter of an SWFLoader's constructor.
SWFLoaderVars(vars) — Constructor in class com.greensock.loading.data.SWFLoaderVars
Constructor
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