Can't get mtasc to output a .swf file

View: New views
2 Messages — Rating Filter:   Alert me  

Can't get mtasc to output a .swf file

by Bugzilla from myriachan@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm running mtasc.exe 1.13 on Windows XP x86-32 SP2 and can't get it
to output a .swf file.  It displays no errors at all as if successful,
but nothing is generated anywhere.  I know it's checking the syntax of
the Flash files correctly because I get errors if they're illegal.
The same happens if I try to compile the files in MTASC's own "std8"
directory.

mtasc.exe -version 8 -header 1600:1200:60 -out asdf.swf Classes.as

What am I doing wrong?

--
MTASC : no more coffee break while compiling

Re: Can't get mtasc to output a .swf file

by Martin Wood-Mitrovski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

youre facing the confusing -swf / -out options.

you need to use -swf, not -out, unless you are using an input swf, in which case
you use -out.

i think thats right. i get confused myself :)

Myria wrote:

> I'm running mtasc.exe 1.13 on Windows XP x86-32 SP2 and can't get it
> to output a .swf file.  It displays no errors at all as if successful,
> but nothing is generated anywhere.  I know it's checking the syntax of
> the Flash files correctly because I get errors if they're illegal.
> The same happens if I try to compile the files in MTASC's own "std8"
> directory.
>
> mtasc.exe -version 8 -header 1600:1200:60 -out asdf.swf Classes.as
>
> What am I doing wrong?
>

--
MTASC : no more coffee break while compiling