|
| 1 | +.TH MTASC "1" "February 2006" "mtasc " "User Commands" |
| 2 | +.SH NAME |
| 3 | +mtasc \- ActionScript 2 to Flash (SWF) compiler |
| 4 | +.SH DESCRIPTION |
| 5 | +.PP |
| 6 | +This manual page documents briefly the \fBmtasc\fR command. |
| 7 | +.PP |
| 8 | +It was written for Debian as \fBmtasc\fR does not have a manual page. |
| 9 | +.PP |
| 10 | +\fBmtasc\fR compiles ActionScript 2 files to Flash (SWF) files. |
| 11 | +.PP |
| 12 | +.SH SYNOPSIS |
| 13 | +\fBmtasc\fP [options] <files...> |
| 14 | +.SH OPTIONS |
| 15 | +.PP |
| 16 | +The options are processed from left to right. All of the options use a single dash. |
| 17 | +.TP |
| 18 | +\fB\-pack\fR <path> |
| 19 | +Compile all files in target package. |
| 20 | +.TP |
| 21 | +\fB\-cp\fR <path> |
| 22 | +Add classpath. |
| 23 | +.TP |
| 24 | +\fB\-v\fR |
| 25 | +Turn on verbose mode. |
| 26 | +.TP |
| 27 | +\fB\-strict\fR |
| 28 | +Turn on strict mode. |
| 29 | +.TP |
| 30 | +\fB\-infer\fR |
| 31 | +Turn on local variables inference. |
| 32 | +.TP |
| 33 | +\fB\-wimp\fR |
| 34 | +Turn on warnings for unused imports. |
| 35 | +.TP |
| 36 | +\fB\-msvc\fR |
| 37 | +Use MSVC style errors. |
| 38 | +.TP |
| 39 | +\fB\-mx\fR |
| 40 | +Use precompiled mx package. |
| 41 | +.TP |
| 42 | +\fB\-swf\fR <file> |
| 43 | +Input SWF file to update. |
| 44 | +.TP |
| 45 | +\fB\-out\fR <file> |
| 46 | +SWF output file. |
| 47 | +.TP |
| 48 | +\fB\-keep\fR |
| 49 | +Do not remove AS2 classes from input SWF. |
| 50 | +.TP |
| 51 | +\fB\-frame\fR <frame> |
| 52 | +Export into target frame (it must exist in the SWF). |
| 53 | +.TP |
| 54 | +\fB\-main\fR |
| 55 | +Enable the main entry point. |
| 56 | +.TP |
| 57 | +\fB\-header\fR <header> |
| 58 | +Specify header format. The format of this option is 'width:height:fps', |
| 59 | +where fps means frames per second. |
| 60 | +.TP |
| 61 | +\fB\-group\fR |
| 62 | +Group classes into a single clip |
| 63 | +.TP |
| 64 | +\fB\-exclude\fR <file> |
| 65 | +Exclude classes listed in a file. |
| 66 | +.TP |
| 67 | +\fB\-version\fR |
| 68 | +Change SWF version (6,7,8,...) |
| 69 | +.TP |
| 70 | +\fB\-trace\fR <function> |
| 71 | +Specify a TRACE function. |
| 72 | +.TP |
| 73 | +\fB\-help\fR or \fB\-\-help\fR |
| 74 | +Display a list of options and what they do. |
| 75 | +.SH "SEE ALSO" |
| 76 | +.PP |
| 77 | +The mtasc website (http://www.mtasc.org) and the mtasc osflash page (http://osflash.org/mtasc). |
0 commit comments