Error 1034: Variables cannot be native

Hi,

I’m experiencing a problem dispatching a custom event class. A TypeError is thrown

at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()

The error says “Type Coercion failed: cannot convert <package name>::CustomEvent@14b7b51 to <package name>.CustomEvent.”

Compile errors on LiveDocs describes the error as “variables cannot be native.”

Also important to mention… It only occurs when bubbling is set to true.

Any info would be great!

Thanks!