Field Summary | 
static 
  | __initBeacon | 
 | 
  | 
  | 
static 
  | __initBroadcaster | 
 | 
  | 
  | 
public 
  | addListener: Function | 
 | 
  | 
  | 
public 
  | begin: Number | 
 | 
  | 
  | 
public 
  | broadcastMessage: Function | 
 | 
  | 
  | 
public 
  | change: Number | 
 | 
  | 
  | 
public 
  | func: Function | 
 | 
  | 
  | 
public 
  | isPlaying: Boolean | 
 | 
  | 
  | 
public 
  | looping: Boolean | 
 | 
  | 
  | 
public 
  | obj: Object | 
 | 
  | 
  | 
public 
  | prevPos: Number | 
 | 
  | 
  | 
public 
  | prevTime: Number | 
 | 
  | 
  | 
public 
  | prop: String | 
 | 
  | 
  | 
public 
  | removeListener: Function | 
 | 
  | 
  | 
public 
  | useSeconds: Boolean | 
 | 
  | 
  | 
  | 
Property Summary | 
  | duration: Number (read, write) | 
 | 
  | 
  | 
  | finish: Number (read, write) | 
 | 
  | 
  | 
  | FPS: Number (read, write) | 
 | 
  | 
  | 
  | position: Number (read, write) | 
 | 
  | 
  | 
  | time: Number (read, write) | 
 | 
  | 
  | 
Constructor | 
  | Tween (
				obj, prop, func, begin, finish, duration, useSeconds)
				 | 
 | constructor for Tween class obj: reference - the object which the Tween targets prop: string - name of the property (in obj) that will be affected begin: number - the starting value of prop duration: number - the length of time of the motion; set to infinity if negative or omitted useSeconds: boolean - a flag specifying whether to use seconds instead of frames
  | 
  | 
Method Summary | 
  | continueTo (
				finish: Number, duration: Number
				): Void | 
 | 
  | 
  | 
  | fforward (
				
				): Void | 
 | 
  | 
  | 
  | getPosition (
				t: Number
				): Number | 
 | 
  | 
  | 
  | nextFrame (
				
				): Void | 
 | 
  | 
  | 
  | onEnterFrame (
				
				): Void | 
 | 
  | 
  | 
  | prevFrame (
				
				): Void | 
 | 
  | 
  | 
  | resume (
				
				): Void | 
 | 
  | 
  | 
  | rewind (
				t
				): Void | 
 | 
  | 
  | 
  | setPosition (
				p: Number
				): Void | 
 | 
  | 
  | 
  | start (
				
				): Void | 
 | 
  | 
  | 
  | startEnterFrame (
				
				): Void | 
 | 
  | 
  | 
  | stop (
				
				): Void | 
 | 
  | 
  | 
  | stopEnterFrame (
				
				): Void | 
 | 
  | 
  | 
  | toString (
				
				): String | 
 | 
  | 
  | 
  | yoyo (
				
				): Void | 
 | 
  | 
  | 
  | 
  |