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

  1. if(_root._framesloaded < _root._totalframes)
  2. {
  3.    _root.gotoAndPlay(4);
  4. }
  5. else
  6. {
  7.    theme = new Sound(theme_mc);
  8.    theme.attachSound("davidtheme");
  9.    theme.start(0,100);
  10.    blipp = new Sound(blipp_mc);
  11.    blipp.attachSound("interfaceblipp");
  12.    blipp.setVolume(10);
  13.    _root.gotoAndPlay("startmeny");
  14. }
  15.