Hey Sean,

This is cool. Thanks for putting it out there.

A question:  In this part of the writeup:

"For example, the following line of code will show ( trace ) the
instance name of the dispatching orangeBall object from within the
scope of the whiteBall listening component.

public method showSomething(event:EventsGlobals):void {
  trace(event.instance)
}
"

you type "event" as EventsGlobals, which is just the class that holds
the constants.  Shouldn't the type be ObjectDataEvent, which is the
class that IS the event that gets passed?  Seems that way from the
rest of the following text, but I wanted to make sure (and it might
confuse someone (me))

-- TC  


Reply via email to