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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-28
|
307 b
|
16 lines
|
[
TEXT/MPS
]
{Code}
object HowItWorksText is TextPak_Text
has
OffScreen()
do
self.DisplayFile("How It Works Text", 50, 50, 540);
self.show(true);
self.enable(true);
end;
with
suppressGlossary is true;
X is 0; Y is 0; Width is 640; Height is 440;
Duration is -1;
end;