home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Better Homes & Gardens: …oking for Today - Chicken
/
Image.iso
/
pc
/
utility.dxr
/
00105_USUBSTIT.PIC.ls
< 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
|
1995-11-20
|
198 b
|
13 lines
on mouseDown
global gSubstitutionsButton
down(gSubstitutionsButton)
end
on mouseUp
global gSubstitutionsButton
helpOff()
if up(gSubstitutionsButton) then
substitutions()
end if
end