actionscript 3 - Flash AS3 error when importing 3D-tweened movieclip -


i've been working on as3 application , it's nearing completion. @ same time, 1 of designers work has been building movieclip in separate .fla acts intro animation application. intro uses 3d motion tweening capabilities of flash cs4 / player 10, , runs fine in .fla in built.

the problem when import movieclip main .fla application, when dynamically instantiate movieclip , add stage, barrage of following runtime error:

referenceerror: error #1069: property null not found on fl.motion.keyframebase , there no default value.

at fl.motion::keyframebase/getvalue()

at fl.motion::motionbase/getvalue()

at fl.motion::animator3d/settime3d()

at fl.motion::animatorbase/set time()

at fl.motion::animatorbase$/processcurrentframe()

at fl.motion::animatorbase$/parententerframehandler()

i'm guessing based on number of errors receive there's 1 per keyframe in tweening movieclip. i've checked ensure flash publish settings identical across 2 .fla files, , although stage sizes differ slightly, don't think that's issue here. i've googled issue , found nothing but lonely thread on kirupa.

any thoughts?

okay--turns out problem had local version of fl.motion package in actionscript source paths out of date. everything's tweening along happily!


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -