Re: [SE|PY-macdev] started fixing mac version
Brought to you by:
sephiroth_tmm
From: alessandro c. <wis...@se...> - 2005-07-08 16:37:38
|
Jay Myers wrote: >Hi, > >I wrote last night " Is there a way to use MTASC within Mac - Sepy?" >I sent it before I was actually finished. I have it set up to work within >SEPY, but I get an error... "Compile error [directory to file >name/filename.as(15)]: characters 0-3 : parse error Unexpected var" > >Line 15 has >var loader : Preloader = new Preloader (); >Preloader is a Class I built - it is in the same directory as the AS file. >It's strange I am not sure why this isn't working. > >Any where I have "var" it finds an error. What Am I doing wrong? > >j > > the file you're checking is a class? mtasc checks only as2 classes/interfaces, not the old as1 flat files |