Flash AS3, import old version of class
问题 I am writing an .as file with a class in it, and using import to make it available in my .fla's code. At first it worked fine. An in some of my .fla files, it still works fine. But, one of my files is using an old version of the class, and ignoring any changes I make. I've tried commenting out the import of the class, to see if I'd get a compiler error, but it doesn't give me an error. It still instantiates the old version of the class. I've tried Clear Publish Cache , but it again still uses