| AdvancedTweenEx | 
Extends the AdvancedTween class with dispose, refresh and read-only properties.

| AdvancedTweenEx | Extends the AdvancedTween class with dispose, refresh and read-only properties. | 
| Internal Members | |
| stroke | A ‘weak’ reference to the stroke object defining the advanced value path | 
| Object Manipulation | |
| AdvancedTweenEx | See AdvancedTween constructor | 
| clone | Makes a copy of the object. | 
| dispose | Cleans up resources used by this object. | 
| Tween Data Access | |
| tweenPath | Read-only access to the path used in the tween. | 
| tweenStroke | Read-only access to the stroke used in the tween. | 
| transition | Read-only string indicating the transition type. | 
| refresh | Refresh the path from the stroke. | 
A ‘weak’ reference to the stroke object defining the advanced value path
private var stroke: Stroke 
See AdvancedTween constructor
public function AdvancedTweenEx( objToTween: Object, strProperty: String, objPath: Path, objStroke: Stroke, strTransition: String = DEFAULT_TRANSITION ) 
Makes a copy of the object.
public override function clone():ITween 
Cleans up resources used by this object.
public function dispose():void 
Read-only access to the path used in the tween.
public function get tweenPath():Path 
Read-only access to the stroke used in the tween.
public function get tweenStroke():Stroke 
Read-only string indicating the transition type.
public function get transition():String 
Refresh the path from the stroke.
public function refresh():void