home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / david.swf / scripts / frame_184 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  223 b   |  13 lines

  1. Mouse.show();
  2. if(fraSpel)
  3. {
  4.    stopAllSounds();
  5.    delete theme;
  6.    theme = new Sound(theme_mc);
  7.    theme.attachSound("davidtheme");
  8.    theme.setVolume(100);
  9.    theme.start(0,100);
  10.    fraSpel = false;
  11. }
  12. stop();
  13.