Fixing filepath?
I keep getting an error 1138: incorrect number of arguments. Expected 0.
My project was merged with two others, so all my symbols were placed in a folder within the library. Same thing happened to all my classes I wrote in flash develop, all in a new folders. Also, I got the short end of the stick and had to rename half my symbols and classes because they were the same as the other two project's symbols. Now whenever I run my project I get that error because it's now using MovieClip's default constructor instead of mine. It keeps automatically sticking the MovieClip class library in for the base class of all my symbols instead of leaving it empty. It just can't find the class I wrote for it anymore. So how can I fix the file path that all ready exists?