Hiya. I would like to be able to create custom event with parameters and to dispatch them when needed.
in as3 i can create a class that extends flash.events.Event, add parameters to it's constructor and then use addEventListener and dispatchEvent where required.
how can I do so in ActionScript 2 ?
thanks!