home *** CD-ROM | disk | FTP | other *** search
- musicplayin = false;
- music1.stop();
- _root.music2.stop();
- fail1 = new Sound(this);
- fail1.attachSound("fails");
- fail1.start(0,1);
- fail2 = new Sound(this);
- fail2.attachSound("fails");
- fail2.start(0,1);
- fail3 = new Sound(this);
- fail3.attachSound("fails");
- fail3.start(0,1);
- stop();
-