home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / oddech / chain / chainreactiondemo_installer1000.exe / Demo / Interface / SIM / RSG / RSG.movie < prev    next >
Text File  |  2003-01-07  |  4KB  |  159 lines

  1. movie rsgReady =
  2. {
  3.     cast =
  4.     {
  5.         bitmap bmpReady = { file = "Ready.bmp"; transparency = 255, 0, 255; }
  6.     }
  7.     frame 1 = { keyframe = { actor = bmpReady; } }
  8. }
  9. movie Ready =
  10. {                                                                                         
  11.     speed = 20;
  12.     frame 1 "start" = 
  13.     {
  14.         keyframe RsgReady =
  15.         {
  16.             layer       = 9;
  17.             actor       = rsgReady;
  18.             position    = 0, 0;
  19.             scale       = 1, 1;
  20.         }
  21.     }
  22. }
  23.  
  24.  
  25. movie rsgSet =
  26. {
  27.     cast =
  28.     {
  29.         bitmap bmpSet = { file = "Set.bmp"; transparency = 255, 0, 255; }
  30.     }
  31.     frame 1 = { keyframe = { actor = bmpSet; } }
  32. }
  33. movie Set =
  34. {                                                                                         
  35.     speed = 20;
  36.     frame 1 "start" = 
  37.     {
  38.         keyframe RsgSet =
  39.         {
  40.             layer       = 9;
  41.             actor       = rsgSet;
  42.             position    = 0, 0;
  43.             scale       = 1, 1;
  44.         }
  45.     }
  46. }
  47.  
  48. movie rsgGo1 =
  49. {
  50.     cast =
  51.     {
  52.         bitmap bmpGo1 = { file = "Go1.bmp"; transparency = 255, 0, 255; }
  53.     }
  54.     frame 1 = { keyframe = { actor = bmpGo1; } }
  55. }
  56. movie Go1 =
  57. {                                                                                         
  58.     speed = 20;
  59.     frame 1 "start" = 
  60.     {
  61.         keyframe RsgGo1 =
  62.         {
  63.             layer       = 9;
  64.             actor       = rsgGo1;
  65.             position    = 0, 0;
  66.             scale       = 1, 1;
  67.         }
  68.     }
  69. }
  70. movie rsgGo2 =
  71. {
  72.     cast =
  73.     {
  74.         bitmap bmpGo2 = { file = "Go2.bmp"; transparency = 255, 0, 255; }
  75.     }
  76.     frame 1 = { keyframe = { actor = bmpGo2; } }
  77. }
  78. movie Go2 =
  79. {                                                                                         
  80.     speed = 20;
  81.     frame 1 "start" = 
  82.     {
  83.         keyframe RsgGo2 =
  84.         {
  85.             layer       = 9;
  86.             actor       = rsgGo2;
  87.             position    = 0, 0;
  88.             scale       = 1, 1;
  89.         }
  90.     }
  91. }
  92. movie rsgGo3 =
  93. {
  94.     cast =
  95.     {
  96.         bitmap bmpGo3 = { file = "Go3.bmp"; transparency = 255, 0, 255; }
  97.     }
  98.     frame 1 = { keyframe = { actor = bmpGo3; } }
  99. }
  100. movie Go3 =
  101. {                                                                                         
  102.     speed = 20;
  103.     frame 1 "start" = 
  104.     {
  105.         keyframe RsgGo3 =
  106.         {
  107.             layer       = 9;
  108.             actor       = rsgGo3;
  109.             position    = 0, 0;
  110.             scale       = 1, 1;
  111.         }
  112.     }
  113. }
  114. movie rsgGo4 =
  115. {
  116.     cast =
  117.     {
  118.         bitmap bmpGo4 = { file = "Go4.bmp"; transparency = 255, 0, 255; }
  119.     }
  120.     frame 1 = { keyframe = { actor = bmpGo4; } }
  121. }
  122. movie Go4 =
  123. {                                                                                         
  124.     speed = 20;
  125.     frame 1 "start" = 
  126.     {
  127.         keyframe RsgGo4 =
  128.         {
  129.             layer       = 9;
  130.             actor       = rsgGo4;
  131.             position    = 0, 0;
  132.             scale       = 1, 1;
  133.         }
  134.     }
  135. }
  136. movie rsgGo5 =
  137. {
  138.     cast =
  139.     {
  140.         bitmap bmpGo5 = { file = "Go5.bmp"; transparency = 255, 0, 255; }
  141.     }
  142.     frame 1 = { keyframe = { actor = bmpGo5; } }
  143. }
  144. movie Go5 =
  145. {                                                                                         
  146.     speed = 20;
  147.     frame 1 "start" = 
  148.     {
  149.         keyframe RsgGo5 =
  150.         {
  151.             layer       = 9;
  152.             actor       = rsgGo5;
  153.             position    = 0, 0;
  154.             scale       = 1, 1;
  155.         }
  156.     }
  157. }
  158.  
  159.