i recently made a custom event and its easy.
what i didnt find though was a way to add different types of events under the same category e.g
MouseEvent.CLICK
MouseEvent.MOUSE_DOWN
...
i know how to make CustomEvent.Type1 but i have no idea how to add other types.
You have to let the constructor take the type as an argument. The posted exampel does exactly that. It also properly defines the clone method, be sure to not forget that method.
__________________
Signature: I wrote a pair of articles about the timeline.