home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apollo XIII - A Week to Remember
/
APOLLO_13.iso
/
pc
/
chpter3
/
explode
/
explode.dir
/
00090.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-05-22
|
250 b
|
17 lines
on mouseDown
button(3, "audio button gold inv", "audio button gold", 3)
end
on mouseUp
global gQuitM
if gQuitM = 1 then
set gQuitM to 0
exit
else
set gQuitM to 1
end if
cursor(4)
playSndFile("FDLOOP2.AIF")
cursor(-1)
end