Loading an external MC with Tween
I am getting this error when I load an external movie (which has Tween Animations):
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at MethodInfo-46()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at fl.transitions::Tween/set time()
at fl.transitions::Tween/nextFrame()
at fl.transitions::Tween/onEnterFrame()
The MC loads but once I unload the main movie locks and does not allow interaction.
Any ideas why?
Thank you