home *** CD-ROM | disk | FTP | other *** search
- if(_root._framesloaded < _root._totalframes)
- {
- _root.gotoAndPlay(4);
- }
- else
- {
- theme = new Sound(theme_mc);
- theme.attachSound("davidtheme");
- theme.start(0,100);
- blipp = new Sound(blipp_mc);
- blipp.attachSound("interfaceblipp");
- blipp.setVolume(10);
- _root.gotoAndPlay("startmeny");
- }
-