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

  1. object S10_FRAME7 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.         S10_2_HBL2F32F_PIC,
  7.         S10_1_HBL2F33F_PIC,
  8.         S10_3_HBL2F31F_PIC,
  9.         S10_5_HBBUB6_PIC,
  10.         S10_6_HBBUB5_PIC,
  11.         S10_7_HBBUB11_PIC,
  12.         S10_8_CHAR1,
  13.         S10_9_CHAR2,
  14.         S10_10_CHAR3,
  15.         S10_11_BACK,
  16.         S10_12_HBBCKFL_PIC,
  17.         S10_13_NEXT,
  18.         S10_14_HBNEXFL_PIC,
  19.         S10_15_HBPHONA_MOV,
  20.         S10_16_HBWINA_MOV,
  21.         S10_17_HBHO_A_MOV
  22.     ];
  23. end;
  24.  
  25. object S10_2_HBL2F32F_PIC is MEDIASCROLLER
  26. has
  27.     
  28.     OffScreen()
  29.         do
  30.             self.Enable(false);
  31.             self.Show(false);
  32.         end;
  33.     
  34. with
  35.     Target is BITMAPCLIENT with Supplier is M131_HBL2F32F_PIC; Duration is 0; end;
  36.     Duration is -1;
  37.     X is 0; Y is 0; Width is 640; Height is 480;
  38. end;
  39.  
  40. object S10_1_HBL2F33F_PIC is MEDIASCROLLER
  41. has
  42.     
  43.     OffScreen()
  44.         do
  45.             self.Enable(false);
  46.             self.Show(false);
  47.         end;
  48.     
  49. with
  50.     Target is BITMAPCLIENT with Supplier is M132_HBL2F33F_PIC; Duration is 0; end;
  51.     Duration is -1;
  52.     X is 0; Y is 0; Width is 640; Height is 480;
  53. end;
  54.  
  55. object S10_3_HBL2F31F_PIC is MEDIASCROLLER
  56. has
  57.     
  58.     OffScreen()
  59.         do
  60.             self.Enable(false);
  61.             self.Show(true);
  62.         end;
  63.     
  64. with
  65.     Target is BITMAPCLIENT with Supplier is M130_HBL2F31F_PIC; Duration is 0; end;
  66.     Duration is -1;
  67.     X is 0; Y is 0; Width is 640; Height is 480;
  68. end;
  69.  
  70. object S10_5_HBBUB6_PIC is MEDIASCROLLER
  71. has
  72.     
  73.     OffScreen()
  74.         do
  75.             self.Enable(false);
  76.             self.Show(false);
  77.         end;
  78.     
  79.     MouseDown(theX, theY)
  80.         do
  81.             self.Show(false);
  82.             self.Enable(false);
  83.             S10_1_HBL2F33F_PIC.Show(false);
  84.             S10_3_HBL2F31F_PIC.Show(true);
  85.             S10_8_CHAR1.Enable(true);
  86.             S10_9_CHAR2.Enable(true);
  87.             S10_10_CHAR3.Enable(true);
  88.         end;
  89.     
  90. with
  91.     Target is PICTURECLIENT with Supplier is M110_HBBUB6_PIC; Duration is 0; end;
  92.     Duration is -1;
  93.     X is 181; Y is 4; Width is 140; Height is 162;
  94. end;
  95.  
  96. object S10_6_HBBUB5_PIC is MEDIASCROLLER
  97. has
  98.     
  99.     OffScreen()
  100.         do
  101.             self.Enable(false);
  102.             self.Show(false);
  103.         end;
  104.     
  105.     MouseDown(theX, theY)
  106.         do
  107.             self.Enable(false);
  108.             self.Show(false);
  109.             S10_2_HBL2F32F_PIC.Show(false);
  110.             S10_3_HBL2F31F_PIC.Show(true);
  111.             S10_8_CHAR1.Enable(true);
  112.             S10_9_CHAR2.Enable(true);
  113.             S10_10_CHAR3.Enable(true);
  114.         end;
  115.     
  116. with
  117.     Target is PICTURECLIENT with Supplier is M109_HBBUB5_PIC; Duration is 0; end;
  118.     Duration is -1;
  119.     X is 347; Y is 82; Width is 168; Height is 140;
  120. end;
  121.  
  122. object S10_7_HBBUB11_PIC is MEDIASCROLLER
  123. has
  124.     
  125.     OffScreen()
  126.         do
  127.             self.Enable(false);
  128.             self.Show(false);
  129.         end;
  130.     
  131.     MouseDown(theX, theY)
  132.         do
  133.             self.Enable(false);
  134.             self.Show(false);
  135.             S10_2_HBL2F32F_PIC.Show(false);
  136.             S10_3_HBL2F31F_PIC.Show(true);
  137.             S10_8_CHAR1.Enable(true);
  138.             S10_9_CHAR2.Enable(true);
  139.             S10_10_CHAR3.Enable(true);
  140.         end;
  141.     
  142. with
  143.     Target is PICTURECLIENT with Supplier is M105_HBBUB11_PIC; Duration is 0; end;
  144.     Duration is -1;
  145.     X is 348; Y is 242; Width is 194; Height is 110;
  146. end;
  147.  
  148. object S10_8_CHAR1 is MEDIADELEGATOR
  149. has
  150.     
  151.     OffScreen()
  152.         do
  153.             self.Enable(true);
  154.             self.Show(true);
  155.         end;
  156.     
  157.     MouseDown(theX, theY)
  158.         do
  159.             self.Enable(false);
  160.             S10_9_CHAR2.Enable(false);
  161.             S10_10_CHAR3.Enable(false);
  162.             S10_3_HBL2F31F_PIC.Show(false);
  163.             S10_1_HBL2F33F_PIC.Show(true);
  164.             S10_5_HBBUB6_PIC.Enable(true);
  165.             S10_5_HBBUB6_PIC.Show(true);
  166.         end;
  167.     
  168. with
  169.     Duration is -1;
  170.     X is 5; Y is 5; Width is 147; Height is 471;
  171. end;
  172.  
  173. object S10_9_CHAR2 is MEDIADELEGATOR
  174. has
  175.     
  176.     OffScreen()
  177.         do
  178.             self.Enable(true);
  179.             self.Show(true);
  180.         end;
  181.     
  182.     MouseDown(theX, theY)
  183.         do
  184.             self.Enable(false);
  185.             S10_8_CHAR1.Enable(false);
  186.             S10_10_CHAR3.Enable(false);
  187.             S10_3_HBL2F31F_PIC.Show(false);
  188.             S10_2_HBL2F32F_PIC.Show(true);
  189.             S10_6_HBBUB5_PIC.Enable(true);
  190.             S10_6_HBBUB5_PIC.Show(true);
  191.         end;
  192.     
  193. with
  194.     Duration is -1;
  195.     X is 476; Y is 201; Width is 62; Height is 101;
  196. end;
  197.  
  198. object S10_10_CHAR3 is MEDIADELEGATOR
  199. has
  200.     
  201.     OffScreen()
  202.         do
  203.             self.Enable(true);
  204.             self.Show(true);
  205.         end;
  206.     
  207.     MouseDown(theX, theY)
  208.         do
  209.             self.Enable(false);
  210.             S10_8_CHAR1.Enable(false);
  211.             S10_9_CHAR2.Enable(false);
  212.             S10_3_HBL2F31F_PIC.Show(false);
  213.             S10_2_HBL2F32F_PIC.Show(true);
  214.             S10_7_HBBUB11_PIC.Enable(true);
  215.             S10_7_HBBUB11_PIC.Show(true);
  216.         end;
  217.     
  218. with
  219.     Duration is -1;
  220.     X is 548; Y is 193; Width is 75; Height is 165;
  221. end;
  222.  
  223. object S10_11_BACK is MEDIADELEGATOR
  224. has
  225.     
  226.     OffScreen()
  227.         do
  228.             self.Enable(true);
  229.             self.Show(true);
  230.         end;
  231.     
  232.     MouseDown(theX, theY)
  233.         do
  234.             TRANSITION.Set(IrisClose, 15);
  235.             APPLICATION.GoTo(S4_LAYOUT2);
  236.         end;
  237.     
  238.     MouseEnter(theX, theY)
  239.         do
  240.             S10_12_HBBCKFL_PIC.Show(true);
  241.         end;
  242.     
  243.     MouseLeave(theX, theY)
  244.         do
  245.             S10_12_HBBCKFL_PIC.Show(false);
  246.         end;
  247.     
  248. with
  249.     Duration is -1;
  250.     X is 598; Y is 440; Width is 40; Height is 37;
  251. end;
  252.  
  253. object S10_12_HBBCKFL_PIC is MEDIASCROLLER
  254. has
  255.     
  256.     OffScreen()
  257.         do
  258.             self.Enable(false);
  259.             self.Show(false);
  260.         end;
  261.     
  262. with
  263.     Target is PICTURECLIENT with Supplier is M101_HBBCKFL_PIC; Duration is 0; end;
  264.     Duration is -1;
  265.     X is 550; Y is 427; Width is 90; Height is 53;
  266. end;
  267.  
  268. object S10_13_NEXT is MEDIADELEGATOR
  269. has
  270.     
  271.     OffScreen()
  272.         do
  273.             self.Enable(true);
  274.             self.Show(true);
  275.         end;
  276.     
  277.     MouseDown(theX, theY)
  278.         do
  279.             TRANSITION.Set(WipeLeft, 15);
  280.             APPLICATION.GoTo(S1_LAYOUT1);
  281.         end;
  282.     
  283.     MouseEnter(theX, theY)
  284.         do
  285.             S10_14_HBNEXFL_PIC.Show(true);
  286.         end;
  287.     
  288.     MouseLeave(theX, theY)
  289.         do
  290.             S10_14_HBNEXFL_PIC.Show(false);
  291.         end;
  292.     
  293. with
  294.     Duration is -1;
  295.     X is 2; Y is 441; Width is 39; Height is 36;
  296. end;
  297.  
  298. object S10_14_HBNEXFL_PIC is MEDIASCROLLER
  299. has
  300.     
  301.     OffScreen()
  302.         do
  303.             self.Enable(false);
  304.             self.Show(false);
  305.         end;
  306.     
  307. with
  308.     Target is PICTURECLIENT with Supplier is M137_HBNEXFL_PIC; Duration is 0; end;
  309.     Duration is -1;
  310.     X is 0; Y is 421; Width is 115; Height is 59;
  311. end;
  312.  
  313. object S10_15_HBPHONA_MOV is MEDIACONTROLLER
  314. has
  315.     
  316.     OffScreen()
  317.         do
  318.             self.Enable(true);
  319.             self.Show(true);
  320.             self.Run(false);
  321.         end;
  322.     
  323.     MouseDown(theX, theY)
  324.         do
  325.             self.Run(true);
  326.         end;
  327.     
  328.     Finished()
  329.         do
  330.             self.GoToBeginning();
  331.         end;
  332.     
  333. with
  334.     Target is MOVIECLIENT with Supplier is M140_HBPHONA_MOV; end;
  335.     Duration is 0;
  336.     X is 440; Y is 211; Width is 25; Height is 26;
  337. end;
  338.  
  339. object S10_16_HBWINA_MOV is MEDIACONTROLLER
  340. has
  341.     
  342.     OffScreen()
  343.         do
  344.             self.Enable(true);
  345.             self.Show(true);
  346.             self.Run(false);
  347.         end;
  348.     
  349.     MouseDown(theX, theY)
  350.         do
  351.             self.Run(true);
  352.         end;
  353.     
  354.     Finished()
  355.         do
  356.             self.GoToBeginning();
  357.         end;
  358.     
  359. with
  360.     Target is MOVIECLIENT with Supplier is M154_HBWINA_MOV; end;
  361.     Duration is 0;
  362.     X is 416; Y is 12; Width is 52; Height is 99;
  363. end;
  364.  
  365. object S10_17_HBHO_A_MOV is MEDIACONTROLLER
  366. has
  367.     
  368.     OffScreen()
  369.         do
  370.             self.Enable(true);
  371.             self.Show(true);
  372.             self.Run(false);
  373.         end;
  374.     
  375.     MouseDown(theX, theY)
  376.         do
  377.             self.Run(true);
  378.         end;
  379.     
  380.     Finished()
  381.         do
  382.             self.GoToBeginning();
  383.         end;
  384.     
  385. with
  386.     Target is MOVIECLIENT with Supplier is M161_HBHO_A_MOV; end;
  387.     Duration is 0;
  388.     X is 261; Y is 267; Width is 90; Height is 57;
  389. end;
  390.  
  391.