[Flashcoders] Is it possible to create duplicate event listeners?

2008-09-30 Thread ben gomez farrell
Hi all, I'm curious if I need to clean up my event listeners before adding a duplicate one. For example if I have an initialization routine function init():void { addEventListener( Event.SomeEvent, $somehandler, false, 0, true ); // some other stuff that builds the app/game } If I

Re: [Flashcoders] Is it possible to create duplicate event listeners?

2008-09-30 Thread Paul Andrews
Subject: [Flashcoders] Is it possible to create duplicate event listeners? Hi all, I'm curious if I need to clean up my event listeners before adding a duplicate one. For example if I have an initialization routine function init():void { addEventListener( Event.SomeEvent, $somehandler, false, 0