Dec 082017
AutoFlix will animate wireframe slide files (.SLD) and includes a programming language that allows you to create interactive presentations incorporating wireframe graphics. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
AFBUTTON.LSP | 1649 | 579 | deflated |
AFEGA.EXE | 76798 | 39223 | deflated |
AFKINET.LSP | 18180 | 4681 | deflated |
AFLIX.LSP | 26156 | 5284 | deflated |
AFLIX1.MID | 160 | 141 | deflated |
AFWALK.LSP | 13717 | 3932 | deflated |
FLIXDOC.DOC | 111880 | 33249 | deflated |
FLIXDOC.DWG | 31460 | 6649 | deflated |
README.DOC | 1324 | 550 | deflated |
SHARE.MES | 925 | 519 | deflated |
TPCREAD.ME | 199 | 165 | deflated |
Download File AFLIX.ZIP Here
Contents of the README.DOC file
Readme.doc for
AutoFlix 1.0a
02/23/88
Movie Command Files (.MVI)
--------------------------
The following two conventions must be used when creating movie
command files.
o Trailing Spaces
Spaces after the last character in a line (trailing spaces) will
affect the compiled movie. For example, if you had two blank spaces
after the name of a label in a "GOTO" statement, this statement
will cause AutoFlix to look for the label "LABEL-NAME ".
*GOTO LABEL-NAME
*GOTO LABEL-NAME
^^
= Blank Space
^
The first GOTO would look for the LABEL "LABEL-NAME".
The second GOTO would look for the LABEL "LABEL-NAME ".
This feature should not be intentionally used and will probably be
removed in future versions of AutoFlix. When creating your movie
command file (.MVI), be careful to avoid leaving any trailing
spaces in the file.
o The End of the File
All movie command files (.MVI) must have a carriage return at the
end of the last line of the file. Your .MVI file will not execute
properly without this carriage return.
December 8, 2017
Add comments