home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / redcarhi3.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2008-09-26  |  143 b   |  8 lines

  1. var music2 = new Sound();
  2. music2.attachSound("musicloop2");
  3. music2.start();
  4. music2.onSoundComplete = function()
  5. {
  6.    music2.start();
  7. };
  8.