home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / test_child.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  1.4 KB  |  29 lines

  1. //  Game GUI Movie File
  2. //
  3.  
  4. GAMEGUIMOVIE 1.0                //  Version -- must be first valid line in this file
  5.  
  6. POLYGON MYSHAPE                 //  Actor definition
  7.   V -0.083998 0.448001 1.000000 1.000000 0.650000 0.000000 -0.500000 0.500000
  8.   V -0.132000 0.707999 1.000000 1.000000 0.850000 0.000000 0.556000 0.684000
  9.   V 0.520001 0.708001 1.000000 1.000000 0.650000 0.000000 0.360000 0.360000
  10.   V 0.660000 0.372000 1.000000 1.000000 0.850000 0.000000 0.684000 0.284000
  11.   V 0.408001 0.160000 1.000000 1.000000 0.650000 0.000000 0.500000 0.500000
  12.   V 0.488000 -0.339999 1.000000 1.000000 0.250000 0.000000 0.416000 -0.320000
  13.   V 0.000000 -0.036001 1.000000 1.000000 0.650000 0.000000 0.500000 -0.500000
  14.   V -0.696001 -0.675998 1.000000 1.000000 0.250000 0.000000 -0.380000 -0.312000
  15.   V -0.296001 0.300000 1.000000 1.000000 0.650000 0.000000 -0.500000 -0.500000
  16.   V -0.811997 0.296000 1.000000 1.000000 0.650000 0.000000 -0.312000 0.396000
  17. END
  18.  
  19. SCRIPT                          //  Begin this movie's script
  20.   0 MYSHAPE                       //  Begin a child script using actor & time indicated
  21.        00000 SETPOS 1.0 0.0         //  Event times relative to start of *this* sub-script
  22.        00000 SETROT 0.0
  23.        00000 SETCOLOR 0.5 0.1 0.1 0.6
  24.        08000 SETCOLOR 1.0 1.0 1.0 0.0
  25.        16000 SETROT 1500
  26.        16000 SETCOLOR 0.5 0.1 0.1 0.6
  27.      END                        //  END of child script
  28. END
  29.