1 Usage: %s [-o file.swf] file.sc
3 compile .sc files to swf.
5 Compiles a file written in sc (SWF Script) into a number of SWF files.
8 Print short help message and exit
10 Print version info and exit
12 Output to stdout (for use in CGI environments)
15 Increase verbosity. Use more than one \fB-v\fR for greater effect.
16 -o, --output <filename>
17 Set output file to <filename>.
18 Specify output file (Default: output.swf).
19 This affects only the parts of the .sc file which haven't
20 specified an output file themselves.
24 Matthias Kramm <kramm@quiss.org>