home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / tall-ships.swf / scripts / DefineSprite_584 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  320 b   |  15 lines

  1. play();
  2. innerPointsHolder_mc.attachMovie("innerPointsMinus" + displayText,"boo",1);
  3. if(Math.random() < 0.5)
  4. {
  5.    crashSound = new Sound(this);
  6.    crashSound.attachSound("crash");
  7.    crashSound.start();
  8. }
  9. else
  10. {
  11.    crashSound = new Sound(this);
  12.    crashSound.attachSound("crash2");
  13.    crashSound.start();
  14. }
  15.