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

  1. object S7_FRAME5 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.         S7_1_HBL2F1F_PIC,
  7.         S7_4_HBBUB5_PIC,
  8.         S7_5_CHAR1,
  9.         S7_3_HBBUB7_PIC,
  10.         S7_7_CHAR2,
  11.         S7_8_BACK,
  12.         S7_9_BUG,
  13.         S7_10_HBBCKFL_PIC,
  14.         S7_11_NEXT,
  15.         S7_12_HBNEXFL_PIC,
  16.         S7_13_HBMNKEYA_MOV,
  17.         S7_14_HBVENA_MOV,
  18.         S7_15_HBFROGA_MOV
  19.     ];
  20. end;
  21.  
  22. object S7_1_HBL2F1F_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 M126_HBL2F1F_PIC; Duration is 0; end;
  33.     Duration is -1;
  34.     X is -1; Y is 0; Width is 640; Height is 480;
  35. end;
  36.  
  37. object S7_4_HBBUB5_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.             S7_5_CHAR1.Enable(true);
  51.             S7_7_CHAR2.Enable(true);
  52.         end;
  53.     
  54. with
  55.     Target is PICTURECLIENT with Supplier is M109_HBBUB5_PIC; Duration is 0; end;
  56.     Duration is -1;
  57.     X is 280; Y is 55; Width is 168; Height is 138;
  58. end;
  59.  
  60. object S7_5_CHAR1 is MEDIADELEGATOR
  61. has
  62.     
  63.     OffScreen()
  64.         do
  65.             self.Enable(true);
  66.             self.Show(true);
  67.         end;
  68.     
  69.     MouseDown(theX, theY)
  70.         do
  71.             S7_3_HBBUB7_PIC.Show(true);
  72.             S7_3_HBBUB7_PIC.Enable(true);
  73.             self.Enable(false);
  74.             S7_7_CHAR2.Enable(false);
  75.             S7_13_HBMNKEYA_MOV.Enable(false);
  76.         end;
  77.     
  78. with
  79.     Duration is -1;
  80.     X is 56; Y is 229; Width is 174; Height is 252;
  81. end;
  82.  
  83. object S7_3_HBBUB7_PIC is MEDIASCROLLER
  84. has
  85.     
  86.     OffScreen()
  87.         do
  88.             self.Enable(false);
  89.             self.Show(false);
  90.         end;
  91.     
  92.     MouseDown(theX, theY)
  93.         do
  94.             self.Show(false);
  95.             self.Enable(false);
  96.             S7_5_CHAR1.Enable(true);
  97.             S7_7_CHAR2.Enable(true);
  98.             S7_13_HBMNKEYA_MOV.Enable(true);
  99.         end;
  100.     
  101. with
  102.     Target is PICTURECLIENT with Supplier is M111_HBBUB7_PIC; Duration is 0; end;
  103.     Duration is -1;
  104.     X is 181; Y is 119; Width is 193; Height is 143;
  105. end;
  106.  
  107. object S7_7_CHAR2 is MEDIADELEGATOR
  108. has
  109.     
  110.     OffScreen()
  111.         do
  112.             self.Enable(true);
  113.             self.Show(true);
  114.         end;
  115.     
  116.     MouseDown(theX, theY)
  117.         do
  118.             self.Enable(false);
  119.             S7_5_CHAR1.Enable(false);
  120.             S7_4_HBBUB5_PIC.Show(true);
  121.             S7_4_HBBUB5_PIC.Enable(true);
  122.         end;
  123.     
  124. with
  125.     Duration is -1;
  126.     X is 414; Y is 159; Width is 208; Height is 152;
  127. end;
  128.  
  129. object S7_8_BACK is MEDIADELEGATOR
  130. has
  131.     
  132.     OffScreen()
  133.         do
  134.             self.Enable(true);
  135.             self.Show(true);
  136.         end;
  137.     
  138.     MouseDown(theX, theY)
  139.         do
  140.             TRANSITION.Set(IrisClose, 15);
  141.             APPLICATION.GoTo(S4_LAYOUT2);
  142.         end;
  143.     
  144.     MouseEnter(theX, theY)
  145.         do
  146.             S7_10_HBBCKFL_PIC.Show(true);
  147.         end;
  148.     
  149.     MouseLeave(theX, theY)
  150.         do
  151.             S7_10_HBBCKFL_PIC.Show(false);
  152.         end;
  153.     
  154. with
  155.     Duration is -1;
  156.     X is 593; Y is 431; Width is 48; Height is 49;
  157. end;
  158.  
  159. object S7_9_BUG is MEDIADELEGATOR
  160. has
  161.     
  162.     OffScreen()
  163.         do
  164.             self.Enable(true);
  165.             self.Show(true);
  166.         end;
  167.     
  168.     MouseDown(theX, theY)
  169.         do
  170.             TRANSITION.Set(IrisOpen, 15);
  171.             APPLICATION.GoTo(S8_FRAME5A);
  172.         end;
  173.     
  174. with
  175.     Duration is -1;
  176.     X is 609; Y is 364; Width is 37; Height is 30;
  177. end;
  178.  
  179. object S7_10_HBBCKFL_PIC is MEDIASCROLLER
  180. has
  181.     
  182.     OffScreen()
  183.         do
  184.             self.Enable(false);
  185.             self.Show(false);
  186.         end;
  187.     
  188. with
  189.     Target is PICTURECLIENT with Supplier is M101_HBBCKFL_PIC; Duration is 0; end;
  190.     Duration is -1;
  191.     X is 550; Y is 427; Width is 90; Height is 53;
  192. end;
  193.  
  194. object S7_11_NEXT is MEDIADELEGATOR
  195. has
  196.     
  197.     OffScreen()
  198.         do
  199.             self.Enable(true);
  200.             self.Show(true);
  201.         end;
  202.     
  203.     MouseDown(theX, theY)
  204.         do
  205.             TRANSITION.Set(WipeLeft, 15);
  206.             APPLICATION.GoTo(S9_FRAME6);
  207.         end;
  208.     
  209.     MouseEnter(theX, theY)
  210.         do
  211.             S7_12_HBNEXFL_PIC.Show(true);
  212.         end;
  213.     
  214.     MouseLeave(theX, theY)
  215.         do
  216.             S7_12_HBNEXFL_PIC.Show(false);
  217.         end;
  218.     
  219. with
  220.     Duration is -1;
  221.     X is 2; Y is 436; Width is 41; Height is 42;
  222. end;
  223.  
  224. object S7_12_HBNEXFL_PIC is MEDIASCROLLER
  225. has
  226.     
  227.     OffScreen()
  228.         do
  229.             self.Enable(false);
  230.             self.Show(false);
  231.         end;
  232.     
  233. with
  234.     Target is PICTURECLIENT with Supplier is M137_HBNEXFL_PIC; Duration is 0; end;
  235.     Duration is -1;
  236.     X is 0; Y is 421; Width is 115; Height is 59;
  237. end;
  238.  
  239. object S7_13_HBMNKEYA_MOV is MEDIACONTROLLER
  240. has
  241.     
  242.     OffScreen()
  243.         do
  244.             self.Enable(true);
  245.             self.Show(true);
  246.             self.Run(false);
  247.         end;
  248.     
  249.     MouseDown(theX, theY)
  250.         do
  251.             self.Run(true);
  252.         end;
  253.     
  254.     Finished()
  255.         do
  256.             self.GoToBeginning();
  257.         end;
  258.     
  259. with
  260.     Target is MOVIECLIENT with Supplier is M135_HBMNKEYA_MOV; end;
  261.     Duration is 0;
  262.     X is 275; Y is 163; Width is 66; Height is 120;
  263. end;
  264.  
  265. object S7_14_HBVENA_MOV is MEDIACONTROLLER
  266. has
  267.     
  268.     OffScreen()
  269.         do
  270.             self.Enable(true);
  271.             self.Show(true);
  272.             self.Run(false);
  273.         end;
  274.     
  275.     MouseDown(theX, theY)
  276.         do
  277.             self.Run(true);
  278.         end;
  279.     
  280.     Finished()
  281.         do
  282.             self.GoToBeginning();
  283.         end;
  284.     
  285. with
  286.     Target is MOVIECLIENT with Supplier is M158_HBVENA_MOV; end;
  287.     Duration is 0;
  288.     X is 441; Y is 41; Width is 50; Height is 53;
  289. end;
  290.  
  291. object S7_15_HBFROGA_MOV is MEDIACONTROLLER
  292. has
  293.     
  294.     OffScreen()
  295.         do
  296.             self.Enable(true);
  297.             self.Show(true);
  298.             self.Run(false);
  299.         end;
  300.     
  301.     MouseDown(theX, theY)
  302.         do
  303.             self.Run(true);
  304.         end;
  305.     
  306.     Finished()
  307.         do
  308.             self.GoToBeginning();
  309.         end;
  310.     
  311. with
  312.     Target is MOVIECLIENT with Supplier is M160_HBFROGA_MOV; end;
  313.     Duration is 0;
  314.     X is 65; Y is 67; Width is 228; Height is 70;
  315. end;
  316.  
  317.