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

  1. object S3_FRAME2 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.         S3_15_HBL1F22F_PIC,
  7.         S3_16_HBL1F23F_PIC,
  8.         S3_14_HBL1F21F_PIC,
  9.         S3_4_CHAR1,
  10.         S3_5_CHAR2,
  11.         S3_9_HBBUB1_PIC,
  12.         S3_10_HBBUB3_PIC,
  13.         S3_11_BACK,
  14.         S3_12_HBUFOV_MOV,
  15.         S3_13_UFOHOT,
  16.         S3_17_HBBCKFL_PIC,
  17.         S3_19_NEXT,
  18.         S3_18_HBNEXFL_PIC,
  19.         S3_20_HBPETA_MOV
  20.     ];
  21. end;
  22.  
  23. object S3_15_HBL1F22F_PIC is MEDIASCROLLER
  24. has
  25.     
  26.     OffScreen()
  27.         do
  28.             self.Enable(false);
  29.             self.Show(false);
  30.         end;
  31.     
  32. with
  33.     Target is BITMAPCLIENT with Supplier is M119_HBL1F22F_PIC; Duration is 0; end;
  34.     Duration is -1;
  35.     X is 0; Y is 0; Width is 640; Height is 480;
  36. end;
  37.  
  38. object S3_16_HBL1F23F_PIC is MEDIASCROLLER
  39. has
  40.     
  41.     OffScreen()
  42.         do
  43.             self.Enable(false);
  44.             self.Show(false);
  45.         end;
  46.     
  47. with
  48.     Target is BITMAPCLIENT with Supplier is M120_HBL1F23F_PIC; Duration is 0; end;
  49.     Duration is -1;
  50.     X is 0; Y is 0; Width is 640; Height is 480;
  51. end;
  52.  
  53. object S3_14_HBL1F21F_PIC is MEDIASCROLLER
  54. has
  55.     
  56.     OffScreen()
  57.         do
  58.             self.Enable(false);
  59.             self.Show(true);
  60.         end;
  61.     
  62. with
  63.     Target is BITMAPCLIENT with Supplier is M118_HBL1F21F_PIC; Duration is 0; end;
  64.     Duration is -1;
  65.     X is 0; Y is 0; Width is 640; Height is 480;
  66. end;
  67.  
  68. object S3_4_CHAR1 is MEDIADELEGATOR
  69. has
  70.     
  71.     OffScreen()
  72.         do
  73.             self.Enable(true);
  74.             self.Show(true);
  75.         end;
  76.     
  77.     MouseDown(theX, theY)
  78.         do
  79.             S3_14_HBL1F21F_PIC.Show(false);
  80.             S3_16_HBL1F23F_PIC.Show(true);
  81.             self.Enable(false);
  82.             S3_5_CHAR2.Enable(false);
  83.             S3_10_HBBUB3_PIC.Show(true);
  84.             S3_10_HBBUB3_PIC.Enable(true);
  85.             S3_20_HBPETA_MOV.Enable(false);
  86.         end;
  87.     
  88. with
  89.     Duration is -1;
  90.     X is 413; Y is 4; Width is 216; Height is 482;
  91. end;
  92.  
  93. object S3_5_CHAR2 is MEDIADELEGATOR
  94. has
  95.     
  96.     OffScreen()
  97.         do
  98.             self.Enable(true);
  99.             self.Show(true);
  100.         end;
  101.     
  102.     MouseDown(theX, theY)
  103.         do
  104.             S3_14_HBL1F21F_PIC.Show(false);
  105.             S3_15_HBL1F22F_PIC.Show(true);
  106.             S3_9_HBBUB1_PIC.Show(true);
  107.             S3_9_HBBUB1_PIC.Enable(true);
  108.             self.Enable(false);
  109.             S3_4_CHAR1.Enable(false);
  110.         end;
  111.     
  112. with
  113.     Duration is -1;
  114.     X is 113; Y is 77; Width is 118; Height is 268;
  115. end;
  116.  
  117. object S3_9_HBBUB1_PIC is MEDIASCROLLER
  118. has
  119.     
  120.     OffScreen()
  121.         do
  122.             self.Enable(false);
  123.             self.Show(false);
  124.         end;
  125.     
  126.     MouseDown(theX, theY)
  127.         do
  128.             self.Show(false);
  129.             self.Enable(false);
  130.             S3_15_HBL1F22F_PIC.Show(false);
  131.             S3_14_HBL1F21F_PIC.Show(true);
  132.             S3_4_CHAR1.Enable(true);
  133.             S3_5_CHAR2.Enable(true);
  134.         end;
  135.     
  136. with
  137.     Target is PICTURECLIENT with Supplier is M103_HBBUB1_PIC; Duration is 0; end;
  138.     Duration is -1;
  139.     X is 157; Y is 184; Width is 192; Height is 144;
  140. end;
  141.  
  142. object S3_10_HBBUB3_PIC is MEDIASCROLLER
  143. has
  144.     
  145.     OffScreen()
  146.         do
  147.             self.Enable(false);
  148.             self.Show(false);
  149.         end;
  150.     
  151.     MouseDown(theX, theY)
  152.         do
  153.             self.Show(false);
  154.             self.Enable(false);
  155.             S3_16_HBL1F23F_PIC.Show(false);
  156.             S3_14_HBL1F21F_PIC.Show(true);
  157.             S3_4_CHAR1.Enable(true);
  158.             S3_5_CHAR2.Enable(true);
  159.             S3_20_HBPETA_MOV.Enable(true);
  160.         end;
  161.     
  162. with
  163.     Target is PICTURECLIENT with Supplier is M107_HBBUB3_PIC; Duration is 0; end;
  164.     Duration is -1;
  165.     X is 219; Y is 348; Width is 196; Height is 109;
  166. end;
  167.  
  168. object S3_11_BACK is MEDIADELEGATOR
  169. has
  170.     
  171.     OffScreen()
  172.         do
  173.             self.Enable(true);
  174.             self.Show(true);
  175.         end;
  176.     
  177.     MouseDown(theX, theY)
  178.         do
  179.             TRANSITION.Set(IrisClose, 15);
  180.             APPLICATION.GoTo(S1_LAYOUT1);
  181.         end;
  182.     
  183.     MouseEnter(theX, theY)
  184.         do
  185.             S3_17_HBBCKFL_PIC.Show(true);
  186.         end;
  187.     
  188.     MouseLeave(theX, theY)
  189.         do
  190.             S3_17_HBBCKFL_PIC.Show(false);
  191.         end;
  192.     
  193. with
  194.     Duration is -1;
  195.     X is 599; Y is 439; Width is 41; Height is 41;
  196. end;
  197.  
  198. object S3_12_HBUFOV_MOV is MEDIACONTROLLER
  199. has
  200.     
  201.     OffScreen()
  202.         do
  203.             self.Run(false);
  204.         end;
  205.     
  206.     Finished()
  207.         do
  208.             self.GoToBeginning();
  209.         end;
  210.     
  211. with
  212.     Target is MOVIECLIENT with Supplier is M150_HBUFOV_MOV; end;
  213.     Duration is 0;
  214.     X is 304; Y is 0; Width is 171; Height is 113;
  215. end;
  216.  
  217. object S3_13_UFOHOT is MEDIADELEGATOR
  218. has
  219.     
  220.     OffScreen()
  221.         do
  222.             self.Enable(true);
  223.             self.Show(true);
  224.         end;
  225.     
  226.     MouseDown(theX, theY)
  227.         do
  228.             S3_12_HBUFOV_MOV.Run(not S3_12_HBUFOV_MOV.IsRunning());
  229.             S3_12_HBUFOV_MOV.GoToBeginning();
  230.         end;
  231.     
  232. with
  233.     Duration is -1;
  234.     X is 328; Y is 14; Width is 48; Height is 25;
  235. end;
  236.  
  237. object S3_17_HBBCKFL_PIC is MEDIASCROLLER
  238. has
  239.     
  240.     OffScreen()
  241.         do
  242.             self.Enable(false);
  243.             self.Show(false);
  244.         end;
  245.     
  246. with
  247.     Target is PICTURECLIENT with Supplier is M101_HBBCKFL_PIC; Duration is 0; end;
  248.     Duration is -1;
  249.     X is 550; Y is 427; Width is 90; Height is 53;
  250. end;
  251.  
  252. object S3_19_NEXT is MEDIADELEGATOR
  253. has
  254.     
  255.     OffScreen()
  256.         do
  257.             self.Enable(true);
  258.             self.Show(true);
  259.         end;
  260.     
  261.     MouseDown(theX, theY)
  262.         do
  263.             TRANSITION.Set(WipeLeft, 15);
  264.             APPLICATION.GoTo(S5_FRAME3);
  265.         end;
  266.     
  267.     MouseEnter(theX, theY)
  268.         do
  269.             S3_18_HBNEXFL_PIC.Show(true);
  270.         end;
  271.     
  272.     MouseLeave(theX, theY)
  273.         do
  274.             S3_18_HBNEXFL_PIC.Show(false);
  275.         end;
  276.     
  277. with
  278.     Duration is -1;
  279.     X is 1; Y is 422; Width is 51; Height is 57;
  280. end;
  281.  
  282. object S3_18_HBNEXFL_PIC is MEDIASCROLLER
  283. has
  284.     
  285.     OffScreen()
  286.         do
  287.             self.Enable(false);
  288.             self.Show(false);
  289.         end;
  290.     
  291. with
  292.     Target is PICTURECLIENT with Supplier is M137_HBNEXFL_PIC; Duration is 0; end;
  293.     Duration is -1;
  294.     X is 0; Y is 421; Width is 115; Height is 59;
  295. end;
  296.  
  297. object S3_20_HBPETA_MOV is MEDIACONTROLLER
  298. has
  299.     
  300.     OffScreen()
  301.         do
  302.             self.Enable(true);
  303.             self.Show(true);
  304.             self.Run(false);
  305.         end;
  306.     
  307.     MouseDown(theX, theY)
  308.         do
  309.             self.Run(true);
  310.         end;
  311.     
  312.     Finished()
  313.         do
  314.             self.GoToBeginning();
  315.         end;
  316.     
  317. with
  318.     Target is MOVIECLIENT with Supplier is M139_HBPETA_MOV; end;
  319.     Duration is 0;
  320.     X is 322; Y is 326; Width is 55; Height is 114;
  321. end;
  322.  
  323.