home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / vcr_chrome.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  1.5 KB  |  66 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 VCR_SCREEN
  15.   V -0.333  0.034  1.0 1.0 1.0 1.0
  16.   V  0.333  0.034  1.0 1.0 1.0 1.0
  17.   V  0.333 -0.034  1.0 1.0 1.0 1.0
  18.   V -0.333 -0.034  1.0 1.0 1.0 1.0
  19. END
  20.  
  21. POLYGON VCR_FADE
  22.   BITMAP "vcr.psd"
  23.   V -1.0  1.0  0.0039 0.3000
  24.   V  1.0  1.0  0.1211 0.3000
  25.   V  1.0 -1.0  0.1211 0.4922
  26.   V -1.0 -1.0  0.0039 0.4922
  27. END
  28.  
  29. ////////////////////////////////  For standalone player tests
  30. //POLYGON SCREENSHOT
  31. //  BITMAP "screenshot.psd"
  32. //  V -100.0%  100.0% 0.0 0.0
  33. //  V  100.0%  100.0% 1.0 0.0
  34. //  V  100.0% -100.0% 1.0 1.0
  35. //  V -100.0% -100.0% 0.0 1.0
  36. //END
  37. ////////////////////////////////
  38.  
  39.  
  40.  
  41. SCRIPT
  42. ////////////////////////////////  For tests (fake background)
  43. //  00000 SCREENSHOT
  44. //         00000 SETPOS 0.0 0.0
  45. //        END
  46. ////////////////////////////////
  47.  
  48.   0000 VCR_SCREEN
  49.         000 SETPOS 1.0 -0.766
  50.         000 SETSCALE 1.0 1.0
  51.         000 SETCOLOR 1.0 0.0 0.0 0.0
  52.        END
  53.  
  54.   0000 VCR_FADE  // docked segment for player controls
  55.         000 SETPOS 1.0 -0.9
  56.         000 SETSCALE 0.333 0.1
  57.         000 SETCOLOR 1.0 0.0 0.0 0.0
  58.        END
  59.  
  60.   0000 VCR_FADE   // floating segment for load/save
  61.         000 SETPOS 0.54 -0.9
  62.         000 SETSCALE 0.111 0.1
  63.         000 SETCOLOR 1.0 0.0 0.0 0.0
  64.        END
  65. END
  66.