home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_641 / DoAction.as
Text File  |  2008-09-12  |  589b  |  36 lines

  1. delete i;
  2. delete totalBTN;
  3. delete BTNpress;
  4. currentdamage = 0;
  5. explo01 = new Sound();
  6. explo01.attachSound("explo01");
  7. hitted = new Sound();
  8. hitted.attachSound("hitted");
  9. fhitted = new Sound();
  10. fhitted.attachSound("fhitted");
  11. fdeath = new Sound();
  12. fdeath.attachSound("explo10");
  13. escudo = new Sound();
  14. escudo.attachSound("escudo");
  15. getUrl("FSCommand:trapallkeys", "true");
  16. stop();
  17. Posy = 0;
  18. estado = 0;
  19. reveal = true;
  20. if(cheat == "bosses")
  21. {
  22.    gotoAndPlay(1054);
  23. }
  24. else
  25. {
  26.    play();
  27. }
  28. if(cheat == "onemorechance")
  29. {
  30.    lives = 6;
  31. }
  32. else
  33. {
  34.    lives = 2;
  35. }
  36.