home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 October
/
CHIP102003.ISO
/
t-pay
/
t-pay.swf
/
scripts
/
DefineSprite_405
/
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-12-18
|
255 b
|
17 lines
function toggle()
{
if(active)
{
gotoAndStop(2);
active = false;
_level0.soundVoice.setVolume(0);
}
else
{
gotoAndStop(1);
active = true;
_level0.soundVoice.setVolume(100);
}
}
stop();