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