I would be interested in how other coders handle the problem of importing V2 components when compiling the SWF with MTASC! I've installed the patch to make the v2 packages MTASC compatible so thats not the problem. I've put several components into the library of my SWF, then importing the whole mx package into my class but when I try to compile, I get a long list of warnings that many needed v2 classes were not imported and need to be added to the command line. I could add all the packages to the MTASC command line with -pack but then there are also classes imported in some mx packages which are not needed or I could make class vars to all needed components in the main class. Is there any other way to force importing more intelligently?
Sascha -- Flash Game Programming Wiki http://fgpwiki.corewatch.net/ H1DD3N.R350URC3 http://hiddenresource.corewatch.net/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
