home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / oddech / chain / chainreactiondemo_installer1000.exe / Demo / Interface / Home / Home.Movie < prev   
Encoding:
Text File  |  2003-01-17  |  9.8 KB  |  273 lines

  1. button background =
  2. {
  3.     cast =
  4.     {
  5.         bitmap bmpBackground  = { file = "Home-base.bmp";     transparency = 255,0,255; }
  6.     }
  7.     frame 1 = { keyframe = { actor = bmpBackground; } }
  8. }
  9.  
  10. button play =
  11. {
  12.     cast =
  13.     {
  14.         bitmap bmpPlayN = { file = "Home-Play-Norm.bmp";    transparency = 255,0,255; }
  15.         bitmap bmpPlayR = { file = "Home-Play-Roll.bmp";    transparency = 255,0,255; }
  16.         bitmap bmpPlayP = { file = "Home-Play-Press.bmp";   transparency = 255,0,255; }
  17.         sound  sndPlayP = { file = "../../sounds/button.wav"; }
  18.     }
  19.     frame 1 = { keyframe = { actor = bmpPlayN; } }
  20.     frame 2 = { keyframe = { actor = bmpPlayR; } }
  21.     frame 3 =
  22.     {
  23.          keyframe = { actor = bmpPlayP; }
  24.          keyframe = { actor = sndPlayP; }
  25.     }
  26. }
  27.  
  28. button exit =
  29. {
  30.     cast =
  31.     {
  32.         bitmap bmpExitN = { file = "Home-Exit-Norm.bmp";    transparency = 255,0,255; }
  33.         bitmap bmpExitR = { file = "Home-Exit-Roll.bmp";    transparency = 255,0,255; }
  34.         bitmap bmpExitP = { file = "Home-Exit-Press.bmp";   transparency = 255,0,255; }
  35.         sound  sndExitP = { file = "../../sounds/button.wav"; }
  36.     }
  37.     frame 1 = { keyframe = { actor = bmpExitN; } }
  38.     frame 2 = { keyframe = { actor = bmpExitR; } }
  39.     frame 3 =
  40.     {
  41.          keyframe = { actor = bmpExitP; }
  42.          keyframe = { actor = sndExitP; }
  43.     }
  44. }
  45.  
  46. button buyme =
  47. {
  48.     cast =
  49.     {
  50.         bitmap bmpBuyMeN = { file = "Home-Buy-Norm.bmp";    transparency = 255,0,255; }
  51.         bitmap bmpBuyMeR = { file = "Home-Buy-Roll.bmp";    transparency = 255,0,255; }
  52.         bitmap bmpBuyMeP = { file = "Home-Buy-Press.bmp";   transparency = 255,0,255; }
  53.         sound  sndBuyMeP = { file = "../../sounds/button.wav"; }
  54.     }
  55.     frame 1 = { keyframe = { actor = bmpBuyMeN; } }
  56.     frame 2 = { keyframe = { actor = bmpBuyMeR; } }
  57.     frame 3 =
  58.     {
  59.          keyframe = { actor = bmpBuyMeP; }
  60.          keyframe = { actor = sndBuyMeP; }
  61.     }
  62. }
  63.  
  64. button weburl =
  65. {
  66.     cast =
  67.     {
  68.         bitmap bmpWebURLN = { file = "Home-GGCom-Norm.bmp"; transparency = 255,0,255; }
  69.         bitmap bmpWebURLR = { file = "Home-GGCom-Roll.bmp"; transparency = 255,0,255; }
  70.         bitmap bmpWebURLP = { file = "Home-GGCom-Press.bmp";transparency = 255,0,255; }
  71.         sound  sndWebURLP = { file = "../../sounds/button.wav"; }
  72.     }
  73.     frame 1 = { keyframe = { actor = bmpWebURLN; } }
  74.     frame 2 = { keyframe = { actor = bmpWebURLR; } }
  75.     frame 3 =
  76.     {
  77.          keyframe = { actor = bmpWebURLP; }
  78.          keyframe = { actor = sndWebURLP; }
  79.     }
  80. }
  81.  
  82. movie BOWLINGPIN =
  83. {
  84.     cast =
  85.     {
  86.         bitmap bp01 = { file = "Home-BPin01.bmp"; transparency = 255,0,255; }
  87.         bitmap bp02 = { file = "Home-BPin02.bmp"; transparency = 255,0,255; }
  88.         bitmap bp03 = { file = "Home-BPin03.bmp"; transparency = 255,0,255; }
  89.         bitmap bp04 = { file = "Home-BPin04.bmp"; transparency = 255,0,255; }
  90.         bitmap bp05 = { file = "Home-BPin05.bmp"; transparency = 255,0,255; }
  91.         bitmap bp06 = { file = "Home-BPin06.bmp"; transparency = 255,0,255; }
  92.         bitmap bp07 = { file = "Home-BPin07.bmp"; transparency = 255,0,255; }
  93.         bitmap bp08 = { file = "Home-BPin08.bmp"; transparency = 255,0,255; }
  94.         bitmap bp09 = { file = "Home-BPin09.bmp"; transparency = 255,0,255; }
  95.     }
  96.  
  97.     speed = 20;
  98.     frame 1 "start" =
  99.     {
  100.         keyframe =
  101.         {
  102.             layer           = 12;
  103.             actor           = bp01;
  104.             position        = 0,0;
  105.         }
  106.     }
  107.     frame 2 = { keyframe = { actor = bp02; } }
  108.     frame 3 = { keyframe = { actor = bp03; } }
  109.     frame 4 = { keyframe = { actor = bp04; } }
  110.     frame 5 = { keyframe = { actor = bp05; } }
  111.     frame 6 = { keyframe = { actor = bp06; } }
  112.     frame 7 = { keyframe = { actor = bp07; } }
  113.     frame 8 = { keyframe = { actor = bp08; } }
  114.     frame 9 =
  115.     {
  116.         keyframe = { actor = bp09; }
  117.         goto = "start";
  118.     }
  119. }
  120.  
  121. movie BASKETBALL =
  122. {
  123.     cast =
  124.     {
  125.         bitmap bb01 = { file = "Home-BBall01.bmp"; transparency = 255,0,255; }
  126.         bitmap bb02 = { file = "Home-BBall02.bmp"; transparency = 255,0,255; }
  127.         bitmap bb03 = { file = "Home-BBall03.bmp"; transparency = 255,0,255; }
  128.         bitmap bb04 = { file = "Home-BBall04.bmp"; transparency = 255,0,255; }
  129.         bitmap bb05 = { file = "Home-BBall05.bmp"; transparency = 255,0,255; }
  130.         bitmap bb06 = { file = "Home-BBall06.bmp"; transparency = 255,0,255; }
  131.         bitmap bb07 = { file = "Home-BBall07.bmp"; transparency = 255,0,255; }
  132.         bitmap bb08 = { file = "Home-BBall08.bmp"; transparency = 255,0,255; }
  133.         bitmap bb09 = { file = "Home-BBall09.bmp"; transparency = 255,0,255; }
  134.         bitmap bb10 = { file = "Home-BBall10.bmp"; transparency = 255,0,255; }
  135.     }
  136.  
  137.     speed = 20;
  138.     frame 1 "start" =
  139.     {
  140.         keyframe =
  141.         {
  142.             layer           = 12;
  143.             actor           = bb01;
  144.             position        = 0,0;
  145.         }
  146.     }
  147.     frame 2 = { keyframe = { actor = bb02; } }
  148.     frame 3 = { keyframe = { actor = bb03; } }
  149.     frame 4 = { keyframe = { actor = bb04; } }
  150.     frame 5 = { keyframe = { actor = bb05; } }
  151.     frame 6 = { keyframe = { actor = bb06; } }
  152.     frame 7 = { keyframe = { actor = bb07; } }
  153.     frame 8 = { keyframe = { actor = bb08; } }
  154.     frame 9 = { keyframe = { actor = bb09; } }
  155.     frame 10 =
  156.     {
  157.         keyframe = { actor = bb10; }
  158.         goto = "start";
  159.     }
  160. }
  161.  
  162. movie TEAPOT =
  163. {
  164.     cast =
  165.     {
  166.         bitmap tp01 = { file = "Home-TPot01.bmp"; transparency = 255,0,255; }
  167.         bitmap tp02 = { file = "Home-TPot02.bmp"; transparency = 255,0,255; }
  168.         bitmap tp03 = { file = "Home-TPot03.bmp"; transparency = 255,0,255; }
  169.     }
  170.  
  171.     speed = 20;
  172.     frame 1 "start" =
  173.     {
  174.         keyframe =
  175.         {
  176.             layer           = 12;
  177.             actor           = tp01;
  178.             position        = 0,0;
  179.         }
  180.     }
  181.     frame 2 = { keyframe = { actor = tp02; } }
  182.     frame 3 =
  183.     {
  184.         keyframe = { actor = tp03; }
  185.         goto = "start";
  186.     }
  187. }
  188.  
  189. movie HOME =
  190. {                                                                                         
  191.     speed = 10;
  192.     frame 1 "start" = 
  193.     {
  194.         keyframe Background = 
  195.         {
  196.             layer           = 12;
  197.             actor           = background;
  198.             position        = 0,0;
  199.             onMouseDown     = { callback = "Background"; }
  200.         }                                                                                   
  201.         keyframe Play = 
  202.         {
  203.             layer           = 7;
  204.             actor           = play;
  205.             position        = 218, 113;
  206.             onMouseUp       = { callback = "Play"; }
  207.             onMouseRollUp   = { callback = "OverPlay"; }
  208.             onMouseOverUp   = { callback = "OverPlay"; }
  209.             onMouseOverDown = { callback = "OverPlay"; }
  210.             onMouseDown     = { callback = "OverPlay"; }
  211.             onMouseOffUp    = { callback = "NotOverPlay"; }
  212.             onMouseOffDown  = { callback = "NotOverPlay"; }
  213.         }                                                                                   
  214.         keyframe Exit = 
  215.         {
  216.             layer           = 7;
  217.             actor           = exit;
  218.             position        = 231,346;
  219.             onMouseUp       = { callback = "Exit"; }
  220.             onMouseRollUp   = { callback = "OverExit"; }
  221.             onMouseOverUp   = { callback = "OverExit"; }
  222.             onMouseOverDown = { callback = "OverExit"; }
  223.             onMouseDown     = { callback = "OverExit"; }
  224.             onMouseOffUp    = { callback = "NotOverExit"; }
  225.             onMouseOffDown  = { callback = "NotOverExit"; }
  226.         }
  227.         keyframe BuyMe = 
  228.         {
  229.             layer           = 7;
  230.             actor           = buyme;
  231.             position        = 209,196;
  232.             onMouseUp       = { callback = "BuyMe"; }
  233.             onMouseRollUp   = { callback = "OverBuyMe"; }
  234.             onMouseOverUp   = { callback = "OverBuyMe"; }
  235.             onMouseOverDown = { callback = "OverBuyMe"; }
  236.             onMouseDown     = { callback = "OverBuyMe"; }
  237.             onMouseOffUp    = { callback = "NotOverBuyMe"; }
  238.             onMouseOffDown  = { callback = "NotOverBuyMe"; }
  239.         }                                                                                   
  240.         keyframe WebURL = 
  241.         {
  242.             layer           = 7;
  243.             actor           = weburl;
  244.             position        = 207,270;
  245.             onMouseUp       = { callback = "WebURL"; }
  246.             onMouseRollUp   = { callback = "OverWebURL"; }
  247.             onMouseOverUp   = { callback = "OverWebURL"; }
  248.             onMouseOverDown = { callback = "OverWebURL"; }
  249.             onMouseDown     = { callback = "OverWebURL"; }
  250.             onMouseOffUp    = { callback = "NotOverWebURL"; }
  251.             onMouseOffDown  = { callback = "NotOverWebURL"; }
  252.         } 
  253.         keyframe BowlingPin =
  254.         {
  255.             layer           = 7;
  256.             actor           = BOWLINGPIN;
  257.             position        = 135,353;
  258.         }                                                                                  
  259.         keyframe Basketball =
  260.         {
  261.             layer           = 7;
  262.             actor           = BASKETBALL;
  263.             position        = 510,308;
  264.         }                                                                                  
  265.         keyframe Teapot =
  266.         {
  267.             layer           = 7;
  268.             actor           = TEAPOT;
  269.             position        = 360, 21;
  270.         }                                                                                  
  271.     }                                                                                      
  272. }                                                                                         
  273.