Frame 2
_root.LV = 1;
_root.Bpoint = 0;
msg_list = new array();
msg_list[1] = ["", "\u3053\u3053\u306B\u4F4F\u307F\u305F\u3044\uFF1F", "\u304D\u308C\u3044\u306A\u30C6\u30A3\u30A2\u30E9\u3067\u3057\u3087", "\u3044\u3058\u3044\u3058\u3057\u3061\u3083\u3044\u3084\u3093"];
msg_list[2] = ["", "\u305D\u3093\u306A\u306B\u4E73\u9996\u3057\u3061\u3083\u30FB\u30FB", "\u56FA\u304F\u306A\u3063\u3061\u3083\u3046", "\u8033\u304F\u3059\u3050\u3063\u305F\u3044\u30FB\u30FB"];
msg_list[3] = ["", "\u820C\u7D61\u3081\u3066\u30FB\u30FB", "\u3082\u3049\u3069\u3053\u898B\u3066\u308B\u306E\u3049", "\u6C17\u306B\u306A\u308B\u306E\uFF1F"];
msg_list[4] = ["", "\u304F\u3059\u3050\u3063\u305F\u3041\u3044", "\u3061\u3085\u3045", "\u3093\u3061\u3085\u3045"];
msg_list[5] = ["", "\u3059\u3079\u3059\u3079\u3067\u3057\u3087\uFF1F", "\u7DB2\u30BF\u30A4\u30C4\u30B9\u30AD\uFF1F", "\u304F\u3059\u3050\u3063\u305F\u3041\u3044"];
msg_list[6] = ["", "\u3060\u3081\u3001\u98DF\u3044\u8FBC\u3093\u3058\u3083\u3046", "\u3080\u306B\u3080\u306B\u63C9\u3093\u3067\u30FB\u30FB", "\u4E73\u9996\u7ACB\u3063\u3061\u3083\u3046\u30FB\u30FB"];
msg_list[7] = ["", "\u631F\u307F\u305F\u3041\u3044", "\u8210\u3081\u8210\u3081\u3057\u305F\u3041\u3044\u3088\u3049", "\u8E0F\u307F\u8E0F\u307F\uFF01\uFF1F"];
msg_list[8] = ["", "\u3060\u3081\u898B\u3048\u3061\u3083\u3046\u3045", "\u304A\u3078\u305D\u8210\u3081\u3061\u3083\u3044\u3084\u3093", "\u30C9\u30AD\u30C9\u30AD\u3057\u3061\u3083\u3046"];
msg_list[9] = ["", "\u3044\u3084\u3041\u30FB\u30FB", "\u305D\u3093\u306A\u306B\u5F04\u3089\u306A\u3044\u3067", "\u30A8\u30DF\u306B\u3082\u3063\u3068\u3057\u3066\u30FB\u30FB"];
msg_list[10] = ["", "\u305D\u3093\u306A\u306B\u6307\u52D5\u304B\u3057\u305F\u3089\u30FB\u30FB", "\u3060\u3081\u3047\u30FB\u30FB\u97F3\u805E\u304B\u306A\u3044\u3067\u3047", "\u3042\u3041\u3082\u3045\u51FA\u3061\u3083\u3046"];
Frame 6
stop();
Frame 18
stop();
Frame 19
_root.msg = "";
_root.msg2 = "";
obj = new Date();
stime = obj.gettime();
etime = 0;
Bouns = _root.Bpoint;
moto_time = 240;
dame_time = 0;
stage_nm_max = 10;
now_d = 0;
tekix = 500;
saisyo = 0;
e_ct = 100;
s_width = 640;
s_height = 480;
all_ct = 0;
Frame 20
e_tama_fnc = function (w_x, w_y, w_syu) {
if (w_syu == 1) {
game.attachMovie("e_tama" + w_syu, "e_tama" + count, 1500 + count);
tamap = eval ("game.e_tama" + count);
with (tamap) {
_x = w_x;
_y = w_y;
_xscale = 50;
_yscale = 50;
}
count++;
}
if (w_syu == 2) {
game.attachMovie(("e_tama" + w_syu) + "_1", "e_tama" + count, 1500 + count);
tamap = eval ("game.e_tama" + count);
with (tamap) {
_x = w_x + 30;
_y = w_y;
_xscale = 50;
_yscale = 50;
}
count++;
game.attachMovie(("e_tama" + w_syu) + "_2", "e_tama" + count, 1500 + count);
tamap = eval ("game.e_tama" + count);
with (tamap) {
_x = w_x - 30;
_y = w_y;
_xscale = 50;
_yscale = 50;
}
count++;
}
};
Frame 21
fire_fit_fnc = function (w_obj, w_hp) {
if ((_root.sp_fire._visible == true) && (0 < w_hp)) {
if (w_obj.hitTest(_root.sp_fire.point)) {
return(true);
}
}
return(false);
};
Frame 22
function baku_fnc(w_x, w_y, w_scale) {
game.attachMovie("baku", "baku" + count, 1500 + count);
game["baku" + count]._xscale = w_scale;
game["baku" + count]._yscale = w_scale;
game["baku" + count]._x = w_x;
game["baku" + count]._y = w_y;
count++;
}
Frame 23
function resetYure() {
this.onEnterFrame = eval("undefined");
this._x = initX;
this._y = initY;
quakeX = 0;
quakeY = 0;
quakeTime = 0;
quakeTotal = 0;
kaitenX = 0;
kaitenY = 0;
}
function yure(X, Y, time) {
if (this.onEnterFrame == eval("undefined")) {
resetYure();
this.onEnterFrame = function () {
quake();
};
}
_root.back_red._visible = true;
quakeX = quakeX + Number(X);
quakeY = quakeY + Number(Y);
quakeTime = quakeTime + Number(time);
quakeTotal = quakeTotal + Number(time);
}
function quake() {
quakeA = quakeTime;
kaitenX = kaitenX + (((quakeX * quakeA) * Math.PI) * (1 - (Math.random() * 0.9)));
kaitenY = kaitenY + (((quakeY * quakeA) * Math.PI) * (1 - (Math.random() * 0.9)));
this._x = ((quakeX * quakeA) * Math.cos(kaitenX)) + initX;
this._y = ((quakeY * quakeA) * Math.cos(kaitenY)) + initY;
quakeTime--;
if (0 >= quakeTime) {
resetYure();
_root.back_red._visible = false;
}
}
initX = this._x;
initY = this._y;
Frame 24
function damage_fnc(w_x, w_y, w_scale) {
dame_time = dame_time + 15;
_root.yure(10, 10, 5);
}
Instance of Symbol 214 MovieClip [back_red] "back_red" in Frame 25
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 68 MovieClip [sp_kuro_m] "sp_kuro_m" in Frame 29
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 16 MovieClip [sp_target] "sp_target" in Frame 32
onClipEvent (load) {
_root.LR = 1;
_root.UD = 1;
Mouse.hide();
_x = _root.s_width / 2;
_y = _root.s_height / 2;
}
onClipEvent (mouseMove) {
if ((0 < _root._xmouse) || (_root._xmouse < stage.width)) {
_x = _root._xmouse;
}
if ((0 < _root._ymouse) || (_root._ymouse < stage.height)) {
_y = _root._ymouse;
}
}
onClipEvent (mouseDown) {
if (_root.sp_fire._visible == false) {
_root.sp_fire.gotoandplay("START");
_root.sp_fire._x = _x;
_root.sp_fire._y = _y;
_root.sp_fire._visible = true;
}
}
Instance of Symbol 4000 MovieClip [game] "game" in Frame 33
onClipEvent (load) {
LR = 1;
UD = 1;
}
onClipEvent (enterFrame) {
if (_root.LR != 1) {
if (-930 < _x) {
}
} else if (_x < (stage.width - 325)) {
}
if (_root.UD != 1) {
if (-685 < _y) {
}
} else if (_y < (stage.width - 400)) {
}
if ((stage.width - 330) < _x) {
}
if (_x < -950) {
}
if ((stage.width - 325) < _y) {
}
if (_y < -705) {
}
}
Instance of Symbol 58 MovieClip [sp_teki] "sp_teki" in Frame 34
onClipEvent (enterFrame) {
gotoandplay("A" + _root.stage_nm_max);
}
Frame 35
stage_nm_max_d = stage_nm_max;
now_d = 0;
game.attachMovie("back_g" + LV, "back_g" + 1, -10);
Frame 36
obj = new Date();
_root.etime = obj.gettime();
TimeBox = ((moto_time - int((_root.etime - _root.stime) / 1000)) + _root.Bouns) - dame_time;
if (TimeBox < 0) {
TimeBox = 0;
}
e_ct++;
if (60 < e_ct) {
e_ct = 0;
while ((2 >= now_d) && (0 < (stage_nm_max_d - all_ct))) {
if ((stage_nm_max_d - all_ct) != 1) {
if (3 < _root.LV) {
syu = 4;
} else {
syu = 2;
}
game.attachMovie("sp_e_" + int((Math.random() * syu) + 1), "e" + count, 1500 + count);
em = eval ("_root.game.e" + count);
with (em) {
_x = (Math.random() * (_root.s_width - 60)) + 30;
_y = (Math.random() * (_root.s_height - 60)) + 30;
}
} else {
game.attachMovie("sp_boss_" + int((Math.random() * 1) + 1), "e" + count, 1500 + count);
em = eval ("_root.game.e" + count);
with (em) {
_x = (Math.random() * (_root.s_width - 120)) + 60;
_y = (Math.random() * (_root.s_height - 120)) + 60;
_xscale = 300;
_yscale = 300;
}
}
all_ct++;
now_d++;
count++;
}
}
if (_root.msg != "") {
ct++;
}
if (ct == 30) {
_root.msg = "";
_root.msg2 = "";
_root.sp_kuro_m._visible = false;
ct = 0;
}
if (_root.stage_nm_max == 0) {
Mouse.show();
if (_root.LV < 10) {
gotoandplay("CLEAR");
} else {
gotoandplay("CLEAR_ALL");
}
}
if (0 >= TimeBox) {
Mouse.show();
gotoandplay("OVER");
}
Frame 37
gotoAndPlay("\u30E1\u30A4\u30F3");
Frame 38
stop();
Frame 49
Mouse.show();
Frame 50
stop();
Frame 61
stop();
Symbol 19998 MovieClip [sp_ld] Frame 2
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
sindo = int((loaded / total) * 100);
loadertext = ((((int(loaded / 1000) + "KB / ") + int(total / 1000)) + "KB (") + sindo) + "%)";
Symbol 19998 MovieClip [sp_ld] Frame 4
gotoAndPlay("loading");
Symbol 184 MovieClip Frame 21
stop();
Instance of Symbol 188 MovieClip [e_tama_wk2] "my" in Symbol 178 MovieClip [e_tama2_2] Frame 1
onClipEvent (load) {
len = 10;
hp = 1;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this._parent, hp) == true) {
_root.baku_fnc(_parent._x, _parent._y, _parent._xscale);
_parent.removeMovieClip();
}
_parent._xscale = _parent._xscale + len;
_parent._yscale = _parent._xscale;
len = len + 0.5;
_parent._x = _parent._x - 6;
_parent._y = _parent._y + 4;
if ((_parent._x < 0) || (_root.s_width < _parent._x)) {
_parent.removeMovieClip();
}
if (400 < _parent._xscale) {
_root.damage_fnc(_parent._x, _parent._y);
_parent.removeMovieClip();
}
}
Instance of Symbol 188 MovieClip [e_tama_wk2] "my" in Symbol 176 MovieClip [e_tama2_1] Frame 1
onClipEvent (load) {
len = 10;
hp = 1;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this._parent, hp) == true) {
_root.baku_fnc(_parent._x, _parent._y, _parent._xscale);
_parent.removeMovieClip();
}
_parent._xscale = _parent._xscale + len;
_parent._yscale = _parent._xscale;
len = len + 0.5;
_parent._x = _parent._x + 6;
_parent._y = _parent._y + 4;
if ((_parent._x < 0) || (_root.s_width < _parent._x)) {
_parent.removeMovieClip();
}
if (400 < _parent._xscale) {
_root.damage_fnc(_parent._x, _parent._y);
_parent.removeMovieClip();
}
}
Instance of Symbol 150 MovieClip [e_tama_wk1] "my" in Symbol 210 MovieClip [e_tama1] Frame 1
onClipEvent (load) {
len = 10;
hp = 1;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this._parent, hp) == true) {
_root.baku_fnc(_parent._x, _parent._y, _parent._xscale);
_parent.removeMovieClip();
}
_parent._xscale = _parent._xscale + len;
_parent._yscale = _parent._xscale;
len = len + 0.1;
_parent._y = _parent._y + 4;
if ((_parent._x < 0) || (_root.s_width < _parent._x)) {
_parent.removeMovieClip();
}
if (400 < _parent._xscale) {
_root.damage_fnc(_parent._x, _parent._y);
_parent.removeMovieClip();
}
}
Instance of Symbol 172 MovieClip [sp_boss_wk1] "my" in Symbol 166 MovieClip [sp_boss_1] Frame 1
onClipEvent (load) {
hp = 20;
wk = (Math.random() * 6) + 2;
wky = (Math.random() * 6) + 2;
del_flg = 0;
}
onClipEvent (enterFrame) {
if (del_flg != 1) {
_parent._x = _parent._x + (5 * wk);
_parent._y = _parent._y + (5 * wky);
if ((int(Math.random() * 80) + 1) == 1) {
_root.e_tama_fnc(_parent._x, _parent._y, 2);
}
if ((int(Math.random() * 30) + 1) == 1) {
_root.e_tama_fnc(_parent._x, _parent._y, 1);
}
if ((_parent._x < 60) || ((_root.s_width - 60) < _parent._x)) {
wk = wk * -1;
}
if ((_parent._y < 60) || ((_root.s_height - 60) < _parent._y)) {
wky = wky * -1;
}
if (_root.fire_fit_fnc(this._parent, hp) == true) {
hp = hp - 1;
_root.baku_fnc(_parent._x, _parent._y, _parent._xscale);
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
del_flg = 1;
}
}
} else if (_parent._y >= (_root.s_height + 90)) {
_root.stage_nm_max = _root.stage_nm_max - 1;
_root.now_d--;
_parent.removeMovieClip();
} else {
_parent._rotation = _parent._rotation + 20;
_parent._y = _parent._y + 10;
}
}
Instance of Symbol 222 MovieClip [sp_e_wk4] "my" in Symbol 224 MovieClip [sp_e_4] Frame 1
onClipEvent (load) {
hp = 2;
wk = (Math.random() * 6) + 1;
wky = (Math.random() * 6) + 1;
del_flg = 0;
}
onClipEvent (enterFrame) {
if (del_flg != 1) {
wwct++;
if (120 < wwct) {
wwct = 0;
if (0 >= wk) {
wk = (Math.random() * 4) + 1;
} else {
wk = ((Math.random() * 4) + 1) * -1;
}
}
_parent._x = _parent._x + (5 * wk);
_parent._y = _parent._y + (5 * wky);
if ((int(Math.random() * (100 - (_root.LV * 5))) + 1) == 1) {
_root.e_tama_fnc(_parent._x, _parent._y, 1);
}
if (_parent._x < 15) {
_parent._x = 15;
wk = (Math.random() * 4) + 1;
}
if ((_root.s_width - 15) < _parent._x) {
_parent._x = _root.s_width - 15;
wk = ((Math.random() * 4) + 1) * -1;
}
if (_parent._y < 15) {
_parent._y = 15;
wky = (Math.random() * 6) + 1;
}
if ((_root.s_height - 15) < _parent._y) {
_parent._y = _root.s_height - 15;
wky = ((Math.random() * 6) + 1) * -1;
}
if (_root.fire_fit_fnc(this._parent, hp) == true) {
hp = hp - 1;
_root.baku_fnc(_parent._x, _parent._y, _parent._xscale);
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
del_flg = 1;
_root.stage_nm_max = _root.stage_nm_max - 1;
_root.now_d--;
}
}
} else if (_parent._y >= (_root.s_height + 90)) {
_parent.e_ct = 0;
_parent.removeMovieClip();
} else {
_parent._y = _parent._y + 10;
_parent._rotation = _parent._rotation + 20;
}
}
Instance of Symbol 46 MovieClip [yubi] "my" in Symbol 208 MovieClip [sp_e_3] Frame 1
onClipEvent (load) {
hp = 3;
wk = (Math.random() * 4) + 1;
wky = (Math.random() * 4) + 1;
del_flg = 0;
}
onClipEvent (enterFrame) {
if (del_flg != 1) {
wwct++;
if (120 < wwct) {
wwct = 0;
if (0 >= wk) {
wk = (Math.random() * 6) + 1;
} else {
wk = ((Math.random() * 6) + 1) * -1;
}
}
_parent._x = _parent._x + (5 * wk);
_parent._y = _parent._y + (5 * wky);
if ((int(Math.random() * (160 - (_root.LV * 5))) + 1) == 1) {
_root.e_tama_fnc(_parent._x, _parent._y, 1);
}
if (_parent._x < 15) {
_parent._x = 15;
wk = (Math.random() * 6) + 1;
}
if ((_root.s_width - 15) < _parent._x) {
_parent._x = _root.s_width - 15;
wk = ((Math.random() * 6) + 1) * -1;
}
if (_parent._y < 15) {
_parent._y = 15;
wky = (Math.random() * 6) + 1;
}
if ((_root.s_height - 15) < _parent._y) {
_parent._y = _root.s_height - 15;
wky = ((Math.random() * 6) + 1) * -1;
}
if (_root.fire_fit_fnc(this._parent, hp) == true) {
hp = hp - 1;
_root.baku_fnc(_parent._x, _parent._y, _parent._xscale);
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
del_flg = 1;
_root.stage_nm_max = _root.stage_nm_max - 1;
_root.now_d--;
}
}
} else if (_parent._y >= (_root.s_height + 90)) {
_parent.e_ct = 0;
_parent.removeMovieClip();
} else {
_parent._y = _parent._y + 10;
_parent._rotation = _parent._rotation + 20;
}
}
Instance of Symbol 28 MovieClip [sp_e_wk2] "my" in Symbol 216 MovieClip [sp_e_2] Frame 1
onClipEvent (load) {
hp = 2;
wk = (Math.random() * 3) + 1;
wky = (Math.random() * 3) + 1;
del_flg = 0;
}
onClipEvent (enterFrame) {
if (del_flg != 1) {
_parent._x = _parent._x + (5 * wk);
_parent._y = _parent._y + (5 * wky);
if ((int(Math.random() * (100 - (_root.LV * 5))) + 1) == 1) {
_root.e_tama_fnc(_parent._x, _parent._y, 1);
}
if ((_parent._x < 15) || ((_root.s_width - 30) < _parent._x)) {
wk = wk * -1;
}
if ((_parent._y < 15) || ((_root.s_height - 30) < _parent._y)) {
wky = wky * -1;
}
if (_root.fire_fit_fnc(this._parent, hp) == true) {
hp = hp - 1;
_root.baku_fnc(_parent._x, _parent._y, _parent._xscale);
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
del_flg = 1;
_root.stage_nm_max = _root.stage_nm_max - 1;
_root.now_d--;
}
}
} else if (_parent._y >= (_root.s_height + 90)) {
_parent.e_ct = 0;
_parent.removeMovieClip();
} else {
_parent._y = _parent._y + 10;
_parent._rotation = _parent._rotation + 20;
}
}
Instance of Symbol 22 MovieClip [sp_e_wk1] "my" in Symbol 70 MovieClip [sp_e_1] Frame 1
onClipEvent (load) {
hp = 1;
wk = (Math.random() * 3) + 1;
wky = 1;
del_flg = 0;
}
onClipEvent (enterFrame) {
if (del_flg != 1) {
_parent._x = _parent._x + (5 * wk);
_parent._y = _parent._y + (5 * wky);
if ((int(Math.random() * (100 - (_root.LV * 5))) + 1) == 1) {
_root.e_tama_fnc(_parent._x, _parent._y, 1);
}
if ((_parent._x < 15) || ((_root.s_width - 30) < _parent._x)) {
wk = wk * -1;
}
if ((_parent._y < 15) || ((_root.s_height - 30) < _parent._y)) {
wky = wky * -1;
}
if (_root.fire_fit_fnc(this._parent, hp) == true) {
hp = hp - 1;
_root.baku_fnc(_parent._x, _parent._y, _parent._xscale);
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
del_flg = 1;
_root.stage_nm_max = _root.stage_nm_max - 1;
_root.now_d--;
}
}
} else if (_parent._y >= (_root.s_height + 90)) {
_parent.e_ct = 0;
_parent.removeMovieClip();
} else {
_parent._y = _parent._y + 10;
_parent._rotation = _parent._rotation + 20;
}
}
Symbol 172 MovieClip [sp_boss_wk1] Frame 21
gotoAndPlay("START");
Symbol 172 MovieClip [sp_boss_wk1] Frame 42
gotoAndPlay("START");
Symbol 46 MovieClip [yubi] Frame 21
gotoAndPlay("START");
Symbol 46 MovieClip [yubi] Frame 42
this._visible = false;
Symbol 46 MovieClip [yubi] Frame 43
stop();
Symbol 46 MovieClip [yubi] Frame 64
gotoAndPlay("START");
Symbol 28 MovieClip [sp_e_wk2] Frame 21
gotoAndPlay("START");
Symbol 28 MovieClip [sp_e_wk2] Frame 42
gotoAndPlay("START");
Symbol 28 MovieClip [sp_e_wk2] Frame 63
this._visible = false;
Symbol 28 MovieClip [sp_e_wk2] Frame 64
stop();
Symbol 222 MovieClip [sp_e_wk4] Frame 21
gotoAndPlay("START");
Symbol 222 MovieClip [sp_e_wk4] Frame 52
gotoAndPlay("START");
Symbol 22 MovieClip [sp_e_wk1] Frame 21
gotoAndPlay("START");
Symbol 22 MovieClip [sp_e_wk1] Frame 42
this._visible = false;
Symbol 22 MovieClip [sp_e_wk1] Frame 43
stop();
Symbol 22 MovieClip [sp_e_wk1] Frame 54
gotoAndPlay("START");
Instance of Symbol 220 MovieClip [hit] "hit1" in Symbol 206 MovieClip [back_g10] Frame 2
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][0];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit2" in Symbol 206 MovieClip [back_g10] Frame 3
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][1];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit3" in Symbol 206 MovieClip [back_g10] Frame 4
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][3];
_root.sp_kuro_m._visible = true;
}
}
Symbol 206 MovieClip [back_g10] Frame 5
stop();
Instance of Symbol 220 MovieClip [hit] "hit1" in Symbol 218 MovieClip [back_g9] Frame 2
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][0];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit2" in Symbol 218 MovieClip [back_g9] Frame 3
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][1];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit3" in Symbol 218 MovieClip [back_g9] Frame 4
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][3];
_root.sp_kuro_m._visible = true;
}
}
Symbol 218 MovieClip [back_g9] Frame 5
stop();
Instance of Symbol 220 MovieClip [hit] "hit1" in Symbol 204 MovieClip [back_g8] Frame 2
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][0];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit2" in Symbol 204 MovieClip [back_g8] Frame 3
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][1];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit3" in Symbol 204 MovieClip [back_g8] Frame 4
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][3];
_root.sp_kuro_m._visible = true;
}
}
Symbol 204 MovieClip [back_g8] Frame 5
stop();
Instance of Symbol 220 MovieClip [hit] "hit1" in Symbol 202 MovieClip [back_g7] Frame 2
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][0];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit2" in Symbol 202 MovieClip [back_g7] Frame 3
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][1];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit3" in Symbol 202 MovieClip [back_g7] Frame 4
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][3];
_root.sp_kuro_m._visible = true;
}
}
Symbol 202 MovieClip [back_g7] Frame 5
stop();
Instance of Symbol 220 MovieClip [hit] "hit1" in Symbol 200 MovieClip [back_g6] Frame 2
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][0];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit2" in Symbol 200 MovieClip [back_g6] Frame 3
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][1];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit3" in Symbol 200 MovieClip [back_g6] Frame 4
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][3];
_root.sp_kuro_m._visible = true;
}
}
Symbol 200 MovieClip [back_g6] Frame 5
stop();
Instance of Symbol 220 MovieClip [hit] "hit1" in Symbol 198 MovieClip [back_g5] Frame 2
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][0];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit2" in Symbol 198 MovieClip [back_g5] Frame 3
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][1];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit3" in Symbol 198 MovieClip [back_g5] Frame 4
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][3];
_root.sp_kuro_m._visible = true;
}
}
Symbol 198 MovieClip [back_g5] Frame 5
stop();
Instance of Symbol 220 MovieClip [hit] "hit1" in Symbol 196 MovieClip [back_g4] Frame 2
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][0];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit2" in Symbol 196 MovieClip [back_g4] Frame 3
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][1];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit3" in Symbol 196 MovieClip [back_g4] Frame 4
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][3];
_root.sp_kuro_m._visible = true;
}
}
Symbol 196 MovieClip [back_g4] Frame 5
stop();
Instance of Symbol 220 MovieClip [hit] "hit1" in Symbol 194 MovieClip [back_g3] Frame 2
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][0];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit2" in Symbol 194 MovieClip [back_g3] Frame 3
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][1];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit3" in Symbol 194 MovieClip [back_g3] Frame 4
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][3];
_root.sp_kuro_m._visible = true;
}
}
Symbol 194 MovieClip [back_g3] Frame 5
stop();
Instance of Symbol 220 MovieClip [hit] "hit1" in Symbol 192 MovieClip [back_g2] Frame 2
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][0];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit2" in Symbol 192 MovieClip [back_g2] Frame 3
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][1];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit3" in Symbol 192 MovieClip [back_g2] Frame 4
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][3];
_root.sp_kuro_m._visible = true;
}
}
Symbol 192 MovieClip [back_g2] Frame 5
stop();
Instance of Symbol 220 MovieClip [hit] "hit1" in Symbol 190 MovieClip [back_g1] Frame 2
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][0];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit2" in Symbol 190 MovieClip [back_g1] Frame 3
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][1];
_root.sp_kuro_m._visible = true;
}
}
Instance of Symbol 220 MovieClip [hit] "hit3" in Symbol 190 MovieClip [back_g1] Frame 4
onClipEvent (load) {
_alpha = 0;
hp = 1;
s_flg = 0;
}
onClipEvent (enterFrame) {
if (_root.fire_fit_fnc(this, hp) == true) {
if (_alpha < 100) {
_alpha = _alpha + 5;
}
}
if ((_alpha >= 100) && (s_flg == 0)) {
s_flg = 1;
_root.dame_time = _root.dame_time - 15;
_root.msg = _root.msg_list[_root.LV][3];
_root.sp_kuro_m._visible = true;
}
}
Symbol 190 MovieClip [back_g1] Frame 5
stop();
Instance of Symbol 22 MovieClip [sp_e_wk1] "sp_e1" in Symbol 10 MovieClip [sp_2] Frame 2
onClipEvent (load) {
hp = 2;
wk = 1;
wky = 1;
}
onClipEvent (enterFrame) {
_x = _x + (5 * wk);
_y = _y + (5 * wk);
if ((_x < 0) || (stage.width < _x)) {
}
if (this.hitTest(_root.sp_2.h1) == false) {
wk = wk * -1;
}
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
hp = hp - 1;
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
this.gotoandplay("DEL");
eval ("_root.sp_teki" + _root.stage_nm_max).removeMovieClip();
_root.stage_nm_max = _root.stage_nm_max - 1;
}
}
}
Instance of Symbol 22 MovieClip [sp_e_wk1] "sp_e4" in Symbol 10 MovieClip [sp_2] Frame 2
onClipEvent (load) {
hp = 1;
wk = 1;
wkx = 0;
}
onClipEvent (enterFrame) {
_x = _x + (2 * wk);
_y = _y + (2 * wk);
if ((_x < 0) || (stage.width < _x)) {
}
if (this.hitTest(_root.sp_2.h1) == false) {
wk = wk * -1;
}
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
hp = hp - 1;
_root.sp_fire._visible = false;
if (0 >= hp) {
this.gotoandplay("DEL");
eval ("_root.sp_teki" + _root.stage_nm_max).removeMovieClip();
_root.stage_nm_max = _root.stage_nm_max - 1;
}
}
}
Instance of Symbol 46 MovieClip [yubi] "sp_e3" in Symbol 10 MovieClip [sp_2] Frame 2
onClipEvent (load) {
hp = 1;
wk = 1;
wkx = 0;
}
onClipEvent (enterFrame) {
_x = _x + (15 * wk);
_y = _y + (15 * wk);
if ((_x < 0) || (stage.width < _x)) {
}
if (this.hitTest(_root.sp_2.h1) == false) {
wk = wk * -1;
}
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
hp = hp - 1;
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
this.gotoandplay("DEL");
eval ("_root.sp_teki" + _root.stage_nm_max).removeMovieClip();
_root.stage_nm_max = _root.stage_nm_max - 1;
}
}
}
Instance of Symbol 46 MovieClip [yubi] "sp_e5" in Symbol 10 MovieClip [sp_2] Frame 2
onClipEvent (load) {
hp = 3;
wk = 1;
wkx = 0;
}
onClipEvent (enterFrame) {
_x = _x + (10 * wk);
_y = _y + (20 * wk);
if ((_x < 0) || (stage.width < _x)) {
}
if (this.hitTest(_root.sp_2.h1) == false) {
wk = wk * -1;
}
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
hp = hp - 1;
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
this.gotoandplay("DEL");
eval ("_root.sp_teki" + _root.stage_nm_max).removeMovieClip();
_root.stage_nm_max = _root.stage_nm_max - 1;
}
}
}
Instance of Symbol 28 MovieClip [sp_e_wk2] "sp_e2" in Symbol 10 MovieClip [sp_2] Frame 2
onClipEvent (load) {
hp = 2;
wk = 1;
}
onClipEvent (enterFrame) {
_x = _x + (3 * wk);
_y = _y + (3 * wk);
if (this.hitTest(_root.sp_2.h1) == false) {
wk = wk * -1;
}
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
hp = hp - 1;
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
this.gotoandplay("DEL");
eval ("_root.sp_teki" + _root.stage_nm_max).removeMovieClip();
_root.stage_nm_max = _root.stage_nm_max - 1;
}
}
}
Instance of Symbol 50 MovieClip [point] "sp_ero1" in Symbol 10 MovieClip [sp_2] Frame 2
onClipEvent (load) {
hp = 1;
this._visible = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
_root.msg = "\u305D\u3093\u306A\u3068\u3053\u308D\u6483\u3063\u3061\u3083\u3044\u3084\u3093";
_root.msg2 = "+5sec";
_root.Bouns = _root.Bouns + 5;
_root.sp_kuro_m._visible = true;
hp = hp - 1;
_root.sp_fire._visible = false;
if (0 >= hp) {
this._visible = true;
}
}
}
Instance of Symbol 50 MovieClip [point] "sp_ero2" in Symbol 10 MovieClip [sp_2] Frame 2
onClipEvent (load) {
hp = 1;
this._visible = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
_root.msg = "\u3042\u3042\u3041\u3093";
_root.msg2 = "+5sec";
_root.Bouns = _root.Bouns + 5;
_root.sp_kuro_m._visible = true;
hp = hp - 1;
_root.sp_fire._visible = false;
if (0 >= hp) {
this._visible = true;
}
}
}
Instance of Symbol 50 MovieClip [point] "sp_ero3" in Symbol 10 MovieClip [sp_2] Frame 2
onClipEvent (load) {
hp = 1;
this._visible = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
_root.msg = "\u8C37\u9593\u5F04\u3063\u3061\u3083\u3060\u3081";
_root.msg2 = "+5sec";
_root.Bouns = _root.Bouns + 7;
_root.sp_kuro_m._visible = true;
hp = hp - 1;
_root.sp_fire._visible = false;
if (0 >= hp) {
this._visible = true;
}
}
}
Instance of Symbol 50 MovieClip [point] "sp_ero4" in Symbol 10 MovieClip [sp_2] Frame 2
onClipEvent (load) {
hp = 1;
this._visible = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
_root.msg = "\u300CHOTARU\u306E\u5DE3\u300D\u3067\u5F85\u3063\u3066\u308B\u3088";
_root.msg2 = "+5sec";
_root.Bouns = _root.Bouns + 5;
_root.sp_kuro_m._visible = true;
hp = hp - 1;
_root.sp_fire._visible = false;
if (0 >= hp) {
this._visible = true;
}
}
}
Symbol 18 MovieClip [sp_fire] Frame 5
this._visible = false;
Symbol 18 MovieClip [sp_fire] Frame 6
stop();
Symbol 58 MovieClip [sp_teki] Frame 1
stop();
Symbol 58 MovieClip [sp_teki] Frame 2
stop();
Symbol 58 MovieClip [sp_teki] Frame 3
stop();
Symbol 58 MovieClip [sp_teki] Frame 4
stop();
Symbol 58 MovieClip [sp_teki] Frame 5
stop();
Symbol 58 MovieClip [sp_teki] Frame 6
stop();
Symbol 58 MovieClip [sp_teki] Frame 7
stop();
Symbol 58 MovieClip [sp_teki] Frame 8
stop();
Symbol 58 MovieClip [sp_teki] Frame 9
stop();
Symbol 58 MovieClip [sp_teki] Frame 10
stop();
Symbol 58 MovieClip [sp_teki] Frame 11
stop();
Symbol 68 MovieClip [sp_kuro_m] Frame 3
stop();
Symbol 98 MovieClip [baku] Frame 13
this.removeMovieClip();
_parent.removeMovieClip();
Symbol 20016 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click147/1-103-15546", "_blank");
}
Symbol 20017 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click2/1-103-15546", "_blank");
}
Symbol 232 MovieClip [clear_all] Frame 43
stop();
Symbol 20018 Button
on (press) {
_root.LV++;
_root.gotoandplay("START");
}
on () {
}
Symbol 20019 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click147/1-103-15546", "_blank");
}
Symbol 20020 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click2/1-103-15546", "_blank");
}
Symbol 186 MovieClip [clear] Frame 1
_root.Bpoint = int(_root.TimeBox / 5);
Symbol 186 MovieClip [clear] Frame 27
stop();
Symbol 20021 Button
on (press) {
_root.LV = 1;
_root.Bpoint = 0;
_root.gotoandplay("START");
}
on () {
}
Symbol 20022 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click147/1-103-15546", "_blank");
}
Symbol 20023 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click2/1-103-15546", "_blank");
}
Symbol 180 MovieClip [over] Frame 1
_root.Bpoint = int(_root.TimeBox / 5);
Symbol 180 MovieClip [over] Frame 25
stop();
Symbol 4000 MovieClip [game] Frame 2
stop();
Instance of Symbol 22 MovieClip [sp_e_wk1] "sp_e1" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (load) {
hp = 2;
wk = 1;
wky = 1;
}
onClipEvent (enterFrame) {
if (_visible) {
_x = _x + (5 * wk);
_y = _y + (5 * wky);
if ((_x < 0) || ((stage.width - 30) < _x)) {
wk = wk * -1;
}
if ((_y < 0) || ((stage.height - 30) < _y)) {
wky = wky * -1;
}
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
hp = hp - 1;
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
this.gotoandplay("DEL");
eval ("_root.sp_teki" + _root.stage_nm_max).removeMovieClip();
_root.stage_nm_max = _root.stage_nm_max - 1;
}
}
if (this.hitTest(_root.sp_4.sp_e2)) {
eval (_root.sp_4.sp_e2).gotoandplay("DAME");
_root.sp_4.sp_e2.hp = _root.sp_4.sp_e2.hp - 1;
if (_x >= _root.sp_4.sp_e2._x) {
_root.sp_4.sp_e2._x = _root.sp_4.sp_e2._x - 5;
} else {
_root.sp_4.sp_e2._x = _root.sp_4.sp_e2._x + 5;
}
if (_y >= _root.sp_4.sp_e2._y) {
_root.sp_4.sp_e2._y = _root.sp_4.sp_e2._y - 5;
} else {
_root.sp_4.sp_e2._y = _root.sp_4.sp_e2._y + 5;
}
}
}
}
Instance of Symbol 28 MovieClip [sp_e_wk2] "sp_e2" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (load) {
hp = 10;
wk = 1;
wky = 1;
}
onClipEvent (enterFrame) {
if (!((((this.hitTest(_root.sp_4.sp_p1) == true) && (0 < _root.sp_4.sp_p1._alpha)) || ((this.hitTest(_root.sp_4.sp_p2) == true) && (0 < _root.sp_4.sp_p2._alpha))) || ((this.hitTest(_root.sp_4.sp_p3) == true) && (0 < _root.sp_4.sp_p3._alpha)))) {
_x = _x + (3 * wk);
_y = _y + (3 * wky);
}
if ((_x < 0) || ((stage.width - 30) < _x)) {
wk = wk * -1;
}
if ((_y < 0) || ((stage.height - 30) < _y)) {
wky = wky * -1;
}
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
wk = wk * -1;
wky = wky * -1;
}
if (0 >= hp) {
_visible = false;
}
}
Instance of Symbol 46 MovieClip [yubi] "sp_e3" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (load) {
hp = 1;
wk = 1;
wky = 1;
}
onClipEvent (enterFrame) {
if (_visible) {
_x = _x + (15 * wk);
_y = _y + (15 * wky);
if ((_x < 0) || ((stage.width - 30) < _x)) {
wk = wk * -1;
}
if ((_y < 0) || ((stage.height - 30) < _y)) {
wky = wky * -1;
}
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
hp = hp - 1;
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
this.gotoandplay("DEL");
eval ("_root.sp_teki" + _root.stage_nm_max).removeMovieClip();
_root.stage_nm_max = _root.stage_nm_max - 1;
}
}
if (this.hitTest(_root.sp_4.sp_e2)) {
eval (_root.sp_4.sp_e2).gotoandplay("DAME");
_root.sp_4.sp_e2.hp = _root.sp_4.sp_e2.hp - 1;
if (_x >= _root.sp_4.sp_e2._x) {
_root.sp_4.sp_e2._x = _root.sp_4.sp_e2._x - 5;
} else {
_root.sp_4.sp_e2._x = _root.sp_4.sp_e2._x + 5;
}
if (_y >= _root.sp_4.sp_e2._y) {
_root.sp_4.sp_e2._y = _root.sp_4.sp_e2._y - 5;
} else {
_root.sp_4.sp_e2._y = _root.sp_4.sp_e2._y + 5;
}
}
}
}
Instance of Symbol 22 MovieClip [sp_e_wk1] "sp_e4" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (load) {
hp = 1;
wk = 1;
wky = 1;
}
onClipEvent (enterFrame) {
if (_visible) {
_x = _x + (2 * wk);
_y = _y + (2 * wky);
if ((_x < 0) || ((stage.width - 30) < _x)) {
wk = wk * -1;
}
if ((_y < 0) || ((stage.height - 30) < _y)) {
wky = wky * -1;
}
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
hp = hp - 1;
_root.sp_fire._visible = false;
if (0 >= hp) {
this.gotoandplay("DEL");
eval ("_root.sp_teki" + _root.stage_nm_max).removeMovieClip();
_root.stage_nm_max = _root.stage_nm_max - 1;
}
}
if (this.hitTest(_root.sp_4.sp_e2)) {
eval (_root.sp_4.sp_e2).gotoandplay("DAME");
_root.sp_4.sp_e2.hp = _root.sp_4.sp_e2.hp - 1;
if (_x >= _root.sp_4.sp_e2._x) {
_root.sp_4.sp_e2._x = _root.sp_4.sp_e2._x - 5;
} else {
_root.sp_4.sp_e2._x = _root.sp_4.sp_e2._x + 5;
}
if (_y >= _root.sp_4.sp_e2._y) {
_root.sp_4.sp_e2._y = _root.sp_4.sp_e2._y - 5;
} else {
_root.sp_4.sp_e2._y = _root.sp_4.sp_e2._y + 5;
}
}
}
}
Instance of Symbol 46 MovieClip [yubi] "sp_e5" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (load) {
hp = 3;
wk = 1;
wky = 1;
}
onClipEvent (enterFrame) {
if (_visible) {
_x = _x + (10 * wk);
_y = _y + (20 * wky);
if ((_x < 0) || ((stage.width - 30) < _x)) {
wk = wk * -1;
}
if ((_y < 0) || ((stage.height - 30) < _y)) {
wky = wky * -1;
}
if ((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) {
hp = hp - 1;
this.gotoandplay("DAME");
_root.sp_fire._visible = false;
if (0 >= hp) {
this.gotoandplay("DEL");
eval ("_root.sp_teki" + _root.stage_nm_max).removeMovieClip();
_root.stage_nm_max = _root.stage_nm_max - 1;
}
}
if (this.hitTest(_root.sp_4.sp_e2)) {
eval (_root.sp_4.sp_e2).gotoandplay("DAME");
_root.sp_4.sp_e2.hp = _root.sp_4.sp_e2.hp - 1;
if (_x >= _root.sp_4.sp_e2._x) {
_root.sp_4.sp_e2._x = _root.sp_4.sp_e2._x - 5;
} else {
_root.sp_4.sp_e2._x = _root.sp_4.sp_e2._x + 5;
}
if (_y >= _root.sp_4.sp_e2._y) {
_root.sp_4.sp_e2._y = _root.sp_4.sp_e2._y - 5;
} else {
_root.sp_4.sp_e2._y = _root.sp_4.sp_e2._y + 5;
}
}
}
}
Instance of Symbol 170 MovieClip [sp_p1] "sp_p1" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.sp_4.sp_e2) || (this.hitTest(_root.sp_4.sp_e6))) {
if (0 < _alpha) {
_alpha = _alpha - 5;
}
}
}
Instance of Symbol 170 MovieClip [sp_p1] "sp_p2" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.sp_4.sp_e2) || (this.hitTest(_root.sp_4.sp_e6))) {
if (0 < _alpha) {
_alpha = _alpha - 5;
}
}
}
Instance of Symbol 170 MovieClip [sp_p1] "sp_p3" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.sp_4.sp_e2) || (this.hitTest(_root.sp_4.sp_e6))) {
if (0 < _alpha) {
_alpha = _alpha - 5;
}
}
}
Instance of Symbol 50 MovieClip [point] "sp_ero1" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (load) {
hp = 10;
this._visible = false;
}
onClipEvent (enterFrame) {
if (((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) && (0 >= _root.sp_4.sp_p1._alpha)) {
_root.msg = "\u3042\u3042\u3063\u305D\u3093\u306A\u30FB\u30FB";
_root.sp_kuro_m._visible = true;
hp = hp - 1;
_root.sp_fire._visible = false;
if (0 >= hp) {
_root.msg = "\u305D\u3093\u306A\u3057\u305F\u3089\u4E73\u9996\u7ACB\u3063\u3061\u3083\u3046";
_root.msg2 = "+5sec";
_root.Bouns = _root.Bouns + 5;
this._visible = true;
}
}
}
Instance of Symbol 50 MovieClip [point] "sp_ero2" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (load) {
hp = 10;
this._visible = false;
}
onClipEvent (enterFrame) {
if (((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) && (0 >= _root.sp_4.sp_p2._alpha)) {
_root.msg = "\u3042\u3042\u3041\u3093";
_root.sp_kuro_m._visible = true;
hp = hp - 1;
_root.sp_fire._visible = false;
if (0 >= hp) {
this._visible = true;
_root.msg = "\u3042\u3042\u3041\u3093\u3060\u3081\u3047\u3047";
_root.msg2 = "+5sec";
_root.Bouns = _root.Bouns + 5;
}
}
}
Instance of Symbol 50 MovieClip [point] "sp_ero3" in Symbol 4000 MovieClip [game] Frame 3
onClipEvent (load) {
hp = 20;
this._visible = false;
}
onClipEvent (enterFrame) {
if (((this.hitTest(_root.sp_fire.point) && (_root.sp_fire._visible == true)) && (0 < hp)) && (0 >= _root.sp_4.sp_p3._alpha)) {
_root.msg = "\u305D\u3001\u305D\u3093\u306A\u3068\u3053\u308D\u307E\u3067\u30FB\u30FB";
_root.sp_kuro_m._visible = true;
hp = hp - 1;
_root.sp_fire._visible = false;
if (0 >= hp) {
this._visible = true;
_root.msg = "\u5F04\u3063\u3061\u3083\u3060\u3081\u3047\u6FE1\u308C\u3061\u3083\u3046\u3045";
_root.msg2 = "+5sec";
_root.Bouns = _root.Bouns + 5;
}
}
}
Symbol 20024 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click2/1-103-15546", "_blank");
}
Symbol 20025 Button
on (release) {
gotoAndPlay("START");
}