home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / credits-intro.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  634 b   |  32 lines

  1. //  Game GUI Movie File
  2. //
  3.  
  4. //  Max line length = 255 chars
  5. //  Max keyword length = 32 chars
  6.  
  7.  
  8. GAMEGUIMOVIE 1.0                //  Version -- must be first valid line in this file
  9.  
  10.  
  11. #include "guidefs.h"
  12.  
  13.  
  14. MOVIE INTROCREDITS_LAYOUT
  15.   FILENAME "credits-intro-layout.ggm"
  16.   PLAYMODE LOOP
  17. END
  18.  
  19.  
  20. SCRIPT
  21.  
  22.   000000 INTROCREDITS_LAYOUT
  23.           00000 SETPOS 0.0 0.0
  24.           00000 SETCOLOR 0.0 1.0 1.0 1.0
  25.           01000 SETCOLOR 1.0 1.0 1.0 1.0
  26.           04000 SETCOLOR 1.0 1.0 1.0 1.0
  27.           04000 SETPOS 0.0 0.0
  28.           18000 SETCOLOR 0.0 1.0 1.0 1.0
  29.           18000 SETPOS 0.0 2.0
  30.          END
  31. END
  32.