Frame 35
stop();
Frame 36
_root.msg = "\u30CF\u30CB\u30FC\u3092\u5B88\u3063\u3066\u306D\uFF01";
enRatio = 0.02;
enNum = 1;
count = 1;
score = 0;
p_hp = 3;
p_hp_max = 5;
hartx = 260;
_root.fct = 0;
_root.saisyo = 0;
Instance of Symbol 6 MovieClip [sjn] "sp_sjn" in Frame 39
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
if (0 >= _root.p_hp) {
mouse.show();
this.removeMovieClip();
}
}
onClipEvent (mouseMove) {
_x = _root._xmouse;
_y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.attachMovie("fire", "fire", 10);
_root.fire._x = _x;
_root.fire._y = _y;
}
Instance of Symbol 44 MovieClip [hani] "sp_hani" in Frame 41
onClipEvent (load) {
if (this == _root.sp_hani) {
_visible = 0;
}
_x = (Math.random() * 320) + 20;
_y = 0;
hp = 1;
}
onClipEvent (enterFrame) {
if (_visible) {
_y = _y + 3;
if (this.hitTest(_root.fire)) {
fscommand ("ParaFlaTrace", "aasas");
_y = _y - 20;
hp--;
if (hp < 0) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = (_x - (_root["baku" + _root.count]._width / 2)) + (_width / 2);
_root["baku" + _root.count]._y = (_y - (_root["baku" + _root.count]._height / 2)) + (height / 2);
_root.count++;
_root.score = _root.score + 10;
_root.fct++;
this.removeMovieClip();
}
}
if (this.hitTest(_root.sp_tama) && (_root.sp_tama._visible)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = (_x - (_root["baku" + _root.count]._width / 4)) + (_width / 2);
_root["baku" + _root.count]._y = (_y - (_root["baku" + _root.count]._height / 4)) + (height / 2);
_root.count++;
_root.score = _root.score + 10;
_root.fct++;
this.removeMovieClip();
}
if (this.hitTest(_root.sp_hy) && (_root.sp_hy._alpha == 100)) {
_root.hy_check();
}
if (400 < _y) {
this.removeMovieClip();
}
if (0 >= _root.p_hp) {
this.removeMovieClip();
}
}
}
Instance of Symbol 60 MovieClip [mon] "sp_mon" in Frame 42
onClipEvent (load) {
if (this == _root.sp_mon) {
_visible = 0;
}
_x = 0;
_y = (Math.random() * 280) + 20;
hp = 2;
}
onClipEvent (enterFrame) {
if (_visible) {
_x = _x + 3;
if (this.hitTest(_root.fire)) {
_x = _x - 15;
hp--;
if (hp < 0) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = (_x - (_root["baku" + _root.count]._width / 4)) + (_width / 2);
_root["baku" + _root.count]._y = (_y - (_root["baku" + _root.count]._height / 4)) + (height / 2);
_root.count++;
_root.score = _root.score + 10;
_root.fct++;
this.removeMovieClip();
}
}
if (this.hitTest(_root.sp_tama) && (_root.sp_tama._visible)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = (_x - (_root["baku" + _root.count]._width / 4)) + (_width / 2);
_root["baku" + _root.count]._y = (_y - (_root["baku" + _root.count]._height / 4)) + (height / 2);
_root.count++;
_root.score = _root.score + 10;
_root.fct++;
this.removeMovieClip();
}
if (this.hitTest(_root.sp_hy) && (_root.sp_hy._alpha == 100)) {
_root.hy_check();
}
if (460 < _x) {
this.removeMovieClip();
}
if (0 >= _root.p_hp) {
this.removeMovieClip();
}
}
}
Instance of Symbol 58 MovieClip [hy] "sp_hy" in Frame 43
onClipEvent (load) {
_x = (Math.random() * 100) + 120;
_y = (Math.random() * 100) + 120;
wx = 2;
wy = 2;
}
onClipEvent (enterFrame) {
if (0 < _root.p_hp) {
_x = _x + wx;
_y = _y + wy;
if (_x < 60) {
wx = wx * -1;
}
if (300 < _x) {
wx = wx * -1;
}
if (_y < 80) {
wy = wy * -1;
}
if (300 < _y) {
wy = wy * -1;
}
if (_alpha < 100) {
_alpha = _alpha + 0.5;
}
if (100 < _alpha) {
_alpha = 100;
}
}
}
Instance of Symbol 70 MovieClip [hart] "sp_hart" in Frame 45
onClipEvent (load) {
if (this == _root.sp_hart) {
_visible = 0;
}
}
Instance of Symbol 74 MovieClip [tama] "sp_tama" in Frame 46
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_visible) {
if (_xscale >= 2000) {
_xscale = 100;
_yscale = 100;
_visible = false;
_root.sp_fla._visible = false;
} else {
_xscale = _xscale + 20;
_yscale = _yscale + 20;
}
_x = (_root.sp_hy._x - (_width / 2)) + (_root.sp_hy._width / 2);
_y = (_root.sp_hy._y - (_height / 2)) + (_root.sp_hy._height / 2);
}
}
Instance of Symbol 78 MovieClip [ushi] "sp_ushi" in Frame 47
onClipEvent (load) {
if (this == _root.sp_ushi) {
_visible = 0;
}
_x = (Math.random() * 320) + 20;
_y = 400;
hp = 5;
}
onClipEvent (enterFrame) {
if (_visible) {
_y = _y - 5;
if (this.hitTest(_root.fire)) {
_y = _y + 15;
hp--;
if (hp < 0) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = (_x - (_root["baku" + _root.count]._width / 4)) + (_width / 2);
_root["baku" + _root.count]._y = (_y - (_root["baku" + _root.count]._height / 4)) + (height / 2);
_root.count++;
_root.score = _root.score + 50;
_root.fct++;
this.removeMovieClip();
}
}
if (this.hitTest(_root.sp_tama) && (_root.sp_tama._visible)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = (_x - (_root["baku" + _root.count]._width / 4)) + (_width / 2);
_root["baku" + _root.count]._y = (_y - (_root["baku" + _root.count]._height / 4)) + (height / 2);
_root.count++;
_root.score = _root.score + 50;
_root.fct++;
this.removeMovieClip();
}
if (this.hitTest(_root.sp_hy) && (_root.sp_hy._alpha == 100)) {
_root.hy_check();
}
if (_y < 0) {
this.removeMovieClip();
}
}
}
Instance of Symbol 76 MovieClip [yubi] "sp_yubi" in Frame 48
onClipEvent (load) {
if (this == _root.sp_yubi) {
_visible = 0;
}
_x = 400;
_y = (Math.random() * 220) + 20;
hp = 5;
my = 3;
}
onClipEvent (enterFrame) {
if (_visible) {
_x = _x - 3;
_y = _y + my;
if (this.hitTest(_root.fire)) {
_x = _x + 10;
hp--;
if (hp < 0) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = (_x - (_root["baku" + _root.count]._width / 4)) + (_width / 2);
_root["baku" + _root.count]._y = (_y - (_root["baku" + _root.count]._height / 4)) + (height / 2);
_root.count++;
_root.score = _root.score + 70;
_root.fct++;
this.removeMovieClip();
}
}
if (this.hitTest(_root.sp_tama) && (_root.sp_tama._visible)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._x = (_x - (_root["baku" + _root.count]._width / 4)) + (_width / 2);
_root["baku" + _root.count]._y = (_y - (_root["baku" + _root.count]._height / 4)) + (height / 2);
_root.count++;
_root.score = _root.score + 70;
_root.fct++;
this.removeMovieClip();
}
if (this.hitTest(_root.sp_hy) && (_root.sp_hy._alpha == 100)) {
_root.hy_check();
}
if (_y < 0) {
my = my * -1;
_y = 0;
}
if (330 < _y) {
my = my * -1;
_y = 330;
}
if (_x < 0) {
this.removeMovieClip();
}
}
}
Instance of Symbol 106 MovieClip [FLASH] "sp_fla" in Frame 49
onClipEvent (load) {
_visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fire)) {
_root.msg = "\u3075\u3089\u3063\u3063\u3057\u3085\uFF01\uFF01";
_root.sp_tama._visible = true;
}
}
Frame 50
function hy_check() {
_root.msg = "\u3044\u305F\u3041\u30FC\u3044";
_root.sp_hy._alpha = 90;
_root.sp_hy.gotoandplay("DEL");
eval ("_root.sp_hart" + _root.p_hp).removeMovieClip();
_root.p_hp--;
}
if (_root.sp_fla._visible == false) {
if (_root.fct == 30) {
_root.sp_fla._visible = true;
_root.fct = 0;
}
}
if (0 >= _root.p_hp) {
_root.msg = "\u3048\u30FC\u3093";
gotoandplay("GAMEOVER");
} else {
if ((0 < score) && (1000 >= score)) {
_root.sp_back.gotoandplay("A3");
}
if ((1000 < score) && (1500 >= score)) {
_root.sp_back.gotoandplay("A3");
}
if ((1500 < score) && (2500 >= score)) {
_root.sp_back.gotoandplay("A4");
}
if ((2500 < score) && (3500 >= score)) {
_root.sp_back.gotoandplay("A5");
}
if ((3500 < score) && (4500 >= score)) {
_root.sp_back.gotoandplay("A6");
}
if ((4500 < score) && (5500 >= score)) {
_root.sp_back.gotoandplay("A7");
}
if ((5500 < score) && (6500 >= score)) {
_root.sp_back.gotoandplay("A8");
}
if ((6500 < score) && (7500 >= score)) {
_root.sp_back.gotoandplay("A9");
}
if ((7500 < score) && (8500 >= score)) {
_root.sp_back.gotoandplay("A10");
}
if ((8500 < score) && (10000 >= score)) {
_root.sp_back.gotoandplay("A11");
}
if (_root.msg != "") {
ct++;
if (ct == 100) {
_root.msg = "";
ct = 0;
}
}
if (_root.saisyo == 0) {
ci = 1;
for ( ; _root.p_hp_max >= ci ; ci++) {
_root.sp_hart.duplicateMovieClip("sp_hart" + ci, ci + 2500);
eval ("sp_hart" + ci)._x = _root.hartx;
_root.hartx = _root.hartx + 15;
}
_root.p_hp = _root.p_hp_max;
_root.saisyo = 1;
}
pit++;
if (pit == 50) {
duplicateMovieClip ("_root.sp_hani", "sp_hani" + enNum, _root.count + 1500);
eval ("sp_hani" + enNum)._visible = true;
enNum++;
_root.count++;
if (50 < enNum) {
enNum = 1;
}
pit = 0;
}
r = int(math.random() * 100);
if (r == 1) {
duplicateMovieClip ("_root.sp_mon", "sp_mon" + enNum, _root.count + 1500);
eval ("sp_mon" + enNum)._visible = true;
enNum++;
_root.count++;
if (50 < enNum) {
enNum = 1;
}
}
r = int(math.random() * 300);
if ((r == 1) && (3000 < score)) {
duplicateMovieClip ("_root.sp_ushi", "sp_ushi" + enNum, _root.count + 1500);
eval ("sp_ushi" + enNum)._visible = true;
enNum++;
_root.count++;
if (50 < enNum) {
enNum = 1;
}
}
r = int(math.random() * 100);
if ((r == 1) && (6000 < score)) {
duplicateMovieClip ("_root.sp_yubi", "sp_yubi" + enNum, _root.count + 1500);
eval ("sp_yubi" + enNum)._visible = true;
enNum++;
_root.count++;
if (50 < enNum) {
enNum = 1;
}
}
}
Frame 51
gotoAndPlay("\u30E1\u30A4\u30F3");
Frame 54
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 8 MovieClip [fire] Frame 3
_parent.removeMpvieClip();
Symbol 8 MovieClip [fire] Frame 4
stop();
Symbol 24 MovieClip [back] Frame 2
stop();
Symbol 24 MovieClip [back] Frame 4
stop();
Symbol 24 MovieClip [back] Frame 6
stop();
Symbol 24 MovieClip [back] Frame 8
stop();
Symbol 24 MovieClip [back] Frame 10
stop();
Symbol 24 MovieClip [back] Frame 12
stop();
Symbol 24 MovieClip [back] Frame 14
stop();
Symbol 24 MovieClip [back] Frame 16
stop();
Symbol 24 MovieClip [back] Frame 18
stop();
Symbol 24 MovieClip [back] Frame 20
stop();
Symbol 24 MovieClip [back] Frame 22
stop();
Symbol 252 MovieClip [baku] Frame 13
this.removeMovieClip();
Symbol 58 MovieClip [hy] Frame 41
gotoAndPlay("WALK");
Symbol 58 MovieClip [hy] Frame 62
gotoAndPlay("WALK");
Symbol 20000 Button
on (release) {
gotoAndPlay("_root.START");
}
Symbol 20001 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click2/1-103-15546", "_blank");
}
Symbol 84 MovieClip [gameover] Frame 33
stop();
Symbol 20002 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click2/1-103-15546", "_blank");
}
Symbol 20003 Button
on (release) {
gotoAndPlay("START");
}
Symbol 20004 Button
on (release) {
getURL ("http://kyokun.kir.jp/game/index.html", "_blank");
}