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