Interrupt Event Flow

Hey there,

I have some events in my code which contain very long sequences of animations and stuff. The user should be able to interrupt this event flow and reset to defaults by key-press (which fires another event).

So my question is: can I end an event flow by calling another event? Or do you have any other ideas how to code that?