Frame 3
var l = _root.getBytesLoaded();
var t = _root.getBytesTotal();
var LT = (l / t);
preloader.line._width = 400 * LT;
var info = (Math.round(LT * 100) + "%");
preloader.infoMC.text = info;
if (LT < 1) {
gotoAndPlay (2);
}
Frame 156
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.play();
} else {
_root.gotoAndPlay(1);
}
Frame 157
function checkDomain(keyStr) {
trace(keyStr);
var _local2 = _root._url;
if (_local2.split(keyStr).length < 2) {
trace("..");
getURL ("http://" + keyStr);
fscommand ("quit", true);
}
}
stop();
Frame 158
function c_dan(lei, xx, yy, vx, vy, rr, danhp, teshu) {
var _local3 = 0;
while (_root.dan_array[_local3] != undefined) {
_local3++;
}
_root.dan_array[_local3] = _root.attachMovie("dan" + lei, "dan" + _local3, _root.getNextHighestDepth());
_root.dan_array[_local3].pai = _local3;
_root.dan_array[_local3]._x = xx;
_root.dan_array[_local3]._y = yy;
_root.dan_array[_local3].vx = vx;
_root.dan_array[_local3].vy = vy;
_root.dan_array[_local3].hp = danhp;
_root.dan_array[_local3]._rotation = rr;
if (teshu == undefined) {
_root.dan_array[_local3].onEnterFrame = function () {
this._x = this._x + vx;
this._y = this._y + vy;
if ((((this._x > 600) || (this._x < 0)) || (this._y < 0)) || (this._y > 380)) {
this.hp = 0;
}
if (this.hp <= 0) {
_root.dan_array[this.pai] = undefined;
this.removeMovieClip();
delete this.onEnterFrame;
}
};
} else if (teshu == "zz") {
_root.dan_array[_local3].onEnterFrame = function () {
var _local3 = 0;
while ((_root.di_array[_local3] == undefined) && (_local3 <= 30)) {
_local3++;
}
if (_root.di_array[_local3] == undefined) {
this._x = this._x + _root.ss;
this._rotation = 0;
} else {
var _local4 = Math.atan2(_root.di_array[_local3]._y - this._y, _root.di_array[_local3]._x - this._x);
this._rotation = (_local4 * 180) / Math.PI;
this._x = this._x + (_root.ss * Math.cos(_local4));
this._y = this._y + (_root.ss * Math.sin(_local4));
}
if ((((this._x > 600) || (this._x < 0)) || (this._y < 0)) || (this._y > 380)) {
this.hp = 0;
}
if (this.hp <= 0) {
_root.dan_array[this.pai] = undefined;
this.removeMovieClip();
delete this.onEnterFrame;
}
};
} else if (teshu == "qun") {
_root.dan_array[_local3].onEnterFrame = function () {
this._x = this._x + this.vx;
this._y = this._y + this.vy;
if ((((this._x > 600) || (this._x < 0)) || (this._y < 0)) || (this._y > 380)) {
_root.dan_array[this.pai] = undefined;
this.removeMovieClip();
delete this.onEnterFrame;
}
if (this.hp <= 0) {
this.gotoAndPlay("bao");
delete this.onEnterFrame;
}
};
}
return(_local3);
}
function c_didan(lei, xx, yy, vx, vy, rr, danhp, teshu) {
var _local3 = 0;
while (_root.didan_array[_local3] != undefined) {
_local3++;
}
_root.didan_array[_local3] = _root.attachMovie("dan" + lei, "didan" + _local3, _root.getNextHighestDepth());
_root.didan_array[_local3].pai = _local3;
_root.didan_array[_local3]._x = xx;
_root.didan_array[_local3]._y = yy;
_root.didan_array[_local3].vx = vx;
_root.didan_array[_local3].vy = vy;
_root.didan_array[_local3].hp = danhp;
_root.didan_array[_local3]._rotation = rr;
if (teshu != 1) {
_root.didan_array[_local3].onEnterFrame = function () {
this._x = this._x + vx;
this._y = this._y + vy;
if ((((this._x > 600) || (this._x < 0)) || (this._y < 0)) || (this._y > 380)) {
this.hp = 0;
}
if (this.hp <= 0) {
_root.didan_array[this.pai] = undefined;
this.removeMovieClip();
delete this.onEnterFrame;
}
};
}
return(_local3);
}
function c_di(lei, xx, yy, dihp, yd, vv) {
var _local3 = 0;
while (_root.di_array[_local3] != undefined) {
_local3++;
}
_root.di_array[_local3] = _root.attachMovie("di" + lei, "di" + _local3, _root.getNextHighestDepth());
_root.di_array[_local3].pai = _local3;
_root.di_array[_local3]._x = xx;
_root.di_array[_local3]._y = yy;
_root.di_array[_local3].hp = dihp;
_root.di_array[_local3].hp2 = dihp;
if (yd == "left") {
_root.di_array[_local3].onEnterFrame = function () {
this._x = this._x - vv;
if ((((this._x > 600) || (this._x < -200)) || (this._y < -100)) || (this._y > 480)) {
_root.di_array[this.pai] = undefined;
this.removeMovieClip();
}
if (this.hp <= 0) {
_root.myscore = _root.myscore + (((this.hp2 == undefined) ? 0 : (this.hp2)) * 150);
this.gotoAndPlay("bao");
_root.di_array[this.pai] = undefined;
delete this.onEnterFrame;
}
};
} else if (yd == "right") {
di_array[_local3].onEnterFrame = function () {
this._x = this._x + vv;
if ((((this._x > 600) || (this._x < -200)) || (this._y < -100)) || (this._y > 480)) {
_root.di_array[this.pai] = undefined;
this.removeMovieClip();
}
if (this.hp <= 0) {
_root.myscore = _root.myscore + (((this.hp2 == undefined) ? 0 : (this.hp2)) * 150);
this.gotoAndPlay("bao");
_root.di_array[this.pai] = undefined;
delete this.onEnterFrame;
}
};
} else {
di_array[_local3].onEnterFrame = function () {
if ((((this._x > 600) || (this._x < -200)) || (this._y < -100)) || (this._y > 480)) {
_root.di_array[this.pai] = undefined;
this.removeMovieClip();
}
if (this.hp <= 0) {
_root.myscore = _root.myscore + (((this.hp2 == undefined) ? 0 : (this.hp2)) * 150);
this.gotoAndPlay("bao");
_root.di_array[this.pai] = undefined;
delete this.onEnterFrame;
}
};
}
return(_local3);
}
function hitpan() {
_root.zhong_t2 = getTimer();
for (i in _root.di_array) {
if (_root.di_array[i]) {
if ((_root.di_array[i].hitp.hitTest(_root.man.hitp) && ((_root.zhong_t2 - _root.zhong_t1) >= 1000)) && (_root.wudi != 1)) {
_root.health = _root.health - 1;
_root.man.baozha._alpha = 100;
_root.man.baohu._alpha = 100;
_root.zhong_t1 = getTimer();
_root.di_array[i].hp = _root.di_array[i].hp - 1;
}
for (j in _root.dan_array) {
if (_root.dan_array[j]) {
if (_root.di_array[i].hitp.hitTest(_root.dan_array[j].hitp)) {
var _local2 = random(1000);
_root.attachMovie("huohua", "huohua" + _local2, _root.getNextHighestDepth());
_root["huohua" + _local2]._x = _root.di_array[i]._x;
_root["huohua" + _local2]._y = _root.di_array[i]._y;
_root.di_array[i].hp = _root.di_array[i].hp - 1;
_root.dan_array[j].hp = _root.dan_array[j].hp - 1;
}
}
}
}
}
for (i in _root.didan_array) {
if (_root.didan_array[i]) {
if ((_root.didan_array[i].hitp.hitTest(_root.man.hitp) && ((_root.zhong_t2 - _root.zhong_t1) >= 1000)) && (_root.wudi != 1)) {
_root.health = _root.health - 1;
_root.man.baozha._alpha = 100;
_root.man.baohu._alpha = 100;
_root.zhong_t1 = getTimer();
_root.didan_array[i].hp = _root.didan_array[i].hp - 1;
}
}
}
}
function lostf() {
for (i in _root.di_array) {
_root.di_array[i].removeMovieClip();
_root.di_array[i] = undefined;
}
for (i in _root.dan_array) {
_root.dan_array[i].removeMovieClip();
_root.dan_array[i] = undefined;
}
for (i in _root.didan_array) {
_root.didan_array[i].removeMovieClip();
_root.didan_array[i] = undefined;
}
}
function wait(mymc, tt) {
mymc.stop();
var aa = setInterval(function () {
if (_root.nowait == 0) {
mymc.play();
}
clearInterval(aa);
}, tt * 1000);
}
function att(mymc, dan, tt, fangshi, lian, myname) {
mymc[myname] = setInterval(function () {
if (_root.di_array[mymc.pai] != undefined) {
switch (fangshi) {
case 0 :
_root.c_didan(dan, mymc._x, mymc._y, ((_root.ss * 0.4) * Math.abs(_root.man._x - mymc._x)) / (_root.man._x - mymc._x), 0, (rr * 180) / Math.PI, 1);
break;
case 2 :
_root.c_didan(dan, mymc._x, mymc._y, 0, ((_root.ss * 0.3) * Math.abs(_root.man._y - mymc._y)) / (_root.man._y - mymc._y), (rr * 180) / Math.PI, 1);
break;
case 9 :
var rr = Math.atan2(_root.man._y - mymc._y, _root.man._x - mymc._x);
_root.c_didan(dan, mymc._x, mymc._y, (_root.ss * 0.5) * Math.cos(rr), (_root.ss * 0.5) * Math.sin(rr), (rr * 180) / Math.PI, 1);
}
}
if ((lian != 1) || (_root.di_array[mymc.pai] == undefined)) {
clearInterval(mymc[myname]);
}
}, tt * 1000);
}
function showl(www) {
var _local2 = random(100);
_root.attachMovie("showlevel", "ss" + _local2, _root.getNextHighestDepth());
_root["ss" + _local2].ww = www;
}
var dan_array = new Array();
var di_array = new Array();
var didan_array = new Array();
var health = 5;
var wudi = 0;
var zhong_t1 = getTimer();
var zhong_t2 = getTimer();
var myscore = 0;
var mylevel = 1;
var money = 0;
var hadlost = 0;
var nowait = 0;
var nosound = 0;
var bgm1_sound = new Sound();
bgm1_sound.attachSound("bgm1");
var pao_array = new Array(2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
var pao_dq = 0;
var dao_array = new Array(5, 5, 5, 5);
var dao_dq = 0;
Frame 159
var isjump = 0;
var jumph = 30;
var hjump = 0;
var man_s = 5;
var gol = 37;
var gor = 39;
var gou = 38;
var god = 40;
var fire = 65;
var chao = 83;
var jump = 68;
var qdd = 70;
var ss = 20;
_root.onEnterFrame = function () {
_root.ttttttttttttttt.text = _root._currentframe;
hitpan();
if ((_root.health <= 0) && (_root.hadlost == 0)) {
var _local2 = random(100);
_root.attachMovie("baodi", "baodi" + tt79, _root.getNextHighestDepth());
_root["baodi" + tt79]._y = _root.man._y;
_root["baodi" + tt79]._x = _root.man._x + 5;
_root.man.unloadMovie();
_root.showl("fail");
_root.hadlost = 1;
}
_root.debugt = _root.myscore;
};
_root.gotoAndPlay("mylevel1");
Frame 162
_root.score_txt = _root.myscore;
_root.health = 5;
_root.mylevel = 1;
_root.hadlost = 0;
_root.nowait = 1;
stop();
Frame 163
stop();
Frame 164
_root.score_txt = _root.myscore;
_root.mylevel = 1;
_root.nowait = 1;
stop();
Frame 165
stop();
Frame 166
_root.ll = "level " + _root.mylevel;
_root.score_txt = _root.myscore;
_root.nowait = 1;
stop();
Frame 167
_root.nowait = 1;
_root.need = "";
_root.money = _root.money + (((_root.mylevel * 10) + Math.floor(_root.myscore / 1000)) + 10);
var pao_tt = new Array();
for (i in _root.pao_array) {
_root.pao_tt[i] = _root.pao_array[i];
}
for (i in _root.pao_array) {
_root.pao_array[i] = 2;
}
Instance of Symbol 327 MovieClip "paoguan2" in Frame 167
onClipEvent (load) {
var tt11 = new Array("Multiple gun", "Multiple cannon", "Laser(lv1)", "Laser(lv2)", "Laser(lv3)", "Gun", "Trinal cannon", "Double shoot", "Two shoot", "Cannon", "Cannon2");
var pires = new Array(20, 20, 30, 40, 50, 10, 30, 20, 25, 25, 25);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.pao_dq + 1);
_root.pao_shop = tt11[_root.pao_dq];
_root.pay = ((("price\uFF1A" + pires[_root.pao_dq]) + "g You have:") + _root.money) + "g";
}
Instance of Symbol 327 MovieClip "paoguan2" in Frame 167
onClipEvent (enterFrame) {
this.gotoAndStop(_root.pao_dq + 1);
}
Frame 168
_root.nowait = 1;
stop();
Frame 169
_root.nowait = 1;
_root.need = "";
stop();
Instance of Symbol 500 MovieClip in Frame 169
onClipEvent (enterFrame) {
_root.pay = ("you have:" + _root.money) + "g";
}
Instance of Symbol 530 MovieClip "heal" in Frame 169
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Frame 173
myscore = 0;
_root.nowait = 1;
_root.health = 5;
_root.mylevel = 1;
_root.bgm1_sound.start();
stop();
Frame 174
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
Instance of Symbol 623 MovieClip "bgd" in Frame 174
onClipEvent (load) {
this.gotoAndPlay(1);
}
Instance of Symbol 632 MovieClip in Frame 174
on (press) {
if (_root.nosound == 1) {
_root.nosound = 0;
this.gotoAndStop(1);
_root.bgm1_sound.start();
} else {
_root.bgm1_sound.stop();
_root.nosound = 1;
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.nosound == 1) {
_root.bgm1_sound.stop();
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 530 MovieClip "heal" in Frame 174
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 174
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 174
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 175
_root.c_di(12, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 181
_root.c_di(12, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 188
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 650, 150, 2, "left", 8);
Frame 217
_root.wait(_root, 4);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 650, 150, 2, "left", 8);
Frame 234
_root.c_di(12, 700, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
Frame 253
_root.wait(_root, 6);
_root.c_di(15, 600, 275, 3, "left", 3);
Frame 258
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 271
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 278
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 284
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 291
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 293
_root.c_di(15, 600, 275, 3, "left", 3);
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 297
_root.c_di(2, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 304
stop();
_root.showl("win");
Frame 308
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 308
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 308
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 308
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 309
_root.c_di(2, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 315
_root.c_di(2, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 322
_root.c_di(2, 600, 100, 2, "left", 8);
Frame 351
_root.wait(_root, 4);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 150, 2, "left", 8);
Frame 368
_root.c_di(3, 700, 100, 2, "left", 8);
_root.c_di(2, 600, 200, 2, "left", 10);
Frame 387
_root.wait(_root, 6);
_root.c_di(19, 600, 275, 3, "left", 3);
Frame 392
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(1, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 405
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 412
_root.c_di(2, 600, 150, 2, "left", 9);
_root.wait(_root, 5);
Frame 418
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 425
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 427
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 431
_root.c_di(3, 600, 150, 2, "left", 9);
_root.wait(_root, 5);
Frame 438
stop();
_root.showl("win");
Frame 442
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 442
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 442
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 442
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 443
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 449
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 456
_root.c_di(4, 600, 100, 2, "left", 8);
_root.c_di(4, 650, 150, 2, "left", 8);
Frame 485
_root.wait(_root, 4);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 150, 2, "left", 8);
Frame 502
_root.c_di(4, 700, 100, 2, "left", 8);
_root.c_di(4, 600, 200, 2, "left", 10);
Frame 521
_root.wait(_root, 6);
_root.c_di(20, 600, 275, 3, "left", 3);
Frame 526
_root.c_di(4, 600, 275, 3, "left", 3);
_root.c_di(4, 700, 150, 2, "left", 7);
_root.c_di(1, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 539
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(4, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 546
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 552
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 559
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.c_di(4, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 561
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 565
_root.c_di(3, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 572
stop();
_root.showl("win");
Frame 576
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 576
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 576
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 576
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 577
_root.c_di(5, 600, 224, 2, "left", 8);
_root.wait(_root, 2);
Frame 583
_root.c_di(5, 600, 224, 2, "left", 8);
_root.wait(_root, 2);
Frame 590
_root.c_di(5, 600, 224, 2, "left", 8);
_root.c_di(5, 700, 224, 2, "left", 8);
Frame 619
_root.wait(_root, 4);
_root.c_di(5, 600, 224, 2, "left", 8);
_root.c_di(5, 700, 224, 2, "left", 8);
Frame 636
_root.c_di(5, 700, 100, 2, "left", 8);
_root.c_di(5, 600, 200, 2, "left", 10);
Frame 655
_root.wait(_root, 6);
_root.c_di(20, 600, 275, 3, "left", 3);
Frame 660
_root.c_di(5, 600, 275, 3, "left", 3);
_root.c_di(4, 700, 150, 2, "left", 7);
_root.c_di(5, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 673
_root.c_di(5, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(4, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 680
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 686
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(5, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 693
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 695
_root.c_di(13, 600, 100, 3, "left", 3);
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 699
_root.c_di(5, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(5, 700, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 706
stop();
_root.showl("win");
Frame 710
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 710
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 710
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 710
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 711
_root.c_di(1, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 717
_root.c_di(1, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 724
_root.c_di(10, 600, 100, 2, "left", 8);
_root.c_di(9, 650, 150, 2, "left", 8);
Frame 753
_root.wait(_root, 4);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 150, 2, "left", 8);
Frame 770
_root.c_di(3, 700, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
Frame 789
_root.wait(_root, 6);
_root.c_di(19, 600, 275, 3, "left", 3);
Frame 794
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(3, 700, 150, 2, "left", 7);
_root.c_di(1, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 807
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 814
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 820
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 827
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 829
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 833
_root.c_di(3, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 840
stop();
_root.showl("win");
Frame 844
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 844
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 844
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 844
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 845
_root.wait(_root, 6);
_root.c_di(15, 600, 275, 3, "left", 3);
Frame 850
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 863
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 864
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 5);
Frame 871
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 877
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(9, 600, 100, 2, "left", 8);
_root.c_di(6, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 884
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 9);
Frame 885
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(6, 600, 200, 2, "left", 10);
_root.wait(_root, 7);
Frame 892
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 7);
Frame 898
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 7);
Frame 905
_root.c_di(6, 600, 150, 2, "left", 9);
_root.c_di(6, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 906
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 919
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 920
stop();
_root.showl("win");
Frame 925
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 925
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 925
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 925
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 926
_root.c_di(2, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 932
_root.c_di(2, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 939
_root.c_di(2, 600, 100, 2, "left", 8);
Frame 968
_root.wait(_root, 4);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 150, 2, "left", 8);
Frame 985
_root.c_di(3, 700, 100, 2, "left", 8);
_root.c_di(2, 600, 200, 2, "left", 10);
Frame 1004
_root.wait(_root, 6);
_root.c_di(19, 600, 275, 3, "left", 3);
Frame 1009
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(1, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 1022
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 1029
_root.c_di(2, 600, 150, 2, "left", 9);
_root.wait(_root, 5);
Frame 1035
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 1042
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1044
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1048
_root.c_di(3, 600, 150, 2, "left", 9);
_root.wait(_root, 5);
Frame 1055
stop();
_root.showl("win");
Frame 1062
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 1062
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 1062
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 1062
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 1063
_root.c_di(5, 600, 224, 2, "left", 8);
_root.wait(_root, 2);
Frame 1069
_root.c_di(5, 600, 224, 2, "left", 8);
_root.wait(_root, 2);
Frame 1076
_root.c_di(5, 600, 224, 2, "left", 8);
_root.c_di(5, 700, 224, 2, "left", 8);
Frame 1105
_root.wait(_root, 4);
_root.c_di(5, 600, 224, 2, "left", 8);
_root.c_di(5, 700, 224, 2, "left", 8);
Frame 1122
_root.c_di(5, 700, 100, 2, "left", 8);
_root.c_di(5, 600, 200, 2, "left", 10);
Frame 1141
_root.wait(_root, 6);
_root.c_di(20, 600, 275, 3, "left", 3);
Frame 1146
_root.c_di(5, 600, 275, 3, "left", 3);
_root.c_di(4, 700, 150, 2, "left", 7);
_root.c_di(5, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 1159
_root.c_di(5, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(4, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 1166
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 1172
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(5, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 1179
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1181
_root.c_di(13, 600, 100, 3, "left", 3);
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1185
_root.c_di(5, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(5, 700, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1192
stop();
_root.showl("win");
Frame 1200
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 1200
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 1200
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 1200
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 1201
_root.wait(_root, 6);
_root.c_di(15, 600, 275, 3, "left", 3);
Frame 1206
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 1219
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 1220
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 5);
Frame 1227
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 1233
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 1240
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 9);
Frame 1241
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 7);
Frame 1248
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 7);
Frame 1254
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 7);
Frame 1261
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1262
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 1275
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 1276
stop();
_root.showl("win");
Frame 1281
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 1281
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 1281
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 1281
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 1282
_root.wait(_root, 6);
_root.c_di(15, 600, 275, 3, "left", 3);
_root.c_di(15, 700, 275, 3, "left", 3);
Frame 1287
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 1300
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 1301
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 5);
Frame 1308
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 1314
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 1321
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 9);
Frame 1322
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 7);
Frame 1329
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 7);
Frame 1335
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 7);
Frame 1342
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1343
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 1353
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 10);
Frame 1357
_root.c_di(14, 400, 150, 40, "aa", 2);
stop();
Frame 1358
stop();
_root.showl("win");
Frame 1362
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 1362
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 1362
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 1363
_root.c_di(7, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 1369
_root.c_di(7, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 1376
_root.c_di(2, 600, 100, 2, "left", 8);
Frame 1405
_root.wait(_root, 4);
_root.c_di(7, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 150, 2, "left", 8);
Frame 1422
_root.c_di(3, 700, 100, 2, "left", 8);
_root.c_di(2, 600, 200, 2, "left", 10);
Frame 1441
_root.wait(_root, 6);
_root.c_di(19, 600, 275, 3, "left", 3);
Frame 1446
_root.c_di(8, 600, 275, 3, "left", 3);
_root.c_di(1, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 1459
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 1466
_root.c_di(9, 600, 150, 2, "left", 9);
_root.wait(_root, 5);
Frame 1472
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 1479
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1481
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1485
_root.c_di(3, 600, 150, 2, "left", 9);
_root.wait(_root, 5);
Frame 1492
stop();
_root.showl("win");
Frame 1496
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 1496
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 1496
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 1496
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 1497
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 1503
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 1510
_root.c_di(4, 600, 100, 2, "left", 8);
_root.c_di(4, 650, 150, 2, "left", 8);
Frame 1539
_root.wait(_root, 4);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 150, 2, "left", 8);
Frame 1556
_root.c_di(9, 700, 100, 2, "left", 8);
_root.c_di(4, 600, 200, 2, "left", 10);
Frame 1575
_root.wait(_root, 6);
_root.c_di(18, 600, 275, 3, "left", 3);
Frame 1580
_root.c_di(4, 600, 275, 3, "left", 3);
_root.c_di(4, 700, 150, 2, "left", 7);
_root.c_di(1, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 1593
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(4, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 1600
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 1606
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 1613
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.c_di(4, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1615
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1619
_root.c_di(3, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1626
stop();
_root.showl("win");
Frame 1630
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 1630
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 1630
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 1630
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 1631
_root.c_di(5, 600, 224, 2, "left", 8);
_root.wait(_root, 2);
Frame 1637
_root.c_di(5, 600, 224, 2, "left", 8);
_root.wait(_root, 2);
Frame 1644
_root.c_di(5, 600, 224, 2, "left", 8);
_root.c_di(5, 700, 224, 2, "left", 8);
Frame 1673
_root.wait(_root, 4);
_root.c_di(5, 600, 224, 2, "left", 8);
_root.c_di(5, 700, 224, 2, "left", 8);
Frame 1690
_root.c_di(5, 700, 100, 2, "left", 8);
_root.c_di(5, 600, 200, 2, "left", 10);
Frame 1709
_root.wait(_root, 6);
_root.c_di(19, 600, 275, 3, "left", 3);
Frame 1714
_root.c_di(5, 600, 275, 3, "left", 3);
_root.c_di(4, 700, 150, 2, "left", 7);
_root.c_di(5, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 1727
_root.c_di(5, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(4, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 1734
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 1740
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(5, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 1747
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1749
_root.c_di(13, 600, 100, 3, "left", 3);
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1753
_root.c_di(5, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(5, 700, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1760
stop();
_root.showl("win");
Frame 1764
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 1764
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 1764
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 1764
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 1765
_root.c_di(1, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 1771
_root.c_di(1, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 1778
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(1, 650, 150, 2, "left", 8);
Frame 1807
_root.wait(_root, 4);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 150, 2, "left", 8);
Frame 1824
_root.c_di(3, 700, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
Frame 1843
_root.wait(_root, 6);
_root.c_di(19, 600, 275, 3, "left", 3);
Frame 1848
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(3, 700, 150, 2, "left", 7);
_root.c_di(1, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 1861
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 1868
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 1874
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 1881
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1883
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1887
_root.c_di(3, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1894
stop();
_root.showl("win");
Frame 1898
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 1898
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 1898
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 1898
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 1899
_root.wait(_root, 6);
_root.c_di(15, 600, 275, 3, "left", 3);
Frame 1904
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 1917
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 1918
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 5);
Frame 1925
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 1931
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 1938
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 9);
Frame 1939
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 7);
Frame 1946
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 7);
Frame 1952
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 7);
Frame 1959
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 1960
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 1973
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 1974
stop();
_root.showl("win");
Frame 1979
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 1979
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 1979
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 1979
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 1980
_root.c_di(2, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 1986
_root.c_di(2, 600, 100, 2, "left", 8);
_root.wait(_root, 2);
Frame 1993
_root.c_di(2, 600, 100, 2, "left", 8);
Frame 2022
_root.wait(_root, 4);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 150, 2, "left", 8);
Frame 2039
_root.c_di(3, 700, 100, 2, "left", 8);
_root.c_di(2, 600, 200, 2, "left", 10);
Frame 2058
_root.wait(_root, 6);
_root.c_di(19, 600, 275, 3, "left", 3);
Frame 2063
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(1, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 2076
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 2083
_root.c_di(2, 600, 150, 2, "left", 9);
_root.wait(_root, 5);
Frame 2089
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 2096
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 2098
_root.c_di(1, 600, 275, 3, "left", 3);
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 2102
_root.c_di(3, 600, 150, 2, "left", 9);
_root.wait(_root, 5);
Frame 2109
stop();
_root.showl("win");
Frame 2116
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 2116
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 2116
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 2116
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 2117
_root.c_di(5, 600, 224, 2, "left", 8);
_root.wait(_root, 2);
Frame 2123
_root.c_di(5, 600, 224, 2, "left", 8);
_root.wait(_root, 2);
Frame 2130
_root.c_di(5, 600, 224, 2, "left", 8);
_root.c_di(5, 700, 224, 2, "left", 8);
Frame 2159
_root.wait(_root, 4);
_root.c_di(5, 600, 224, 2, "left", 8);
_root.c_di(5, 700, 224, 2, "left", 8);
Frame 2176
_root.c_di(5, 700, 100, 2, "left", 8);
_root.c_di(5, 600, 200, 2, "left", 10);
Frame 2195
_root.wait(_root, 6);
_root.c_di(20, 600, 275, 3, "left", 3);
Frame 2200
_root.c_di(5, 600, 275, 3, "left", 3);
_root.c_di(4, 700, 150, 2, "left", 7);
_root.c_di(5, 600, 150, 2, "left", 8);
_root.wait(_root, 4);
Frame 2213
_root.c_di(5, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(4, 600, 200, 2, "left", 10);
_root.wait(_root, 2);
Frame 2220
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 2226
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(5, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 2233
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 2235
_root.c_di(13, 600, 100, 3, "left", 3);
_root.c_di(4, 600, 150, 2, "left", 9);
_root.c_di(4, 600, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 2239
_root.c_di(5, 600, 150, 2, "left", 9);
_root.c_di(5, 600, 100, 2, "left", 8);
_root.c_di(5, 700, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 2246
stop();
_root.showl("win");
Frame 2254
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 2254
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 2254
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 2254
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 2255
_root.wait(_root, 6);
_root.c_di(15, 600, 275, 3, "left", 3);
Frame 2260
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 2273
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 2274
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 5);
Frame 2281
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 2287
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 2294
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 9);
Frame 2295
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 7);
Frame 2302
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 7);
Frame 2308
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 7);
Frame 2315
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 2316
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 2329
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 2330
stop();
_root.showl("win");
Frame 2335
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 2335
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 2335
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 2335
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 2336
_root.wait(_root, 6);
_root.c_di(15, 600, 275, 3, "left", 3);
_root.c_di(15, 700, 275, 3, "left", 3);
Frame 2341
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 2354
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 2355
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 5);
Frame 2362
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 2368
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 2375
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 9);
Frame 2376
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 7);
Frame 2383
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 7);
Frame 2389
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 7);
Frame 2396
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 2397
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 2407
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 10);
Frame 2411
_root.c_di(14, 400, 150, 40, "aa", 2);
stop();
Frame 2412
stop();
_root.showl("win");
Frame 2416
_root.nowait = 0;
_root.showl("start");
_root.wait(_root, 5);
_root.bgm1_sound.start();
Instance of Symbol 530 MovieClip "heal" in Frame 2416
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.health + 1);
}
Instance of Symbol 633 MovieClip in Frame 2416
onClipEvent (enterFrame) {
if (Key.isDown(_root.qdd) && ((getTimer() - tt88) >= 220)) {
var tt00 = (_root.dao_array.length - 1);
(i = _root.dao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.dao_array[i] > 0) {
_root.dao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt88 = getTimer();
}
_root.daodan_txt = "\u00D7" + _root.dao_array[_root.dao_dq];
}
Instance of Symbol 333 MovieClip [car] "man" in Frame 2416
onClipEvent (load) {
this.man02.paoguan._rotation = -30;
this.baohu._alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.gol) && (this._x >= 10)) {
this._x = this._x - (_root.man_s - 1);
} else if (Key.isDown(_root.gor) && (this._x <= 500)) {
this._x = this._x + _root.man_s;
}
if (Key.isDown(_root.gou)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation - 7;
} else if (Key.isDown(_root.god)) {
this.man02.paoguan._rotation = this.man02.paoguan._rotation + 7;
}
if (Key.isDown(_root.jump) && (_root.isjump == 0)) {
_root.isjump = 1;
}
if (_root.isjump == 1) {
if (_root.hjump >= 8) {
_root.isjump = 2;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y - 7.5;
_root.hjump++;
}
} else if (_root.isjump == 2) {
if (_root.hjump >= 8) {
_root.isjump = 0;
_root.hjump = 0;
} else {
_root.man._y = _root.man._y + 7.5;
_root.hjump++;
}
}
if (Key.isDown(_root.fire) && ((getTimer() - tt55) >= 300)) {
_root.c_dan(_root.pao_dq, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1);
tt55 = getTimer();
}
if ((Key.isDown(_root.chao) && ((getTimer() - tt66) >= 1000)) && (_root.dao_array[_root.dao_dq] > 0)) {
switch (_root.dao_dq) {
case 0 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "zz");
break;
case 1 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 1, "qun");
break;
case 2 :
case 3 :
_root.c_dan((20 + _root.dao_dq) + 1, this._x + (30 * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180)), this._y + (30 * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180)), _root.ss * Math.cos((this.man02.paoguan._rotation * Math.PI) / 180), _root.ss * Math.sin((this.man02.paoguan._rotation * Math.PI) / 180), this.man02.paoguan._rotation, 10);
}
_root.dao_array[_root.dao_dq] = _root.dao_array[_root.dao_dq] - 1;
tt66 = getTimer();
}
}
Frame 2417
_root.wait(_root, 6);
_root.c_di(15, 600, 275, 3, "left", 3);
_root.c_di(15, 700, 275, 3, "left", 3);
Frame 2422
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 2435
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 8);
Frame 2436
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 5);
Frame 2443
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 5);
Frame 2449
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 5);
Frame 2456
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 9);
Frame 2457
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(1, 600, 200, 2, "left", 10);
_root.wait(_root, 7);
Frame 2464
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 200, 2, "left", 11);
_root.wait(_root, 7);
Frame 2470
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(3, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 80, 2, "left", 8);
_root.wait(_root, 7);
Frame 2477
_root.c_di(1, 600, 150, 2, "left", 9);
_root.c_di(1, 600, 100, 2, "left", 8);
_root.c_di(3, 650, 100, 2, "left", 8);
_root.wait(_root, 5);
Frame 2478
_root.c_di(17, 600, 275, 3, "left", 3);
_root.c_di(12, 700, 150, 2, "left", 7);
_root.c_di(12, 600, 150, 2, "left", 8);
_root.wait(_root, 6);
Frame 2488
_root.c_di(12, 600, 150, 2, "left", 9);
_root.c_di(12, 600, 100, 2, "left", 8);
_root.c_di(12, 600, 200, 2, "left", 10);
_root.wait(_root, 10);
Frame 2492
_root.c_di(14, 400, 150, 50, "aa", 2);
stop();
Frame 2493
stop();
_root.showl("win");
Symbol 7 MovieClip Frame 1
this._alpha = 0;
Symbol 70 MovieClip [di12] Frame 1
_root.att(this, 5, 1, 2, 1, "kk1");
this.onUnload = function () {
clearInterval(this.kk1);
};
stop();
Symbol 70 MovieClip [di12] Frame 25
stop();
this.removeMovieClip();
Symbol 91 MovieClip Frame 13
this._alpha = 0;
Symbol 92 MovieClip [di2] Frame 1
_root.att(this, 5, 1.5, 9, 1, "kk1");
this.onUnload = function () {
clearInterval(this.kk1);
};
stop();
Symbol 92 MovieClip [di2] Frame 17
stop();
this.removeMovieClip();
Symbol 94 MovieClip [di1] Frame 1
_root.att(this, 1, 5, 9, 1, "kk1");
this.onUnload = function () {
clearInterval(this.kk1);
};
stop();
Symbol 94 MovieClip [di1] Frame 23
stop();
this.removeMovieClip();
Symbol 96 MovieClip [di11] Frame 1
_root.att(this, 7, 2, 9, 1, "kk1");
this.onUnload = function () {
clearInterval(this.kk1);
};
stop();
Symbol 96 MovieClip [di11] Frame 23
stop();
this.removeMovieClip();
Symbol 98 MovieClip [di3] Frame 1
stop();
_root.att(this, 1, 3, 9, 1, "kk1");
this.onUnload = function () {
clearInterval(this.kk1);
};
Symbol 98 MovieClip [di3] Frame 25
stop();
this.removeMovieClip();
Symbol 101 MovieClip [di13] Frame 1
_root.att(this, 0, 1, 2, 1, "kk1");
_root.att(this, 8, 3, 9, 1, "kk2");
this.onUnload = function () {
clearInterval(this.kk1);
clearInterval(this.kk2);
};
Symbol 101 MovieClip [di13] Frame 11
if (this.hp > 0) {
gotoAndPlay (2);
}
Symbol 101 MovieClip [di13] Frame 31
stop();
this.removeMovieClip();
Symbol 156 MovieClip [baodi] Frame 30
stop();
this.removeMovieClip();
Symbol 157 MovieClip [di15] Frame 1
stop();
Symbol 157 MovieClip [di15] Frame 10
this.gotoAndPlay(1);
Symbol 157 MovieClip [di15] Frame 29
stop();
this.removeMovieClip();
Symbol 215 MovieClip Frame 36
stop();
Symbol 216 MovieClip [di4] Frame 1
_root.att(this, 10, 3, 9, 1, "kk1");
this.onUnload = function () {
clearInterval(this.kk1);
};
stop();
Symbol 216 MovieClip [di4] Frame 34
stop();
this.removeMovieClip();
Symbol 239 MovieClip [di5] Frame 1
_root.att(this, 4, 3.5, 9, 1, "kk1");
this.onUnload = function () {
clearInterval(this.kk1);
};
stop();
Symbol 239 MovieClip [di5] Frame 19
stop();
this.removeMovieClip();
Symbol 246 MovieClip [di18] Frame 1
stop();
Symbol 246 MovieClip [di18] Frame 10
this.gotoAndPlay(1);
Symbol 246 MovieClip [di18] Frame 29
stop();
this.removeMovieClip();
Symbol 249 MovieClip [di16] Frame 1
stop();
Symbol 249 MovieClip [di16] Frame 10
this.gotoAndPlay(1);
Symbol 249 MovieClip [di16] Frame 29
stop();
this.removeMovieClip();
Symbol 255 MovieClip [di19] Frame 1
stop();
Symbol 255 MovieClip [di19] Frame 10
this.gotoAndPlay(1);
Symbol 255 MovieClip [di19] Frame 29
stop();
this.removeMovieClip();
Symbol 258 MovieClip [di17] Frame 1
stop();
Symbol 258 MovieClip [di17] Frame 10
this.gotoAndPlay(1);
Symbol 258 MovieClip [di17] Frame 29
stop();
this.removeMovieClip();
Symbol 260 MovieClip [di6] Frame 1
_root.att(this, 7, 4, 9, 1, "kk1");
this.onUnload = function () {
clearInterval(this.kk1);
};
stop();
Symbol 260 MovieClip [di6] Frame 19
stop();
this.removeMovieClip();
Symbol 266 MovieClip [di20] Frame 1
stop();
Symbol 266 MovieClip [di20] Frame 10
this.gotoAndPlay(1);
Symbol 266 MovieClip [di20] Frame 29
stop();
this.removeMovieClip();
Symbol 268 MovieClip [di7] Frame 1
_root.att(this, 5, 2, 9, 1, "kk1");
_root.att(this, 4, 4, 9, 0, "kk2");
this.onUnload = function () {
clearInterval(this.kk1);
clearInterval(this.kk2);
};
stop();
Symbol 268 MovieClip [di7] Frame 23
stop();
this.removeMovieClip();
Symbol 284 MovieClip [di8] Frame 1
_root.att(this, 5, 2, 9, 1, "kk1");
_root.att(this, 4, 4, 9, 1, "kk2");
this.onUnload = function () {
clearInterval(this.kk1);
clearInterval(this.kk2);
};
this._y = 100;
stop();
Symbol 284 MovieClip [di8] Frame 40
stop();
this.removeMovieClip();
Symbol 286 MovieClip [di9] Frame 1
_root.att(this, 1, 2, 0, 1, "kk1");
_root.att(this, 2, 3, 0, 1, "kk2");
this.onUnload = function () {
clearInterval(this.kk1);
clearInterval(this.kk2);
};
stop();
Symbol 286 MovieClip [di9] Frame 23
stop();
this.removeMovieClip();
Symbol 288 MovieClip [di10] Frame 1
_root.att(this, 1, 2, 9, 1, "kk1");
this.onUnload = function () {
clearInterval(this.kk1);
};
stop();
Symbol 288 MovieClip [di10] Frame 23
stop();
this.removeMovieClip();
Symbol 290 MovieClip [di14] Frame 1
_root.att(this, 0, 2, 9, 1, "kk1");
_root.att(this, 4, 4, 9, 1, "kk2");
_root.att(this, 7, 3, 9, 1, "kk3");
_root.att(this, 7, 3.5, 9, 1, "kk4");
this.onUnload = function () {
clearInterval(this.kk1);
clearInterval(this.kk2);
clearInterval(this.kk3);
clearInterval(this.kk4);
};
var wgo = 1;
Symbol 290 MovieClip [di14] Frame 3
if (this._x < 70) {
this.wgo = 2;
} else if (this._x > 300) {
this.wgo = 1;
}
switch (this.wgo) {
case 1 :
this._x = this._x - 2;
break;
case 2 :
this._x = this._x + 2;
}
Symbol 290 MovieClip [di14] Frame 4
if (this.hp > 0) {
this.gotoAndPlay(3);
}
Symbol 290 MovieClip [di14] Frame 23
stop();
_root.play();
this.removeMovieClip();
Symbol 298 MovieClip [huohua] Frame 12
this.removeMovieClip();
stop();
Symbol 302 MovieClip [showlevel] Frame 2
Symbol 302 MovieClip [showlevel] Frame 4
switch (this.ww) {
case "start" :
this.ll2.ll = ("level " + _root.mylevel) + " start";
break;
case "win" :
if (_root.hadlost == 0) {
this.ll2.ll = ("level " + _root.mylevel) + " Completed";
} else {
this._alpha = 0;
}
break;
case "fail" :
this.ll2.ll = ("level " + _root.mylevel) + " failed";
}
Symbol 302 MovieClip [showlevel] Frame 80
switch (this.ww) {
case "start" :
this.removeMovieClip();
break;
case "win" :
stopAllSounds();
if (_root.hadlost == 0) {
if (_root.mylevel < 20) {
_root.lostf();
_root.gotoAndStop("lwin");
} else {
_root.mylevel = 1;
_root.lostf();
_root.gotoAndStop("win");
}
}
this.removeMovieClip();
break;
case "fail" :
stopAllSounds();
_root.lostf();
_root.gotoAndStop("lost");
this.removeMovieClip();
}
Symbol 327 MovieClip Frame 1
stop();
Symbol 327 MovieClip Frame 2
stop();
Symbol 327 MovieClip Frame 3
stop();
Symbol 327 MovieClip Frame 4
stop();
Symbol 327 MovieClip Frame 5
stop();
Symbol 327 MovieClip Frame 6
stop();
Symbol 327 MovieClip Frame 7
stop();
Symbol 327 MovieClip Frame 8
stop();
Symbol 327 MovieClip Frame 9
stop();
Symbol 327 MovieClip Frame 10
stop();
Symbol 327 MovieClip Frame 11
stop();
Instance of Symbol 327 MovieClip "paoguan" in Symbol 329 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(32) && ((getTimer() - tt78) >= 220)) {
var tt00 = (_root.pao_array.length - 1);
(i = _root.pao_dq + 1);
(tt01 = 0);
while (tt01 <= tt00) {
if (_root.pao_array[i] == 2) {
_root.pao_dq = i;
this.gotoAndStop(i + 1);
break;
}
(i = ((i >= tt00) ? 0 : (i + 1)));
tt01++;
}
tt78 = getTimer();
}
}
Instance of Symbol 304 MovieClip "baohu" in Symbol 333 MovieClip [car] Frame 1
onClipEvent (enterFrame) {
if ((_root.zhong_t2 - _root.zhong_t1) >= 1000) {
this._alpha = 0;
}
}
Instance of Symbol 91 MovieClip "baozha" in Symbol 333 MovieClip [car] Frame 1
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.gotoAndStop(1);
} else {
this.play();
}
}
Symbol 337 MovieClip [dan24] Frame 14
this.gotoAndPlay(2);
Symbol 340 MovieClip [dan23] Frame 16
this.gotoAndPlay(2);
Symbol 342 MovieClip [dan22] Frame 1
stop();
Symbol 342 MovieClip [dan22] Frame 2
this.vx = 0;
this.vy = 0;
Symbol 342 MovieClip [dan22] Frame 14
_root.dan_array[this.pai] = undefined;
this.removeMovieClip();
Symbol 346 MovieClip [dan21] Frame 6
this.gotoAndPlay(2);
Symbol 390 MovieClip Frame 1
bull.onRelease = function () {
getURL ("http://sillybull.com");
};
Symbol 405 Button
on (press) {
_root.play();
}
Symbol 408 Button
on (press) {
_root.sss.play();
}
Symbol 429 MovieClip Frame 1
stop();
Symbol 429 MovieClip Frame 10
stop();
Symbol 434 Button
on (release) {
getURL ("http://sillybull.com", "_blank");
}
Symbol 443 Button
on (press) {
stopAllSounds();
_root.man_s = 5;
_root.health = 5;
_root.money = 0;
_root.pao_array = new Array(2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
_root.pao_dq = 0;
_root.dao_array = new Array(5, 5, 0, 0);
_root.dao_dq = 0;
_root.myscore = 0;
_root.health = 5;
_root.mylevel = 1;
_root.hadlost = 0;
_root.gotoAndPlay("mylevel1");
}
Symbol 449 Button
on (release) {
getURL ("http://sillybull.com", "_blank");
}
Symbol 463 Button
on (press) {
stopAllSounds();
_root.gotoAndPlay("shop");
}
Symbol 475 Button
on (press) {
for (i in _root.pao_array) {
_root.pao_array[i] = _root.pao_tt[i];
}
_root.pao_dq = 0;
_root.mylevel = _root.mylevel + 1;
stopAllSounds();
_root.gotoAndPlay("mylevel" + _root.mylevel);
}
Symbol 480 Button
on (press) {
if (_root.money < _root.paoguan2.pires[_root.pao_dq]) {
_root.need = "More money is required";
} else {
_root.need = "Buy succeed";
_root.pao_tt[_root.pao_dq] = 2;
_root.money = _root.money - _root.paoguan2.pires[_root.pao_dq];
}
}
Symbol 484 Button
on (press, keyPress "<Space>") {
var tt00 = _root.pao_array.length;
if (_root.pao_dq >= (tt00 - 1)) {
_root.pao_dq = 0;
} else {
_root.pao_dq++;
}
}
Symbol 486 Button
on (press) {
_root.gotoAndStop("shop2");
}
Symbol 487 Button
on (press) {
_root.gotoAndStop("shop1");
}
Symbol 500 MovieClip Frame 1
this._alpha = 0;
Symbol 501 Button
on (press) {
if (_root.money < 8) {
_root.need = "More money is required";
} else {
_root.need = "Buy succeed";
_root.health = ((_root.health >= 8) ? (_root.health) : (_root.health + 1));
_root.money = _root.money - 5;
}
}
Symbol 502 Button
on (press) {
if (_root.money < 10) {
_root.need = "More money is required";
} else {
_root.need = "Buy succeed";
_root.man_s = ((_root.man_s >= 10) ? (_root.man_s) : (_root.man_s + 1));
_root.money = _root.money - 10;
}
}
Symbol 503 Button
on (press) {
if (_root.money < 45) {
_root.need = "More money is required";
} else {
_root.need = "Buy succeed";
_root.health = 8;
_root.money = _root.money - 45;
}
}
Symbol 504 Button
on (press) {
if (_root.money < 30) {
_root.need = "More money is required";
} else {
_root.need = "Buy succeed";
_root.man_s = 10;
_root.money = _root.money - 30;
}
}
Symbol 505 Button
on (press) {
if (_root.money < 5) {
_root.need = "More money is required";
} else {
_root.need = "Buy succeed";
_root.dao_array[0] = _root.dao_array[0] + 1;
_root.money = _root.money - 5;
}
}
Symbol 506 Button
on (press) {
if (_root.money < 5) {
_root.need = "More money is required";
} else {
_root.need = "Buy succeed";
_root.dao_array[1] = _root.dao_array[1] + 1;
_root.money = _root.money - 5;
}
}
Symbol 507 Button
on (press) {
if (_root.money < 5) {
_root.need = "More money is required";
} else {
_root.need = "Buy succeed";
_root.dao_array[2] = _root.dao_array[2] + 1;
_root.money = _root.money - 5;
}
}
Symbol 508 Button
on (press) {
if (_root.money < 5) {
_root.need = "More money is required";
} else {
_root.need = "Buy succeed";
_root.dao_array[3] = _root.dao_array[3] + 1;
_root.money = _root.money - 5;
}
}
Symbol 530 MovieClip Frame 1
stop();
Symbol 530 MovieClip Frame 2
stop();
Symbol 530 MovieClip Frame 3
stop();
Symbol 530 MovieClip Frame 4
stop();
Symbol 530 MovieClip Frame 5
stop();
Symbol 530 MovieClip Frame 6
stop();
Symbol 530 MovieClip Frame 7
stop();
Symbol 530 MovieClip Frame 8
stop();
Symbol 530 MovieClip Frame 9
stop();
Symbol 609 MovieClip Frame 222
_root.play();
Symbol 612 Button
on (press) {
_root.play();
}
Symbol 623 MovieClip Frame 1
if (this._x <= -1200) {
this._x = 0;
}
this._x = this._x - 3;
Symbol 623 MovieClip Frame 2
this.gotoAndPlay(1);
Symbol 623 MovieClip Frame 3
if (this.ttr._x <= -328.4) {
this.ttr._x = 0;
}
this.ttr._x = this.ttr._x - 3;
Symbol 623 MovieClip Frame 4
this.gotoAndPlay(3);
Symbol 623 MovieClip Frame 5
if (this._x <= -1200) {
this._x = 0;
}
this._x = this._x - 3;
Symbol 623 MovieClip Frame 6
this.gotoAndPlay(5);
Symbol 623 MovieClip Frame 7
if (this._x <= -1200) {
this._x = 0;
}
this._x = this._x - 3;
Symbol 623 MovieClip Frame 8
this.gotoAndPlay(7);
Symbol 632 MovieClip Frame 1
stop();
Symbol 632 MovieClip Frame 2
stop();
Symbol 633 MovieClip Frame 1
this.gotoAndStop(_root.dao_dq + 1);
stop();
Symbol 633 MovieClip Frame 2
stop();
Symbol 633 MovieClip Frame 3
stop();
Instance of Symbol 340 MovieClip [dan23] in Symbol 633 MovieClip Frame 3
onClipEvent (enterFrame) {
this.stop();
}
Symbol 633 MovieClip Frame 4
stop();
Instance of Symbol 337 MovieClip [dan24] in Symbol 633 MovieClip Frame 4
onClipEvent (enterFrame) {
this.stop();
}