home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / vcr_buttons.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  1.4 KB  |  102 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. MOVIE SAVE
  15.   FILENAME "vcr_save.ggm"
  16.   PLAYMODE HANG
  17. END
  18.  
  19. MOVIE LOAD
  20.   FILENAME "vcr_load.ggm"
  21.   PLAYMODE HANG
  22. END
  23.  
  24. MOVIE RESTART
  25.   FILENAME "vcr_restart.ggm"
  26.   PLAYMODE HANG
  27. END
  28.  
  29. MOVIE REW
  30.   FILENAME "vcr_rew.ggm"
  31.   PLAYMODE HANG
  32. END
  33.  
  34. MOVIE PAUSE
  35.   FILENAME "vcr_pause.ggm"
  36.   PLAYMODE HANG
  37. END
  38.  
  39. MOVIE SLOW
  40.   FILENAME "vcr_slow.ggm"
  41.   PLAYMODE HANG
  42. END
  43.  
  44. MOVIE PLAY
  45.   FILENAME "vcr_play.ggm"
  46.   PLAYMODE HANG
  47. END
  48.  
  49. MOVIE FFWD
  50.   FILENAME "vcr_ffwd.ggm"
  51.   PLAYMODE HANG
  52. END
  53.  
  54.  
  55. ////////////////////////////////  For standalone player tests
  56. //POLYGON SCREENSHOT
  57. //  BITMAP "screenshot.psd"
  58. //  V -100.0%  100.0% 0.0 0.0
  59. //  V  100.0%  100.0% 1.0 0.0
  60. //  V  100.0% -100.0% 1.0 1.0
  61. //  V -100.0% -100.0% 0.0 1.0
  62. //END
  63. ////////////////////////////////
  64.  
  65.  
  66.  
  67. SCRIPT
  68. ////////////////////////////////  For tests (fake background)
  69. //  00000 SCREENSHOT
  70. //         00000 SETPOS 0.0 0.0
  71. //        END
  72. ////////////////////////////////
  73.  
  74.   ///////////////////////////
  75.   //  Buttons:
  76.  
  77.   0000 SAVE
  78.        END
  79.  
  80.   0000 LOAD
  81.        END
  82.  
  83.   0000 RESTART
  84.        END
  85.  
  86.   0000 REW
  87.        END
  88.  
  89.   0000 PAUSE
  90.        END
  91.  
  92.   0000 SLOW
  93.        END
  94.  
  95.   0000 PLAY
  96.        END
  97.  
  98.   0000 FFWD
  99.        END
  100.  
  101. END
  102.