Re: [SE|PY-macdev] started fixing mac version
Brought to you by:
sephiroth_tmm
|
From: alessandro c. <wis...@se...> - 2005-07-08 17:09:33
|
Jay Myers wrote:
>Ok, I am sorry, that I am not communicating very well it is an AS2 file.
>
>I can comment out the Class object and it still gives me that error message
>for all my variables. So, if we forget the class obj. I am having problems
>with simple vars..
>
>
>var randLoad : Number = 2;
>
>
>var heroTemp : Number = 5;
>
>I get the same error.
>
>j
>
sorry, what i mean is that this file can be passed to mtasc without
problems:
-----
class Test(){
function Test(){
// my code.....
}
}
-----
this file, instead, cannot be passed to mtasc:
-----
var myTest:test = new test();
-----
BTW, you can find more information on mtasc, on www.mtasc.org homepage
|