Skip to main content
December 15, 2013
Question

I got this error while creating a 3d animation

  • December 15, 2013
  • 1 reply
  • 680 views
MainTimeline, Line 111172: Definition fl.motion:AnimatorFactory3D could not be found.
MainTimeline, Line 121172: Definition fl.motion:MotionBase could not be found.
MainTimeline, Line 151172: Definition fl.motion:motion_internal could not be found.
MainTimeline, Line 111172: Definition fl.motion:AnimatorFactory3D could not be found.
MainTimeline, Line 121172: Definition fl.motion:MotionBase could not be found.
MainTimeline, Line 151172: Definition fl.motion:motion_internal could not be found.
MainTimeline, Line 171046: Type was not found or was not a compile-time constant: AnimatorFactory3D.
MainTimeline, Line 211046: Type was not found or was not a compile-time constant: MotionBase.
MainTimeline, Line 241180: Call to a possibly undefined method MotionBase.
MainTimeline, Line 411120: Access of undefined property motion_internal.
MainTimeline, Line 431120: Access of undefined property motion_internal.
MainTimeline, Line 451180: Call to a possibly undefined method MotionBase.
MainTimeline, Line 531120: Access of undefined property motion_internal.
MainTimeline, Line 751180: Call to a possibly undefined method AnimatorFactory3D.

This error still sticks around even after I delete the frame that has the 3d animation on, and this makes other action script to stop working.

I don't necessarily have to make 3d animation work. I just want to get rid of this error so that my other action scrips will work.

Please help and I aplogise for my bad english

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
December 15, 2013

All those errors appear to indicate you have not imported a class or classes that your code requires to work properly.