Re: [Flashcoders] using Tween with addEventListener instead of addListener in flash 8

2006-09-05 Thread eka
Hello :) 1 - you can try to read this article : http://blog.lalex.com/post/2004/09/17/Tween2-%3A-quand-Tween-rencontre-EventDispatcher (download the sources) 2 - You can too use the AsBroadcaster implementation with addListener and delegate the handler methods like this : import

[Flashcoders] using Tween with addEventListener instead of addListener in flash 8

2006-09-04 Thread Patrick Matte
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 :