Hi i need some help getting some AS3 to work. I am creating my own portfolio for web use.
there are 3 errors messages i am getting when trying to get the program to stop at the end of each page. I have created my menu with links too.
here are the error messages
-
1026: Constructor functions must be instance methods.
-
/Flash Portfolio /Development_files/main.as, Line 1 5000: The class ‘main’ must subclass ‘flash.display.MovieClip’ since it is linked to a library symbol of that type.
Line of code: package {
- Flash Portfolio /Development_files/mainMenuMC.as, Line 1 5000: The class ‘mainMenuMC’ must subclass ‘flash.display.MovieClip’ since it is linked to a library symbol of that type.
Line of Code: package {
if you would like to see the AS let me know and ill post it up here.
Thanks
Will