home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / camera.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  874 b   |  62 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 AUTO
  15.   FILENAME "cam_auto.ggm"
  16.   PLAYMODE HANG
  17. END
  18.  
  19. MOVIE CLOSE
  20.   FILENAME "cam_close.ggm"
  21.   PLAYMODE HANG
  22. END
  23.  
  24. MOVIE FAR
  25.   FILENAME "cam_far.ggm"
  26.   PLAYMODE HANG
  27. END
  28.  
  29. MOVIE ZOOMIN
  30.   FILENAME "cam_zoomin.ggm"
  31.   PLAYMODE HANG
  32. END
  33.  
  34. MOVIE ZOOMOUT
  35.   FILENAME "cam_zoomout.ggm"
  36.   PLAYMODE HANG
  37. END
  38.  
  39.  
  40.  
  41. SCRIPT
  42.   0000 AUTO
  43.         SETCOLOR 0.5 1.0 1.0 1.0
  44.        END
  45.  
  46.   0000 CLOSE
  47.         SETCOLOR 0.5 1.0 1.0 1.0
  48.        END
  49.  
  50.   0000 FAR
  51.         SETCOLOR 0.5 1.0 1.0 1.0
  52.        END
  53.  
  54.   0000 ZOOMIN
  55.         SETCOLOR 0.5 1.0 1.0 1.0
  56.        END
  57.  
  58.   0000 ZOOMOUT
  59.         SETCOLOR 0.5 1.0 1.0 1.0
  60.        END
  61. END
  62.