home *** CD-ROM | disk | FTP | other *** search
/ Screen Artists / SCREEN_ARTISTS.iso / PROGRAMS / SCRIPT.TXT < prev    next >
Text File  |  1992-04-09  |  653b  |  31 lines

  1.  
  2. Play script format
  3. (c) 1991 Trilobyte
  4.  
  5. The first line of a script must be SCRIPT
  6.  
  7. Commands:
  8.  
  9.  
  10. ; - Comment field
  11.  
  12. anim.flc -m0 -l3 - command line animation
  13.  
  14. _cd n - play track n on a audio cd-rom drive
  15.  
  16. [label] - put this label here
  17.  
  18. _jump label - jump to this label
  19.  
  20. _startsub - start an input routine
  21.  
  22. _keyin "k" label - look for key "k" (the k key), if pressed jump to label
  23.            MUST BE IN A STARTSUB - ENDSUB LOOP
  24. _region xlo ylo xhi yhi label - if the mouse is in region xlo ylo xhi yhi
  25.                 jump to label
  26.                 MUST BE IN A STARTSUB - ENDSUB LOOP
  27.  
  28. _endsub - end an input routine
  29.  
  30. _return n - end and return this value
  31.