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