home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Multimedia Clips
/
SelectSoftPublishing-StockClips-MultimediaClips-WinMac.bin
/
pc
/
PROGRAM
/
LOGO.Dxr
/
Lingo_3.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
|
2006-01-01
|
169 b
|
11 lines
on exitFrame
hDecreaseSoundEffect()
end
on hDecreaseSoundEffect
repeat with i = 255 down to 0
set the volume of sound 1 to i
updateStage()
end repeat
end