home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / vcr_save.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  516 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. #include "guidefs.h"
  11.  
  12. //
  13. //  Actor definitions
  14. //
  15.  
  16. POLYGON VCR_SAVE
  17.   BITMAP "vcr.psd"
  18.   V -0.05  0.05  0.8282 0.1700
  19.   V  0.05  0.05  0.9960 0.1700
  20.   V  0.05 -0.05  0.9960 0.3390
  21.   V -0.05 -0.05  0.8282 0.3390
  22. END
  23.  
  24.  
  25. SCRIPT
  26.  
  27.   000 VCR_SAVE ID= GUI_VCR_SAVE
  28.         00 SETPOS 0.596 -0.875
  29.       END
  30.  
  31. END
  32.