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

  1. theme = new Sound(theme_mc);
  2. theme.attachSound("davidtheme");
  3. theme.start(0,100);
  4. blipp = new Sound(blipp_mc);
  5. blipp.attachSound("interfaceblipp");
  6. blipp.setVolume(10);
  7. gotoAndStop("startmeny");
  8. play();
  9.