Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The Tween effect animates an object from one place to another; it can also
fade and object in and out by adjusting the object's alpha value. Once the
target object is set, its starting position may be given (or its current
location will be used) and an ending position given, the play() function
is used to make the animation have effect.
public var alphaFrom:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Starting alpha value. If NaN, the current alpha value is used
public var alphaTo:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Ending alpha value. If NaN, the current alpha value is not changed
public var xFrom:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Starting x value. If NaN, the current x value is used
public var xTo:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Ending x value. If NaN, the current x value is not changed
public var yFrom:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Starting y value. If NaN, the current y value is used
public var yTo:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Ending y value. If NaN, the current y value is not changed
public function Tween(target:Object = null)
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Constructor
Parameters target :Object
(default = null
)
public function internalEffect():IEffect
Returns override public function play():void
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Causes the target object to move between its starting and ending positions.
public function setDocument(document:Object, id:String = null):void
Parameters
document :Object
id :String
(default = null
)
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00