home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 3 / LAUNCH.BIN / mac / MEDIAHB / SOURCES / S2_FRAME1.k < prev    next >
Text File  |  1995-09-02  |  5KB  |  316 lines

  1. object S2_FRAME1 is MEDIADISTRIBUTOR
  2. with
  3.     Duration is -1;
  4.     X is 0; Y is 0; Width is 640; Height is 480;
  5.     Items is [
  6.         S2_1_HBL1F1F_PIC,
  7.         S2_2_HBBUB2_PIC,
  8.         S2_3_HBBUB1_PIC,
  9.         S2_4_CHAR2,
  10.         S2_5_CHAR1,
  11.         S2_6_BACK,
  12.         S2_8_HBBCKFL_PIC,
  13.         S2_11_NEXT,
  14.         S2_13_HBNEXFL_PIC,
  15.         S2_12_HBSQUA_MOV,
  16.         S2_14_HBSHOEA_MOV,
  17.         S2_15_HBSPRESA_MOV,
  18.         S2_16_SAMPLES_PAR
  19.     ];
  20. end;
  21.  
  22. object S2_1_HBL1F1F_PIC is MEDIASCROLLER
  23. has
  24.     
  25.     OffScreen()
  26.         do
  27.             self.Enable(false);
  28.             self.Show(true);
  29.         end;
  30.     
  31. with
  32.     Target is BITMAPCLIENT with Supplier is M181_HBL1F1F_PIC; Duration is 0; end;
  33.     Duration is -1;
  34.     X is 0; Y is 0; Width is 640; Height is 480;
  35. end;
  36.  
  37. object S2_2_HBBUB2_PIC is MEDIASCROLLER
  38. has
  39.     
  40.     OffScreen()
  41.         do
  42.             self.Enable(false);
  43.             self.Show(false);
  44.         end;
  45.     
  46.     MouseDown(theX, theY)
  47.         do
  48.             self.Show(false);
  49.             self.Enable(false);
  50.             S2_4_CHAR2.Enable(true);
  51.             S2_5_CHAR1.Enable(true);
  52.             S2_14_HBSHOEA_MOV.Enable(true);
  53.         end;
  54.     
  55. with
  56.     Target is PICTURECLIENT with Supplier is M106_HBBUB2_PIC; Duration is 0; end;
  57.     Duration is -1;
  58.     X is 325; Y is 210; Width is 159; Height is 186;
  59. end;
  60.  
  61. object S2_3_HBBUB1_PIC is MEDIASCROLLER
  62. has
  63.     
  64.     OffScreen()
  65.         do
  66.             self.Enable(false);
  67.             self.Show(false);
  68.         end;
  69.     
  70.     MouseDown(theX, theY)
  71.         do
  72.             self.Enable(false);
  73.             self.Show(false);
  74.             S2_4_CHAR2.Enable(true);
  75.             S2_5_CHAR1.Enable(true);
  76.             S2_14_HBSHOEA_MOV.Enable(true);
  77.             S2_16_SAMPLES_PAR.Show(false);
  78.         end;
  79.     
  80. with
  81.     Target is PICTURECLIENT with Supplier is M103_HBBUB1_PIC; Duration is 0; end;
  82.     Duration is -1;
  83.     X is 191; Y is 211; Width is 192; Height is 142;
  84. end;
  85.  
  86. object S2_4_CHAR2 is MEDIADELEGATOR
  87. has
  88.     
  89.     OffScreen()
  90.         do
  91.             self.Enable(true);
  92.             self.Show(true);
  93.         end;
  94.     
  95.     MouseDown(theX, theY)
  96.         do
  97.             self.Enable(false);
  98.             S2_5_CHAR1.Enable(false);
  99.             S2_3_HBBUB1_PIC.Show(true);
  100.             S2_3_HBBUB1_PIC.Enable(true);
  101.             S2_14_HBSHOEA_MOV.Enable(false);
  102.         end;
  103.     
  104. with
  105.     Duration is -1;
  106.     X is 93; Y is 101; Width is 149; Height is 259;
  107. end;
  108.  
  109. object S2_5_CHAR1 is MEDIADELEGATOR
  110. has
  111.     
  112.     OffScreen()
  113.         do
  114.             self.Enable(true);
  115.             self.Show(true);
  116.         end;
  117.     
  118.     MouseDown(theX, theY)
  119.         do
  120.             self.Enable(false);
  121.             S2_4_CHAR2.Enable(false);
  122.             S2_2_HBBUB2_PIC.Show(true);
  123.             S2_2_HBBUB2_PIC.Enable(true);
  124.             S2_14_HBSHOEA_MOV.Enable(true);
  125.             S2_16_SAMPLES_PAR.Show(true);
  126.         end;
  127.     
  128. with
  129.     Duration is -1;
  130.     X is 452; Y is 69; Width is 116; Height is 392;
  131. end;
  132.  
  133. object S2_6_BACK is MEDIADELEGATOR
  134. has
  135.     
  136.     OffScreen()
  137.         do
  138.             self.Enable(true);
  139.             self.Show(true);
  140.         end;
  141.     
  142.     MouseDown(theX, theY)
  143.         do
  144.             TRANSITION.Set(IrisClose, 15);
  145.             APPLICATION.GoTo(S1_LAYOUT1);
  146.         end;
  147.     
  148.     MouseEnter(theX, theY)
  149.         do
  150.             S2_8_HBBCKFL_PIC.Show(true);
  151.         end;
  152.     
  153.     MouseLeave(theX, theY)
  154.         do
  155.             S2_8_HBBCKFL_PIC.Show(false);
  156.         end;
  157.     
  158. with
  159.     Duration is -1;
  160.     X is 603; Y is 442; Width is 37; Height is 38;
  161. end;
  162.  
  163. object S2_8_HBBCKFL_PIC is MEDIASCROLLER
  164. has
  165.     
  166.     OffScreen()
  167.         do
  168.             self.Enable(false);
  169.             self.Show(false);
  170.         end;
  171.     
  172. with
  173.     Target is PICTURECLIENT with Supplier is M101_HBBCKFL_PIC; Duration is 0; end;
  174.     Duration is -1;
  175.     X is 550; Y is 427; Width is 90; Height is 53;
  176. end;
  177.  
  178. object S2_11_NEXT is MEDIADELEGATOR
  179. has
  180.     
  181.     OffScreen()
  182.         do
  183.             self.Enable(true);
  184.             self.Show(true);
  185.         end;
  186.     
  187.     MouseDown(theX, theY)
  188.         do
  189.             TRANSITION.Set(WipeLeft, 15);
  190.             APPLICATION.GoTo(S3_FRAME2);
  191.         end;
  192.     
  193.     MouseEnter(theX, theY)
  194.         do
  195.             S2_13_HBNEXFL_PIC.Show(true);
  196.         end;
  197.     
  198.     MouseLeave(theX, theY)
  199.         do
  200.             S2_13_HBNEXFL_PIC.Show(false);
  201.         end;
  202.     
  203. with
  204.     Duration is -1;
  205.     X is 0; Y is 442; Width is 39; Height is 38;
  206. end;
  207.  
  208. object S2_13_HBNEXFL_PIC is MEDIASCROLLER
  209. has
  210.     
  211.     OffScreen()
  212.         do
  213.             self.Enable(false);
  214.             self.Show(false);
  215.         end;
  216.     
  217. with
  218.     Target is PICTURECLIENT with Supplier is M137_HBNEXFL_PIC; Duration is 0; end;
  219.     Duration is -1;
  220.     X is 0; Y is 421; Width is 115; Height is 59;
  221. end;
  222.  
  223. object S2_12_HBSQUA_MOV is MEDIACONTROLLER
  224. has
  225.     
  226.     OffScreen()
  227.         do
  228.             self.Enable(true);
  229.             self.Show(true);
  230.             self.Run(false);
  231.         end;
  232.     
  233.     MouseDown(theX, theY)
  234.         do
  235.             self.Run(true);
  236.         end;
  237.     
  238.     Finished()
  239.         do
  240.             self.GoToBeginning();
  241.         end;
  242.     
  243. with
  244.     Target is MOVIECLIENT with Supplier is M149_HBSQUA_MOV; end;
  245.     Duration is 0;
  246.     X is 234; Y is 426; Width is 173; Height is 53;
  247. end;
  248.  
  249. object S2_14_HBSHOEA_MOV is MEDIACONTROLLER
  250. has
  251.     
  252.     OffScreen()
  253.         do
  254.             self.Enable(true);
  255.             self.Show(true);
  256.             self.Run(false);
  257.         end;
  258.     
  259.     MouseDown(theX, theY)
  260.         do
  261.             self.Run(true);
  262.         end;
  263.     
  264.     Finished()
  265.         do
  266.             self.GoToBeginning();
  267.         end;
  268.     
  269. with
  270.     Target is MOVIECLIENT with Supplier is M164_HBSHOEA_MOV; end;
  271.     Duration is 0;
  272.     X is 281; Y is 180; Width is 64; Height is 72;
  273. end;
  274.  
  275. object S2_15_HBSPRESA_MOV is MEDIACONTROLLER
  276. has
  277.     
  278.     OffScreen()
  279.         do
  280.             self.Enable(true);
  281.             self.Show(true);
  282.             self.Run(false);
  283.         end;
  284.     
  285.     MouseDown(theX, theY)
  286.         do
  287.             self.Run(true);
  288.         end;
  289.     
  290.     Finished()
  291.         do
  292.             self.GoToBeginning();
  293.         end;
  294.     
  295. with
  296.     Target is MOVIECLIENT with Supplier is M165_HBSPRESA_MOV; end;
  297.     Duration is 0;
  298.     X is 579; Y is 39; Width is 60; Height is 249;
  299. end;
  300.  
  301. object S2_16_SAMPLES_PAR is MEDIASCROLLER
  302. has
  303.     
  304.     OffScreen()
  305.         do
  306.             self.Enable(false);
  307.             self.Show(false);
  308.         end;
  309.     
  310. with
  311.     Target is TEXTCLIENT with Supplier is M180_SAMPLES_PAR; Duration is 0; end;
  312.     Duration is -1;
  313.     X is 203; Y is 258; Width is 164; Height is 61;
  314. end;
  315.  
  316.