So I'm getting the same "Type Coercion failed" error but I have no idea why as I am not using TLF Text.
TypeError: Error #1034: Type Coercion failed: cannot convert com.nationalguard.adventures.pages::Rooftop_RescuePage__Preloader__@3eb7b7b1 to com.gaiaframework.api.IPage.
at com.gaiaframework.assets::PageAsset/decorate()
at com.gaiaframework.assets::PageAsset/onComplete()
I have one movie clip named "map" on the stage that is declared in the Document Class.
I have a few movie clips inside of that movie clip (obviously those are not being delcared).
The error only triggers when an internal movie clip contains an internal animation on it's timeline. I.E. I want to make an icon on the top layer of the "map" movie clip grow when the user presses down on the map. When I remove the animation, it works fine. Any ideas?