| ITween | 
| 4 other children | 
The ‘ITween’ interface defines a common interface for all tween objects.
| ITween | The ‘ITween’ interface defines a common interface for all tween objects. | 
| Functions | |
| clone | Creates a new tween object that is a clone of it’s creator. | 
| renderFrame | Renders the specified frame. | 
| Properties | |
| firstFrame | Gets the first frame of the timeline that has a keyframe on it. | 
| lastFrame | Gets the last frame of the timeline that has a keyframe on it. | 
| target | Gets a reference to the target object being tweened. | 
| property | Gets a string of the target property. | 
Creates a new tween object that is a clone of it’s creator.
function clone():ITween 
Renders the specified frame.
function renderFrame( uFrame: uint ):void 
Gets the first frame of the timeline that has a keyframe on it.
function get firstFrame():uint 
Gets the last frame of the timeline that has a keyframe on it.
function get lastFrame():uint 
Gets a reference to the target object being tweened.
function get target():Object 
Gets a string of the target property.
function get property():String