home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics 16,000
/
graphics-16000.iso
/
msdos
/
animutil
/
play73
/
script.txt
< prev
Wrap
Text File
|
1991-09-10
|
653b
|
31 lines
Play script format
(c) 1991 Trilobyte
The first line of a script must be SCRIPT
Commands:
; - Comment field
anim.flc -m0 -l3 - command line animation
_cd n - play track n on a audio cd-rom drive
[label] - put this label here
_jump label - jump to this label
_startsub - start an input routine
_keyin "k" label - look for key "k" (the k key), if pressed jump to label
MUST BE IN A STARTSUB - ENDSUB LOOP
_region xlo ylo xhi yhi label - if the mouse is in region xlo ylo xhi yhi
jump to label
MUST BE IN A STARTSUB - ENDSUB LOOP
_endsub - end an input routine
_return n - end and return this value