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

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