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
Text File  |  2002-11-01  |  186b  |  12 lines

  1. function splashFadeIn()
  2. {
  3.    mix2.fadeIn = true;
  4.    mix2.secondary.start(0,999);
  5. }
  6. function splashStop()
  7. {
  8.    mix2.secondary.setVolume(0);
  9.    mix2.secondary.stop();
  10. }
  11. stop();
  12.