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

  1. object S4_LAYOUT2 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.         S4_1_HBLAY2F_PIC,
  7.         S4_2_FRAME5,
  8.         S4_3_NEXTPG,
  9.         S4_4_DONE,
  10.         S4_5_FRAME6,
  11.         S4_23_HBPENV_MOV,
  12.         S4_8_HBSAMPL2_PIC,
  13.         S4_9_HBUROWN2_PIC,
  14.         S4_10_FRAME7,
  15.         S4_11_HBBUB7_PIC,
  16.         S4_12_CHAR51,
  17.         S4_13_HBBUB5_PIC,
  18.         S4_14_CHAR52,
  19.         S4_15_HBBUB10_PIC,
  20.         S4_16_CHAR6,
  21.         S4_17_HBBUB6_PIC,
  22.         S4_18_CHAR71,
  23.         S4_19_HBBUB5_PIC,
  24.         S4_20_CHAR72,
  25.         S4_21_HBBUB11_PIC,
  26.         S4_22_CHAR73
  27.     ];
  28. end;
  29.  
  30. object S4_1_HBLAY2F_PIC is MEDIASCROLLER
  31. has
  32.     
  33.     OffScreen()
  34.         do
  35.             self.Enable(false);
  36.             self.Show(true);
  37.         end;
  38.     
  39. with
  40.     Target is BITMAPCLIENT with Supplier is M134_HBLAY2F_PIC; Duration is 0; end;
  41.     Duration is -1;
  42.     X is 0; Y is 0; Width is 640; Height is 480;
  43. end;
  44.  
  45. object S4_2_FRAME5 is MEDIADELEGATOR
  46. has
  47.     
  48.     OffScreen()
  49.         do
  50.             self.Enable(true);
  51.             self.Show(true);
  52.         end;
  53.     
  54.     MouseDown(theX, theY)
  55.         do
  56.             TRANSITION.Set(IrisOpen, 15);
  57.             APPLICATION.GoTo(S7_FRAME5);
  58.         end;
  59.     
  60. with
  61.     Duration is -1;
  62.     X is 27; Y is 38; Width is 309; Height is 232;
  63. end;
  64.  
  65. object S4_3_NEXTPG is MEDIADELEGATOR
  66. has
  67.     
  68.     OffScreen()
  69.         do
  70.             self.Enable(true);
  71.             self.Show(true);
  72.         end;
  73.     
  74.     MouseDown(theX, theY)
  75.         do
  76.             TRANSITION.Set(CombHorizontal, 15);
  77.             APPLICATION.GoTo(S1_LAYOUT1);
  78.         end;
  79.     
  80. with
  81.     Duration is -1;
  82.     X is 376; Y is 436; Width is 79; Height is 41;
  83. end;
  84.  
  85. object S4_4_DONE is MEDIADELEGATOR
  86. has
  87.     
  88.     OffScreen()
  89.         do
  90.             self.Enable(true);
  91.             self.Show(true);
  92.         end;
  93.     
  94.     MouseDown(theX, theY)
  95.         do
  96.             TRANSITION.Set(CombHorizontal, 15);
  97.             APPLICATION.GoTo(S14_DONE);
  98.         end;
  99.     
  100. with
  101.     Duration is -1;
  102.     X is 563; Y is 434; Width is 74; Height is 44;
  103. end;
  104.  
  105. object S4_5_FRAME6 is MEDIADELEGATOR
  106. has
  107.     
  108.     OffScreen()
  109.         do
  110.             self.Enable(true);
  111.             self.Show(true);
  112.         end;
  113.     
  114.     MouseDown(theX, theY)
  115.         do
  116.             TRANSITION.Set(IrisOpen, 15);
  117.             APPLICATION.GoTo(S9_FRAME6);
  118.         end;
  119.     
  120. with
  121.     Duration is -1;
  122.     X is 346; Y is 19; Width is 266; Height is 192;
  123. end;
  124.  
  125. object S4_23_HBPENV_MOV is MEDIACONTROLLER
  126. has
  127.     
  128.     OffScreen()
  129.         do
  130.             self.Enable(true);
  131.             self.Show(true);
  132.             self.Run(false);
  133.         end;
  134.     
  135.     MouseDown(theX, theY)
  136.         do
  137.             self.Run(true);
  138.         end;
  139.     
  140.     MouseEnter(theX, theY)
  141.         do
  142.             S4_9_HBUROWN2_PIC.Show(true);
  143.             S4_8_HBSAMPL2_PIC.Show(true);
  144.         end;
  145.     
  146.     MouseLeave(theX, theY)
  147.         do
  148.             S4_9_HBUROWN2_PIC.Show(false);
  149.             S4_8_HBSAMPL2_PIC.Show(false);
  150.         end;
  151.     
  152.     Finished()
  153.         do
  154.             self.GoToBeginning();
  155.         end;
  156.     
  157. with
  158.     Target is MOVIECLIENT with Supplier is M172_HBPENV_MOV; end;
  159.     Duration is 0;
  160.     X is -6; Y is 319; Width is 60; Height is 100;
  161. end;
  162.  
  163. object S4_8_HBSAMPL2_PIC is MEDIASCROLLER
  164. has
  165.     
  166.     OffScreen()
  167.         do
  168.             self.Enable(false);
  169.             self.Show(false);
  170.         end;
  171.     
  172.     MouseLeave(theX, theY)
  173.         do
  174.             self.Enable(false);
  175.             self.Show(false);
  176.         end;
  177.     
  178. with
  179.     Target is BITMAPCLIENT with Supplier is M146_HBSAMPL2_PIC; Duration is 0; end;
  180.     Duration is -1;
  181.     X is 2; Y is 302; Width is 146; Height is 117;
  182. end;
  183.  
  184. object S4_9_HBUROWN2_PIC is MEDIASCROLLER
  185. has
  186.     
  187.     OffScreen()
  188.         do
  189.             self.Show(false);
  190.             self.Enable(false);
  191.         end;
  192.     
  193.     MouseLeave(theX, theY)
  194.         do
  195.             self.Show(false);
  196.         end;
  197.     
  198. with
  199.     Target is BITMAPCLIENT with Supplier is M152_HBUROWN2_PIC; Duration is 0; end;
  200.     Duration is -1;
  201.     X is -4; Y is 313; Width is 202; Height is 107;
  202. end;
  203.  
  204. object S4_10_FRAME7 is MEDIADELEGATOR
  205. has
  206.     
  207.     OffScreen()
  208.         do
  209.             self.Enable(true);
  210.             self.Show(true);
  211.         end;
  212.     
  213.     MouseDown(theX, theY)
  214.         do
  215.             TRANSITION.Set(IrisOpen, 15);
  216.             APPLICATION.GoTo(S10_FRAME7);
  217.         end;
  218.     
  219. with
  220.     Duration is -1;
  221.     X is 167; Y is 212; Width is 310; Height is 217;
  222.     HotRegion is {
  223.         $00010000, $00020002, $009100E3, $00050002, $00900134, $00070002, $008F0134, $00090002,
  224.         $008E0134, $000C0002, $008D0134, $000E0002, $008C0134, $00100002, $008B0134, $00130002,
  225.         $008A0134, $00150002, $00890134, $00170002, $00880134, $001A0002, $00870134, $001C0002,
  226.         $00860134, $001E0002, $00850134, $00210002, $00840134, $00230002, $00830134, $00250002,
  227.         $00820134, $00280002, $00810134, $002A0002, $00800134, $002C0002, $007F0134, $002F0002,
  228.         $007E0134, $00310002, $007D0134, $00330002, $007C0134, $00360002, $007B0134, $00370002,
  229.         $007A0134, $00380002, $005C0134, $00390002, $001F0134, $00AE0002, $00000134, $00D60002,
  230.         $00010134, $00D70002, $004E0134, $00D80002, $00E70134, $00D90000, $FFFFFFFF
  231.     };
  232. end;
  233.  
  234. object S4_11_HBBUB7_PIC is MEDIASCROLLER
  235. has
  236.     
  237.     OffScreen()
  238.         do
  239.             self.Enable(false);
  240.             self.Show(false);
  241.         end;
  242.     
  243. with
  244.     Target is PICTURECLIENT with Supplier is M111_HBBUB7_PIC; Duration is 0; end;
  245.     Duration is -1;
  246.     X is 79; Y is 31; Width is 189; Height is 140;
  247. end;
  248.  
  249. object S4_12_CHAR51 is MEDIADELEGATOR
  250. has
  251.     
  252.     OffScreen()
  253.         do
  254.             self.Enable(true);
  255.             self.Show(true);
  256.         end;
  257.     
  258.     MouseDown(theX, theY)
  259.         do
  260.             TRANSITION.Set(IrisOpen, 15);
  261.             APPLICATION.GoTo(S7_FRAME5);
  262.         end;
  263.     
  264.     MouseEnter(theX, theY)
  265.         do
  266.             S4_11_HBBUB7_PIC.Show(true);
  267.         end;
  268.     
  269.     MouseLeave(theX, theY)
  270.         do
  271.             S4_11_HBBUB7_PIC.Show(false);
  272.         end;
  273.     
  274. with
  275.     Duration is -1;
  276.     X is 63; Y is 147; Width is 66; Height is 123;
  277. end;
  278.  
  279. object S4_13_HBBUB5_PIC is MEDIASCROLLER
  280. has
  281.     
  282.     OffScreen()
  283.         do
  284.             self.Enable(false);
  285.             self.Show(false);
  286.         end;
  287.     
  288. with
  289.     Target is PICTURECLIENT with Supplier is M109_HBBUB5_PIC; Duration is 0; end;
  290.     Duration is -1;
  291.     X is 93; Y is -4; Width is 164; Height is 135;
  292. end;
  293.  
  294. object S4_14_CHAR52 is MEDIADELEGATOR
  295. has
  296.     
  297.     OffScreen()
  298.         do
  299.             self.Enable(true);
  300.             self.Show(true);
  301.         end;
  302.     
  303.     MouseDown(theX, theY)
  304.         do
  305.             TRANSITION.Set(IrisOpen, 15);
  306.             APPLICATION.GoTo(S7_FRAME5);
  307.         end;
  308.     
  309.     MouseEnter(theX, theY)
  310.         do
  311.             S4_13_HBBUB5_PIC.Show(true);
  312.         end;
  313.     
  314.     MouseLeave(theX, theY)
  315.         do
  316.             S4_13_HBBUB5_PIC.Show(false);
  317.         end;
  318.     
  319. with
  320.     Duration is -1;
  321.     X is 232; Y is 115; Width is 92; Height is 79;
  322. end;
  323.  
  324. object S4_15_HBBUB10_PIC is MEDIASCROLLER
  325. has
  326.     
  327.     OffScreen()
  328.         do
  329.             self.Enable(false);
  330.             self.Show(false);
  331.         end;
  332.     
  333. with
  334.     Target is PICTURECLIENT with Supplier is M104_HBBUB10_PIC; Duration is 0; end;
  335.     Duration is -1;
  336.     X is 437; Y is 16; Width is 171; Height is 64;
  337. end;
  338.  
  339. object S4_16_CHAR6 is MEDIADELEGATOR
  340. has
  341.     
  342.     OffScreen()
  343.         do
  344.             self.Enable(true);
  345.             self.Show(true);
  346.         end;
  347.     
  348.     MouseDown(theX, theY)
  349.         do
  350.             TRANSITION.Set(IrisOpen, 15);
  351.             APPLICATION.GoTo(S9_FRAME6);
  352.         end;
  353.     
  354.     MouseEnter(theX, theY)
  355.         do
  356.             S4_15_HBBUB10_PIC.Show(true);
  357.         end;
  358.     
  359.     MouseLeave(theX, theY)
  360.         do
  361.             S4_15_HBBUB10_PIC.Show(false);
  362.         end;
  363.     
  364. with
  365.     Duration is -1;
  366.     X is 393; Y is 40; Width is 44; Height is 111;
  367. end;
  368.  
  369. object S4_17_HBBUB6_PIC is MEDIASCROLLER
  370. has
  371.     
  372.     OffScreen()
  373.         do
  374.             self.Enable(false);
  375.             self.Show(false);
  376.         end;
  377.     
  378. with
  379.     Target is PICTURECLIENT with Supplier is M110_HBBUB6_PIC; Duration is 0; end;
  380.     Duration is -1;
  381.     X is 244; Y is 189; Width is 136; Height is 155;
  382. end;
  383.  
  384. object S4_18_CHAR71 is MEDIADELEGATOR
  385. has
  386.     
  387.     OffScreen()
  388.         do
  389.             self.Enable(true);
  390.             self.Show(true);
  391.         end;
  392.     
  393.     MouseDown(theX, theY)
  394.         do
  395.             TRANSITION.Set(IrisOpen, 15);
  396.             APPLICATION.GoTo(S10_FRAME7);
  397.         end;
  398.     
  399.     MouseEnter(theX, theY)
  400.         do
  401.             S4_17_HBBUB6_PIC.Show(true);
  402.         end;
  403.     
  404.     MouseLeave(theX, theY)
  405.         do
  406.             S4_17_HBBUB6_PIC.Show(false);
  407.         end;
  408.     
  409. with
  410.     Duration is -1;
  411.     X is 169; Y is 268; Width is 69; Height is 159;
  412. end;
  413.  
  414. object S4_19_HBBUB5_PIC is MEDIASCROLLER
  415. has
  416.     
  417.     OffScreen()
  418.         do
  419.             self.Enable(false);
  420.             self.Show(false);
  421.         end;
  422.     
  423. with
  424.     Target is PICTURECLIENT with Supplier is M109_HBBUB5_PIC; Duration is 0; end;
  425.     Duration is -1;
  426.     X is 264; Y is 166; Width is 164; Height is 135;
  427. end;
  428.  
  429. object S4_20_CHAR72 is MEDIADELEGATOR
  430. has
  431.     
  432.     OffScreen()
  433.         do
  434.             self.Enable(true);
  435.             self.Show(true);
  436.         end;
  437.     
  438.     MouseDown(theX, theY)
  439.         do
  440.             TRANSITION.Set(IrisOpen, 15);
  441.             APPLICATION.GoTo(S10_FRAME7);
  442.         end;
  443.     
  444.     MouseEnter(theX, theY)
  445.         do
  446.             S4_19_HBBUB5_PIC.Show(true);
  447.         end;
  448.     
  449.     MouseLeave(theX, theY)
  450.         do
  451.             S4_19_HBBUB5_PIC.Show(false);
  452.         end;
  453.     
  454. with
  455.     Duration is -1;
  456.     X is 397; Y is 291; Width is 38; Height is 73;
  457. end;
  458.  
  459. object S4_21_HBBUB11_PIC is MEDIASCROLLER
  460. has
  461.     
  462.     OffScreen()
  463.         do
  464.             self.Enable(false);
  465.             self.Show(false);
  466.         end;
  467.     
  468. with
  469.     Target is PICTURECLIENT with Supplier is M105_HBBUB11_PIC; Duration is 0; end;
  470.     Duration is -1;
  471.     X is 248; Y is 317; Width is 193; Height is 107;
  472. end;
  473.  
  474. object S4_22_CHAR73 is MEDIADELEGATOR
  475. has
  476.     
  477.     OffScreen()
  478.         do
  479.             self.Enable(true);
  480.             self.Show(true);
  481.         end;
  482.     
  483.     MouseDown(theX, theY)
  484.         do
  485.             TRANSITION.Set(IrisOpen, 15);
  486.             APPLICATION.GoTo(S10_FRAME7);
  487.         end;
  488.     
  489.     MouseEnter(theX, theY)
  490.         do
  491.             S4_21_HBBUB11_PIC.Show(true);
  492.         end;
  493.     
  494.     MouseLeave(theX, theY)
  495.         do
  496.             S4_21_HBBUB11_PIC.Show(false);
  497.         end;
  498.     
  499. with
  500.     Duration is -1;
  501.     X is 436; Y is 287; Width is 45; Height is 86;
  502. end;
  503.  
  504.