While I am far from an expert, I do not think "reset" makes any sense when applied to an event. "Reset" implies some state. But an event is just a notification that is sent at specific times. If an event is making your app is do what you don't want, it is because your event handler logic is incorrect.
Maybe you need to explain more clearly? Now, event listeners, if declared in AS, can be removed using removeEventListener(). But again, what do you want? Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sent: Monday, August 11, 2008 6:15 PM To: [email protected] Subject: [flexcoders] removing or resetting an event I created a registration class that fires an event called "RegistrationSuccess" to handle a state change further on up the class structure. The problem is, now that the "RegistrationSuccess" is set the registration link goes directly to the end of the registration process. Is there a way to reset an event after it fires? Thanks Scott

