Creating Custom Events in Flash
Thursday, September 20th, 2007Had to create an event for a project I’m working on, and after a search I found that you can indeed accomplish this within Flash using an undocumented AS class.
I read about it here and here.
The basic gist is that you create an object, you convert that object into an actual broadcaster via the AsBroadcaster [...]