home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
321 GAMES
/
321GAMES.iso
/
logic
/
runes
/
runes.exe
/
runes.DXR
/
00165.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-07-01
|
239 b
|
17 lines
on mouseUp
global SOND, TSOND
if SOND = 1 then
set TSOND to 0
end if
if SOND = 0 then
set TSOND to 1
end if
set SOND to TSOND
if SOND = 1 then
go("SNDOFF")
end if
if SOND = 0 then
go("SNDON")
end if
end