OSX, MTASC 1.12, Flash Player 9.0.124
$ cat t.as
class t
{
        static function main(mc:MovieClip):Void
        {
                trace("TEST");
        }
}
$ mtasc-osx -header 100:100:12 -version 8 -swf t.swf -main t.as
$ open t.swf
[in trace]
Warning: Reference to undeclared variable, 't'
TEST

I searched the list, someone said it's something in mx packages, but
there's no mx in my code.
The code is so simple, why is there still a warning?

Regards,
Du Song

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to