home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / 04-10-20-2.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2005-11-18  |  186 b   |  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.