home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / strattoncutout.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  1.2 KB  |  82 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. //  Actor definitions
  12. //
  13.  
  14. POLYGON BLACK        // 1x1 black poly
  15.   V -1.0  1.0  1.0 0.0 0.0 1.0
  16.   V  1.0  1.0  1.0 0.0 0.0 1.0
  17.   V  1.0 -1.0  1.0 0.0 0.0 1.0
  18.   V -1.0 -1.0  1.0 0.0 0.0 1.0
  19. END
  20.  
  21. POLYGON SRSHAPE
  22.   BITMAP "strattonlogo_cut.psd"
  23.   V -0.5  0.5  0.0 0.0
  24.   V  0.5  0.5  1.0 0.0
  25.   V  0.5 -0.5  1.0 1.0
  26.   V -0.5 -0.5  0.0 1.0
  27. END
  28.  
  29.  
  30. //
  31. //  Line up logo cutout and blockers:
  32. //
  33. //  BBB
  34. //  BSB
  35. //  BBB
  36. //
  37.  
  38. SCRIPT
  39.   00 SETPLAYMODE HANG
  40.  
  41.   00 BLACK
  42.       0 SETPOS -1.5  1.5
  43.      END
  44.  
  45.   00 BLACK
  46.       0 SETPOS  0.0  1.5
  47.       0 SETSCALE 0.5 1.0
  48.      END
  49.  
  50.   00 BLACK
  51.       0 SETPOS  1.5  1.5
  52.      END
  53.  
  54.   00 BLACK
  55.       0 SETPOS -1.5  0.0
  56.       0 SETSCALE 1.0 0.5
  57.      END
  58.  
  59.   00 SRSHAPE
  60.       0 SETCOLOR 1.0 1.0 0.0 0.0
  61.       0 SETPOS 0.0 0.0
  62.      END
  63.  
  64.   00 BLACK
  65.       0 SETPOS  1.5  0.0
  66.       0 SETSCALE 1.0 0.5
  67.      END
  68.  
  69.   00 BLACK
  70.       0 SETPOS  -1.5  -1.5
  71.      END
  72.  
  73.   00 BLACK
  74.       0 SETPOS  0.0  -1.5
  75.       0 SETSCALE 0.5 1.0
  76.      END
  77.  
  78.   00 BLACK
  79.       0 SETPOS  1.5  -1.5
  80.      END
  81. END   //  END SCRIPT
  82.