home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cocktail Hour
/
image.iso
/
OPEN.DIR
/
00054.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
|
1997-03-05
|
184 b
|
10 lines
on mouseDown
if soundBusy(1) = 1 then
set the visible of sprite 16 to 1
sound stop 1
else
set the visible of sprite 16 to 0
sound playFile 1, "main_S"
end if
end