Frame 2
fscommand ("showmenu", "false");
fscommand ("allowscale", "false");
fscommand ("fullscreen", "false");
Stage.showMenu = false;
Frame 3
_root.enemy_ct = 0;
_root.reset = 0;
Frame 38
stop();
Frame 39
plock = 0;
maxhp = 100;
hp = maxhp;
pw = 0;
maxpw = 100;
waza = 0;
at_lock = 0;
wazapw = 100;
maxehp = 100;
e_hp = maxehp;
e_pw = 0;
maxe_pw = 100;
e_del = 0;
ci = 0;
count = 0;
saisyo = 0;
msg_disp = 0;
msg_disp2 = 0;
_root.reset = 1;
_root.wkct = 0;
bossflg = 0;
msg = "\u3044\u304F\u305C";
msg2 = "";
s_width = 640;
s_height = 480;
Instance of Symbol 30 MovieClip [max] "max" in Frame 41
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.pw < _root.wazapw) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 18 MovieClip [bar_red] "red" in Frame 43
onClipEvent (enterFrame) {
_xscale = (_root.pw / _root.maxpw) * 100;
}
Instance of Symbol 30 MovieClip [max] "max" in Frame 43
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.pw < 101) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 16 MovieClip [bar_blue] "blue_hp" in Frame 43
onClipEvent (enterFrame) {
_xscale = (_root.hp / _root.maxhp) * 100;
}
Instance of Symbol 6 MovieClip [sp_player] "sp_player" in Frame 43
onClipEvent (load) {
MoveFlg = 0;
wk = 0;
tame_flg = 0;
mx = _root._xmouse;
my = _root._ymouse;
}
onClipEvent (enterFrame) {
if (_visible) {
if (0 >= _root.hp) {
_root.hp = 0;
_visible = false;
_x = -200;
this.removemovieclip();
}
if (_root.at_lock == 0) {
ct++;
if (ct == 3) {
mx = _root._xmouse;
my = _root._ymouse;
ct = 0;
}
if ((_root.s_width - 30) >= _x) {
this._x = this._x + ((mx - this._x) / 30);
} else {
_x = _root.s_width - 30;
}
if ((_root.s_height - 30) >= _y) {
this._y = this._y + ((my - this._y) / 30);
} else {
_y = _root.s_height - 30;
}
}
if (_root.pw != 0) {
MoveFlg = 0;
} else if (MoveFlg == 0) {
MoveFlg = 1;
}
if (tame_flg == 1) {
if (_root.plock == 0) {
if (_root.maxpw >= _root.pw) {
_root.pw = _root.pw + 0.5;
}
}
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 90) {
_root.waza = 1;
_root.wazapw = 30;
if (wk == 0) {
gotoandplay("TAME");
wk = 1;
}
if (_root.pw < 100) {
}
tame_flg = 1;
}
if (Key.getCode() == 88) {
if ((_root.maxhp / 2) >= _root.hp) {
_root.waza = 2;
_root.wazapw = 80;
if (wk == 0) {
gotoandplay("TAME");
wk = 1;
}
tame_flg = 1;
}
}
if (Key.getCode() == 67) {
_root.waza = 3;
_root.wazapw = 10;
if (wk == 0) {
gotoandplay("TAME");
wk = 1;
}
if (_root.pw < 100) {
}
tame_flg = 1;
}
}
onClipEvent (keyUp) {
wk = 0;
gotoandplay("MOVE");
if (_root.plock == 0) {
if (_root.waza == 1) {
if (_root.wazapw >= _root.pw) {
tame_flg = 0;
} else {
if (_x >= _root.sp_enemy_1._x) {
_root.sp_tama_1b._visible = true;
_root.sp_tama_1b._x = _x;
_root.sp_tama_1b._y = _y;
_root.sp_tama_1b._xscale = 100 + (4 * _root.pw);
_root.sp_tama_1b._yscale = 100 + (4 * _root.pw);
} else {
_root.sp_tama_1._visible = true;
_root.sp_tama_1._x = _x;
_root.sp_tama_1._y = _y;
_root.sp_tama_1._xscale = 100 + (4 * _root.pw);
_root.sp_tama_1._yscale = 100 + (4 * _root.pw);
}
if (0 < (_root.pw - _root.wazapw)) {
_root.pw = _root.pw - _root.wazapw;
} else {
_root.pw = 0;
}
_root.plock = 1;
tame_flg = 0;
}
}
if (_root.waza == 2) {
if (_root.wazapw >= _root.hp) {
if (80 >= _root.pw) {
tame_flg = 0;
} else {
if (_x >= _root.sp_enemy_1._x) {
_root.sp_wave_b._visible = true;
_root.sp_wave_b._x = _x;
_root.sp_wave_b._y = _y;
_root.sp_wave_b._yscale = 100 + (3 * _root.pw);
_root.sp_wave_b_hd._xscale = 100 + (6 * _root.pw);
_root.sp_wave_b_hd._yscale = 100 + (6 * _root.pw);
} else {
_root.sp_wave._visible = true;
_root.sp_wave._x = _x;
_root.sp_wave._y = _y;
_root.sp_wave._yscale = 100 + (3 * _root.pw);
_root.sp_wave_hd._xscale = 100 + (6 * _root.pw);
_root.sp_wave_hd._yscale = 100 + (6 * _root.pw);
}
if (0 < (_root.pw - _root.wazapw)) {
_root.pw = _root.pw - _root.wazapw;
} else {
_root.pw = 0;
}
_root.plock = 1;
tame_flg = 0;
_root.at_lock = 1;
}
}
}
if (_root.waza == 3) {
if (_root.wazapw >= _root.pw) {
tame_flg = 0;
} else {
i = 1;
for ( ; 16 >= i ; i++) {
_root.attachMovie("tekidan", "tekidan" + _root.count, 1500 + _root.count);
_root["tekidan" + _root.count]._x = _x + 15;
_root["tekidan" + _root.count]._y = _y + 15;
_root["tekidan" + _root.count]._rotation = 22.5 * i;
_root.count++;
}
if (0 < (_root.pw - _root.wazapw)) {
_root.pw = _root.pw - _root.wazapw;
} else {
_root.pw = 0;
}
tame_flg = 0;
}
}
}
}
Instance of Symbol 8 MovieClip [sp_tama1] "sp_tama_1" in Frame 44
onClipEvent (load) {
_visible = false;
max_wx = 25;
wx = max_wx;
}
onClipEvent (enterFrame) {
if (_visible) {
if (max_wx >= wx) {
wx = wx + 1;
}
_x = _x + wx;
if (stage.width < _x) {
_visible = false;
_xscale = 100;
_yscale = 100;
_root.pw = 0;
_root.plock = 0;
}
if (this.hitTest(_root.sp_enemy_1.hit)) {
_root.msg2 = "\u3050\u308F\u3063";
_x = _x - 5;
_root.e_hp = _root.e_hp - 5;
_root.sp_enemy_1._y = _root.sp_enemy_1._y - 10;
if (_root.bossflg == 0) {
if ((_root.sp_enemy_1._x + 25) >= (stage.width - 30)) {
_root.sp_enemy_1._x = stage.width - 30;
} else {
_root.sp_enemy_1._x = _root.sp_enemy_1._x + 25;
}
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_enemy_1._x;
_root["baku" + _root.count]._y = _root.sp_enemy_1._y;
_root.count++;
}
}
}
Instance of Symbol 50 MovieClip [sp_tama_e1] "sp_tama_1b" in Frame 45
onClipEvent (load) {
_visible = false;
max_wx = 25;
wx = max_wx;
}
onClipEvent (enterFrame) {
if (_visible) {
if (max_wx >= wx) {
wx = wx + 1;
}
_x = _x - wx;
if (_x < 0) {
_visible = false;
_xscale = 100;
_yscale = 100;
_root.pw = 0;
_root.plock = 0;
}
if (this.hitTest(_root.sp_enemy_1.hit)) {
_root.msg2 = "\u3050\u308F\u308F\uFF01";
_x = _x + 5;
_root.e_hp = _root.e_hp - 5;
_root.sp_enemy_1._x = _root.sp_enemy_1._x - 10;
if (_root.bossflg == 0) {
if (0 >= (_root.sp_enemy_1._x - 25)) {
_root.sp_enemy_1._x = 0;
} else {
_root.sp_enemy_1._x = _root.sp_enemy_1._x - 25;
}
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_enemy_1._x;
_root["baku" + _root.count]._y = _root.sp_enemy_1._y;
_root.count++;
}
}
}
Instance of Symbol 156 MovieClip [sp_enemy_2] "sp_enemy_u" in Frame 46
onClipEvent (load) {
_x = (Math.random() * 280) + 20;
_y = (Math.random() * 280) + 20;
ct = 0;
en_ect = 50 + int((Math.random() * 50) + 5);
wx = int((Math.random() * 2) + 3);
wy = int((Math.random() * 2) + 3);
if (this == _root.sp_enemy_u) {
_visible = 0;
}
_root.msg = "\u65B0\u624B\u304B\uFF01";
_root.msg2 = "\u4FFA\u304C\u76F8\u624B\u3060";
}
onClipEvent (enterFrame) {
if (_root.reset == 0) {
this.removemovieclip();
}
if (_visible) {
if (0 < _root.e_hp) {
if (_root.e_hp < int(_root.maxehp / 3)) {
color = new Color(this);
color.setTransform({gb:(255 * (_root.e_hp / 300)) - 255, bb:(255 * (_root.e_hp / 300)) - 255});
}
if (_root.maxe_pw >= _root.e_pw) {
_root.e_pw = _root.e_pw + 0.5;
}
if ((0 < (_x + wx)) && ((_x + wx) < (_root.s_width - 30))) {
this._x = this._x + wx;
}
if ((0 < (_y + wy)) && ((_y + wy) < (_root.s_height - 30))) {
this._y = this._y + wy;
}
if (_root.sp_player._x >= _x) {
wx = wx + 0.1;
} else {
wx = wx - 0.1;
}
if (_root.sp_player._y >= _y) {
wy = wy + 0.1;
} else {
wy = wy - 0.1;
}
if (_x < 0) {
_x = 0;
}
if ((_root.s_width - 30) < _x) {
_x = _root.s_width - 30;
}
if (_y < 0) {
_y = 0;
}
if ((_root.s_height - 30) < _y) {
_y = _root.s_height - 30;
}
ect++;
if (ect == en_ect) {
r = int(math.random() * 5);
if (r == 1) {
i = 1;
for ( ; 16 >= i ; i++) {
_root.attachMovie("tekidan_en", "tekidan_en" + _root.count, 1000 + _root.count);
_root["tekidan_en" + _root.count]._x = _x + 15;
_root["tekidan_en" + _root.count]._y = _y + 15;
_root["tekidan_en" + _root.count]._rotation = 22.5 * i;
_root.count++;
}
_root.e_pw = 0;
} else if (_root.sp_player._x >= _x) {
if (_root.sp_tama_e2._visible == false) {
_root.sp_tama_e2._visible = true;
_root.sp_tama_e2._x = _x;
_root.sp_tama_e2._y = _y;
_root.sp_tama_e2._xscale = 100 + (5 * _root.e_pw);
_root.sp_tama_e2._yscale = 100 + (5 * _root.e_pw);
_root.e_pw = 0;
}
} else if (_root.sp_tama_e._visible == false) {
_root.sp_tama_e._visible = true;
_root.sp_tama_e._x = _x;
_root.sp_tama_e._y = _y;
_root.sp_tama_e._xscale = 100 + (5 * _root.e_pw);
_root.sp_tama_e._yscale = 100 + (5 * _root.e_pw);
_root.e_pw = 0;
}
ect = 0;
}
} else if (_root.e_del == 0) {
this.gotoandplay("del");
if (_x >= stage.width) {
_root.e_del = 1;
this.removemovieclip();
} else {
_x = _x + 5;
_y = _y + 5;
wvct++;
if (wvct == 30) {
_root.msg = (_root.enemy_ct + 1) + "\u5339\u3060\uFF01";
_root.msg2 = "\u3061\u3063\u304F\u3057\u3087\u3049\u30FC";
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
wvct = 0;
}
}
}
}
}
Instance of Symbol 46 MovieClip [sp_enemy_1] "sp_enemy" in Frame 47
onClipEvent (load) {
_x = (Math.random() * 280) + 20;
_y = (Math.random() * 280) + 20;
ct = 0;
en_ect = 50 + int((Math.random() * 50) + 5);
wx = int((Math.random() * 2) + 3);
wy = int((Math.random() * 2) + 3);
if (this == _root.sp_enemy) {
_visible = 0;
}
_root.msg = "\u65B0\u624B\u304B\uFF01";
_root.msg2 = "\u4FFA\u304C\u76F8\u624B\u3060";
}
onClipEvent (enterFrame) {
if (_root.reset == 0) {
this.removemovieclip();
}
if (_visible) {
if (0 < _root.e_hp) {
if (_root.e_hp < int(_root.maxehp / 3)) {
color = new Color(this);
color.setTransform({gb:(255 * (_root.e_hp / 300)) - 255, bb:(255 * (_root.e_hp / 300)) - 255});
}
if (_root.maxe_pw >= _root.e_pw) {
_root.e_pw = _root.e_pw + 0.5;
}
if ((0 < (_x + wx)) && ((_x + wx) < (_root.s_width - 30))) {
this._x = this._x + wx;
}
if ((0 < (_y + wy)) && ((_y + wy) < (_root.s_height - 30))) {
this._y = this._y + wy;
}
if (_x < 0) {
_x = 0;
}
if ((_root.s_width - 30) < _x) {
_x = _root.s_width - 30;
}
if (_y < 0) {
_y = 0;
}
if ((_root.s_height - 30) < _y) {
_y = _root.s_height - 30;
}
ct++;
if (ct == 6) {
r = int(math.random() * 3);
if (r != 1) {
wy = (int(math.random() * 10) - 5) * -1;
} else {
wx = (int(math.random() * 12) - 6) * -1;
}
ct = 0;
}
ect++;
if (ect == en_ect) {
r = int(math.random() * 5);
if (r == 1) {
i = 1;
for ( ; 16 >= i ; i++) {
_root.attachMovie("tekidan_en", "tekidan_en" + _root.count, 1000 + _root.count);
_root["tekidan_en" + _root.count]._x = _x + 15;
_root["tekidan_en" + _root.count]._y = _y + 15;
_root["tekidan_en" + _root.count]._rotation = 22.5 * i;
_root.count++;
}
_root.e_pw = 0;
} else if (_root.sp_player._x >= _x) {
if (_root.sp_tama_e2._visible == false) {
_root.sp_tama_e2._visible = true;
_root.sp_tama_e2._x = _x;
_root.sp_tama_e2._y = _y;
_root.sp_tama_e2._xscale = 100 + (5 * _root.e_pw);
_root.sp_tama_e2._yscale = 100 + (5 * _root.e_pw);
_root.e_pw = 0;
}
} else if (_root.sp_tama_e._visible == false) {
_root.sp_tama_e._visible = true;
_root.sp_tama_e._x = _x;
_root.sp_tama_e._y = _y;
_root.sp_tama_e._xscale = 100 + (5 * _root.e_pw);
_root.sp_tama_e._yscale = 100 + (5 * _root.e_pw);
_root.e_pw = 0;
}
ect = 0;
}
} else if (_root.e_del == 0) {
this.gotoandplay("del");
if (_x >= stage.width) {
_root.e_del = 1;
this.removemovieclip();
} else {
_x = _x + 5;
_y = _y + 3;
wvct++;
if (wvct == 30) {
_root.msg = (_root.enemy_ct + 1) + "\u5339\u3060\uFF01";
_root.msg2 = "\u3046\u304E\u3083\u3041\u3041\u3041";
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
wvct = 0;
}
}
}
}
}
Instance of Symbol 236 MovieClip [sp_enemy_3] "sp_enemy_fd" in Frame 48
onClipEvent (load) {
_x = (Math.random() * 280) + 20;
_y = (Math.random() * 280) + 20;
ct = 0;
en_ect = 60 + int((Math.random() * 50) + 5);
wx = int((Math.random() * 5) + 3);
wy = int((Math.random() * 5) + 3);
if (this == _root.sp_enemy_fd) {
_visible = 0;
}
_root.msg = "\u65B0\u624B\u304B\uFF01";
_root.msg2 = "\u30AC\u30AA\u30FC";
muki = 0;
}
onClipEvent (enterFrame) {
if (_root.reset == 0) {
this.removemovieclip();
}
if (_visible) {
if (0 < _root.e_hp) {
if (_root.e_hp < int(_root.maxehp / 3)) {
color = new Color(this);
color.setTransform({gb:(255 * (_root.e_hp / 300)) - 255, bb:(255 * (_root.e_hp / 300)) - 255});
}
if (_root.maxe_pw >= _root.e_pw) {
_root.e_pw = _root.e_pw + 0.7;
}
if ((0 < (_x + wx)) && ((_x + wx) < (_root.s_width - 30))) {
this._x = this._x + wx;
}
if ((0 < (_y + wy)) && ((_y + wy) < (_root.s_height - 30))) {
this._y = this._y + wy;
}
if (_x < 0) {
_x = 0;
}
if ((_root.s_width - 30) < _x) {
_x = _root.s_width - 30;
}
if (_y < 0) {
_y = 0;
}
if ((_root.s_height - 30) < _y) {
_y = _root.s_height - 30;
}
ct++;
if (ct == 6) {
r = int(math.random() * 3);
if (r != 1) {
wy = (int(math.random() * 10) - 5) * -1;
} else {
wx = (int(math.random() * 12) - 6) * -1;
}
ct = 0;
}
if (!((_root.sp_player._x < _x) && (muki == 0))) {
if ((_root.sp_player._x >= _x) && (muki == 1)) {
gotoandplay("MOVE_L");
muki = 0;
}
} else {
gotoandplay("MOVE");
muki = 1;
}
ect++;
if (ect == (en_ect + 10)) {
r = int(math.random() * 10);
if (3 < r) {
if (_root.sp_player._x >= _x) {
if (_root.sp_tama_ef2._visible == false) {
_root.sp_tama_ef2._visible = true;
_root.sp_tama_ef2._x = _x;
_root.sp_tama_ef2._y = _y;
_root.sp_tama_ef2._xscale = 100 + (8 * _root.e_pw);
_root.sp_tama_ef2._yscale = 100 + (8 * _root.e_pw);
_root.e_pw = 0;
}
} else if (_root.sp_tama_ef._visible == false) {
_root.sp_tama_ef._visible = true;
_root.sp_tama_ef._x = _x;
_root.sp_tama_ef._y = _y;
_root.sp_tama_ef._xscale = 100 + (8 * _root.e_pw);
_root.sp_tama_ef._yscale = 100 + (8 * _root.e_pw);
_root.e_pw = 0;
}
} else if (_root.sp_player._x >= _x) {
if (_root.sp_tama_e2._visible == false) {
_root.sp_tama_e2._visible = true;
_root.sp_tama_e2._x = _x;
_root.sp_tama_e2._y = _y;
_root.sp_tama_e2._xscale = 100 + (5 * _root.e_pw);
_root.sp_tama_e2._yscale = 100 + (5 * _root.e_pw);
_root.e_pw = 0;
}
} else if (_root.sp_tama_e._visible == false) {
_root.sp_tama_e._visible = true;
_root.sp_tama_e._x = _x;
_root.sp_tama_e._y = _y;
_root.sp_tama_e._xscale = 100 + (5 * _root.e_pw);
_root.sp_tama_e._yscale = 100 + (5 * _root.e_pw);
_root.e_pw = 0;
}
ect = 0;
}
} else if (_root.e_del == 0) {
if (_x >= stage.width) {
_root.e_del = 1;
this.removemovieclip();
} else {
_x = _x + 5;
_y = _y + 3;
wvct++;
if (wvct == 30) {
this.gotoandplay("del");
_root.msg = (_root.enemy_ct + 1) + "\u5339\u3060\uFF01";
_root.msg2 = "\u3050\u3052\u3047";
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
wvct = 0;
}
}
}
}
}
Instance of Symbol 254 MovieClip [sp_enemy_boss1] "sp_enemy_boss1" in Frame 49
onClipEvent (load) {
_x = (Math.random() * 280) + 20;
_y = (Math.random() * 280) + 20;
ct = 0;
en_ect = 30 + int((Math.random() * 50) + 5);
wx = int((Math.random() * 2) + 5);
wy = int((Math.random() * 2) + 5);
if (this == _root.sp_enemy_boss1) {
_visible = 0;
}
_root.msg = "\u30DC\u30B9\u304B\uFF01";
_root.msg2 = "\u884C\u304B\u305B\u3093\u305E\uFF01";
muki = 0;
}
onClipEvent (enterFrame) {
if (_root.reset == 0) {
this.removemovieclip();
}
if (_visible) {
if (0 < _root.e_hp) {
if (_root.e_hp < int(_root.maxehp / 3)) {
color = new Color(this);
color.setTransform({gb:(255 * (_root.e_hp / 300)) - 255, bb:(255 * (_root.e_hp / 300)) - 255});
}
if (_root.maxe_pw >= _root.e_pw) {
_root.e_pw = _root.e_pw + 0.7;
}
if ((0 < (_x + wx)) && ((_x + wx) < (_root.s_width - 90))) {
this._x = this._x + wx;
}
if ((0 < (_y + wy)) && ((_y + wy) < (_root.s_height - 90))) {
this._y = this._y + wy;
}
if (_x < 0) {
_x = 0;
}
if ((_root.s_width - 90) < _x) {
_x = _root.s_width - 90;
}
if (_y < 0) {
_y = 0;
}
if ((_root.s_height - 90) < _y) {
_y = _root.s_height - 90;
}
ct++;
if (ct == 6) {
r = int(math.random() * 3);
if (r != 1) {
wy = (int(math.random() * 12) - 5) * -1;
} else {
wx = (int(math.random() * 8) - 6) * -1;
}
ct = 0;
}
if (!((_root.sp_player._x < _x) && (muki == 0))) {
if ((_root.sp_player._x >= _x) && (muki == 1)) {
gotoandplay("MOVE_L");
muki = 0;
}
} else {
gotoandplay("MOVE");
muki = 1;
}
ect++;
if (ect == (en_ect + 10)) {
r = int(math.random() * 10);
if (3 < r) {
if (_root.sp_player._x >= _x) {
if (_root.sp_tama_ef2._visible == false) {
_root.sp_tama_ef2._visible = true;
_root.sp_tama_ef2._x = _x;
_root.sp_tama_ef2._y = _y;
_root.sp_tama_ef2._xscale = 100 + (8 * _root.e_pw);
_root.sp_tama_ef2._yscale = 100 + (8 * _root.e_pw);
_root.e_pw = 0;
}
} else if (_root.sp_tama_ef._visible == false) {
_root.sp_tama_ef._visible = true;
_root.sp_tama_ef._x = _x;
_root.sp_tama_ef._y = _y;
_root.sp_tama_ef._xscale = 100 + (8 * _root.e_pw);
_root.sp_tama_ef._yscale = 100 + (8 * _root.e_pw);
_root.e_pw = 0;
}
} else if (_root.sp_player._x >= _x) {
if (_root.sp_tama_boss1b._visible == false) {
_root.sp_tama_boss1b._visible = true;
_root.sp_tama_boss1b._x = _x;
_root.sp_tama_boss1b._y = _y;
_root.sp_tama_boss1b._xscale = 100 + (5 * _root.e_pw);
_root.sp_tama_boss1b._yscale = 100 + (5 * _root.e_pw);
_root.e_pw = 0;
}
} else if (_root.sp_tama_boss1._visible == false) {
_root.sp_tama_boss1._visible = true;
_root.sp_tama_boss1._x = _x;
_root.sp_tama_boss1._y = _y;
_root.sp_tama_boss1._xscale = 100 + (5 * _root.e_pw);
_root.sp_tama_boss1._yscale = 100 + (5 * _root.e_pw);
_root.e_pw = 0;
}
ect = 0;
}
} else if (_root.e_del == 0) {
if (_x >= stage.width) {
_root.e_del = 1;
this.removemovieclip();
} else {
_x = _x + 5;
_y = _y + 3;
wvct++;
if (wvct == 30) {
this.gotoandplay("del");
_root.msg = (_root.enemy_ct + 1) + "\u5339\u3060\uFF01";
_root.msg2 = "\u4FFA\u304C\u8CA0\u3051\u308B\u306E\u304B\uFF01\uFF1F";
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
wvct = 0;
}
}
}
}
}
Instance of Symbol 50 MovieClip [sp_tama_e1] "sp_tama_e" in Frame 50
onClipEvent (load) {
_visible = false;
max_wx = 30;
wx = max_wx;
}
onClipEvent (enterFrame) {
if (_visible) {
if (max_wx >= wx) {
wx = wx + 0.5;
}
_x = _x - wx;
if (_x < 0) {
_visible = false;
_xscale = 100;
_yscale = 100;
}
if (this.hitTest(_root.sp_player.hit)) {
_root.msg = "\u3044\u3066\u3066\u3063";
_x = _x + 5;
_root.hp = _root.hp - 3;
if (0 >= _root.hp) {
_root.hp = 0;
}
if (0 >= (_root.sp_player._x - 25)) {
_root.sp_player._x = 0;
} else {
_root.sp_player._x = _root.sp_player._x - 25;
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_player._x;
_root["baku" + _root.count]._y = _root.sp_player._y;
_root.count++;
}
if (this.hitTest(_root.sp_tama_1) && (_root.sp_tama_1._visible == true)) {
if (_xscale >= _root.sp_tama_1._xscale) {
_root.msg = "\u8FD4\u3055\u308C\uFF01\uFF1F";
_root.msg2 = "\u3044\u3051\u3047\u30FC";
_root.pw = 0;
_root.plock = 0;
wx = wx - int((_xscale - _root.sp_tama_1._xscale) / 5);
if (wx < 0) {
wx = 5;
}
_root.sp_tama_1._visible = false;
_root.sp_tama_1._xscale = 100;
_root.sp_tama_1._yscale = 100;
} else {
_root.msg = "\u3044\u3051\u3044\u3051\u3047";
_root.msg2 = "\u5F37\u3044\u3063";
_root.sp_tama_1.wx = _root.sp_tama_1.wx - int((_root.sp_tama_1._xscale - _xscale) / 5);
_visible = false;
_xscale = 100;
_yscale = 100;
if (_root.sp_tama_1.wx < 0) {
_root.sp_tama_1.wx = 5;
}
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
if (this.hitTest(_root.sp_wave_hd) && (_root.sp_wave_hd._visible == true)) {
_root.msg = "\u305D\u3093\u306A\u3082\u306E\u30FC\uFF01";
_root.msg2 = "\u3072\u3043\u30FC";
_visible = false;
_xscale = 100;
_yscale = 100;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
}
}
Instance of Symbol 8 MovieClip [sp_tama1] "sp_tama_e2" in Frame 51
onClipEvent (load) {
_visible = false;
max_wx = 30;
wx = max_wx;
}
onClipEvent (enterFrame) {
if (_visible) {
if (max_wx >= wx) {
wx = wx + 0.5;
}
_x = _x + wx;
if (stage.width < _x) {
_visible = false;
_xscale = 100;
_yscale = 100;
}
if (this.hitTest(_root.sp_player.hit)) {
_root.msg = "\u3044\u3066\u3066\u3063";
_x = _x - 5;
_root.hp = _root.hp - 3;
if (0 >= _root.hp) {
_root.hp = 0;
}
_root.sp_player._x = _root.sp_player._x + 25;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_player._x;
_root["baku" + _root.count]._y = _root.sp_player._y;
_root.count++;
}
if (this.hitTest(_root.sp_tama_1b) && (_root.sp_tama_1b._visible == true)) {
if (_xscale >= _root.sp_tama_1b._xscale) {
_root.msg = "\u8FD4\u3055\u308C\uFF01\uFF1F";
_root.msg2 = "\u3044\u3051\u3047\u30FC";
_root.pw = 0;
_root.plock = 0;
wx = wx - int((_xscale - _root.sp_tama_1b._xscale) / 10);
if (wx < 0) {
wx = 5;
}
_root.sp_tama_1b._visible = false;
_root.sp_tama_1b._xscale = 100;
_root.sp_tama_1b._yscale = 100;
} else {
_root.msg = "\u3044\u3051\u3044\u3051\u3047";
_root.msg2 = "\u5F37\u3044\u3063";
_root.sp_tama_1b.wx = _root.sp_tama_1b.wx - int((_root.sp_tama_1b._xscale - _xscale) / 10);
_visible = false;
_xscale = 100;
_yscale = 100;
if (_root.sp_tama_1b.wx < 0) {
_root.sp_tama_1b.wx = 5;
}
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
if (this.hitTest(_root.sp_wave_b_hd) && (_root.sp_wave_b_hd._visible == true)) {
_root.msg = "\u305D\u3093\u306A\u3082\u306E\u30FC\uFF01";
_root.msg2 = "\u3072\u3043\u30FC";
_visible = false;
_xscale = 100;
_yscale = 100;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
}
}
Instance of Symbol 240 MovieClip [sp_tama_ef] "sp_tama_ef" in Frame 52
onClipEvent (load) {
_visible = false;
max_wx = 40;
wx = max_wx;
}
onClipEvent (enterFrame) {
if (_visible) {
if (max_wx >= wx) {
wx = wx + 0.5;
}
_x = _x - wx;
if (_x < -60) {
_visible = false;
_xscale = 100;
_yscale = 100;
}
if (this.hitTest(_root.sp_player.hit)) {
_root.msg = "\u3044\u3066\u3066\u3063";
_x = _x + 5;
_root.hp = _root.hp - 3;
if (0 >= _root.hp) {
_root.hp = 0;
}
if (0 >= (_root.sp_player._x - 25)) {
_root.sp_player._x = 0;
} else {
_root.sp_player._x = _root.sp_player._x - 25;
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_player._x;
_root["baku" + _root.count]._y = _root.sp_player._y;
_root.count++;
}
if (this.hitTest(_root.sp_tama_1) && (_root.sp_tama_1._visible == true)) {
if (_xscale >= _root.sp_tama_1._xscale) {
_root.msg = "\u3046\u308F\u3041\u3041\u30FC\uFF01";
_root.msg2 = "\u30B4\u30FC\u30FC\uFF01";
_root.pw = 0;
_root.plock = 0;
wx = wx - int((_xscale - _root.sp_tama_1._xscale) / 5);
if (wx < 0) {
wx = 5;
}
_root.sp_tama_1._visible = false;
_root.sp_tama_1._xscale = 100;
_root.sp_tama_1._yscale = 100;
} else {
_root.msg = "\u305D\u3093\u306A\u3082\u306E\u30FC\uFF01";
_root.msg2 = "\u30AC\u30FC\uFF01\uFF1F";
_root.sp_tama_1.wx = _root.sp_tama_1.wx - int((_root.sp_tama_1._xscale - _xscale) / 5);
_visible = false;
_xscale = 100;
_yscale = 100;
if (_root.sp_tama_1.wx < 0) {
_root.sp_tama_1.wx = 5;
}
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
if (this.hitTest(_root.sp_wave_hd) && (_root.sp_wave_hd._visible == true)) {
_root.msg = "\u305D\u3093\u306A\u3082\u306E\u30FC\uFF01";
_root.msg2 = "\u30AE\u30E3\u30A1\u30A1";
_visible = false;
_xscale = 100;
_yscale = 100;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
}
}
Instance of Symbol 240 MovieClip [sp_tama_ef] "sp_tama_ef2" in Frame 53
onClipEvent (load) {
_visible = false;
max_wx = 40;
wx = max_wx;
}
onClipEvent (enterFrame) {
if (_visible) {
if (max_wx >= wx) {
wx = wx + 0.5;
}
_x = _x + wx;
if ((stage.width + 60) < _x) {
_visible = false;
_xscale = 100;
_yscale = 100;
}
if (this.hitTest(_root.sp_player.hit)) {
_root.msg = "\u3044\u3066\u3066\u3063";
_x = _x - 5;
_root.hp = _root.hp - 3;
if (0 >= _root.hp) {
_root.hp = 0;
}
_root.sp_player._x = _root.sp_player._x + 25;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_player._x;
_root["baku" + _root.count]._y = _root.sp_player._y;
_root.count++;
}
if (this.hitTest(_root.sp_tama_1b) && (_root.sp_tama_1b._visible == true)) {
if (_xscale >= _root.sp_tama_1b._xscale) {
_root.msg = "\u3046\u308F\u3041\u3041\u30FC\uFF01";
_root.msg2 = "\u30B4\u30FC\u30FC\uFF01";
_root.pw = 0;
_root.plock = 0;
wx = wx - int((_xscale - _root.sp_tama_1b._xscale) / 10);
if (wx < 0) {
wx = 5;
}
_root.sp_tama_1b._visible = false;
_root.sp_tama_1b._xscale = 100;
_root.sp_tama_1b._yscale = 100;
} else {
_root.msg = "\u305D\u3093\u306A\u3082\u306E\u30FC\uFF01";
_root.msg2 = "\u30AC\u30FC\uFF01\uFF1F";
_root.sp_tama_1b.wx = _root.sp_tama_1b.wx - int((_root.sp_tama_1b._xscale - _xscale) / 10);
_visible = false;
_xscale = 100;
_yscale = 100;
if (_root.sp_tama_1b.wx < 0) {
_root.sp_tama_1b.wx = 5;
}
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
if (this.hitTest(_root.sp_wave_b_hd) && (_root.sp_wave_b_hd._visible == true)) {
_root.msg = "\u305D\u3093\u306A\u3082\u306E\u30FC\uFF01";
_root.msg2 = "\u30AE\u30E3\u30A1\u30A1";
_visible = false;
_xscale = 100;
_yscale = 100;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
}
}
Instance of Symbol 262 MovieClip [sp_tama_eboss1_b] "sp_tama_boss1" in Frame 54
onClipEvent (load) {
_visible = false;
max_wx = 25;
wx = max_wx;
}
onClipEvent (enterFrame) {
if (_visible) {
if (max_wx >= wx) {
wx = wx + 0.5;
}
_x = _x - wx;
if (_x < 0) {
_visible = false;
_xscale = 100;
_yscale = 100;
}
if (this.hitTest(_root.sp_player.hit)) {
_root.msg = "\u3050\u306F\u3041\u3042\u3063";
_x = _x + 5;
_root.hp = _root.hp - 6;
if (0 >= _root.hp) {
_root.hp = 0;
}
if (0 >= (_root.sp_player._x - 25)) {
_root.sp_player._x = 0;
} else {
_root.sp_player._x = _root.sp_player._x - 25;
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_player._x;
_root["baku" + _root.count]._y = _root.sp_player._y;
_root.count++;
}
if (this.hitTest(_root.sp_tama_1) && (_root.sp_tama_1._visible == true)) {
if (_xscale >= _root.sp_tama_1._xscale) {
_root.msg = "\u3046\u308F\uFF01\uFF1F";
_root.msg2 = "\u3075\u3093\u3063";
_root.pw = 0;
_root.plock = 0;
wx = wx - int((_xscale - _root.sp_tama_1._xscale) / 5);
if (wx < 0) {
wx = 5;
}
_root.sp_tama_1._visible = false;
_root.sp_tama_1._xscale = 100;
_root.sp_tama_1._yscale = 100;
} else {
_root.msg = "\u3044\u3051\u3047\uFF01";
_root.msg2 = "\u3084\u308B\u306A\u3063";
_root.sp_tama_1.wx = _root.sp_tama_1.wx - int((_root.sp_tama_1._xscale - _xscale) / 5);
_visible = false;
_xscale = 100;
_yscale = 100;
if (_root.sp_tama_1.wx < 0) {
_root.sp_tama_1.wx = 5;
}
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
if (this.hitTest(_root.sp_wave_hd) && (_root.sp_wave_hd._visible == true)) {
_root.msg = "\u305D\u3093\u306A\u3082\u306E\u30FC\uFF01";
_root.msg2 = "\u307E\u3055\u304B\uFF01\uFF1F";
_visible = false;
_xscale = 100;
_yscale = 100;
_root.pw = 0;
_root.plock = 0;
_root.sp_wave_hd._visible = false;
_root.sp_wave_hd._xscale = 100;
_root.sp_wave_hd._yscale = 100;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
}
}
Instance of Symbol 256 MovieClip [sp_tama_eboss1] "sp_tama_boss1b" in Frame 55
onClipEvent (load) {
_visible = false;
max_wx = 25;
wx = max_wx;
}
onClipEvent (enterFrame) {
if (_visible) {
if (max_wx >= wx) {
wx = wx + 0.5;
}
_x = _x + wx;
if (stage.width < _x) {
_visible = false;
_xscale = 100;
_yscale = 100;
}
if (this.hitTest(_root.sp_player.hit)) {
_root.msg = "\u3050\u3075\u3045\u3063";
_x = _x - 5;
_root.hp = _root.hp - 6;
if (0 >= _root.hp) {
_root.hp = 0;
}
_root.sp_player._x = _root.sp_player._x + 25;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_player._x;
_root["baku" + _root.count]._y = _root.sp_player._y;
_root.count++;
}
if (this.hitTest(_root.sp_tama_1b) && (_root.sp_tama_1b._visible == true)) {
if (_xscale >= _root.sp_tama_1b._xscale) {
_root.msg = "\u3046\u308F\uFF01\uFF1F";
_root.msg2 = "\u3075\u3093\u3063";
_root.pw = 0;
_root.plock = 0;
wx = wx - int((_xscale - _root.sp_tama_1b._xscale) / 10);
if (wx < 0) {
wx = 5;
}
_root.sp_tama_1b._visible = false;
_root.sp_tama_1b._xscale = 100;
_root.sp_tama_1b._yscale = 100;
} else {
_root.msg = "\u3044\u3051\u3047\uFF01";
_root.msg2 = "\u3084\u308B\u306A\u3063";
_root.sp_tama_1b.wx = _root.sp_tama_1b.wx - int((_root.sp_tama_1b._xscale - _xscale) / 10);
_visible = false;
_xscale = 100;
_yscale = 100;
if (_root.sp_tama_1b.wx < 0) {
_root.sp_tama_1b.wx = 5;
}
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
if (this.hitTest(_root.sp_wave_b_hd) && (_root.sp_wave_b_hd._visible == true)) {
_root.msg = "\u305D\u3093\u306A\u3082\u306E\u30FC\uFF01";
_root.msg2 = "\u307E\u3055\u304B\uFF01\uFF1F";
_visible = false;
_xscale = 100;
_yscale = 100;
_root.pw = 0;
_root.plock = 0;
_root.sp_wave_b_hd._visible = false;
_root.sp_wave_b_hd._xscale = 100;
_root.sp_wave_b_hd._yscale = 100;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _x;
_root["baku" + _root.count]._y = _y;
_root.count++;
}
}
}
Instance of Symbol 92 MovieClip [wave_bar] "sp_wave" in Frame 56
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_visible) {
if (_xscale < 1000) {
_xscale = _xscale + 20;
}
if (0 >= _yscale) {
_visible = false;
_xscale = 100;
_yscale = 100;
_root.pw = 0;
_root.plock = 0;
_root.at_lock = 0;
}
}
}
Instance of Symbol 98 MovieClip [wave_hd] "sp_wave_hd" in Frame 57
onClipEvent (load) {
_visible = false;
_x = (_root.sp_wave._x + _root.sp_wave._width) - (_width / 2);
_y = _root.sp_wave._y - (_height / 3);
}
onClipEvent (enterFrame) {
if (_visible) {
_x = (_root.sp_wave._x + _root.sp_wave._width) - (_width / 4);
_y = _root.sp_wave._y - (_height / 3);
}
if ((Stage.width + 10) < _x) {
_root.sp_wave._yscale = _root.sp_wave._yscale - 5;
}
if (this.hitTest(_root.sp_enemy_1.hit)) {
_root.msg = "\u3044\u3051\u30FC\u3063";
_root.msg2 = "\u3070\u304B\u306A\u3041\uFF01";
_x = _x - 15;
_root.e_hp = _root.e_hp - 5;
_root.e_pw = 0;
if (_root.bossflg == 0) {
if ((_root.sp_enemy_1._x + 15) >= (stage.width - 30)) {
_root.sp_enemy_1._x = stage.width - 30;
} else {
_root.sp_enemy_1._x = _root.sp_enemy_1._x + 15;
}
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_enemy_1._x;
_root["baku" + _root.count]._y = _root.sp_enemy_1._y;
_root.count++;
}
if (_root.sp_wave._visible != true) {
_visible = false;
_xscale = 100;
_yscale = 100;
} else {
_visible = true;
}
}
Instance of Symbol 116 MovieClip [wave_bar_b] "sp_wave_b" in Frame 58
onClipEvent (load) {
_visible = false;
_xscale = -100;
_yscale = 100;
}
onClipEvent (enterFrame) {
if (_visible) {
if (-1000 < _xscale) {
_xscale = _xscale - 20;
}
if (0 >= _yscale) {
_visible = false;
_xscale = -100;
_yscale = 100;
_root.pw = 0;
_root.plock = 0;
_root.at_lock = 0;
}
}
}
Instance of Symbol 118 MovieClip [wave_b_hd] "sp_wave_b_hd" in Frame 59
onClipEvent (load) {
_visible = false;
_x = (_root.sp_wave_b._x - _root.sp_wave_b._width) - _width;
_y = _root.sp_wave_b._y - (_height / 3);
}
onClipEvent (enterFrame) {
if (_visible) {
_x = (_root.sp_wave_b._x - _root.sp_wave_b._width) - (_width * 0.9);
_y = _root.sp_wave_b._y - (_height / 3);
}
if (_x < -100) {
_root.sp_wave_b._yscale = _root.sp_wave_b._yscale - 5;
}
if (this.hitTest(_root.sp_enemy_1.hit)) {
_root.msg = "\u3044\u3051\u30FC\u3063";
_root.msg2 = "\u3070\u304B\u306A\u3041\uFF01";
_x = _x + 15;
_root.e_hp = _root.e_hp - 5;
_root.e_pw = 0;
if (_root.bossflg == 0) {
if (0 >= (_root.sp_enemy_1._x - 15)) {
_root.sp_enemy_1._x = 0;
} else {
_root.sp_enemy_1._x = _root.sp_enemy_1._x - 15;
}
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_enemy_1._x;
_root["baku" + _root.count]._y = _root.sp_enemy_1._y;
_root.count++;
}
if (_root.sp_wave_b._visible != true) {
_visible = false;
_xscale = 100;
_yscale = 100;
} else {
_visible = true;
}
}
Instance of Symbol 178 MovieClip [sp_hart] "sp_hart" in Frame 60
onClipEvent (load) {
_y = (Math.random() * 280) + 20;
if (this == _root.sp_hart) {
_visible = 0;
}
}
onClipEvent (enterFrame) {
if (_visible) {
if (this.hitTest(_root.sp_player.hit)) {
hpp = int(math.random() * 100);
if (100 >= (_root.hp + hpp)) {
_root.hp = _root.hp + hpp;
} else {
_root.hp = 100;
}
this.removemovieclip();
}
if (this.hitTest(_root.sp_enemy_1.hit)) {
this.removemovieclip();
}
}
}
Instance of Symbol 186 MovieClip [sp_bin] "sp_bin" in Frame 61
onClipEvent (load) {
_y = (Math.random() * 280) + 20;
if (this == _root.sp_bin) {
_visible = 0;
}
}
onClipEvent (enterFrame) {
if (_visible) {
if (this.hitTest(_root.sp_player.hit)) {
hpp = int(math.random() * 100);
if (100 >= (_root.pw + hpp)) {
_root.pw = _root.pw + hpp;
} else {
_root.pw = 100;
}
this.removemovieclip();
}
if (this.hitTest(_root.sp_enemy_1.hit)) {
hpp = int(math.random() * 100);
if (100 >= (_root.e_pw + hpp)) {
_root.e_pw = _root.e_pw + hpp;
} else {
_root.e_pw = 100;
}
this.removemovieclip();
}
}
}
Instance of Symbol 196 MovieClip [sp_isi] "sp_isi" in Frame 62
onClipEvent (load) {
_x = (Math.random() * 480) + 20;
if (this == _root.sp_isi) {
_visible = 0;
}
}
onClipEvent (enterFrame) {
if (_visible) {
if (this.hitTest(_root.sp_player.hit)) {
_root.hp = _root.hp - 5;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_player._x;
_root["baku" + _root.count]._y = _root.sp_player._y;
_root.count++;
this.removemovieclip();
}
if (this.hitTest(_root.sp_enemy_1.hit)) {
_root.e_hp = _root.e_hp - 5;
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_enemy_1._x;
_root["baku" + _root.count]._y = _root.sp_enemy_1._y;
_root.count++;
this.removemovieclip();
}
}
}
Instance of Symbol 204 MovieClip [sp_msg] "sp_msg" in Frame 63
onClipEvent (load) {
_visible = false;
_x = _root.sp_player._x - 10;
_y = _root.sp_player._y - 35;
}
onClipEvent (enterFrame) {
_x = _root.sp_player._x - 10;
_y = _root.sp_player._y - 35;
}
Instance of Symbol 206 MovieClip [sp_msg2] "sp_msg2" in Frame 64
onClipEvent (load) {
_visible = false;
_x = _root.sp_enemy_1._x - 10;
_y = _root.sp_enemy_1._y - 35;
}
onClipEvent (enterFrame) {
_x = _root.sp_enemy_1._x - 10;
_y = _root.sp_enemy_1._y - 35;
}
Frame 65
if ((_root.msg != "") && (_root.msg_disp == 0)) {
_root.sp_msg._visible = true;
_root.msg_disp = 1;
}
if (_root.msg_disp == 1) {
disp_ct++;
if (disp_ct == 50) {
disp_ct = 0;
_root.msg_disp = 0;
_root.msg = "";
_root.sp_msg._visible = false;
}
}
if ((_root.msg2 != "") && (_root.msg_disp2 == 0)) {
_root.sp_msg2._visible = true;
_root.msg_disp2 = 1;
}
if (_root.msg_disp2 == 1) {
disp_ct2++;
if (disp_ct2 == 50) {
disp_ct2 = 0;
_root.msg_disp2 = 0;
_root.msg2 = "";
_root.sp_msg2._visible = false;
}
}
r = int(math.random() * 1000);
if (r == 1) {
duplicateMovieClip ("_root.sp_hart", "sp_hart" + _root.count, 1500 + _root.count);
_root.count++;
} else if (r == 2) {
duplicateMovieClip ("_root.sp_bin", "sp_bin" + _root.count, 1500 + _root.count);
_root.count++;
} else {
}
r = int(math.random() * 500);
if (r == 1) {
duplicateMovieClip ("_root.sp_isi", "sp_isi" + _root.count, 1500 + _root.count);
_root.count++;
} else {
}
if (int((_root.enemy_ct / 10) + 1) == 1) {
eval (_root.sp_back).gotoandplay("BACK1");
} else if (int((_root.enemy_ct / 10) + 1) == 2) {
eval (_root.sp_back).gotoandplay("BACK2");
} else if (int((_root.enemy_ct / 10) + 1) == 3) {
eval (_root.sp_back).gotoandplay("BACK3");
} else if (int((_root.enemy_ct / 10) + 1) == 4) {
eval (_root.sp_back).gotoandplay("BACK4");
} else if (int((_root.enemy_ct / 10) + 1) == 5) {
eval (_root.sp_back).gotoandplay("BACK5");
} else if (int((_root.enemy_ct / 10) + 1) == 6) {
eval (_root.sp_back).gotoandplay("BACK6");
} else if (int((_root.enemy_ct / 10) + 1) == 7) {
eval (_root.sp_back).gotoandplay("BACK7");
} else {
eval (_root.sp_back).gotoandplay("BACK8");
}
int((_root.enemy_ct / 10) + 1);
_root.sp_back._alpha = 100 * ((_root.enemy_ct + 1) / 10);
if (_root.saisyo != 0) {
if (_root.e_del != 1) {
if (0 >= _root.hp) {
_root.hp = 0;
_root.msg = "\u3046\u308F\u3041\u30FC";
_root.msg2 = "\u3050\u306F\u306F\u306F";
_root.sp_player.removemovieclip();
gotoandplay("GAMEOVER");
}
} else {
_root.enemy_ct++;
_root.e_del = 0;
if (!((((((((((_root.enemy_ct == 10) || (_root.enemy_ct == 20)) || (_root.enemy_ct == 30)) || (_root.enemy_ct == 40)) || (_root.enemy_ct == 50)) || (_root.enemy_ct == 60)) || (_root.enemy_ct == 70)) || (_root.enemy_ct == 80)) || (_root.enemy_ct == 90)) || (_root.enemy_ct == 100))) {
_root.bossflg = 0;
r = int(math.random() * 10);
if (r == 1) {
duplicateMovieClip ("_root.sp_enemy", "sp_enemy_1", 1500 + _root.count);
_root.sp_enemy_1._visible = true;
_root.count++;
_root.maxehp = 100;
_root.e_hp = _root.maxehp;
} else if (r == 2) {
duplicateMovieClip ("_root.sp_enemy_u", "sp_enemy_1", 1500 + _root.count);
_root.sp_enemy_1._visible = true;
_root.count++;
_root.maxehp = 100;
_root.e_hp = _root.maxehp;
} else if (r == 3) {
duplicateMovieClip ("_root.sp_enemy_fd", "sp_enemy_1", 1500 + _root.count);
_root.sp_enemy_1._visible = true;
_root.count++;
_root.maxehp = 100;
_root.e_hp = _root.maxehp;
} else {
duplicateMovieClip ("_root.sp_enemy", "sp_enemy_1", 1500 + _root.count);
_root.sp_enemy_1._visible = true;
_root.count++;
_root.maxehp = 100;
_root.e_hp = _root.maxehp;
}
} else {
_root.bossflg = 1;
r = int(math.random() * 10);
if (r == 1) {
duplicateMovieClip ("_root.sp_enemy_boss1", "sp_enemy_1", 1500 + _root.count);
_root.sp_enemy_1._visible = true;
_root.count++;
_root.maxehp = 200;
_root.e_hp = _root.maxehp;
} else {
duplicateMovieClip ("_root.sp_enemy_boss1", "sp_enemy_1", 1500 + _root.count);
_root.sp_enemy_1._visible = true;
_root.count++;
_root.maxehp = 200;
_root.e_hp = _root.maxehp;
}
}
}
} else {
_root.bossflg = 0;
r = int(math.random() * 10);
if (r == 1) {
duplicateMovieClip ("_root.sp_enemy_u", "sp_enemy_1", 1500 + _root.count);
_root.sp_enemy_1._visible = true;
_root.count++;
_root.maxehp = 100;
_root.e_hp = _root.maxehp;
} else if (r == 2) {
duplicateMovieClip ("_root.sp_enemy_u", "sp_enemy_1", 1500 + _root.count);
_root.sp_enemy_1._visible = true;
_root.count++;
_root.maxehp = 100;
_root.e_hp = _root.maxehp;
} else if (r == 3) {
duplicateMovieClip ("_root.sp_enemy_fd", "sp_enemy_1", 1500 + _root.count);
_root.sp_enemy_1._visible = true;
_root.count++;
_root.maxehp = 100;
_root.e_hp = _root.maxehp;
} else {
duplicateMovieClip ("_root.sp_enemy", "sp_enemy_1", 1500 + _root.count);
_root.sp_enemy_1._visible = true;
_root.count++;
_root.maxehp = 100;
_root.e_hp = _root.maxehp;
}
_root.saisyo = 1;
}
Frame 66
gotoAndPlay("\u30E1\u30A4\u30F3");
Frame 117
gotoAndPlay("\u30E1\u30A4\u30F3");
Frame 119
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 6 MovieClip [sp_player] Frame 21
gotoAndPlay("MOVE");
Symbol 6 MovieClip [sp_player] Frame 23
gotoAndPlay("TAME");
Symbol 6 MovieClip [sp_player] Frame 44
gotoAndPlay("MAX");
Symbol 46 MovieClip [sp_enemy_1] Frame 21
gotoAndPlay("MOVE");
Symbol 46 MovieClip [sp_enemy_1] Frame 42
gotoAndPlay("TAME");
Symbol 46 MovieClip [sp_enemy_1] Frame 63
gotoAndPlay("MAX");
Symbol 46 MovieClip [sp_enemy_1] Frame 164
gotoAndPlay("DEL");
Symbol 20000 Button
on (release) {
gotoAndPlay("_root.STAGESELECT");
}
Symbol 100 MovieClip [clear] Frame 61
stop();
Symbol 20001 Button
on (release) {
gotoAndPlay("_root.STAGESELECT");
}
Symbol 20002 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click68/1-103-15546", "_blank");
}
Symbol 104 MovieClip [gameover] Frame 63
stop();
Instance of Symbol 124 MovieClip [tekidan_a] "tekidan" in Symbol 126 MovieClip [tekidan] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sp_enemy_1.hit)) {
_root.msg2 = "\u3050\u3075\u3063";
_root.e_hp = _root.e_hp - 5;
if ((_root.sp_enemy_1._x + 25) >= (stage.width - 30)) {
_root.sp_enemy_1._x = stage.width - 30;
} else {
_root.sp_enemy_1._x = _root.sp_enemy_1._x + 25;
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_enemy_1._x;
_root["baku" + _root.count]._y = _root.sp_enemy_1._y;
_root.count++;
}
}
Symbol 126 MovieClip [tekidan] Frame 31
this.removemovieclip();
Symbol 134 MovieClip [baku] Frame 13
this.removemovieclip();
Instance of Symbol 124 MovieClip [tekidan_a] "tekidan" in Symbol 130 MovieClip [tekidan_en] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sp_player.hit)) {
_root.msg1 = "\u304F\u3045\u3063";
_root.hp = _root.hp - 5;
if ((_root.sp_player._x + 25) >= (stage.width - 30)) {
_root.sp_player._x = stage.width - 30;
} else {
_root.sp_player._x = _root.sp_player._x + 25;
}
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = _root.sp_player._x;
_root["baku" + _root.count]._y = _root.sp_player._y;
_root.count++;
}
}
Symbol 130 MovieClip [tekidan_en] Frame 31
this.removemovieclip();
Symbol 138 MovieClip [back] Frame 2
stop();
Symbol 138 MovieClip [back] Frame 5
stop();
Symbol 138 MovieClip [back] Frame 7
stop();
Symbol 138 MovieClip [back] Frame 9
stop();
Symbol 138 MovieClip [back] Frame 11
stop();
Symbol 138 MovieClip [back] Frame 13
stop();
Symbol 138 MovieClip [back] Frame 15
stop();
Symbol 138 MovieClip [back] Frame 17
stop();
Symbol 138 MovieClip [back] Frame 19
stop();
Symbol 156 MovieClip [sp_enemy_2] Frame 21
gotoAndPlay("MOVE");
Symbol 156 MovieClip [sp_enemy_2] Frame 42
gotoAndPlay("TAME");
Symbol 156 MovieClip [sp_enemy_2] Frame 63
gotoAndPlay("MAX");
Symbol 156 MovieClip [sp_enemy_2] Frame 164
gotoAndPlay("DEL");
Symbol 178 MovieClip [sp_hart] Frame 101
this.removemovieclip();
Symbol 186 MovieClip [sp_bin] Frame 81
this.removemovieclip();
Symbol 196 MovieClip [sp_isi] Frame 81
this.removemovieclip();
Symbol 20003 Button
on (release) {
System.useCodepage = true;
getURL ((("yuki.php?name=" + escape(_root.name)) + "&meter=") + _root.enemy_ct);
}
on () {
}
Symbol 236 MovieClip [sp_enemy_3] Frame 21
gotoAndPlay("MOVE");
Symbol 236 MovieClip [sp_enemy_3] Frame 42
gotoAndPlay("MOVE_L");
Symbol 236 MovieClip [sp_enemy_3] Frame 63
gotoAndPlay("MAX");
Symbol 236 MovieClip [sp_enemy_3] Frame 164
gotoAndPlay("DEL");
Symbol 254 MovieClip [sp_enemy_boss1] Frame 31
gotoAndPlay("MOVE");
Symbol 254 MovieClip [sp_enemy_boss1] Frame 62
gotoAndPlay("MOVE_L");
Symbol 254 MovieClip [sp_enemy_boss1] Frame 93
gotoAndPlay("MAX");
Symbol 254 MovieClip [sp_enemy_boss1] Frame 194
gotoAndPlay("DEL");
Symbol 20004 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click68/1-103-15546", "_blank");
}
Symbol 20005 Button
on (release) {
gotoAndPlay("STAGE1");
}
Symbol 20006 Button
on (release) {
getURL ("http://kyokun.kir.jp/index.html", "_blank");
}