home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / frame_73 / DoAction.as < prev   
Encoding:
Text File  |  2007-09-27  |  1.1 KB  |  47 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("three");
  12. _root.arrows.gotoAndStop(1);
  13. stop();
  14. Color.prototype.reset = function()
  15. {
  16.    var trans = {ra:100,ga:100,ba:100,rb:0,gb:0,bb:0};
  17.    this.setTransform(trans);
  18. };
  19. _root.working = "on";
  20. _root.noo = 0;
  21. _root.fatigue = 100;
  22. _root.introwalk = "on";
  23. _root.guy.gotoAndStop("Introwalk");
  24. _root.stage = 3;
  25. _root.bossdead = "no";
  26. _root.bossactivated = "off";
  27. _root.walknormal = 2.5;
  28. _root.bonus = 0;
  29. _root.bossspawn = "off";
  30. _root.boss = 5;
  31. _root.timespeed = 1000;
  32. _root.powerbar = 0;
  33. _root.enemies = 25;
  34. _root.pause = "off";
  35. _root.jump = "on";
  36. _root.kicked = "off";
  37. _root.punchandhit = "off";
  38. _root.punchandhitlow = "off";
  39. _root.shootandhit = "off";
  40. _root.shootandhitlow = "off";
  41. _root.shootdone = "off";
  42. _root.special = "off";
  43. _root.specialdone = "off";
  44. _root.spawncontrol = "off";
  45. _root.killallenemies = "off";
  46. _root.hadouken = "off";
  47.