Is there a version of mx.transitions.Tween that works with EventDispatcher
instead of ASBroadcaster?
I'd like to delegate the onMotionFinished event on different functions using
the addEventListener instead of addListener.
For example :
tweenA.addEventListener("onMotionFinished",Delegate.create,onTweenAFinished);
tweenB.addEventListener("onMotionFinished",Delegate.create,onTweenBFinished);
instead of this code which would not work...
tweenA.addListener(this);
tweenB.addListener(this);
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com