« Return to Thread: Re: How to build?

Re: Re[2]: How to build?

by bomberstudios :: Rate this Message:

Reply to Author | View in Thread

2008/4/23 Яна <yana_flash@...>:
>
>  C:\Home\Yana\FlashLite\nardik>mtasc -v -swf nardik_ide.swf -out
>  nardik_mtasc.swf -main -header 320:240:12 Nardik.as
>
>  In both cases all graphics presented in nardik_ide.swf (that was created
>  previously by Flash CS3) is missing in nardik_mtasc.swf created by mtasc.
>

Do not use -header if you are updating an existing SWF file. It will
blow away all your assets.

Try with

mtasc -swf nardik_ide.swf -main Nardik.as


--
Ale Muñoz
http://sofanaranja.com
http://bomberstudios.com

--
MTASC : no more coffee break while compiling

 « Return to Thread: Re: How to build?