狂扁小朋友的6关都是一样的?

来源:百度知道 编辑:UC知道 时间:2024/06/08 21:24:33

准确的说只有1关,其中有共有11个场景,其flash代码如下:
  function f_KidDie(zone)
  {
  var _loc1 = zone;
  _loc1.alive = false;
  _loc1.shadow_pt.gotoAndStop("off");
  ++kills;
  if (kills >= kills_goal)
  {
  kills_goal = 0;
  ++checkpoint;
  if (checkpoint == 1)
  {
  limit_bottomright.x = limit_bottomright.x + 1370;
  new_limit_topleft = limit_bottomright.x - 1400;
  f_KidGroup2();
  }
  else if (checkpoint == 2)
  {
  limit_bottomright.x = limit_bottomright.x + 550;
  new_limit_topleft = limit_bottomright.x - 640;
  f_SwingsOn();
  f_KidSwing();
  }
  else if (checkpoint == 3)
  {
  limit_bottomright.x = limit_bottomright.x + 1150;
  new_limit_topleft = limit_bottomright.x - 1250;
  f_KidGroupSoccer();
  soccerfield.gotoAndStop("startsoccer");
  }
  else if (checkpoint == 4)
  {
  f_CarScene1();
  f_KidGroup5();