home *** CD-ROM | disk | FTP | other *** search
/ Computerspiele Selbermachen / computerspieleselbermachen.iso / play80 / script.txt < prev   
Text File  |  1991-08-29  |  606b  |  29 lines

  1.  
  2. Play script format
  3. (c) 1991 Trilobyte
  4.  
  5. Play scripts must have as there first line the word SCRIPT in caps, this
  6. identifies the file as a script.
  7.  
  8. Comments may be added to the file by making the very first character of the
  9. line a ; mark.
  10.  
  11. Animation command lines can be added after this.  The screen will not change
  12. modes until the very last script is played.
  13.  
  14. For instance the following is a valid script:
  15. SCRIPT
  16. ;
  17. ; Look scripts for play!!!!!
  18. ;
  19. ; play main.flc at speed 1, in VESA 1024x768 mode and loop twice
  20. main.flc -s1 -m4 -l2
  21. ;
  22. ;
  23. ; play the final animation
  24. end.flc 
  25.  
  26.  
  27.  
  28.  
  29.