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

  1. object S6_FRAME4 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.         S6_2_HBL1F42F_PIC,
  7.         S6_3_HBL1F43F_PIC,
  8.         S6_1_HBL1F41F_PIC,
  9.         S6_4_HBBUB7_PIC,
  10.         S6_5_HBBUB9_PIC,
  11.         S6_6_HBBUB8_PIC,
  12.         S6_7_CHAR2,
  13.         S6_8_CHAR1,
  14.         S6_9_CHAR3,
  15.         S6_11_BACK,
  16.         S6_12_HBNUKLA_MOV,
  17.         S6_13_HBSPEAKA_MOV,
  18.         S6_14_HBBCKFL_PIC,
  19.         S6_15_NEXT,
  20.         S6_16_HBNEXFL_PIC,
  21.         S6_17_HBVELVA_MOV
  22.     ];
  23. end;
  24.  
  25. object S6_2_HBL1F42F_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 M123_HBL1F42F_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 S6_3_HBL1F43F_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 M124_HBL1F43F_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 S6_1_HBL1F41F_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 M122_HBL1F41F_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 S6_4_HBBUB7_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.             S6_2_HBL1F42F_PIC.Show(false);
  84.             S6_1_HBL1F41F_PIC.Show(true);
  85.             S6_7_CHAR2.Enable(true);
  86.             S6_8_CHAR1.Enable(true);
  87.             S6_9_CHAR3.Enable(true);
  88.             S6_17_HBVELVA_MOV.Enable(true);
  89.         end;
  90.     
  91. with
  92.     Target is PICTURECLIENT with Supplier is M111_HBBUB7_PIC; Duration is 0; end;
  93.     Duration is -1;
  94.     X is 101; Y is 16; Width is 192; Height is 143;
  95. end;
  96.  
  97. object S6_5_HBBUB9_PIC is MEDIASCROLLER
  98. has
  99.     
  100.     OffScreen()
  101.         do
  102.             self.Enable(false);
  103.             self.Show(false);
  104.         end;
  105.     
  106.     MouseDown(theX, theY)
  107.         do
  108.             self.Show(false);
  109.             self.Enable(false);
  110.             S6_2_HBL1F42F_PIC.Show(false);
  111.             S6_1_HBL1F41F_PIC.Show(true);
  112.             S6_7_CHAR2.Enable(true);
  113.             S6_8_CHAR1.Enable(true);
  114.             S6_9_CHAR3.Enable(true);
  115.             S6_17_HBVELVA_MOV.Enable(true);
  116.         end;
  117.     
  118. with
  119.     Target is PICTURECLIENT with Supplier is M113_HBBUB9_PIC; Duration is 0; end;
  120.     Duration is -1;
  121.     X is 280; Y is 30; Width is 137; Height is 159;
  122. end;
  123.  
  124. object S6_6_HBBUB8_PIC is MEDIASCROLLER
  125. has
  126.     
  127.     OffScreen()
  128.         do
  129.             self.Enable(false);
  130.             self.Show(false);
  131.         end;
  132.     
  133.     MouseDown(theX, theY)
  134.         do
  135.             self.Show(false);
  136.             self.Enable(false);
  137.             S6_3_HBL1F43F_PIC.Show(false);
  138.             S6_1_HBL1F41F_PIC.Show(true);
  139.             S6_7_CHAR2.Enable(true);
  140.             S6_8_CHAR1.Enable(true);
  141.             S6_9_CHAR3.Enable(true);
  142.             S6_17_HBVELVA_MOV.Enable(true);
  143.         end;
  144.     
  145. with
  146.     Target is PICTURECLIENT with Supplier is M112_HBBUB8_PIC; Duration is 0; end;
  147.     Duration is -1;
  148.     X is 345; Y is 60; Width is 149; Height is 94;
  149. end;
  150.  
  151. object S6_7_CHAR2 is MEDIADELEGATOR
  152. has
  153.     
  154.     OffScreen()
  155.         do
  156.             self.Enable(true);
  157.             self.Show(true);
  158.         end;
  159.     
  160.     MouseDown(theX, theY)
  161.         do
  162.             S6_1_HBL1F41F_PIC.Show(false);
  163.             S6_2_HBL1F42F_PIC.Show(true);
  164.             S6_5_HBBUB9_PIC.Show(true);
  165.             S6_5_HBBUB9_PIC.Enable(true);
  166.             self.Enable(false);
  167.             S6_8_CHAR1.Enable(false);
  168.             S6_9_CHAR3.Enable(false);
  169.             S6_17_HBVELVA_MOV.Enable(false);
  170.         end;
  171.     
  172. with
  173.     Duration is -1;
  174.     X is 408; Y is 81; Width is 231; Height is 332;
  175. end;
  176.  
  177. object S6_8_CHAR1 is MEDIADELEGATOR
  178. has
  179.     
  180.     OffScreen()
  181.         do
  182.             self.Enable(true);
  183.             self.Show(true);
  184.         end;
  185.     
  186.     MouseDown(theX, theY)
  187.         do
  188.             S6_1_HBL1F41F_PIC.Show(false);
  189.             S6_2_HBL1F42F_PIC.Show(true);
  190.             S6_4_HBBUB7_PIC.Show(true);
  191.             S6_4_HBBUB7_PIC.Enable(true);
  192.             S6_7_CHAR2.Enable(false);
  193.             S6_8_CHAR1.Enable(false);
  194.             S6_9_CHAR3.Enable(false);
  195.             S6_17_HBVELVA_MOV.Enable(false);
  196.         end;
  197.     
  198. with
  199.     Duration is -1;
  200.     X is 0; Y is 25; Width is 174; Height is 455;
  201. end;
  202.  
  203. object S6_9_CHAR3 is MEDIADELEGATOR
  204. has
  205.     
  206.     OffScreen()
  207.         do
  208.             self.Enable(true);
  209.             self.Show(true);
  210.         end;
  211.     
  212.     MouseDown(theX, theY)
  213.         do
  214.             S6_1_HBL1F41F_PIC.Show(false);
  215.             S6_3_HBL1F43F_PIC.Show(true);
  216.             S6_6_HBBUB8_PIC.Show(true);
  217.             S6_6_HBBUB8_PIC.Enable(true);
  218.             self.Enable(false);
  219.             S6_7_CHAR2.Enable(false);
  220.             S6_8_CHAR1.Enable(false);
  221.             S6_17_HBVELVA_MOV.Enable(false);
  222.         end;
  223.     
  224. with
  225.     Duration is -1;
  226.     X is 276; Y is 127; Width is 122; Height is 175;
  227. end;
  228.  
  229. object S6_11_BACK is MEDIADELEGATOR
  230. has
  231.     
  232.     OffScreen()
  233.         do
  234.             self.Enable(true);
  235.             self.Show(true);
  236.         end;
  237.     
  238.     MouseDown(theX, theY)
  239.         do
  240.             TRANSITION.Set(IrisClose, 15);
  241.             APPLICATION.GoTo(S1_LAYOUT1);
  242.         end;
  243.     
  244.     MouseEnter(theX, theY)
  245.         do
  246.             S6_14_HBBCKFL_PIC.Show(true);
  247.         end;
  248.     
  249.     MouseLeave(theX, theY)
  250.         do
  251.             S6_14_HBBCKFL_PIC.Show(false);
  252.         end;
  253.     
  254. with
  255.     Duration is -1;
  256.     X is 598; Y is 439; Width is 39; Height is 38;
  257. end;
  258.  
  259. object S6_12_HBNUKLA_MOV is MEDIACONTROLLER
  260. has
  261.     
  262.     OffScreen()
  263.         do
  264.             self.GoToBeginning();
  265.             self.Enable(true);
  266.         end;
  267.     
  268.     MouseDown(theX, theY)
  269.         do
  270.             self.Run(true);
  271.         end;
  272.     
  273.     Finished()
  274.         do
  275.             self.GoToBeginning();
  276.         end;
  277.     
  278. with
  279.     Target is MOVIECLIENT with Supplier is M138_HBNUKLA_MOV; end;
  280.     Duration is 0;
  281.     X is 271; Y is 379; Width is 150; Height is 98;
  282.     HotRegion is {
  283.         $00010002, $00020021, $00020002, $00020028, $00030002, $00020029, $00040002, $0002002A,
  284.         $00050002, $0002002B, $00060002, $0002002D, $00070002, $0002002E, $00080002, $0002002F,
  285.         $00090002, $00020031, $000A0002, $00020032, $000B0002, $00020033, $000C0002, $00030034,
  286.         $000D0002, $00030036, $000E0002, $00030037, $000F0002, $00030038, $00100002, $0003003A,
  287.         $00110002, $0003003B, $00120002, $0003003C, $00130002, $0003003D, $00140002, $0003003F,
  288.         $00150002, $00030040, $00160002, $00030041, $00170002, $00030043, $00180002, $00030044,
  289.         $00190002, $00030045, $001A0002, $00030046, $001B0004, $00030004, $00050048, $001C0002,
  290.         $00060049, $001D0002, $0007004A, $001E0002, $0008004C, $001F0002, $0009004D, $00200002,
  291.         $000B004E, $00210002, $000C004F, $00220002, $000D0051, $00230002, $000E0052, $00240002,
  292.         $000F0053, $00250002, $00110053, $00260002, $00120054, $00270002, $00130055, $00280002,
  293.         $00140055, $00290002, $00150056, $002A0002, $00170057, $002B0002, $00180058, $002C0002,
  294.         $00190058, $002D0002, $001A0059, $002E0002, $001B005A, $002F0002, $001D005A, $00300002,
  295.         $001E005B, $00310002, $001F005C, $00320002, $0020005D, $00330002, $0021005D, $00340002,
  296.         $0023005E, $00350002, $0024005F, $00360002, $0025005F, $00370002, $00260060, $00380002,
  297.         $00270061, $00390002, $00290062, $003A0002, $002A0062, $003B0002, $002B0063, $003C0002,
  298.         $002C0064, $003D0002, $002D0064, $003E0002, $002F0065, $003F0002, $00300066, $00400002,
  299.         $00310067, $00410002, $00320067, $00420002, $00330068, $00430002, $00350069, $00440002,
  300.         $00360069, $00450002, $0037006A, $00460002, $0038006B, $00470002, $0039006C, $00480002,
  301.         $003B006C, $00490002, $003C006C, $004A0002, $003D006C, $004B0002, $003E006C, $004C0002,
  302.         $003F006C, $004D0002, $0041006B, $004E0002, $0042006B, $004F0002, $0043006B, $00500002,
  303.         $0044006B, $00510002, $0045006B, $00520002, $0047006B, $00530002, $0048006B, $00540002,
  304.         $0049006A, $00550002, $004A006A, $00560002, $004B006A, $00570002, $004D006A, $00580002,
  305.         $004E006A, $00590002, $004F006A, $005A0002, $0050006A, $005B0002, $00510069, $005C0002,
  306.         $00530069, $005D0002, $00540069, $005E0002, $00550069, $005F0002, $00560066, $00600002,
  307.         $0057005D, $00620000, $FFFFFFFF
  308.     };
  309. end;
  310.  
  311. object S6_13_HBSPEAKA_MOV is MEDIACONTROLLER
  312. has
  313.     
  314.     OffScreen()
  315.         do
  316.             self.Enable(true);
  317.             self.GoToBeginning();
  318.         end;
  319.     
  320.     MouseDown(theX, theY)
  321.         do
  322.             self.Run(true);
  323.         end;
  324.     
  325.     Finished()
  326.         do
  327.             self.GoToBeginning();
  328.         end;
  329.     
  330. with
  331.     Target is MOVIECLIENT with Supplier is M147_HBSPEAKA_MOV; end;
  332.     Duration is 0;
  333.     X is 176; Y is 180; Width is 51; Height is 102;
  334. end;
  335.  
  336. object S6_14_HBBCKFL_PIC is MEDIASCROLLER
  337. has
  338.     
  339.     OffScreen()
  340.         do
  341.             self.Enable(false);
  342.             self.Show(false);
  343.         end;
  344.     
  345. with
  346.     Target is PICTURECLIENT with Supplier is M101_HBBCKFL_PIC; Duration is 0; end;
  347.     Duration is -1;
  348.     X is 550; Y is 427; Width is 90; Height is 53;
  349. end;
  350.  
  351. object S6_15_NEXT is MEDIADELEGATOR
  352. has
  353.     
  354.     OffScreen()
  355.         do
  356.             self.Enable(true);
  357.             self.Show(true);
  358.         end;
  359.     
  360.     MouseDown(theX, theY)
  361.         do
  362.             TRANSITION.Set(WipeLeft, 15);
  363.             APPLICATION.GoTo(S7_FRAME5);
  364.         end;
  365.     
  366.     MouseEnter(theX, theY)
  367.         do
  368.             S6_16_HBNEXFL_PIC.Show(true);
  369.         end;
  370.     
  371.     MouseLeave(theX, theY)
  372.         do
  373.             S6_16_HBNEXFL_PIC.Show(false);
  374.         end;
  375.     
  376. with
  377.     Duration is -1;
  378.     X is 2; Y is 441; Width is 40; Height is 36;
  379. end;
  380.  
  381. object S6_16_HBNEXFL_PIC is MEDIASCROLLER
  382. has
  383.     
  384.     OffScreen()
  385.         do
  386.             self.Enable(false);
  387.             self.Show(false);
  388.         end;
  389.     
  390. with
  391.     Target is PICTURECLIENT with Supplier is M137_HBNEXFL_PIC; Duration is 0; end;
  392.     Duration is -1;
  393.     X is 0; Y is 421; Width is 115; Height is 59;
  394. end;
  395.  
  396. object S6_17_HBVELVA_MOV is MEDIACONTROLLER
  397. has
  398.     
  399.     OffScreen()
  400.         do
  401.             self.Enable(true);
  402.             self.Show(true);
  403.             self.Run(false);
  404.         end;
  405.     
  406.     MouseDown(theX, theY)
  407.         do
  408.             self.Run(true);
  409.         end;
  410.     
  411.     Finished()
  412.         do
  413.             self.GoToBeginning();
  414.         end;
  415.     
  416. with
  417.     Target is MOVIECLIENT with Supplier is M153_HBVELVA_MOV; end;
  418.     Duration is 0;
  419.     X is 352; Y is 77; Width is 42; Height is 72;
  420. end;
  421.  
  422.