home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / loading_message.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  1.4 KB  |  81 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.  
  17. TEXTLINE LOADING
  18.   FONT "swiss-xcbi.ggf"
  19.   SIZE 0.06
  20.   ALIGN RIGHT
  21.   TEXT "loading..."
  22. END
  23.  
  24.  
  25. TEXTLINE MESSAGE ID= GGID_LOADINGMESSAGE
  26.   FONT "swiss-xcbi.ggf"
  27.   SIZE 0.06
  28.   ALIGN LEFT
  29.   TEXT "files"
  30. END
  31.  
  32. POLYGON SLINGLOGO
  33.   BITMAP "gui_intro.psd"
  34.   V -0.25  0.125 0.2539 0.0039
  35.   V  0.25  0.125 0.746  0.0039
  36.   V  0.25 -0.125 0.746  0.246
  37.   V -0.25 -0.125 0.2539 0.246
  38. END
  39.  
  40. POLYGON SNOWFLAKE
  41.   BITMAP "gui_intro.psd"
  42.   V -0.25  0.25  0.0039  0.0039
  43.   V  0.25  0.25  0.121   0.0039
  44.   V  0.25 -0.25  0.121   0.121
  45.   V -0.25 -0.25  0.0039  0.121
  46. END
  47.  
  48.  
  49. //
  50. //  Movie Script
  51. //
  52.  
  53. SCRIPT
  54.  
  55.   00000 SLINGLOGO
  56.           00000 SETPOS 0.0 0.125
  57.           04000
  58.         END
  59.  
  60.  
  61.   00000 LOADING
  62.           00000 SETCOLOR 1.0 0.95 0.95 0.95
  63.           00000 SETPOS -0.02 -0.65
  64.           04000
  65.         END
  66.  
  67.   00000 MESSAGE
  68.           00000 SETCOLOR 1.0 0.4 0.8 1.0
  69.           00000 SETPOS 0.02 -0.65
  70.           04000
  71.         END
  72.  
  73.   00000 SNOWFLAKE
  74.           00000 SETPOS 0.0 -0.3
  75.           0.000 SETSCALE 0.275 0.275
  76.           00000 SETROT 0.0
  77.           04000 SETROT -360.0
  78.         END
  79.  
  80. END   //  END SCRIPT
  81.