TweenEvent
| Kind of class: | class |
|---|---|
| Inherits from: | BasicEvent |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.transitions.TweenEvent |
| File last modified: | Wednesday, 31 October 2007, 07:35:30 |
TweenEvent defines event model for Tween API.Based on com.bourre.events.BasicEvent class.
TweenEvent events are broadcasted by ITween instances.
Summary
Constructor
Instance properties
Instance properties inherited from BasicEvent
Constructor
TweenEvent
function TweenEvent (
e:TweenEventType,
oTween:ITween)
Constructs a new
family classes.
TweenEvent instance broadcasted by ITween family classes.
Example
var e:TweenEvent = new TweenEvent(TweenFPS.onMotionFinished, this);