Archive for December, 2007

Actionscript 3.0 Scopeless Event Dispatcher

Monday, December 10th, 2007

I've had this code around since my as 2.0 devirginizing(awhile ago..ahaha) So I decided to transfer it into AS3. It's a very simple class, but what it does is pretty cool, basically you can have events that aren't tied to specific classes or objects. Basically class A can talk to class D without knowing who [...]

things