Hi Has anyone experienced any issues with MTASC 1.10 compiling. I have a code library that I'm compiling into a swf that has an existing movieclip but no code. For some reason, some of my functions are no longer getting called. I wish I could be more specific but the library is a bit complicated. There are a number of singleton classes as well as a wrapper class around setInterval to create an interval class that behaves more like Directors TimeOut class. WIth MTASC 1.10, its as if the previous Singleton instances still exist after compile. In one case, a return statement is simply failing to return a value when the method is called from within the constructor. The setInterval thing seems to be one of the primary defects as I often get about 3-5 instances of the same interval suddenly running instead of just a singel instance. If I revert back and compile with 1.09 all works perfectly.
Sincerely Mark R. Jonkman _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
