home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blender Volume 2 #3
/
Blender_2_3.iso
/
BLENDER
/
FILES
/
SHARED.DIR
/
00774_x-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-04-01
|
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