good day,
I have an test fla that uses a document class and five3D effects. It works great. However i want to add the test item now to a much larger fla that has timelines, scenes, code all over the place. I’ve tried to simply add the test.as file to the Document root and got a number of errors that i can’t resolve! among the errors are these, which don’t seem to have any reference in the test.as file:
test.as, Line 15 1046: Type was not found or was not a compile-time constant: SimpleButton.
test.as, Line 1 1180: Call to a possibly undefined method addFrameScript.
however, SimpleButton and addFrameToScript are not refered to in these lines of code, in fact they are not in the test.as file at all!
So what would be the easiest way to impliment a Document Classs into another more complex fla file? Thank you all!