How to Install MTASC on Linux

Steps :

  • download open source flash compiler MTASC
  • open archive with type:
    tar -xzf mtasc-1.04-linux.tgz
  • copy mtasc some your bin folders, in my case this is /usr/local/bin type:
    cp mtasc /usr/local/bin
  • go to /usr/local/bin type:
    cd /usr/local/bin
  • change permission type:
    chmod 755 mtasc
  • and now when type:
    mtasc
    you must see this
    mtasc
    Motion-Twin ActionScript2 Compiler 1.04 - (c)2004-2005 Motion-Twin
    Usage : mtasc.exe [options]
    Options :
    -pack
    : compile all files in target package
    -cp
    : add classpath
    -v : turn on verbose mode
    -strict : turn on strict mode
    -msvc : use MSVC style errors
    -mx : use precompiled mx package
    -swf : swf file to update
    -keep : does not remove AS2 classes from input SWF
    -frame : export into target frame (must exist in the swf)
    -main : enable main entry point
    -header : specify header format 'width:height:fps'
    -separate : separate classes into different clips
    -exclude : exclude classes listed in file
    -flash6 : generate Flash6 bytecode
    -trace : specify a TRACE function
    -help Display this list of options
    --help Display this list of options
  • and mtasc now installed


Comments are closed.