Quote Originally Posted by 5TonsOfFlax View Post
2. No, Broadcaster cannot be used "instanceless" because you need an actual EventDispatcher to dispatch events. That instance could have been a bare EventDispatcher, but you need something. If a bare EventDispatcher were used, the class would not need to extend anything.
Ahh, ok, that makes sense... that you need an instance to dispatch the event... and I really only want 1 instance at any given time.