target:String
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
The name of the animation property to target.
The default value is ""
(empty quotes), which targets all properties.
The other acceptable values are "x"
, "y"
, "position"
(which targets both x and y),
"scaleX"
, "scaleY"
, "scale"
(which targets both scaleX and scaleY),
"skewX"
, "skewY"
, "rotation"
(which targets both scaleX and scaleY), "color"
, and "filters"
.
The default value is "".
Implementation public function get target():String
public function set target(value:String):void