home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 1996 June
/
PCPRO_696.ISO
/
bonus
/
blender
/
shared.dir
/
00775_it-8.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
|
1996-03-08
|
249 b
|
15 lines
on mouseUp
global ADSET
sound playFile 2, "thfwz.AIF"
CLEANUP()
if the shiftDown = 0 then
if ADSET <> 0 then
go("OPEN", ADSET)
else
go("OPEN", "CONTENTS.DIR")
end if
else
go("OPEN", "CONTENTS.DIR")
end if
end