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

  1. Mouse.show();
  2. Selection.setFocus("namnefelt");
  3. stopAllSounds();
  4. delete theme;
  5. theme = new Sound(theme_mc);
  6. theme.attachSound("davidtheme");
  7. theme.setVolume(100);
  8. theme.start(0,100);
  9. stop();
  10.