home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 May
/
CHIPINTE052002.ISO
/
rtlnet
/
rtlintro.swf
/
scripts
/
DefineSprite_333
/
frame_1
/
DoAction.as
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
|
2002-02-05
|
127 b
|
10 lines
volume = _root.snd.getVolume();
if(volume >= 0)
{
_root.snd.setVolume(volume - 4);
}
else
{
_root.snd.stop();
}