The error I keep getting is this x4:
Symbol 'list' --- 1046: Type was not found or was not a compile-time constant
I have four movie clips within my movie clip named 'list', which are called print1, etc. I get an error for each one. All I'm trying to do is add the 'list' movieclip to the stage with addChild(list), which worked before I added those four 'print' movieclips.
The 'print' movieclips are nested within a folder and subfolder in my library. My 'list' symbol is in the main directory. Would that have any influence on the error? Or do I have to declare anything else besides the 'list' movieclip in the actionscript?
list
? Also if you havelist.as
class where have u put it? either in the main directory(where .fla and .swf resides) or in the subfolders? Give some info about that it could be helpful to help u. - MoorthyList
, you should use correct casing. - Vesper"list:MyList = new MyList"
, and it was fine when I simply had a rectangle in the symbol's timeline to test it. Everything else in my class works. And when I said subfolders, I meant folders within the library, not the project folder itself. - Lauren