| 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 — Property in class com.greensock.data.TransformAroundPointVars | |
| SCALE — Constant static property in class com.greensock.events.TransformEvent | |
| scaleMode — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars | |
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.TweenProxy | |
| scaleX — Property in class com.greensock.data.TransformAroundPointVars | |
| scaleX — Property in class com.greensock.layout.AutoFitArea | |
| scaleX — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars | |
Sets the ContentDisplay's scaleX property. |
|
| scaleX — Property in class com.greensock.motionPaths.MotionPath | |
| scaleY — Property in class com.greensock.TweenProxy | |
| scaleY — Property in class com.greensock.data.TransformAroundPointVars | |
| scaleY — Property in class com.greensock.layout.AutoFitArea | |
| scaleY — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars | |
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 — Property in class com.greensock.data.TweenLiteVars | |
| Tweens the scrollRect property of any DisplayObject; you can define any of the following properties in the object: left, right, top, bottom, x, y, width, height. | |
| ScrollRectPlugin — Class in package com.greensock.plugins | |
| Tweens the scrollRect property of a DisplayObject. | |
| 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). | |
| SELECT — Constant static property in class com.greensock.events.TransformEvent | |
| SELECTION_CHANGE — Constant static property in class com.greensock.events.TransformEvent | |
| 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 | |
| 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. | |
| setBrightness(n) — Method in class com.greensock.data.ColorMatrixFilterVars | |
| setColorize(color, amount) — Method in class com.greensock.data.ColorMatrixFilterVars | |
| setContrast(n) — Method in class com.greensock.data.ColorMatrixFilterVars | |
| 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()). |
|
| setHue(n) — Method in class com.greensock.data.ColorMatrixFilterVars | |
| setSaturation(n) — Method in class com.greensock.data.ColorMatrixFilterVars | |
| setSize — Property in class com.greensock.data.TweenLiteVars | |
| An object containing a "width" and/or "height" property which will be tweened over time and applied using setSize() on every frame during the course of the tween. | |
| 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. | |
| setThreshold(n) — Method in class com.greensock.data.ColorMatrixFilterVars | |
| shadowAlpha — Property in class com.greensock.data.BevelFilterVars | |
| shadowColor — Property in class com.greensock.data.BevelFilterVars | |
| Shadow color. | |
| 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 — Property in class com.greensock.data.TransformAroundPointVars | |
| shortRotation — Property in class com.greensock.data.TweenLiteVars | |
| To tween any rotation property (even multiple properties) of the target object in the shortest direction, use shortRotation. | |
| 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 — Property in class com.greensock.loading.data.LoaderMaxVars | |
If skipFailed is true (the default), any failed loaders in the queue will 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 — Property 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.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 — Property 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. | |
| 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. |
|
| 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;
Copyright 2010, GreenSock. |
|
| STALLED — Constant static property in class com.greensock.events.VideoEvent | |
| start — Property in class com.greensock.core.PropTween | |
| Starting value | |
| START — Constant static property in class com.greensock.TweenAlign | |
| START — Constant static property in class com.greensock.events.TweenEvent | |
| START — Constant static property in class com.greensock.events.VideoEvent | |
| startAt — Property in class com.greensock.data.TweenMaxVars | |
| Allows you to define the starting values for each property. | |
| 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.COMPLETE, 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.COMPLETE, LoaderStatus.PAUSED, and LoaderStatus.DISPOSED. |
|
| stop() — Method in class com.greensock.TimelineLite | |
| Pauses the timeline (same as pause() - added stop() for consistency with Flash's MovieClip.stop() functionality) | |
| strength — Property in class com.greensock.data.BevelFilterVars | |
| strength — Property in class com.greensock.data.DropShadowFilterVars | |
| strength — Property in class com.greensock.data.GlowFilterVars | |
| 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 | |
| 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 — Dynamic class in package com.greensock.loading.data | |
Can be used instead of a generic object to define the vars parameter of a SWFLoader's constructor. |
|
| SWFLoaderVars(name, estimatedBytes, container, autoPlay, width, height, scaleMode, onComplete, onProgress, onFail, noCache, alternateURL, requireWithRoot) — 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 | |