Hi, when I do linkage on a symbol and export it for AS3. Then I edit the symbol, for instance go in and modify anything inside, a shape, etc… the next time I try to publish flash, i get an error
multiple constructor definitions found. constructor may not be defined in <Script/> code
I think may be it’s because flash does not remember to delete the previous export and creates another one. The only way to resolve this, is to delete the entire symbol and re-create it.
Is there a way somebody can look into the class that flash exports in linkage and manually fix it. It’s not a critical error, but I don’t like publishing things that have errors in them.