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($sx:Number, $sy:Number, $angle:Number, $checkBounds:Boolean, $dispatchEvent:Boolean) — method, class com.greensock.transform.TransformItem
Scales the item along the x- and y-axis using multipliers.
SCALE — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched constantly while an item is scaled by TransformManager (each time the mouse moves).
scaleCursor — Static Property, class com.greensock.transform.TransformManager
The Shape object that is being used for the scale cursor.
scaleFromCenter — Property, class com.greensock.transform.FlexTransformManager
If true, scaling occurs from the center of the selection instead of the corners.
scaleFromCenter — Property, class com.greensock.transform.TransformManager
If true, scaling occurs from the center of the selection instead of the corners.
scaleMode — Property, class com.greensock.transform.TransformItem
Either TransformManager.SCALE_NORMAL for normal scaleX/scaleY scaling or TransformManager.SCALE_WIDTH_AND_HEIGHT if you prefer that TransformManager alters the width/height properties instead.
SCALE_NORMAL — Constant Static Property, class com.greensock.transform.TransformManager
Normal scale mode
scaleSelection($sx:Number, $sy:Number, $dispatchEvents:Boolean) — method, class com.greensock.transform.FlexTransformManager
Scales the selected items along the x- and y-axis using multipliers.
scaleSelection($sx:Number, $sy:Number, $dispatchEvents:Boolean) — method, class com.greensock.transform.TransformManager
Scales the selected items along the x- and y-axis using multipliers.
SCALE_WIDTH_AND_HEIGHT — Constant Static Property, class com.greensock.transform.TransformManager
Scale only width and height properties
scaleX — Property, class com.greensock.transform.Crop
scaleX — Property, class com.greensock.transform.FlexCrop
scaleX — Property, class com.greensock.transform.TransformItem
scaleX
scaleY — Property, class com.greensock.transform.Crop
scaleY — Property, class com.greensock.transform.FlexCrop
scaleY — Property, class com.greensock.transform.TransformItem
scaleY
SEIZE_CURSOR — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched when TransformManager takes control of the visual design of the mouse cursor (like an icon that indicates scale, move, or rotation).
SELECT — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched by TransformItems when they are selected (the SELECT event is NOT dispatched by a TransformManager instance).
selected — Property, class com.greensock.transform.TransformItem
selected state of the item
selectedItems — Property, class com.greensock.transform.FlexTransformManager
The currently selected TransformItems (for the associated DisplayObjects, use selectedTargetObjects)
selectedItems — Property, class com.greensock.transform.TransformManager
The currently selected TransformItems (for the associated DisplayObjects, use selectedTargetObjects)
selectedTargetObjects — Property, class com.greensock.transform.FlexTransformManager
The currently selected targetObjects (DisplayObjects).
selectedTargetObjects — Property, class com.greensock.transform.TransformManager
The currently selected targetObjects (DisplayObjects).
SELECTION_CHANGE — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched by TransformManager whenever its selection changes, like when an item is added to the selection or removed from the selection or everything is deselected, etc.
selectionRotation — Property, class com.greensock.transform.FlexTransformManager
The rotation of the overall selection box
selectionRotation — Property, class com.greensock.transform.TransformManager
The rotation of the overall selection box
selectionScaleX — Property, class com.greensock.transform.FlexTransformManager
The scaleX of the overall selection box
selectionScaleX — Property, class com.greensock.transform.TransformManager
The scaleX of the overall selection box
selectionScaleY — Property, class com.greensock.transform.FlexTransformManager
The scaleY of the overall selection box
selectionScaleY — Property, class com.greensock.transform.TransformManager
The scaleY of the overall selection box
selectionX — Property, class com.greensock.transform.FlexTransformManager
The x-coordinte of the overall selection box (same as the origin)
selectionX — Property, class com.greensock.transform.TransformManager
The x-coordinte of the overall selection box (same as the origin)
selectionY — Property, class com.greensock.transform.FlexTransformManager
The y-coordinte of the overall selection box (same as the origin)
selectionY — Property, class com.greensock.transform.TransformManager
The y-coordinate of the overall selection box (same as the origin)
selectItem($item:any, $addToSelection:Boolean) — method, class com.greensock.transform.FlexTransformManager
Selects a particular TransformItem or DisplayObject (you must have already added the DisplayObject to FlexTransformManager in order for it to be selectable - use addItem() for that)
selectItem($item:any, $addToSelection:Boolean) — method, class com.greensock.transform.TransformManager
Selects a particular TransformItem or DisplayObject (you must have already added the DisplayObject to TransformManager in order for it to be selectable - use addItem() for that)
selectItems($items:Array, $addToSelection:Boolean) — method, class com.greensock.transform.FlexTransformManager
Selects an Array of TransformItems and/or DisplayObjects.
selectItems($items:Array, $addToSelection:Boolean) — method, class com.greensock.transform.TransformManager
Selects an Array of TransformItems and/or DisplayObjects.
setActualSize(w:Number, h:Number) — method, class com.greensock.transform.FlexTransformManager
setScaleConstraints($minScaleX:Number, $maxScaleX:Number, $minScaleY:Number, $maxScaleY:Number) — method, class com.greensock.transform.TransformItem
Sets minimum scaleX, maximum scaleX, minimum scaleY, and maximum scaleY
START_INTERACTIVE_MOVE — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched when the user mouses down to begin interactively moving a TransformManager selection.
START_INTERACTIVE_ROTATE — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched when the user mouses down on a rotation handle to begin interactively rotating a TransformManager selection.
START_INTERACTIVE_SCALE — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched when the user mouses down on a scale handle to begin interactively scaling a TransformManager selection.
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