home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / pepsi_pinball.swf / scripts / DefineSprite_152 / frame_7 / DoAction.as
Encoding:
Text File  |  2006-05-18  |  101 b   |  10 lines

  1. if(volume < 0)
  2. {
  3.    snd.stop();
  4.    snd.setVolume(initVolume);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(6);
  9. }
  10.