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

  1. object S14_DONE 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.         S14_1_HBDONEF_PIC,
  7.         S14_2_NOSAVE
  8.     ];
  9. end;
  10.  
  11. object S14_1_HBDONEF_PIC is MEDIASCROLLER
  12. has
  13.     
  14.     OffScreen()
  15.         do
  16.             self.Enable(false);
  17.             self.Show(true);
  18.         end;
  19.     
  20. with
  21.     Target is PICTURECLIENT with Supplier is M178_HBDONEF_PIC; Duration is 0; end;
  22.     Duration is -1;
  23.     X is 0; Y is 0; Width is 640; Height is 480;
  24. end;
  25.  
  26. object S14_2_NOSAVE is MEDIADELEGATOR
  27. has
  28.     
  29.     OffScreen()
  30.         do
  31.             self.Enable(true);
  32.             self.Show(true);
  33.         end;
  34.     
  35.     MouseDown(theX, theY)
  36.         do
  37.             APPLICATION.Quit();
  38.         end;
  39.     
  40. with
  41.     Duration is -1;
  42.     X is 14; Y is 352; Width is 109; Height is 42;
  43.     HotRegion is {
  44.         $00040000, $00050002, $002B0043, $00060002, $0022004C, $00070002, $001D0051, $00080002,
  45.         $00190055, $00090002, $00150059, $000A0002, $0012005C, $000B0002, $000F005F, $000C0002,
  46.         $000D0061, $000D0002, $000B0063, $000E0002, $000A0064, $000F0002, $00080066, $00100002,
  47.         $00070067, $00110002, $00060068, $00120002, $00050069, $00140002, $0004006A, $00190002,
  48.         $0003006B, $001B0002, $0004006A, $001C0002, $00050069, $001D0002, $00060068, $001E0002,
  49.         $00070067, $001F0002, $00080066, $00200002, $000A0064, $00210002, $000B0063, $00220002,
  50.         $000D0061, $00230002, $000F005F, $00240002, $0012005C, $00250002, $00150059, $00260002,
  51.         $00190055, $00270002, $001D0051, $00280002, $0022004C, $00290002, $002B0043, $002A0000,
  52.         $FFFFFFFF
  53.     };
  54. end;
  55.  
  56.