home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / Shareware City / Demos / TextPak Demo / Text Items / Source Code How It Works < prev    next >
Encoding:
Text File  |  1994-10-28  |  307 b   |  16 lines  |  [TEXT/MPS ]

  1. {Code}
  2. object HowItWorksText is TextPak_Text
  3.  
  4. has
  5.     OffScreen()
  6.     do
  7.         self.DisplayFile("How It Works Text", 50, 50, 540);
  8.         self.show(true);
  9.         self.enable(true);
  10.     end;
  11.     
  12. with
  13.     suppressGlossary is true;
  14.     X is 0; Y is 0; Width is 640; Height is 440;
  15.     Duration is -1;
  16. end;