home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / loading.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  1.4 KB  |  68 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 SNOWFLAKE
  15.   BITMAP "gui_intro.psd"
  16.   V -0.25  0.25  0.0039  0.0039
  17.   V  0.25  0.25  0.121   0.0039
  18.   V  0.25 -0.25  0.121   0.121
  19.   V -0.25 -0.25  0.0039  0.121
  20. END
  21.  
  22. POLYGON BACKGROUND                      //  A rectangle, screen-size
  23.   V -100.0%  100.0% 1.0 1.0 1.0 1.0     //  Use % for percentage of screen size
  24.   V  100.0%  100.0% 1.0 1.0 1.0 1.0
  25.   V  100.0% -100.0% 1.0 1.0 1.0 1.0
  26.   V -100.0% -100.0% 1.0 1.0 1.0 1.0
  27. END
  28.  
  29.  
  30. TEXTLINE PLEASEWAIT
  31.   TEXT "changing terrain.."
  32.   FONT "swiss-xcbi.ggf"
  33.   SIZE 0.06
  34.   ALIGN CENTER
  35. END
  36.  
  37.  
  38. //
  39. //  Movie Script
  40. //
  41.  
  42. SCRIPT
  43.  
  44.   00000 BACKGROUND
  45.          00000 SETCOLOR 1.0 0.0 0.0 0.0
  46.          00050 SETCOLOR 1.0 1.0 1.0 1.0
  47.          02000 SETCOLOR 1.0 0.0 0.3 1.0
  48.          03050 SETCOLOR 1.0 0.0 0.0 0.0
  49.         END
  50.  
  51.   00050 SNOWFLAKE
  52.          00000 SETCOLOR 1.0 1.0 1.0 1.0
  53.          00000 SETSCALE 35.0 35.0 ^-2.0
  54.          00000 SETPOS 0.0 0.0
  55.          00000 SETROT 0.0
  56.  
  57.          02000 SETSCALE 0.001 0.001
  58.          02000 SETROT 800.0
  59.         END
  60.  
  61.   03050 PLEASEWAIT
  62.          00000 SETCOLOR 0.0 0.0 0.0 0.0
  63.          00000 SETPOS 0.0 -0.65
  64.             00250 SETCOLOR 1.0 1.0 1.0 1.0
  65.         END
  66.  
  67. END   //  END SCRIPT
  68.