home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
Chip_2003-12_cd1.bin
/
oddech
/
flashgame
/
camp
/
install
/
camprunamuck.exe
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2002-11-01
|
186b
|
12 lines
function splashFadeIn()
{
mix2.fadeIn = true;
mix2.secondary.start(0,999);
}
function splashStop()
{
mix2.secondary.setVolume(0);
mix2.secondary.stop();
}
stop();