home *** CD-ROM | disk | FTP | other *** search
- play();
- innerPointsHolder_mc.attachMovie("innerPointsMinus" + displayText,"boo",1);
- if(Math.random() < 0.5)
- {
- crashSound = new Sound(this);
- crashSound.attachSound("crash");
- crashSound.start();
- }
- else
- {
- crashSound = new Sound(this);
- crashSound.attachSound("crash2");
- crashSound.start();
- }
-