Frame 2 (42 B)
stop();
onEnterFrame = function () {
};
Instance of Symbol 101 MovieClip in Frame 2 (67 B)
on (release) {
getURL ("http://www.toonarcades.com/", "_blank");
}
Instance of Symbol 103 MovieClip in Frame 2 (72 B)
on (release) {
getURL ("http://www.toonarcades.com/mario", "_blank");
}
Frame 3 (332 B)
stop();
guan = 11;
shijian = 120;
_root.speed = 3;
_root.speed2 = 3;
zidan_speed = 6;
zidan_speed2 = 6;
direnshu = 1;
jinqian = 0;
jinqian2 = 0;
gj = 50;
gj2 = 50;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
shadishu1 = 0;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 1;
dan2 = 1;
Instance of Symbol 246 MovieClip "me" in Frame 3 (810 B)
onClipEvent (enterFrame) {
this._visible = false;
if (_root.cj == 0) {
if (Key.isDown(83)) {
_root.fx = 2;
if (_root.map.hitTest(_x, _y + _root.speed, true)) {
_y = (_y + _root.speed);
}
}
if (Key.isDown(87)) {
_root.fx = 1;
if (_root.map.hitTest(_x, (_y - _root.speed) - 25, true)) {
_y = (_y - _root.speed);
}
}
if ((Key.isDown(65) && (!Key.isDown(87))) && (!Key.isDown(83))) {
_root.fx = 3;
if (_root.map.hitTest((_x - _root.speed) - 15, _y, true)) {
_x = (_x - _root.speed);
}
}
if ((Key.isDown(68) && (!Key.isDown(87))) && (!Key.isDown(83))) {
_root.fx = 4;
if (_root.map.hitTest((_x + _root.speed) + 15, _y, true)) {
_x = (_x + _root.speed);
}
}
}
}
onClipEvent (keyUp) {
this.gotoAndStop(ttt);
}
Instance of Symbol 290 MovieClip "p1" in Frame 3 (86 B)
onClipEvent (enterFrame) {
this._x = _root.me._x - 20;
this._y = _root.me._y - 30;
}
Instance of Symbol 327 MovieClip "di4" in Frame 3 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 327 MovieClip "di1" in Frame 3 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 327 MovieClip "di5" in Frame 3 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 327 MovieClip "di3" in Frame 3 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 246 MovieClip "me2" in Frame 3 (775 B)
onClipEvent (enterFrame) {
this._visible = false;
if (_root.cj2 == 0) {
if (Key.isDown(40)) {
_root.fx2 = 2;
if (_root.map.hitTest(_x, _y + _root.speed2, true)) {
_y = (_y + _root.speed2);
}
}
if (Key.isDown(38)) {
_root.fx2 = 1;
if (_root.map.hitTest(_x, (_y - _root.speed2) - 25, true)) {
_y = (_y - _root.speed2);
}
}
if ((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) {
_root.fx2 = 3;
if (_root.map.hitTest((_x - _root.speed2) - 15, _y, true)) {
_x = (_x - _root.speed2);
}
}
if ((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) {
_root.fx2 = 4;
if (_root.map.hitTest((_x + _root.speed2) + 15, _y, true)) {
_x = (_x + _root.speed2);
}
}
}
}
Instance of Symbol 330 MovieClip "p2" in Frame 3 (114 B)
onClipEvent (enterFrame) {
if (_root.p == 2) {
this._x = _root.me2._x - 20;
this._y = _root.me2._y - 30;
}
}
Instance of Symbol 327 MovieClip "di2" in Frame 3 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 103 MovieClip in Frame 3 (72 B)
on (release) {
getURL ("http://www.toonarcades.com/mario", "_blank");
}
Instance of Symbol 56 MovieClip in Frame 3 (67 B)
on (release) {
getURL ("http://www.toonarcades.com/", "_blank");
}
Frame 4 (804 B)
di1.gotoAndStop(1);
di2.gotoAndStop(1);
di3.gotoAndStop(1);
di4.gotoAndStop(1);
di5.gotoAndStop(1);
di6.gotoAndStop(1);
di1.ph = 100;
di1.zph = 100;
di2.ph = 100;
di2.zph = 100;
di3.ph = 100;
di3.zph = 100;
di4.ph = 100;
di4.zph = 100;
di5.ph = 100;
di5.zph = 100;
stop();
me._x = 60;
me._y = 520;
me2._x = 540;
me2._y = 520;
di1._x = 20;
di1._y = 120;
di2._x = 160;
di2._y = 180;
di3._x = 20;
di3._y = 260;
di4._x = 500;
di4._y = 200;
di7._x = 460;
di7._y = 180;
di5._x = 580;
di5._y = 160;
guan = 12;
shijian = 120;
_root.speed = 3;
_root.speed2 = 3;
zidan_speed = 6;
zidan_speed2 = 6;
direnshu = 11;
gj = 50;
gj2 = 50;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 1;
dan2 = 1;
Instance of Symbol 246 MovieClip "me" in Frame 4 (810 B)
onClipEvent (enterFrame) {
this._visible = false;
if (_root.cj == 0) {
if (Key.isDown(83)) {
_root.fx = 2;
if (_root.map.hitTest(_x, _y + _root.speed, true)) {
_y = (_y + _root.speed);
}
}
if (Key.isDown(87)) {
_root.fx = 1;
if (_root.map.hitTest(_x, (_y - _root.speed) - 25, true)) {
_y = (_y - _root.speed);
}
}
if ((Key.isDown(65) && (!Key.isDown(87))) && (!Key.isDown(83))) {
_root.fx = 3;
if (_root.map.hitTest((_x - _root.speed) - 15, _y, true)) {
_x = (_x - _root.speed);
}
}
if ((Key.isDown(68) && (!Key.isDown(87))) && (!Key.isDown(83))) {
_root.fx = 4;
if (_root.map.hitTest((_x + _root.speed) + 15, _y, true)) {
_x = (_x + _root.speed);
}
}
}
}
onClipEvent (keyUp) {
this.gotoAndStop(ttt);
}
Instance of Symbol 290 MovieClip "p1" in Frame 4 (86 B)
onClipEvent (enterFrame) {
this._x = _root.me._x - 20;
this._y = _root.me._y - 30;
}
Instance of Symbol 246 MovieClip "me2" in Frame 4 (775 B)
onClipEvent (enterFrame) {
this._visible = false;
if (_root.cj2 == 0) {
if (Key.isDown(40)) {
_root.fx2 = 2;
if (_root.map.hitTest(_x, _y + _root.speed2, true)) {
_y = (_y + _root.speed2);
}
}
if (Key.isDown(38)) {
_root.fx2 = 1;
if (_root.map.hitTest(_x, (_y - _root.speed2) - 25, true)) {
_y = (_y - _root.speed2);
}
}
if ((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) {
_root.fx2 = 3;
if (_root.map.hitTest((_x - _root.speed2) - 15, _y, true)) {
_x = (_x - _root.speed2);
}
}
if ((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) {
_root.fx2 = 4;
if (_root.map.hitTest((_x + _root.speed2) + 15, _y, true)) {
_x = (_x + _root.speed2);
}
}
}
}
Instance of Symbol 327 MovieClip "di1" in Frame 4 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 327 MovieClip "di3" in Frame 4 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 327 MovieClip "di5" in Frame 4 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 327 MovieClip "di4" in Frame 4 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 327 MovieClip "di2" in Frame 4 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Frame 5 (842 B)
di1.gotoAndStop(1);
di2.gotoAndStop(1);
di3.gotoAndStop(1);
di4.gotoAndStop(1);
di5.gotoAndStop(1);
di6.gotoAndStop(1);
di1.ph = 200;
di1.zph = 200;
di2.ph = 200;
di2.zph = 200;
di3.ph = 100;
di3.zph = 100;
di4.ph = 100;
di4.zph = 100;
di5.ph = 100;
di5.zph = 100;
stop();
me._x = 60;
me._y = 540;
me2._x = 540;
me2._y = 540;
di1._x = sb1._x;
di1._y = sb1._y;
di2._x = sb2._x;
di2._y = sb2._y;
di3._x = sb3._x;
di3._y = sb3._y;
di4._x = sb4._x;
di4._y = sb4._y;
di5._x = sb5._x;
di5._y = sb5._y;
di6._x = sb6._x;
di6._y = sb6._y;
guan = 13;
shijian = 150;
_root.speed = 3;
_root.speed2 = 3;
zidan_speed = 6;
zidan_speed2 = 6;
direnshu = 16;
gj = 50;
gj2 = 50;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 1;
dan2 = 1;
Instance of Symbol 410 MovieClip "di1" in Frame 5 (941 B)
onClipEvent (load) {
ph = 200;
zph = 200;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 413 MovieClip "sb1" in Frame 5 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 415 MovieClip "sb2" in Frame 5 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 417 MovieClip "sb3" in Frame 5 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 419 MovieClip "sb4" in Frame 5 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "sb5" in Frame 5 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 410 MovieClip "di2" in Frame 5 (941 B)
onClipEvent (load) {
ph = 200;
zph = 200;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Frame 6 (753 B)
di1.gotoAndStop(1);
di2.gotoAndStop(1);
di3.gotoAndStop(1);
di4.gotoAndStop(1);
di5.gotoAndStop(1);
boss.ph = 2000;
boss.zph = 2000;
di1.ph = 200;
di1.zph = 200;
di2.ph = 200;
di2.zph = 200;
di3.ph = 100;
di3.zph = 100;
di4.ph = 100;
di4.zph = 100;
stop();
me._x = 60;
me._y = 540;
me2._x = 540;
me2._y = 540;
di1._x = sb1._x;
di1._y = sb1._y;
di2._x = sb2._x;
di2._y = sb2._y;
di3._x = sb3._x;
di3._y = sb3._y;
di4._x = sb4._x;
di4._y = sb4._y;
guan = 14;
shijian = 300;
_root.speed = 3;
_root.speed2 = 3;
zidan_speed = 6;
zidan_speed2 = 6;
direnshu = 16;
gj = 50;
gj2 = 50;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 1;
dan2 = 1;
Instance of Symbol 410 MovieClip "di1" in Frame 6 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 410 MovieClip "di2" in Frame 6 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Frame 7 (805 B)
di1.gotoAndStop(1);
di2.gotoAndStop(1);
di3.gotoAndStop(1);
di4.gotoAndStop(1);
di5.gotoAndStop(1);
di6.gotoAndStop(1);
di1.ph = 200;
di1.zph = 200;
di2.ph = 200;
di2.zph = 200;
di3.ph = 200;
di3.zph = 200;
di4.ph = 200;
di4.zph = 200;
di5.ph = 200;
di5.zph = 200;
stop();
me._x = 60;
me._y = 540;
me2._x = 540;
me2._y = 540;
di1._x = sb1._x;
di1._y = sb1._y;
di2._x = sb2._x;
di2._y = sb2._y;
di3._x = sb3._x;
di3._y = sb3._y;
di4._x = sb4._x;
di4._y = sb4._y;
di5._x = sb5._x;
di5._y = sb5._y;
guan = 21;
shijian = 120;
_root.speed = 4;
_root.speed2 = 4;
zidan_speed = 7;
zidan_speed2 = 7;
direnshu = 6;
gj = 50;
gj2 = 50;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 1;
dan2 = 1;
Instance of Symbol 290 MovieClip "p1" in Frame 7 (86 B)
onClipEvent (enterFrame) {
this._x = _root.me._x - 20;
this._y = _root.me._y - 30;
}
Instance of Symbol 246 MovieClip "me2" in Frame 7 (775 B)
onClipEvent (enterFrame) {
this._visible = false;
if (_root.cj2 == 0) {
if (Key.isDown(40)) {
_root.fx2 = 2;
if (_root.map.hitTest(_x, _y + _root.speed2, true)) {
_y = (_y + _root.speed2);
}
}
if (Key.isDown(38)) {
_root.fx2 = 1;
if (_root.map.hitTest(_x, (_y - _root.speed2) - 25, true)) {
_y = (_y - _root.speed2);
}
}
if ((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) {
_root.fx2 = 3;
if (_root.map.hitTest((_x - _root.speed2) - 15, _y, true)) {
_x = (_x - _root.speed2);
}
}
if ((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) {
_root.fx2 = 4;
if (_root.map.hitTest((_x + _root.speed2) + 15, _y, true)) {
_x = (_x + _root.speed2);
}
}
}
}
Instance of Symbol 498 MovieClip "di1" in Frame 7 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 413 MovieClip "sb1" in Frame 7 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 415 MovieClip "sb2" in Frame 7 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 417 MovieClip "sb3" in Frame 7 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 419 MovieClip "sb4" in Frame 7 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "sb5" in Frame 7 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 498 MovieClip "di2" in Frame 7 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 498 MovieClip "di3" in Frame 7 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 498 MovieClip "di4" in Frame 7 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 498 MovieClip "di5" in Frame 7 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Frame 8 (806 B)
di1.gotoAndStop(1);
di2.gotoAndStop(1);
di3.gotoAndStop(1);
di4.gotoAndStop(1);
di5.gotoAndStop(1);
di6.gotoAndStop(1);
di1.ph = 300;
di1.zph = 300;
di2.ph = 300;
di2.zph = 300;
di3.ph = 200;
di3.zph = 200;
di4.ph = 200;
di4.zph = 200;
di5.ph = 200;
di5.zph = 200;
stop();
me._x = 60;
me._y = 540;
me2._x = 540;
me2._y = 540;
di1._x = sb1._x;
di1._y = sb1._y;
di2._x = sb2._x;
di2._y = sb2._y;
di3._x = sb3._x;
di3._y = sb3._y;
di4._x = sb4._x;
di4._y = sb4._y;
di5._x = sb5._x;
di5._y = sb5._y;
guan = 22;
shijian = 150;
_root.speed = 4;
_root.speed2 = 4;
zidan_speed = 7;
zidan_speed2 = 7;
direnshu = 21;
gj = 50;
gj2 = 50;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 1;
dan2 = 1;
Instance of Symbol 516 MovieClip "di1" in Frame 8 (941 B)
onClipEvent (load) {
ph = 300;
zph = 300;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 516 MovieClip "di2" in Frame 8 (941 B)
onClipEvent (load) {
ph = 300;
zph = 300;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Frame 9 (808 B)
di1.gotoAndStop(1);
di2.gotoAndStop(1);
di3.gotoAndStop(1);
di4.gotoAndStop(1);
di5.gotoAndStop(1);
di6.gotoAndStop(1);
di1.ph = 300;
di1.zph = 300;
di2.ph = 300;
di2.zph = 300;
di3.ph = 300;
di3.zph = 300;
di4.ph = 300;
di4.zph = 300;
di5.ph = 300;
di5.zph = 300;
stop();
me._x = 60;
me._y = 540;
me2._x = 540;
me2._y = 540;
di1._x = sb1._x;
di1._y = sb1._y;
di2._x = sb2._x;
di2._y = sb2._y;
di3._x = sb3._x;
di3._y = sb3._y;
di4._x = sb4._x;
di4._y = sb4._y;
di5._x = sb5._x;
di5._y = sb5._y;
guan = 23;
shijian = 200;
_root.speed = 4;
_root.speed2 = 4;
zidan_speed = 7;
zidan_speed2 = 7;
direnshu = 26;
gj = 100;
gj2 = 100;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 1;
dan2 = 1;
Instance of Symbol 516 MovieClip "di3" in Frame 9 (941 B)
onClipEvent (load) {
ph = 300;
zph = 300;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 516 MovieClip "di4" in Frame 9 (941 B)
onClipEvent (load) {
ph = 300;
zph = 300;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 516 MovieClip "di5" in Frame 9 (941 B)
onClipEvent (load) {
ph = 300;
zph = 300;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Frame 10 (855 B)
di1.gotoAndStop(1);
di2.gotoAndStop(1);
di3.gotoAndStop(1);
di4.gotoAndStop(1);
di5.gotoAndStop(1);
di6.gotoAndStop(1);
boss.ph = 4000;
boss.zph = 4000;
boss2 = 1;
di1.ph = 300;
di1.zph = 300;
di2.ph = 300;
di2.zph = 300;
di3.ph = 300;
di3.zph = 300;
di4.ph = 300;
di4.zph = 300;
di5.ph = 300;
di5.zph = 300;
stop();
me._x = 60;
me._y = 540;
me2._x = 540;
me2._y = 540;
di1._x = sb1._x;
di1._y = sb1._y;
di2._x = sb2._x;
di2._y = sb2._y;
di3._x = sb3._x;
di3._y = sb3._y;
di4._x = sb4._x;
di4._y = sb4._y;
di5._x = sb5._x;
di5._y = sb5._y;
guan = 24;
shijian = 450;
_root.speed = 4;
_root.speed2 = 4;
zidan_speed = 7;
zidan_speed2 = 7;
direnshu = 16;
gj = 100;
gj2 = 100;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 1;
dan2 = 1;
Instance of Symbol 516 MovieClip "di1" in Frame 10 (941 B)
onClipEvent (load) {
ph = 300;
zph = 300;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 542 MovieClip "boss" in Frame 10 (895 B)
onClipEvent (enterFrame) {
speed = 4;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 30) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 25, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 25, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Frame 11 (787 B)
di1.gotoAndStop(1);
di2.gotoAndStop(1);
di3.gotoAndStop(1);
di4.gotoAndStop(1);
di5.gotoAndStop(1);
di1.ph = 400;
di1.zph = 400;
di2.ph = 400;
di2.zph = 400;
di3.ph = 400;
di3.zph = 400;
di4.ph = 400;
di4.zph = 400;
di5.ph = 400;
di5.zph = 400;
stop();
me._x = 80;
me._y = 560;
me2._x = 560;
me2._y = 560;
di1._x = sb1._x;
di1._y = sb1._y;
di2._x = sb2._x;
di2._y = sb2._y;
di3._x = sb3._x;
di3._y = sb3._y;
di4._x = sb4._x;
di4._y = sb4._y;
di5._x = sb5._x;
di5._y = sb5._y;
guan = 31;
shijian = 250;
_root.speed = 5;
_root.speed2 = 5;
zidan_speed = 8;
zidan_speed2 = 8;
direnshu = 36;
gj = 100;
gj2 = 100;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 2;
dan2 = 2;
Instance of Symbol 580 MovieClip "di1" in Frame 11 (941 B)
onClipEvent (load) {
ph = 400;
zph = 400;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 417 MovieClip "sb3" in Frame 11 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 419 MovieClip "sb4" in Frame 11 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "sb5" in Frame 11 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 580 MovieClip "di2" in Frame 11 (941 B)
onClipEvent (load) {
ph = 400;
zph = 400;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 580 MovieClip "di3" in Frame 11 (941 B)
onClipEvent (load) {
ph = 400;
zph = 400;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 580 MovieClip "di4" in Frame 11 (941 B)
onClipEvent (load) {
ph = 400;
zph = 400;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 580 MovieClip "di5" in Frame 11 (941 B)
onClipEvent (load) {
ph = 400;
zph = 400;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Frame 12 (787 B)
di1.gotoAndStop(1);
di2.gotoAndStop(1);
di3.gotoAndStop(1);
di4.gotoAndStop(1);
di5.gotoAndStop(1);
di1.ph = 500;
di1.zph = 500;
di2.ph = 500;
di2.zph = 500;
di3.ph = 400;
di3.zph = 400;
di4.ph = 400;
di4.zph = 400;
di5.ph = 400;
di5.zph = 400;
stop();
me._x = 40;
me._y = 260;
me2._x = 600;
me2._y = 340;
di1._x = sb1._x;
di1._y = sb1._y;
di2._x = sb2._x;
di2._y = sb2._y;
di3._x = sb3._x;
di3._y = sb3._y;
di4._x = sb4._x;
di4._y = sb4._y;
di5._x = sb5._x;
di5._y = sb5._y;
guan = 32;
shijian = 300;
_root.speed = 5;
_root.speed2 = 5;
zidan_speed = 8;
zidan_speed2 = 8;
direnshu = 36;
gj = 100;
gj2 = 100;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 2;
dan2 = 2;
Instance of Symbol 595 MovieClip "di1" in Frame 12 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 580 MovieClip "di3" in Frame 12 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 580 MovieClip "di4" in Frame 12 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 580 MovieClip "di5" in Frame 12 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 595 MovieClip "di2" in Frame 12 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Frame 13 (787 B)
di1.gotoAndStop(1);
di2.gotoAndStop(1);
di3.gotoAndStop(1);
di4.gotoAndStop(1);
di5.gotoAndStop(1);
di1.ph = 500;
di1.zph = 500;
di2.ph = 500;
di2.zph = 500;
di3.ph = 500;
di3.zph = 500;
di4.ph = 500;
di4.zph = 500;
di5.ph = 500;
di5.zph = 500;
stop();
me._x = 40;
me._y = 300;
me2._x = 600;
me2._y = 300;
di1._x = sb1._x;
di1._y = sb1._y;
di2._x = sb2._x;
di2._y = sb2._y;
di3._x = sb3._x;
di3._y = sb3._y;
di4._x = sb4._x;
di4._y = sb4._y;
di5._x = sb5._x;
di5._y = sb5._y;
guan = 33;
shijian = 200;
_root.speed = 5;
_root.speed2 = 5;
zidan_speed = 8;
zidan_speed2 = 8;
direnshu = 36;
gj = 200;
gj2 = 200;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 2;
dan2 = 2;
Instance of Symbol 595 MovieClip "di3" in Frame 13 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 595 MovieClip "di4" in Frame 13 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 595 MovieClip "di5" in Frame 13 (941 B)
onClipEvent (load) {
ph = 100;
zph = 100;
}
onClipEvent (enterFrame) {
speed = 1;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 15) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 15, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 15, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Frame 14 (466 B)
boss1.ph = 10000;
boss1.zph = 10000;
boss4.ph = 10000;
boss4.zph = 10000;
boss3.ph = 10000;
boss3.zph = 10000;
stop();
me._x = 140;
me._y = 510;
me2._x = 460;
me2._y = 510;
guan = 34;
shijian = 2000;
_root.speed = 5;
_root.speed2 = 5;
zidan_speed = 8;
zidan_speed2 = 8;
direnshu = -1;
gj = 200;
gj2 = 200;
k = 1;
j = 1;
i = 1;
i2 = 51;
ii = 1;
fx = 1;
fx2 = 1;
go1 = 1;
go2 = 1;
fs = 0;
fs2 = 0;
cj = 0;
cj2 = 0;
dan = 2;
dan2 = 2;
Instance of Symbol 632 MovieClip "boss1" in Frame 14 (895 B)
onClipEvent (enterFrame) {
speed = 6;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 30) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 25, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 25, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 632 MovieClip "boss4" in Frame 14 (895 B)
onClipEvent (enterFrame) {
speed = 6;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 30) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 25, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 25, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Instance of Symbol 632 MovieClip "boss3" in Frame 14 (895 B)
onClipEvent (enterFrame) {
speed = 6;
if (cj == 0) {
if (fx == 1) {
if (_root.map.hitTest(_x, (_y - speed) - 25, true)) {
_y = (_y - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 2) {
if (_root.map.hitTest(_x, (_y + 30) + speed, true)) {
_y = (_y + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 3) {
if (_root.map.hitTest((_x - speed) - 25, _y, true)) {
_x = (_x - speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
if (fx == 4) {
if (_root.map.hitTest((_x + speed) + 25, _y, true)) {
_x = (_x + speed);
cs = random(200);
if (cs == 0) {
gotoAndPlay (1);
}
} else {
gotoAndPlay (1);
}
}
}
}
Symbol 3 MovieClip [zidan_mc2] Frame 1 (306 B)
fx2 = _root.fx;
onEnterFrame = function () {
if (fx2 == 1) {
this._y = this._y - _root.zidan_speed;
}
if (fx2 == 2) {
this._y = this._y + _root.zidan_speed;
}
if (fx2 == 3) {
this._x = this._x - _root.zidan_speed;
}
if (fx2 == 4) {
this._x = this._x + _root.zidan_speed;
}
};
Symbol 8 MovieClip Frame 9 (8 B)
stop();
Symbol 9 MovieClip Frame 10 (59 B)
_root.go1 = _root.go1 - 1;
removeMovieClip(this._parent);
Symbol 10 MovieClip [zidan1] Frame 1 (686 B)
stop();
fx2 = _root.fx;
onEnterFrame = function () {
if (fx2 == 1) {
this._rotation = -90;
this._y = this._y - _root.zidan_speed;
if (this.hitTest(_root.beijing.shang)) {
gotoAndStop (2);
}
}
if (fx2 == 2) {
this._rotation = 90;
this._y = this._y + _root.zidan_speed;
if (this.hitTest(_root.beijing.xia)) {
gotoAndStop (2);
}
}
if (fx2 == 3) {
this._rotation = 180;
this._x = this._x - _root.zidan_speed;
if (this.hitTest(_root.beijing.zuo)) {
gotoAndStop (2);
}
}
if (fx2 == 4) {
this._rotation = 0;
this._x = this._x + _root.zidan_speed;
if (this.hitTest(_root.beijing.you)) {
gotoAndStop (2);
}
}
};
Symbol 10 MovieClip [zidan1] Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 12 MovieClip Frame 10 (40 B)
stop();
removeMovieClip(this._parent);
Symbol 13 MovieClip [bb1_zidan3] Frame 1 (328 B)
stop();
onEnterFrame = function () {
if (this._x > 15) {
this._x = this._x - 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 13 MovieClip [bb1_zidan3] Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 14 MovieClip [bb1_zidan4] Frame 1 (329 B)
stop();
onEnterFrame = function () {
if (this._x < 610) {
this._x = this._x + 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 14 MovieClip [bb1_zidan4] Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 15 MovieClip [bb1_zidan2] Frame 1 (329 B)
stop();
onEnterFrame = function () {
if (this._y < 545) {
this._y = this._y + 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 15 MovieClip [bb1_zidan2] Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 16 MovieClip [bb1_zidan1] Frame 1 (328 B)
stop();
onEnterFrame = function () {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
if (this._y > 40) {
this._y = this._y - 5;
} else {
this.gotoAndStop(2);
}
};
Symbol 16 MovieClip [bb1_zidan1] Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 33 MovieClip Frame 40 (8 B)
stop();
Symbol 47 Button (55 B)
on (press) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 48 Button (51 B)
on (press) {
gotoAndStop ("end");
_root.play();
}
Instance of Symbol 23 MovieClip in Symbol 49 MovieClip Frame 1 (451 B)
onClipEvent (load) {
_root.stop();
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop("lastframe");
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay("loaded");
}
}
Symbol 49 MovieClip Frame 101 (8 B)
play();
Symbol 49 MovieClip Frame 165 (8 B)
stop();
Symbol 57 MovieClip Frame 1 (542 B)
function startAd(ngad_url) {
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
Instance of Symbol 53 MovieClip in Symbol 57 MovieClip Frame 1 (67 B)
on (release) {
getURL ("http://www.toonarcades.com/", "_blank");
}
Instance of Symbol 56 MovieClip in Symbol 57 MovieClip Frame 1 (67 B)
on (release) {
getURL ("http://www.toonarcades.com/", "_blank");
}
Symbol 82 MovieClip Frame 20 (8 B)
stop();
Symbol 89 Button (81 B)
on (release) {
p = 1;
shengmingshu = 2;
shengmingshu2 = 0;
gotoAndStop (3);
}
Symbol 95 Button (81 B)
on (release) {
shengmingshu = 2;
shengmingshu2 = 2;
p = 2;
gotoAndStop (3);
}
Symbol 100 Button (42 B)
on (release) {
shuoming.gotoAndStop(2);
}
Symbol 146 Button (34 B)
on (release) {
gotoAndStop (1);
}
Symbol 147 MovieClip Frame 1 (8 B)
stop();
Symbol 157 MovieClip Frame 1 (560 B)
stop();
c = 1;
onEnterFrame = function () {
if (this.shu.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
}
};
Symbol 157 MovieClip Frame 2 (8 B)
stop();
Instance of Symbol 127 MovieClip in Symbol 162 MovieClip Frame 1 (461 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
if (_root.shengmingshu < 3) {
_root.shengmingshu = _root.shengmingshu + 1;
this._parent._parent.gotoAndStop(3);
} else {
this._parent._parent.gotoAndStop(3);
}
}
if (this.hitTest(_root.p2.yy)) {
if (_root.shengmingshu2 < 3) {
_root.shengmingshu2 = _root.shengmingshu2 + 1;
this._parent._parent.gotoAndStop(3);
} else {
this._parent._parent.gotoAndStop(3);
}
}
}
Instance of Symbol 130 MovieClip in Symbol 162 MovieClip Frame 2 (240 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
_root.p1.hz.gotoAndPlay(2);
this._parent._parent.gotoAndStop(3);
}
if (this.hitTest(_root.p2.yy)) {
_root.p2.hz.gotoAndPlay(2);
this._parent._parent.gotoAndStop(3);
}
}
Instance of Symbol 132 MovieClip in Symbol 162 MovieClip Frame 3 (407 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
if (_root.dan < 3) {
_root.dan = _root.dan + 1;
this._parent._parent.gotoAndStop(3);
} else {
this._parent._parent.gotoAndStop(3);
}
}
if (this.hitTest(_root.p2.yy)) {
if (_root.dan2 < 3) {
_root.dan2 = _root.dan2 + 1;
this._parent._parent.gotoAndStop(3);
} else {
this._parent._parent.gotoAndStop(3);
}
}
}
Instance of Symbol 135 MovieClip in Symbol 162 MovieClip Frame 4 (457 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p2.yy)) {
if (_root.zidan_speed2 < 20) {
_root.zidan_speed2 = _root.zidan_speed2 + 2;
this._parent._parent.gotoAndStop(3);
} else {
this._parent._parent.gotoAndStop(3);
}
}
if (this.hitTest(_root.p1.yy)) {
if (_root.zidan_speed < 20) {
_root.zidan_speed = _root.zidan_speed + 2;
this._parent._parent.gotoAndStop(3);
} else {
this._parent._parent.gotoAndStop(3);
}
}
}
Instance of Symbol 137 MovieClip in Symbol 162 MovieClip Frame 5 (419 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
if (_root.speed < 7) {
_root.speed = _root.speed + 1;
this._parent._parent.gotoAndStop(3);
} else {
this._parent._parent.gotoAndStop(3);
}
}
if (this.hitTest(_root.p2.yy)) {
if (_root.speed2 < 7) {
_root.speed2 = _root.speed2 + 1;
this._parent._parent.gotoAndStop(3);
} else {
this._parent._parent.gotoAndStop(3);
}
}
}
Instance of Symbol 140 MovieClip in Symbol 162 MovieClip Frame 6 (256 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
_root.jinqian = _root.jinqian + 5;
this._parent._parent.gotoAndStop(3);
}
if (this.hitTest(_root.p2.yy)) {
_root.jinqian2 = _root.jinqian2 + 5;
this._parent._parent.gotoAndStop(3);
}
}
Instance of Symbol 143 MovieClip in Symbol 162 MovieClip Frame 7 (256 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
_root.jinqian = _root.jinqian + 1;
this._parent._parent.gotoAndStop(3);
}
if (this.hitTest(_root.p2.yy)) {
_root.jinqian2 = _root.jinqian2 + 1;
this._parent._parent.gotoAndStop(3);
}
}
Symbol 163 MovieClip Frame 1 (1.25 KiB) ●
stop();
c = 1;
onEnterFrame = function () {
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
};
Symbol 163 MovieClip Frame 2 (155 B)
stop();
a = random(2);
if (a == 0) {
b = random(6) + 1;
daoju.gotoAndStop(b);
} else {
daoju.gotoAndStop(7);
}
onEnterFrame = function () {
};
Symbol 210 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 222 MovieClip Frame 1 (256 B)
onEnterFrame = function () {
fenshu1 = _root.jinqian % 10;
fen1.gotoAndStop(fenshu1 + 1);
fenshu2 = int((_root.jinqian % 100) / 10);
fen2.gotoAndStop(fenshu2 + 1);
fenshu3 = int((_root.jinqian % 1000) / 100);
fen3.gotoAndStop(fenshu3 + 1);
};
Symbol 223 MovieClip Frame 1 (259 B)
onEnterFrame = function () {
fenshu1 = _root.jinqian2 % 10;
fen1.gotoAndStop(fenshu1 + 1);
fenshu2 = int((_root.jinqian2 % 100) / 10);
fen2.gotoAndStop(fenshu2 + 1);
fenshu3 = int((_root.jinqian2 % 1000) / 100);
fen3.gotoAndStop(fenshu3 + 1);
};
Symbol 226 MovieClip Frame 1 (170 B)
onEnterFrame = function () {
fenshu1 = _root.guan % 10;
fen1.gotoAndStop(fenshu1 + 1);
fenshu2 = int((_root.guan % 100) / 10);
fen2.gotoAndStop(fenshu2 + 1);
};
Symbol 239 MovieClip Frame 36 (135 B)
if (_root.cj == 0) {
_root.shijian = _root.shijian - 1;
if (_root.shijian <= 0) {
_root.tishi.gotoAndStop("shijian");
}
}
Symbol 240 MovieClip Frame 1 (256 B)
onEnterFrame = function () {
fenshu1 = _root.shijian % 10;
fen1.gotoAndStop(fenshu1 + 1);
fenshu2 = int((_root.shijian % 100) / 10);
fen2.gotoAndStop(fenshu2 + 1);
fenshu3 = int((_root.shijian % 1000) / 100);
fen3.gotoAndStop(fenshu3 + 1);
};
Symbol 242 MovieClip Frame 1 (178 B)
onEnterFrame = function () {
a = _root.direnshu + 4;
fenshu1 = a % 10;
fen1.gotoAndStop(fenshu1 + 1);
fenshu2 = int((a % 100) / 10);
fen2.gotoAndStop(fenshu2 + 1);
};
Symbol 244 Button (275 B)
on (keyPress "<Space>") {
if ((go1 <= dan) && (fs == 0)) {
duplicateMovieClip ("zidan1p", "zidan1p" + i, i);
zidan_mc = eval ("zidan1p" + i);
zidan_mc._x = me._x;
zidan_mc._y = me._y - 10;
go1 = go1 + 1;
i++;
if (i > 3) {
i = 1;
}
}
}
Symbol 249 MovieClip Frame 1 (150 B)
onEnterFrame = function () {
a = _root.shengmingshu + 1;
this.gotoAndStop(a);
if (_root.shengmingshu <= 0) {
this.gotoAndStop(1);
}
};
Symbol 250 MovieClip Frame 1 (170 B)
onEnterFrame = function () {
a = _root.shengmingshu2 + 1;
this.gotoAndStop(a);
if (_root.shengmingshu2 <= 0) {
this.gotoAndStop(1);
_root.fx2 = 5;
}
};
Symbol 262 MovieClip Frame 1 (8 B)
stop();
Symbol 262 MovieClip Frame 2 (32 B)
this._parent.pp.gotoAndStop(2);
Symbol 262 MovieClip Frame 243 (32 B)
this._parent.pp.gotoAndStop(1);
Symbol 264 MovieClip Frame 1 (8 B)
stop();
Symbol 264 MovieClip Frame 2 (8 B)
stop();
Symbol 289 MovieClip Frame 11 (45 B)
_root.shengmingshu = _root.shengmingshu - 1;
Symbol 289 MovieClip Frame 93 (317 B)
stop();
if ((_root.shengmingshu < 0) && (_root.shengmingshu2 < 0)) {
_root.tishi.gotoAndStop("over");
} else if (_root.shengmingshu < 0) {
this._parent.gotoAndStop(6);
} else {
_root.cj = 0;
_root.fx = 2;
_root.fs = 0;
this._parent.hz.gotoAndPlay(2);
this._parent.gotoAndStop(1);
}
Symbol 290 MovieClip Frame 1 (385 B)
stop();
onEnterFrame = function () {
if (this._parent.fx == 5) {
_root.fs = 1;
pp.gotoAndStop(2);
hz.gotoAndPlay(2);
gotoAndStop (5);
} else if (this._parent.fx == 1) {
gotoAndStop (1);
} else if (this._parent.fx == 2) {
gotoAndStop (2);
} else if (this._parent.fx == 3) {
gotoAndStop (3);
} else if (this._parent.fx == 4) {
gotoAndStop (4);
}
};
Symbol 290 MovieClip Frame 5 (48 B)
onEnterFrame = function () {
};
_root.cj = 1;
Symbol 309 MovieClip Frame 1 (185 B)
onEnterFrame = function () {
if (this._parent.ph <= 0) {
this.gotoAndStop(2);
} else {
a = int((this._parent.ph * 100) / this._parent.zph);
this.gotoAndStop(a);
}
};
Symbol 310 MovieClip Frame 13 (17 B)
gotoAndPlay (5);
Symbol 317 MovieClip Frame 192 (75 B)
this._parent.ph = int(this._parent.zph / 2);
this._parent.gotoAndStop(1);
Symbol 326 MovieClip Frame 9 (561 B)
stop();
_root.direnshu = _root.direnshu - 1;
if (_root.direnshu > 0) {
this._parent.ph = this._parent.zph;
a = random(4) + 1;
if (a == 1) {
this._parent._x = _root.weizhi1._x;
this._parent._y = _root.weizhi1._y;
}
if (a == 2) {
this._parent._x = _root.weizhi2._x;
this._parent._y = _root.weizhi2._y;
}
if (a == 3) {
this._parent._x = _root.weizhi3._x;
this._parent._y = _root.weizhi3._y;
}
if (a == 4) {
this._parent._x = _root.weizhi4._x;
this._parent._y = _root.weizhi4._y;
}
this._parent.gotoAndStop(1);
}
Symbol 327 MovieClip Frame 1 (1.4 KiB) ●
fx = random(4) + 1;
cj = 0;
tt = 1;
stop();
onEnterFrame = function () {
if (_root.shijian <= 0) {
this.gotoAndStop(4);
}
tt++;
if (tt == 50) {
duplicateMovieClip (_root["bb1_zidan" + fx], ("bb1_zidan" + fx) + _root.ii, _root.ii);
mcymc = eval (_root[("bb1_zidan" + fx) + _root.ii]);
mcymc._x = this._x;
mcymc._y = this._y;
_root.ii++;
tt = 1;
}
if (this.hitTest(_root.p1.pp)) {
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.fx2 = 5;
}
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
};
Symbol 327 MovieClip Frame 2 (42 B)
cj = 1;
onEnterFrame = function () {
};
Instance of Symbol 310 MovieClip in Symbol 327 MovieClip Frame 2 (158 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
this._parent.gotoAndStop(3);
}
if (this.hitTest(_root.p2)) {
this._parent.gotoAndStop(3);
}
}
Symbol 327 MovieClip Frame 4 (33 B)
onEnterFrame = function () {
};
Symbol 329 MovieClip Frame 11 (47 B)
_root.shengmingshu2 = _root.shengmingshu2 - 1;
Symbol 329 MovieClip Frame 93 (338 B)
stop();
if ((_root.shengmingshu < 0) && (_root.shengmingshu2 < 0)) {
_root.tishi.gotoAndStop("over");
} else if (_root.shengmingshu2 < 0) {
this._parent.gotoAndStop(6);
_root.fs2 = 1;
} else {
_root.cj2 = 0;
_root.fx2 = 2;
_root.fs2 = 0;
this._parent.hz.gotoAndPlay(2);
this._parent.gotoAndStop(1);
}
Symbol 330 MovieClip Frame 1 (391 B)
stop();
onEnterFrame = function () {
if (this._parent.fx2 == 5) {
_root.fs2 = 1;
pp.gotoAndStop(2);
hz.gotoAndPlay(2);
gotoAndStop (5);
} else if (this._parent.fx2 == 1) {
gotoAndStop (1);
} else if (this._parent.fx2 == 2) {
gotoAndStop (2);
} else if (this._parent.fx2 == 3) {
gotoAndStop (3);
} else if (this._parent.fx2 == 4) {
gotoAndStop (4);
}
};
Symbol 330 MovieClip Frame 5 (49 B)
onEnterFrame = function () {
};
_root.cj2 = 1;
Symbol 333 MovieClip Frame 10 (59 B)
_root.go2 = _root.go2 - 1;
removeMovieClip(this._parent);
Symbol 334 MovieClip Frame 1 (691 B)
stop();
fx2 = _root.fx2;
onEnterFrame = function () {
if (fx2 == 1) {
this._rotation = -90;
this._y = this._y - _root.zidan_speed2;
if (this.hitTest(_root.beijing.shang)) {
gotoAndStop (2);
}
}
if (fx2 == 2) {
this._rotation = 90;
this._y = this._y + _root.zidan_speed2;
if (this.hitTest(_root.beijing.xia)) {
gotoAndStop (2);
}
}
if (fx2 == 3) {
this._rotation = 180;
this._x = this._x - _root.zidan_speed2;
if (this.hitTest(_root.beijing.zuo)) {
gotoAndStop (2);
}
}
if (fx2 == 4) {
this._rotation = 0;
this._x = this._x + _root.zidan_speed2;
if (this.hitTest(_root.beijing.you)) {
gotoAndStop (2);
}
}
};
Symbol 334 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 335 Button (287 B)
on (keyPress "<Enter>") {
if ((go2 <= dan2) && (fs2 == 0)) {
duplicateMovieClip ("zidan2p", "zidan2p" + i2, i2);
zidan_mc = eval ("zidan2p" + i2);
zidan_mc._x = me2._x;
zidan_mc._y = me2._y - 10;
go2 = go2 + 1;
i2++;
if (i2 > 53) {
i2 = 51;
}
}
}
Symbol 344 Button (58 B)
on (release) {
_root.nextFrame();
this.gotoAndStop(1);
}
Symbol 364 Button (39 B)
on (release) {
_root.gotoAndStop(2);
}
Symbol 365 MovieClip Frame 1 (17 B)
stopAllSounds();
Symbol 365 MovieClip Frame 50 (8 B)
stop();
Symbol 366 MovieClip Frame 1 (17 B)
stopAllSounds();
Symbol 366 MovieClip Frame 50 (8 B)
stop();
Symbol 367 MovieClip Frame 1 (8 B)
stop();
Symbol 367 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 367 MovieClip Frame 66 (48 B)
stopAllSounds();
_root.cj = 1;
_root.cj2 = 1;
Symbol 367 MovieClip Frame 87 (8 B)
stop();
Symbol 367 MovieClip Frame 95 (95 B)
_root.cj = 1;
_root.fs = 1;
_root.cj2 = 1;
_root.fs2 = 1;
onEnterFrame = function () {
};
Symbol 378 Button (63 B)
on (release) {
_root.time1.time2.play();
_root.nextFrame();
}
Symbol 380 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 380 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -4) {
this.play();
}
};
Symbol 380 MovieClip Frame 80 (17 B)
stopAllSounds();
Symbol 380 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Instance of Symbol 388 MovieClip in Symbol 389 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 389 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 389 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 389 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 389 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 389 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Symbol 391 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 391 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -4) {
this.play();
}
};
Symbol 391 MovieClip Frame 82 (17 B)
stopAllSounds();
Symbol 391 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Symbol 397 MovieClip Frame 1 (560 B)
stop();
c = 1;
onEnterFrame = function () {
if (this.shu.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
}
};
Symbol 397 MovieClip Frame 2 (8 B)
stop();
Symbol 399 MovieClip Frame 1 (229 B)
onEnterFrame = function () {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 399 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 401 MovieClip Frame 156 (24 B)
this.mc.gotoAndStop(1);
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 402 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Symbol 409 MovieClip Frame 13 (17 B)
gotoAndPlay (5);
Symbol 410 MovieClip Frame 1 (1.4 KiB) ●
fx = random(4) + 1;
cj = 0;
tt = 1;
stop();
onEnterFrame = function () {
if (_root.shijian <= 0) {
this.gotoAndStop(4);
}
tt++;
if (tt == 50) {
duplicateMovieClip (_root["bb1_zidan" + fx], ("bb1_zidan" + fx) + _root.ii, _root.ii);
mcymc = eval (_root[("bb1_zidan" + fx) + _root.ii]);
mcymc._x = this._x;
mcymc._y = this._y;
_root.ii++;
tt = 1;
}
if (this.hitTest(_root.p1.pp)) {
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.fx2 = 5;
}
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
};
Symbol 410 MovieClip Frame 2 (42 B)
cj = 1;
onEnterFrame = function () {
};
Instance of Symbol 409 MovieClip in Symbol 410 MovieClip Frame 2 (158 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
this._parent.gotoAndStop(3);
}
if (this.hitTest(_root.p2)) {
this._parent.gotoAndStop(3);
}
}
Symbol 410 MovieClip Frame 4 (33 B)
onEnterFrame = function () {
};
Symbol 423 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 423 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -4) {
this.play();
}
};
Symbol 423 MovieClip Frame 79 (17 B)
stopAllSounds();
Symbol 423 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Instance of Symbol 388 MovieClip in Symbol 427 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 427 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 427 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 427 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 427 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 427 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Instance of Symbol 388 MovieClip in Symbol 427 MovieClip Frame 1 (168 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
}
}
Symbol 432 MovieClip Frame 1 (209 B)
onEnterFrame = function () {
if (this._parent._parent.ph <= 0) {
this.gotoAndStop(2);
} else {
a = int((this._parent._parent.ph * 100) / this._parent._parent.zph);
this.gotoAndStop(a);
}
};
Instance of Symbol 434 MovieClip in Symbol 435 MovieClip Frame 1 (214 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
}
Instance of Symbol 434 MovieClip in Symbol 435 MovieClip Frame 1 (214 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
}
Instance of Symbol 434 MovieClip in Symbol 435 MovieClip Frame 1 (214 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
}
Instance of Symbol 434 MovieClip in Symbol 435 MovieClip Frame 1 (214 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
}
Instance of Symbol 434 MovieClip in Symbol 435 MovieClip Frame 1 (214 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
}
Instance of Symbol 434 MovieClip in Symbol 435 MovieClip Frame 1 (214 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
}
Symbol 464 MovieClip Frame 24 (8 B)
stop();
Symbol 465 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 437 MovieClip "bb" in Symbol 465 MovieClip Frame 1 (214 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
}
Symbol 465 MovieClip Frame 2 (72 B)
_root.direnshu = _root.direnshu - 1;
this._parent.gotoAndStop("over");
Symbol 468 MovieClip Frame 1 (1.1 KiB) ●
onEnterFrame = function () {
if (this.mc.bb.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.stop();
this.mc.gotoAndStop(2);
}
}
if (this.mc.bb.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.stop();
this.mc.gotoAndStop(2);
}
}
if (this.mc.bb.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.stop();
this.mc.gotoAndStop(2);
}
}
if (this.mc.bb.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.stop();
this.mc.gotoAndStop(2);
}
}
if (this.mc.bb.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.stop();
this.mc.gotoAndStop(2);
}
}
if (this.mc.bb.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.stop();
this.mc.gotoAndStop(2);
}
}
};
Symbol 468 MovieClip Frame 400 (17 B)
gotoAndPlay (1);
Symbol 468 MovieClip Frame 401 (42 B)
stop();
onEnterFrame = function () {
};
Symbol 472 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 472 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -3) {
this.play();
}
};
Symbol 472 MovieClip Frame 79 (17 B)
stopAllSounds();
Symbol 472 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Symbol 480 MovieClip Frame 1 (1.25 KiB) ●
stop();
c = 1;
onEnterFrame = function () {
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
};
Symbol 480 MovieClip Frame 2 (155 B)
stop();
a = random(2);
if (a == 0) {
b = random(6) + 1;
daoju.gotoAndStop(b);
} else {
daoju.gotoAndStop(7);
}
onEnterFrame = function () {
};
Symbol 484 MovieClip Frame 1 (560 B)
stop();
c = 1;
onEnterFrame = function () {
if (this.shu.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
}
};
Symbol 484 MovieClip Frame 2 (8 B)
stop();
Symbol 487 MovieClip Frame 1 (328 B)
stop();
onEnterFrame = function () {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
if (this._y > 40) {
this._y = this._y - 5;
} else {
this.gotoAndStop(2);
}
};
Symbol 487 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 488 MovieClip Frame 1 (329 B)
stop();
onEnterFrame = function () {
if (this._y < 545) {
this._y = this._y + 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 488 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 489 MovieClip Frame 1 (329 B)
stop();
onEnterFrame = function () {
if (this._x < 610) {
this._x = this._x + 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 489 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 490 MovieClip Frame 10 (40 B)
stop();
removeMovieClip(this._parent);
Symbol 491 MovieClip Frame 1 (328 B)
stop();
onEnterFrame = function () {
if (this._x > 15) {
this._x = this._x - 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 491 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 497 MovieClip Frame 13 (17 B)
gotoAndPlay (5);
Symbol 498 MovieClip Frame 1 (1.4 KiB) ●
fx = random(4) + 1;
cj = 0;
tt = 1;
stop();
onEnterFrame = function () {
if (_root.shijian <= 0) {
this.gotoAndStop(4);
}
tt++;
if (tt == 50) {
duplicateMovieClip (_root["bb1_zidan" + fx], ("bb1_zidan" + fx) + _root.ii, _root.ii);
mcymc = eval (_root[("bb1_zidan" + fx) + _root.ii]);
mcymc._x = this._x;
mcymc._y = this._y;
_root.ii++;
tt = 1;
}
if (this.hitTest(_root.p1.pp)) {
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.fx2 = 5;
}
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
};
Symbol 498 MovieClip Frame 2 (42 B)
cj = 1;
onEnterFrame = function () {
};
Instance of Symbol 497 MovieClip in Symbol 498 MovieClip Frame 2 (158 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
this._parent.gotoAndStop(3);
}
if (this.hitTest(_root.p2)) {
this._parent.gotoAndStop(3);
}
}
Symbol 498 MovieClip Frame 4 (33 B)
onEnterFrame = function () {
};
Symbol 500 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 500 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -4) {
this.play();
}
};
Symbol 500 MovieClip Frame 79 (17 B)
stopAllSounds();
Symbol 500 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Symbol 506 MovieClip Frame 1 (560 B)
stop();
c = 1;
onEnterFrame = function () {
if (this.shu.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
}
};
Symbol 506 MovieClip Frame 2 (8 B)
stop();
Symbol 515 MovieClip Frame 13 (17 B)
gotoAndPlay (5);
Symbol 516 MovieClip Frame 1 (1.4 KiB) ●
fx = random(4) + 1;
cj = 0;
tt = 1;
stop();
onEnterFrame = function () {
if (_root.shijian <= 0) {
this.gotoAndStop(4);
}
tt++;
if (tt == 50) {
duplicateMovieClip (_root["bb1_zidan" + fx], ("bb1_zidan" + fx) + _root.ii, _root.ii);
mcymc = eval (_root[("bb1_zidan" + fx) + _root.ii]);
mcymc._x = this._x;
mcymc._y = this._y;
_root.ii++;
tt = 1;
}
if (this.hitTest(_root.p1.pp)) {
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.fx2 = 5;
}
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
};
Symbol 516 MovieClip Frame 2 (42 B)
cj = 1;
onEnterFrame = function () {
};
Instance of Symbol 515 MovieClip in Symbol 516 MovieClip Frame 2 (158 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
this._parent.gotoAndStop(3);
}
if (this.hitTest(_root.p2)) {
this._parent.gotoAndStop(3);
}
}
Symbol 516 MovieClip Frame 4 (33 B)
onEnterFrame = function () {
};
Symbol 520 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 520 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -4) {
this.play();
}
};
Symbol 520 MovieClip Frame 80 (17 B)
stopAllSounds();
Symbol 520 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Instance of Symbol 526 MovieClip in Symbol 527 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
_root.me._y = _root.me._y + 1;
}
if (this.hitTest(_root.p2.yy)) {
_root.me2._y = _root.me2._y + 1;
}
}
Instance of Symbol 526 MovieClip in Symbol 527 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
_root.me._y = _root.me._y - 1;
}
if (this.hitTest(_root.p2.yy)) {
_root.me2._y = _root.me2._y - 1;
}
}
Instance of Symbol 526 MovieClip in Symbol 527 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
_root.me._y = _root.me._y - 1;
}
if (this.hitTest(_root.p2.yy)) {
_root.me2._y = _root.me2._y - 1;
}
}
Instance of Symbol 506 MovieClip in Symbol 527 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
_root.me._y = _root.me._y + 1;
}
if (this.hitTest(_root.p2.yy)) {
_root.me2._y = _root.me2._y + 1;
}
}
Symbol 529 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 529 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -4) {
this.play();
}
};
Symbol 529 MovieClip Frame 81 (17 B)
stopAllSounds();
Symbol 529 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Instance of Symbol 526 MovieClip in Symbol 533 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
_root.me._y = _root.me._y - 2;
}
if (this.hitTest(_root.p2.yy)) {
_root.me2._y = _root.me2._y - 2;
}
}
Instance of Symbol 526 MovieClip in Symbol 533 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.yy)) {
_root.me._y = _root.me._y - 2;
}
if (this.hitTest(_root.p2.yy)) {
_root.me2._y = _root.me2._y - 2;
}
}
Symbol 541 MovieClip Frame 24 (46 B)
stop();
_root.direnshu = _root.direnshu - 1;
Symbol 542 MovieClip Frame 1 (1.41 KiB) ●
fx = random(4) + 1;
cj = 0;
tt = 1;
stop();
onEnterFrame = function () {
if (_root.shijian <= 0) {
this.gotoAndStop(3);
}
tt++;
if (tt == 50) {
duplicateMovieClip (_root["bb1_zidan" + fx], ("bb1_zidan" + fx) + _root.ii, _root.ii);
mcymc = eval (_root[("bb1_zidan" + fx) + _root.ii]);
mcymc._x = this._x;
mcymc._y = this._y;
_root.ii++;
tt = 1;
}
if (this.mc.hitTest(_root.p1.pp)) {
_root.fx = 5;
}
if (this.mc.hitTest(_root.p2.pp)) {
_root.fx2 = 5;
}
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
};
Symbol 542 MovieClip Frame 2 (42 B)
cj = 1;
onEnterFrame = function () {
};
Symbol 545 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 545 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -3) {
this.play();
}
};
Symbol 545 MovieClip Frame 80 (17 B)
stopAllSounds();
Symbol 545 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Symbol 554 MovieClip Frame 1 (247 B)
onEnterFrame = function () {
if (this.mc.hitTest(_root.p1.yy)) {
_root.me._x = _root.get1._x;
_root.me._y = _root.get1._y;
}
if (this.mc.hitTest(_root.p2.yy)) {
_root.me2._x = _root.get1._x;
_root.me2._y = _root.get1._y;
}
};
Symbol 557 MovieClip Frame 1 (560 B)
stop();
c = 1;
onEnterFrame = function () {
if (this.shu.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
}
if (this.shu.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
}
};
Symbol 557 MovieClip Frame 2 (8 B)
stop();
Symbol 559 MovieClip Frame 1 (1.25 KiB) ●
stop();
c = 1;
onEnterFrame = function () {
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
_root.map["mc" + _root.k]._x = this._x;
_root.map["mc" + _root.k]._y = this._y;
_root.k++;
this.gotoAndStop(2);
}
};
Symbol 559 MovieClip Frame 2 (155 B)
stop();
a = random(2);
if (a == 0) {
b = random(6) + 1;
daoju.gotoAndStop(b);
} else {
daoju.gotoAndStop(7);
}
onEnterFrame = function () {
};
Symbol 560 MovieClip Frame 1 (247 B)
onEnterFrame = function () {
if (this.mc.hitTest(_root.p1.yy)) {
_root.me._x = _root.get2._x;
_root.me._y = _root.get2._y;
}
if (this.mc.hitTest(_root.p2.yy)) {
_root.me2._x = _root.get2._x;
_root.me2._y = _root.get2._y;
}
};
Symbol 566 MovieClip Frame 1 (328 B)
stop();
onEnterFrame = function () {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
if (this._y > 40) {
this._y = this._y - 5;
} else {
this.gotoAndStop(2);
}
};
Symbol 566 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 567 MovieClip Frame 1 (329 B)
stop();
onEnterFrame = function () {
if (this._y < 545) {
this._y = this._y + 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 567 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 568 MovieClip Frame 1 (329 B)
stop();
onEnterFrame = function () {
if (this._x < 610) {
this._x = this._x + 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 568 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 569 MovieClip Frame 1 (328 B)
stop();
onEnterFrame = function () {
if (this._x > 15) {
this._x = this._x - 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 569 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 579 MovieClip Frame 13 (17 B)
gotoAndPlay (5);
Symbol 580 MovieClip Frame 1 (1.4 KiB) ●
fx = random(4) + 1;
cj = 0;
tt = 1;
stop();
onEnterFrame = function () {
if (_root.shijian <= 0) {
this.gotoAndStop(4);
}
tt++;
if (tt == 50) {
duplicateMovieClip (_root["bb1_zidan" + fx], ("bb1_zidan" + fx) + _root.ii, _root.ii);
mcymc = eval (_root[("bb1_zidan" + fx) + _root.ii]);
mcymc._x = this._x;
mcymc._y = this._y;
_root.ii++;
tt = 1;
}
if (this.hitTest(_root.p1.pp)) {
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.fx2 = 5;
}
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
};
Symbol 580 MovieClip Frame 2 (42 B)
cj = 1;
onEnterFrame = function () {
};
Instance of Symbol 579 MovieClip in Symbol 580 MovieClip Frame 2 (158 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
this._parent.gotoAndStop(3);
}
if (this.hitTest(_root.p2)) {
this._parent.gotoAndStop(3);
}
}
Symbol 580 MovieClip Frame 4 (33 B)
onEnterFrame = function () {
};
Symbol 581 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 581 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -4) {
this.play();
}
};
Symbol 581 MovieClip Frame 79 (17 B)
stopAllSounds();
Symbol 581 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Symbol 594 MovieClip Frame 13 (17 B)
gotoAndPlay (5);
Symbol 595 MovieClip Frame 1 (1.4 KiB) ●
fx = random(4) + 1;
cj = 0;
tt = 1;
stop();
onEnterFrame = function () {
if (_root.shijian <= 0) {
this.gotoAndStop(4);
}
tt++;
if (tt == 50) {
duplicateMovieClip (_root["bb1_zidan" + fx], ("bb1_zidan" + fx) + _root.ii, _root.ii);
mcymc = eval (_root[("bb1_zidan" + fx) + _root.ii]);
mcymc._x = this._x;
mcymc._y = this._y;
_root.ii++;
tt = 1;
}
if (this.hitTest(_root.p1.pp)) {
_root.fx = 5;
}
if (this.hitTest(_root.p2.pp)) {
_root.fx2 = 5;
}
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
};
Symbol 595 MovieClip Frame 2 (42 B)
cj = 1;
onEnterFrame = function () {
};
Instance of Symbol 594 MovieClip in Symbol 595 MovieClip Frame 2 (158 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
this._parent.gotoAndStop(3);
}
if (this.hitTest(_root.p2)) {
this._parent.gotoAndStop(3);
}
}
Symbol 595 MovieClip Frame 4 (33 B)
onEnterFrame = function () {
};
Symbol 598 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 598 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -4) {
this.play();
}
};
Symbol 598 MovieClip Frame 79 (17 B)
stopAllSounds();
Symbol 598 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Symbol 602 MovieClip Frame 1 (247 B)
onEnterFrame = function () {
if (this.mc.hitTest(_root.p1.yy)) {
_root.me._x = _root.get3._x;
_root.me._y = _root.get3._y;
}
if (this.mc.hitTest(_root.p2.yy)) {
_root.me2._x = _root.get3._x;
_root.me2._y = _root.get3._y;
}
};
Symbol 603 MovieClip Frame 1 (247 B)
onEnterFrame = function () {
if (this.mc.hitTest(_root.p1.yy)) {
_root.me._x = _root.get4._x;
_root.me._y = _root.get4._y;
}
if (this.mc.hitTest(_root.p2.yy)) {
_root.me2._x = _root.get4._x;
_root.me2._y = _root.get4._y;
}
};
Symbol 605 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 605 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -4) {
this.play();
}
};
Symbol 605 MovieClip Frame 80 (17 B)
stopAllSounds();
Symbol 605 MovieClip Frame 90 (69 B)
stop();
onEnterFrame = function () {
};
_root.time1.time2.stop();
Symbol 610 MovieClip Frame 1 (328 B)
stop();
onEnterFrame = function () {
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
if (this._y > 40) {
this._y = this._y - 5;
} else {
this.gotoAndStop(2);
}
};
Symbol 610 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 611 MovieClip Frame 1 (329 B)
stop();
onEnterFrame = function () {
if (this._y < 545) {
this._y = this._y + 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 611 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 612 MovieClip Frame 1 (329 B)
stop();
onEnterFrame = function () {
if (this._x < 610) {
this._x = this._x + 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 612 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 613 MovieClip Frame 1 (328 B)
stop();
onEnterFrame = function () {
if (this._x > 15) {
this._x = this._x - 5;
} else {
this.gotoAndStop(2);
}
if (this.hitTest(_root.p1.pp)) {
_root.cj = 1;
_root.fx = 5;
this.gotoAndStop(2);
}
if (this.hitTest(_root.p2.pp)) {
_root.cj2 = 1;
_root.fx2 = 5;
this.gotoAndStop(2);
}
};
Symbol 613 MovieClip Frame 2 (33 B)
onEnterFrame = function () {
};
Symbol 631 MovieClip Frame 24 (46 B)
stop();
_root.direnshu = _root.direnshu - 1;
Symbol 632 MovieClip Frame 1 (1.41 KiB) ●
fx = random(4) + 1;
cj = 0;
tt = 1;
stop();
onEnterFrame = function () {
if (_root.shijian <= 0) {
this.gotoAndStop(3);
}
tt++;
if (tt == 50) {
duplicateMovieClip (_root["bb1_zidan" + fx], ("bb1_zidan" + fx) + _root.ii, _root.ii);
mcymc = eval (_root[("bb1_zidan" + fx) + _root.ii]);
mcymc._x = this._x;
mcymc._y = this._y;
_root.ii++;
tt = 1;
}
if (this.mc.hitTest(_root.p1.pp)) {
_root.fx = 5;
}
if (this.mc.hitTest(_root.p2.pp)) {
_root.fx2 = 5;
}
if (this.hitTest(_root.zidan1p1.dan)) {
_root.zidan1p1.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p51.dan)) {
_root.zidan2p51.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p2.dan)) {
_root.zidan1p2.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p52.dan)) {
_root.zidan2p52.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan1p3.dan)) {
_root.zidan1p3.gotoAndStop(2);
ph = ph - _root.gj;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.zidan2p53.dan)) {
_root.zidan2p53.gotoAndStop(2);
ph = ph - _root.gj2;
if (ph <= 0) {
this.gotoAndStop(2);
}
}
};
Symbol 632 MovieClip Frame 2 (42 B)
cj = 1;
onEnterFrame = function () {
};
Symbol 638 MovieClip Frame 1 (30 B)
_root.fs = 1;
_root.fs2 = 1;
Symbol 638 MovieClip Frame 76 (126 B)
stop();
_root.fs = 0;
_root.fs2 = 0;
onEnterFrame = function () {
if (_root.direnshu <= -4) {
this.play();
}
};
Symbol 638 MovieClip Frame 81 (17 B)
stopAllSounds();
Symbol 638 MovieClip Frame 97 (60 B)
onEnterFrame = function () {
};
_root.time1.time2.stop();
Symbol 638 MovieClip Frame 156 (35 B)
this._parent.gotoAndStop("jiesu");
Instance of Symbol 101 MovieClip in Symbol 642 MovieClip Frame 1 (67 B)
on (release) {
getURL ("http://www.toonarcades.com/", "_blank");
}
Instance of Symbol 103 MovieClip in Symbol 642 MovieClip Frame 1 (72 B)
on (release) {
getURL ("http://www.toonarcades.com/mario", "_blank");
}
Symbol 642 MovieClip Frame 6 (8 B)
stop();