"Definition de.alex_uhlmann.animationpackage could not be found" and other debug errors
Hi, I have a Flash file someone else created that I need to debug and repair.
I get the following errors, when running debug:
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 1, Column 40 | 1172: Definition de.alex_uhlmann.animationpackage could not be found. |
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 2, Column 50 | 1172: Definition de.alex_uhlmann.animationpackage.animation could not be found. |
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 3, Column 48 | 1172: Definition de.alex_uhlmann.animationpackage.drawing could not be found. |
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 4, Column 48 | 1172: Definition de.alex_uhlmann.animationpackage.utility could not be found. |
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 5, Column 31 | 1172: Definition com.robertpenner.easing could not be found. |
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 1, Column 40 | 1172: Definition de.alex_uhlmann.animationpackage could not be found. |
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 2, Column 50 | 1172: Definition de.alex_uhlmann.animationpackage.animation could not be found. |
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 3, Column 48 | 1172: Definition de.alex_uhlmann.animationpackage.drawing could not be found. |
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 4, Column 48 | 1172: Definition de.alex_uhlmann.animationpackage.utility could not be found. |
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 5, Column 31 | 1172: Definition com.robertpenner.easing could not be found. |
| Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 7, Column 1 | 1120: Access of undefined property APCore. |
That symbol is in my library.
When I go to the code, it shows:
import de.alex_uhlmann.animationpackage.*;
import de.alex_uhlmann.animationpackage.animation.*;
import de.alex_uhlmann.animationpackage.drawing.*;
import de.alex_uhlmann.animationpackage.utility.*;
import com.robertpenner.easing.*;
APCore.initialize();
nextBtn._alpha = 0;
I downloaded what I believe to be the correct animation package from here, versions 2.0 and 3.0, for Flash Pro CC2014, Flash Player 13:
I have no idea how I am supposed to import this package into my library, since none of the files are available to import, or what procedure I'm supposed to follow to correct this error. I emailed the programmer, but I have no idea if he is even still around. Does anyone have an answer on how to resolve this? Email me at mikes@neuromechanical.com if you want the FLA file, since I can't attach it here. Thanks for the help!