Strange ActionScript dispatchEvent / addEventListener Gotcha
I came across a strange situation over the weekend where a custom event being broadcast through dispatchEvent() was not being caught by the registered listener object. To make things even more bizarre, hasEventListener() definitely showed the event as registered, and I could even trace the type out through willTrigger(). Relevant example code is below: private […]
Strange ActionScript dispatchEvent / addEventListener Gotcha Read More »