home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_465 / frame_2 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  141 b   |  8 lines

  1. explosion = new Sound(this);
  2. explosion.attachSound("rocketdeath");
  3. explosion.setVolume(70);
  4. if(_root.sound)
  5. {
  6.    explosion.start();
  7. }
  8.