1172: Definition fl.motion:AnimatorFactory3D could not be found.
I am working on the platforming for my game, and I went to import Citrus Engine.
I have never used an external SWC or engine before, so of course I tried to drag it into the library several times. When I finally figured out how to do it, when I went to test the game again (no code currently uses the engine), a MovieClip with it's own action script threw the following errors several times.
| HBCut, Line 2, Column 17 | 1172: Definition fl.motion:AnimatorFactory3D could not be found. |
| HBCut, Line 3, Column 17 | 1172: Definition fl.motion:MotionBase could not be found. |
| HBCut, Line 6, Column 17 | 1172: Definition fl.motion:motion_internal could not be found. |
This breaks the other code so that I cannot run the game. I removed the SWC from the library but still no luck.
