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

  1. object S9_FRAME6 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.         S9_3_HBL2F23F_PIC,
  7.         S9_2_HBL2F22F_PIC,
  8.         S9_1_HBL2F21F_PIC,
  9.         S9_4_CHAR1,
  10.         S9_6_HBBUB10_PIC,
  11.         S9_8_BACK,
  12.         S9_10_HBBCKFL_PIC,
  13.         S9_9_HBCOFA_MOV,
  14.         S9_11_NEXT,
  15.         S9_12_HBNEXFL_PIC,
  16.         S9_13_HBROBOA_MOV,
  17.         S9_14_HBDOGA_MOV
  18.     ];
  19. end;
  20.  
  21. object S9_3_HBL2F23F_PIC is MEDIASCROLLER
  22. has
  23.     
  24.     OffScreen()
  25.         do
  26.             self.Enable(false);
  27.             self.Show(false);
  28.         end;
  29.     
  30. with
  31.     Target is BITMAPCLIENT with Supplier is M129_HBL2F23F_PIC; Duration is 0; end;
  32.     Duration is -1;
  33.     X is 0; Y is 0; Width is 640; Height is 480;
  34. end;
  35.  
  36. object S9_2_HBL2F22F_PIC is MEDIASCROLLER
  37. has
  38.     
  39.     OffScreen()
  40.         do
  41.             self.Enable(false);
  42.             self.Show(false);
  43.         end;
  44.     
  45. with
  46.     Target is BITMAPCLIENT with Supplier is M128_HBL2F22F_PIC; Duration is 0; end;
  47.     Duration is -1;
  48.     X is 0; Y is 0; Width is 640; Height is 480;
  49. end;
  50.  
  51. object S9_1_HBL2F21F_PIC is MEDIASCROLLER
  52. has
  53.     
  54.     OffScreen()
  55.         do
  56.             self.Enable(false);
  57.             self.Show(true);
  58.         end;
  59.     
  60. with
  61.     Target is BITMAPCLIENT with Supplier is M127_HBL2F21F_PIC; Duration is 0; end;
  62.     Duration is -1;
  63.     X is 0; Y is 0; Width is 640; Height is 480;
  64. end;
  65.  
  66. object S9_4_CHAR1 is MEDIADELEGATOR
  67. has
  68.     
  69.     OffScreen()
  70.         do
  71.             self.Enable(true);
  72.             self.Show(true);
  73.         end;
  74.     
  75.     MouseDown(theX, theY)
  76.         do
  77.             S9_1_HBL2F21F_PIC.Show(false);
  78.             S9_2_HBL2F22F_PIC.Show(true);
  79.             S9_6_HBBUB10_PIC.Show(true);
  80.             S9_6_HBBUB10_PIC.Enable(true);
  81.             self.Enable(false);
  82.             --
  83.         end;
  84.     
  85. with
  86.     Duration is -1;
  87.     X is 138; Y is 71; Width is 83; Height is 154;
  88. end;
  89.  
  90. object S9_6_HBBUB10_PIC is MEDIASCROLLER
  91. has
  92.     
  93.     OffScreen()
  94.         do
  95.             self.Enable(false);
  96.             self.Show(false);
  97.         end;
  98.     
  99.     MouseDown(theX, theY)
  100.         do
  101.             S9_2_HBL2F22F_PIC.Show(false);
  102.             S9_1_HBL2F21F_PIC.Show(true);
  103.             self.Show(false);
  104.             self.Enable(false);
  105.             S9_4_CHAR1.Enable(true);
  106.             --
  107.         end;
  108.     
  109. with
  110.     Target is PICTURECLIENT with Supplier is M104_HBBUB10_PIC; Duration is 0; end;
  111.     Duration is -1;
  112.     X is 221; Y is 64; Width is 175; Height is 68;
  113. end;
  114.  
  115. object S9_8_BACK is MEDIADELEGATOR
  116. has
  117.     
  118.     OffScreen()
  119.         do
  120.             self.Enable(true);
  121.             self.Show(true);
  122.         end;
  123.     
  124.     MouseDown(theX, theY)
  125.         do
  126.             TRANSITION.Set(IrisClose, 15);
  127.             APPLICATION.GoTo(S4_LAYOUT2);
  128.         end;
  129.     
  130.     MouseEnter(theX, theY)
  131.         do
  132.             S9_10_HBBCKFL_PIC.Show(true);
  133.         end;
  134.     
  135.     MouseLeave(theX, theY)
  136.         do
  137.             S9_10_HBBCKFL_PIC.Show(false);
  138.         end;
  139.     
  140. with
  141.     Duration is -1;
  142.     X is 597; Y is 438; Width is 39; Height is 40;
  143. end;
  144.  
  145. object S9_10_HBBCKFL_PIC is MEDIASCROLLER
  146. has
  147.     
  148.     OffScreen()
  149.         do
  150.             self.Enable(false);
  151.             self.Show(false);
  152.         end;
  153.     
  154. with
  155.     Target is PICTURECLIENT with Supplier is M101_HBBCKFL_PIC; Duration is 0; end;
  156.     Duration is -1;
  157.     X is 550; Y is 427; Width is 90; Height is 53;
  158. end;
  159.  
  160. object S9_9_HBCOFA_MOV is MEDIACONTROLLER
  161. has
  162.     
  163.     OffScreen()
  164.         do
  165.             self.GoToBeginning();
  166.             self.Enable(true);
  167.         end;
  168.     
  169.     MouseDown(theX, theY)
  170.         do
  171.             self.Run(true);
  172.         end;
  173.     
  174.     Finished()
  175.         do
  176.             self.GoToBeginning();
  177.         end;
  178.     
  179. with
  180.     Target is MOVIECLIENT with Supplier is M115_HBCOFA_MOV; end;
  181.     Duration is 0;
  182.     X is 130; Y is 376; Width is 409; Height is 103;
  183.     HotRegion is {
  184.         $00030000, $00040002, $00A200E6, $00050002, $009B00EB, $00060002, $009400EF, $00070002,
  185.         $008D00F4, $00080002, $008600F8, $00090002, $007F00FD, $000A0002, $00780101, $000B0002,
  186.         $00710105, $000C0002, $006A010A, $000D0002, $0063010E, $000E0002, $005C0113, $000F0002,
  187.         $00550117, $00100002, $0050011C, $00110002, $004F011F, $00120002, $004D0121, $00130002,
  188.         $004C0123, $00140002, $004A0125, $00150002, $00490128, $00160002, $0047012A, $00170002,
  189.         $0046012C, $00180002, $0044012E, $00190002, $00430130, $001A0002, $00410132, $001B0002,
  190.         $003F0134, $001C0002, $003E0137, $001D0002, $003C0139, $001E0002, $003B013B, $001F0002,
  191.         $0039013D, $00200002, $0038013F, $00210002, $00360141, $00220002, $00350143, $00230002,
  192.         $00330146, $00240002, $00320148, $00250002, $0030014A, $00260002, $002F014C, $00270002,
  193.         $002D014D, $00280002, $002C014E, $00290002, $002A0150, $002A0002, $00290151, $002B0002,
  194.         $00270152, $002C0002, $00260154, $002D0002, $00240155, $002E0002, $00220156, $002F0002,
  195.         $0021015B, $00300002, $001F0163, $00310002, $001E016B, $00320002, $001C0174, $00330002,
  196.         $001B017C, $00340002, $00190181, $00350002, $00180182, $00360002, $00160183, $00370002,
  197.         $00150185, $00380002, $00130186, $00390002, $00130188, $003A0002, $00120189, $003B0002,
  198.         $0012018A, $003C0002, $0012018C, $003D0002, $0012018D, $003E0002, $0011018F, $003F0002,
  199.         $00110190, $00400002, $00110191, $00410002, $00110192, $00450002, $00100192, $00490002,
  200.         $000F0192, $004E0002, $000E0192, $00510002, $000D0192, $00520002, $000D0193, $00560002,
  201.         $000C0193, $005A0002, $000B0193, $005E0002, $000A0193, $00620002, $00090193, $00640002,
  202.         $00080193, $00650002, $000800CE, $00670000, $FFFFFFFF
  203.     };
  204. end;
  205.  
  206. object S9_11_NEXT is MEDIADELEGATOR
  207. has
  208.     
  209.     OffScreen()
  210.         do
  211.             self.Enable(true);
  212.             self.Show(true);
  213.         end;
  214.     
  215.     MouseDown(theX, theY)
  216.         do
  217.             TRANSITION.Set(WipeLeft, 15);
  218.             APPLICATION.GoTo(S10_FRAME7);
  219.         end;
  220.     
  221.     MouseEnter(theX, theY)
  222.         do
  223.             S9_12_HBNEXFL_PIC.Show(true);
  224.         end;
  225.     
  226.     MouseLeave(theX, theY)
  227.         do
  228.             S9_12_HBNEXFL_PIC.Show(false);
  229.         end;
  230.     
  231. with
  232.     Duration is -1;
  233.     X is 2; Y is 438; Width is 40; Height is 40;
  234. end;
  235.  
  236. object S9_12_HBNEXFL_PIC is MEDIASCROLLER
  237. has
  238.     
  239.     OffScreen()
  240.         do
  241.             self.Enable(false);
  242.             self.Show(false);
  243.         end;
  244.     
  245. with
  246.     Target is PICTURECLIENT with Supplier is M137_HBNEXFL_PIC; Duration is 0; end;
  247.     Duration is -1;
  248.     X is 0; Y is 421; Width is 115; Height is 59;
  249. end;
  250.  
  251. object S9_13_HBROBOA_MOV is MEDIACONTROLLER
  252. has
  253.     
  254.     OffScreen()
  255.         do
  256.             self.Enable(true);
  257.             self.Show(true);
  258.             self.Run(false);
  259.         end;
  260.     
  261.     MouseDown(theX, theY)
  262.         do
  263.             S9_1_HBL2F21F_PIC.Show(false);
  264.             S9_3_HBL2F23F_PIC.Show(true);
  265.             self.Run(true);
  266.         end;
  267.     
  268.     Finished()
  269.         do
  270.             self.GoToBeginning();
  271.             S9_3_HBL2F23F_PIC.Show(false);
  272.             S9_1_HBL2F21F_PIC.Show(true);
  273.         end;
  274.     
  275. with
  276.     Target is MOVIECLIENT with Supplier is M143_HBROBOA_MOV; end;
  277.     Duration is 0;
  278.     X is 497; Y is 22; Width is 140; Height is 395;
  279. end;
  280.  
  281. object S9_14_HBDOGA_MOV is MEDIACONTROLLER
  282. has
  283.     
  284.     OffScreen()
  285.         do
  286.             self.Enable(true);
  287.             self.Show(true);
  288.             self.Run(false);
  289.         end;
  290.     
  291.     MouseDown(theX, theY)
  292.         do
  293.             S9_1_HBL2F21F_PIC.Show(false);
  294.             S9_3_HBL2F23F_PIC.Show(true);
  295.             self.Run(true);
  296.         end;
  297.     
  298.     Finished()
  299.         do
  300.             S9_3_HBL2F23F_PIC.Show(false);
  301.             S9_1_HBL2F21F_PIC.Show(true);
  302.             self.GoToBeginning();
  303.         end;
  304.     
  305. with
  306.     Target is MOVIECLIENT with Supplier is M169_HBDOGA_MOV; end;
  307.     Duration is 0;
  308.     X is 230; Y is 189; Width is 190; Height is 149;
  309. end;
  310.  
  311.