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

  1. if(_root.sound)
  2. {
  3.    boing = new Sound(this);
  4.    boing.attachSound("bounce");
  5.    boing.start();
  6. }
  7.