home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / cloud_jumper.swf / scripts / frame_9 / DoAction.as
Encoding:
Text File  |  2008-08-08  |  291 b   |  14 lines

  1. musicplayin = false;
  2. music1.stop();
  3. _root.music2.stop();
  4. fail1 = new Sound(this);
  5. fail1.attachSound("fails");
  6. fail1.start(0,1);
  7. fail2 = new Sound(this);
  8. fail2.attachSound("fails");
  9. fail2.start(0,1);
  10. fail3 = new Sound(this);
  11. fail3.attachSound("fails");
  12. fail3.start(0,1);
  13. stop();
  14.