Hello,
I find myself a little bored by the fact that every time I want to add any sort of mouse interaction to a DisplayObject I have to add at least 4 rows of addEventListener and 4 functions for each different state (at least over, out, down, up) in the DisplayObject class.
Just to know, has anyone came up with a mouse event dispatcher class yet?