home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / frame_79 / DoAction.as < prev   
Encoding:
Text File  |  2007-09-27  |  1.2 KB  |  51 lines

  1. stream.gotoAndPlay(499);
  2. if(_root.levelskip == "on")
  3. {
  4.    _root.panel.score = 1000000;
  5.    _root.runningspeed = 4;
  6.    _root.lockscroll = "off";
  7. }
  8. _root.levelskip = "off";
  9. _root.kio._visible = true;
  10. _root.panel._visible = true;
  11. _root.panel.boxes.gotoAndStop("Five");
  12. stop();
  13. Color.prototype.reset = function()
  14. {
  15.    var trans = {ra:100,ga:100,ba:100,rb:0,gb:0,bb:0};
  16.    this.setTransform(trans);
  17. };
  18. _root.working = "on";
  19. _root.bg2speedwalk = 0.2;
  20. _root.bg2speedjump = 0.32;
  21. _root.noo = 0;
  22. _root.fatigue = 100;
  23. _root.panel.boxes.gotoAndStop("Five");
  24. _root.runningspeed = 4;
  25. _root.lockscroll = "off";
  26. _root.introwalk = "on";
  27. _root.guy.gotoAndStop("Introwalk");
  28. _root.stage = 5;
  29. _root.bossdead = "no";
  30. _root.bossactivated = "off";
  31. _root.walknormal = 2.5;
  32. _root.bonus = 0;
  33. _root.bossspawn = "off";
  34. _root.boss = 5;
  35. _root.timespeed = 1000;
  36. _root.powerbar = 0;
  37. _root.enemies = 30;
  38. _root.pause = "off";
  39. _root.jump = "on";
  40. _root.kicked = "off";
  41. _root.punchandhit = "off";
  42. _root.punchandhitlow = "off";
  43. _root.shootandhit = "off";
  44. _root.shootandhitlow = "off";
  45. _root.shootdone = "off";
  46. _root.special = "off";
  47. _root.specialdone = "off";
  48. _root.spawncontrol = "off";
  49. _root.killallenemies = "off";
  50. _root.hadouken = "off";
  51.