TweenForm |
User interface for timeline tween property selection.
| TweenForm | User interface for timeline tween property selection. |
| Functions | |
| TweenForm | Form constructor. |
| ShowDialog | Displays the dialog box after updating the UI widgets from the dialogbox interchange data. |
| InitializeComponent | Initializes the user interface components on the form. |
| isInTransition | Returns true if the transition is an in-type Transitions. |
| isOutTransition | Returns true if the transition is an out-type Transitions. |
public function ShowDialog( parent: Sprite, tweenName: String, closeHandler: Function = null ):void
Displays the dialog box after updating the UI widgets from the dialogbox interchange data.
| parent | display object to use as a parent for the dialog box |
| tweenName | name identifying the tween being displayed |
| closeHandler | callback called when the dialog is closed, see DialogBox.closeHandler |
public static function isInTransition( transition: String ):Boolean
Returns true if the transition is an in-type Transitions.
public static function isOutTransition( transition: String ):Boolean
Returns true if the transition is an out-type Transitions.
Form constructor.
public function TweenForm()
Displays the dialog box after updating the UI widgets from the dialogbox interchange data.
public function ShowDialog( parent: Sprite, tweenName: String, closeHandler: Function = null ):void
Initializes the user interface components on the form.
public function InitializeComponent():void
Returns true if the transition is an in-type Transitions.
public static function isInTransition( transition: String ):Boolean
Returns true if the transition is an out-type Transitions.
public static function isOutTransition( transition: String ):Boolean
Callback function called when the dialog is closed.
public var closeHandler: Function