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

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