Bucket Brigade Pattern is not Dead in AS3
Saturday, February 9th, 2008I’d like to know how others are handling the fact that Event bubbling only works with classes that extend GUI objects (aka, DisplayObject).
If you already know how event bubbling works, you can skip to my problem.
Background on Event Bubbling
Event bubbling is dope. It allows you to have a deeply nested MovieClip (View) dispatch […]