I have some custom event classes for my project but one of them is just failing outright. I can verify that the function that dispatches the event is being called correctly but the object that's listening for it will never get it. The event class has two constants, one works, one doesn't. Is there a good way to verify that events are being broadcast or to debug wtf the handler never gets triggered?
Thanks. -- --Joel Stransky stranskydesign.com _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

