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

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