TweenEventType
| Kind of class: | class |
|---|---|
| Inherits from: | EventType < String |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.transitions.TweenEventType |
| File last modified: | Wednesday, 31 October 2007, 07:35:30 |
TweenEventType defines all available event's name in Tween API.Event "strong" type declaration is part of Pixlib Event API.
Events broadcasted by ITween family classes.
- onStart
- onStop
- onMotionFinished
- onMotionChanged
Example
var e:TweenEvent = new TweenEvent( TweenEventType.onMotionFinished, this );
Summary
Constructor
Class properties
Constructor
TweenEventType
function TweenEventType (
s:String)
Constructs a new
TweenEventType instanceParameters:
s:
Event name
Class properties
onMotionChangedEVENT
(read,write)
Broadcasted to listeners when property value is updated.
Component metadata:
| Event | onMotionChanged |
|---|
onMotionFinishedEVENT
(read,write)
Broadcasted to listeners when tween is finished.
Component metadata:
| Event | onMotionFinished |
|---|
onStartEVENT
(read,write)
Broadcasted to listeners when tween starts.
Component metadata:
| Event | onStart |
|---|
onStopEVENT
(read,write)
Broadcasted to listeners when tween stops.
Component metadata:
| Event | onStop |
|---|