Frame 7
stop();
Frame 8
_root.s_width = 480 - 15;
_root.s_height = 360;
_root.saisyo = 0;
_root.count = 0;
_root.e_ct = 0;
_root.score = 0;
_root.hp = 3;
Instance of Symbol 6 MovieClip [p1] "p1" in Frame 9
onClipEvent (enterFrame) {
if (_x < 15) {
_x = 15;
}
if (_root.s_width < _x) {
_x = _root.s_width;
}
}
onClipEvent (mouseDown) {
if (_root.tama == null) {
duplicateMovieClip ("_root.stama", "tama", 500);
_root.tama._visible = true;
_root.tama._x = _root.p1._x;
_root.tama._y = _root.p1._y - 5;
}
}
onClipEvent (mouseMove) {
this._x = _root._xmouse;
}
Instance of Symbol 12 MovieClip [tama] "stama" in Frame 10
onClipEvent (load) {
if (this == _root.stama) {
_visible = 0;
}
wk = 0;
}
onClipEvent (enterFrame) {
if (_visible) {
if (wk == 0) {
gotoandplay("beam");
wk = 1;
}
if (0 >= _y) {
this.removeMovieClip();
} else {
_y = _y - 15;
}
}
}
Instance of Symbol 26 MovieClip [tekitame(2)] "tekitama_g" in Frame 11
onClipEvent (load) {
if (this == _root.tekitama_g) {
_visible = 0;
}
wk = 0;
}
onClipEvent (enterFrame) {
if (_visible) {
if (_root.s_height >= _y) {
_y = _y + 8;
} else {
this.removeMovieClip();
}
if (this.hitTest(_root.tama)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.tama._x;
_root["baku" + _root.count]._y = _root.tama._y;
_root.count++;
_root.score = _root.score + 5;
_root.tama.removeMovieClip();
_visible = false;
this.removeMovieClip();
}
if (this.hitTest(_root.p1)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.p1._x;
_root["baku" + _root.count]._y = _root.p1._y;
_root.count++;
_root.hp--;
_visible = false;
this.removeMovieClip();
}
}
}
Instance of Symbol 50 MovieClip [tekitame] "tekitama_b" in Frame 12
onClipEvent (load) {
if (this == _root.tekitama_b) {
_visible = 0;
}
wk = 0;
}
onClipEvent (enterFrame) {
if (_visible) {
if (_root.s_height >= _y) {
_y = _y + 10;
} else {
this.removeMovieClip();
}
if (this.hitTest(_root.tama)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.tama._x;
_root["baku" + _root.count]._y = _root.tama._y;
_root.count++;
_root.score = _root.score + 5;
_root.tama.removeMovieClip();
_visible = false;
this.removeMovieClip();
}
if (this.hitTest(_root.p1)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.p1._x;
_root["baku" + _root.count]._y = _root.p1._y;
_root.count++;
_root.hp--;
_visible = false;
this.removeMovieClip();
}
}
}
Instance of Symbol 76 MovieClip [tekitame(3)] "tekitama_ss" in Frame 13
onClipEvent (load) {
if (this == _root.tekitama_ss) {
_visible = 0;
}
wk = 0;
}
onClipEvent (enterFrame) {
if (_visible) {
if (_root.s_height >= _y) {
_y = _y + 10;
} else {
this.removeMovieClip();
}
if (this.hitTest(_root.tama)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.tama._x;
_root["baku" + _root.count]._y = _root.tama._y;
_root.count++;
_root.score = _root.score + 5;
_root.tama.removeMovieClip();
_visible = false;
this.removeMovieClip();
}
if (this.hitTest(_root.p1)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.p1._x;
_root["baku" + _root.count]._y = _root.p1._y;
_root.count++;
_root.hp--;
_visible = false;
this.removeMovieClip();
}
}
}
Instance of Symbol 122 MovieClip [tekitame(4)] "tekitama" in Frame 14
onClipEvent (load) {
if (this == _root.tekitama) {
_visible = 0;
}
wk = 0;
}
onClipEvent (enterFrame) {
if (_visible) {
if (_root.s_height >= _y) {
_y = _y + 8;
} else {
this.removeMovieClip();
}
if (this.hitTest(_root.tama)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.tama._x;
_root["baku" + _root.count]._y = _root.tama._y;
_root.count++;
_root.score = _root.score + 5;
_root.tama.removeMovieClip();
_visible = false;
this.removeMovieClip();
}
if (this.hitTest(_root.p1)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.p1._x;
_root["baku" + _root.count]._y = _root.p1._y;
_root.count++;
_root.hp--;
_visible = false;
this.removeMovieClip();
}
}
}
Instance of Symbol 50 MovieClip [tekitame] "tekitama_s" in Frame 15
onClipEvent (load) {
if (this == _root.tekitama_s) {
_visible = 0;
}
wk = 0;
}
onClipEvent (enterFrame) {
if (_visible) {
if (_root.s_height >= _y) {
_y = _y + 10;
} else {
this.removeMovieClip();
}
if (this.hitTest(_root.tama)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.tama._x;
_root["baku" + _root.count]._y = _root.tama._y;
_root.count++;
_root.score = _root.score + 5;
_root.tama.removeMovieClip();
_visible = false;
this.removeMovieClip();
}
if (this.hitTest(_root.p1)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.p1._x;
_root["baku" + _root.count]._y = _root.p1._y;
_root.count++;
_root.hp--;
_visible = false;
this.removeMovieClip();
}
}
}
Instance of Symbol 38 MovieClip [enemy1] "sp_enemy1" in Frame 16
onClipEvent (load) {
muki = 0;
startflg = 0;
walkct = 0;
if (this == _root.sp_enemy1) {
_visible = 0;
}
}
onClipEvent (enterFrame) {
if (_visible) {
if (_root.saisyo == 0) {
this.removeMovieClip();
}
if (startflg == 0) {
_y = _y + 10;
walkct++;
if (walkct >= 12) {
startflg = 1;
}
}
if (_x < -15) {
}
if (_root.s_width < _x) {
_x = _root.s_width;
}
ctt++;
if (ctt == 50) {
if (muki != 0) {
if (muki != 1) {
if (muki != 2) {
if (muki == 3) {
_x = _x + 15;
muki = 0;
}
} else {
_x = _x - 15;
muki = 3;
}
} else {
_x = _x - 15;
muki = 2;
}
} else {
_x = _x + 15;
muki = 1;
}
ctt = 0;
}
ct++;
if (ct == 300) {
if (dct < 5) {
_y = _y + 15;
dct++;
}
ct = 0;
}
cr = int(math.random() * 610);
if (cr == 1) {
duplicateMovieClip ("_root.tekitama", "tekitama" + _root.count, 1500 + _root.count);
_root["tekitama" + _root.count]._visible = true;
_root["tekitama" + _root.count]._x = _x;
_root["tekitama" + _root.count]._y = _y;
_root.count++;
}
if (this.hitTest(_root.tama)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.tama._x;
_root["baku" + _root.count]._y = _root.tama._y;
_root.count++;
_root.e_ct--;
_root.score = _root.score + 10;
_root.tama.removeMovieClip();
_visible = false;
this.removeMovieClip();
}
}
}
Instance of Symbol 48 MovieClip [enemy2] "sp_enemy2" in Frame 17
onClipEvent (load) {
muki = 0;
startflg = 0;
walkct = 0;
if (this == _root.sp_enemy2) {
_visible = 0;
}
}
onClipEvent (enterFrame) {
if (_visible) {
if (_root.saisyo == 0) {
this.removeMovieClip();
}
if (startflg == 0) {
_y = _y + 10;
walkct++;
if (walkct >= 12) {
startflg = 1;
}
}
if (_x < -15) {
}
if (_root.s_width < _x) {
_x = _root.s_width;
}
ctt++;
if (ctt == 25) {
if (muki != 0) {
if (muki != 1) {
if (muki != 2) {
if (muki == 3) {
_x = _x + 15;
muki = 0;
}
} else {
_x = _x - 15;
muki = 3;
}
} else {
_x = _x - 15;
muki = 2;
}
} else {
_x = _x + 15;
muki = 1;
}
ctt = 0;
}
ct++;
if (ct == 150) {
if (dct < 5) {
_y = _y + 15;
dct++;
}
ct = 0;
}
cr = int(math.random() * 550);
if (cr == 1) {
duplicateMovieClip ("_root.tekitama", "tekitama" + _root.count, 1500 + _root.count);
_root["tekitama" + _root.count]._visible = true;
_root["tekitama" + _root.count]._x = _x;
_root["tekitama" + _root.count]._y = _y;
_root.count++;
}
if (this.hitTest(_root.tama)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.tama._x;
_root["baku" + _root.count]._y = _root.tama._y;
_root.count++;
_root.e_ct--;
_root.score = _root.score + 10;
_root.tama.removeMovieClip();
_visible = false;
this.removeMovieClip();
}
}
}
Instance of Symbol 64 MovieClip [enemy3] "sp_enemy3" in Frame 18
onClipEvent (load) {
muki = 0;
startflg = 0;
walkct = 0;
if (this == _root.sp_enemy3) {
_visible = 0;
}
}
onClipEvent (enterFrame) {
if (_visible) {
if (_root.saisyo == 0) {
this.removeMovieClip();
}
if (startflg == 0) {
_y = _y + 10;
walkct++;
if (walkct >= 12) {
startflg = 1;
}
}
if (_x < -15) {
}
if (_root.s_width < _x) {
_x = _root.s_width;
}
ctt++;
if (ctt == 25) {
if (muki != 0) {
if (muki != 1) {
if (muki != 2) {
if (muki == 3) {
_x = _x + 15;
muki = 0;
}
} else {
_x = _x - 15;
muki = 3;
}
} else {
_x = _x - 15;
muki = 2;
}
} else {
_x = _x + 15;
muki = 1;
}
ctt = 0;
}
ct++;
if (ct == 200) {
if (dct < 5) {
_y = _y + 15;
dct++;
}
ct = 0;
}
cr = int(math.random() * 510);
if (cr == 1) {
duplicateMovieClip ("_root.tekitama", "tekitama" + _root.count, 1500 + _root.count);
_root["tekitama" + _root.count]._visible = true;
_root["tekitama" + _root.count]._x = _x;
_root["tekitama" + _root.count]._y = _y;
_root.count++;
}
if (this.hitTest(_root.tama)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.tama._x;
_root["baku" + _root.count]._y = _root.tama._y;
_root.count++;
_root.e_ct--;
_root.score = _root.score + 15;
_root.tama.removeMovieClip();
_visible = false;
this.removeMovieClip();
}
}
}
Instance of Symbol 58 MovieClip [enemys1] "sp_enemy_s1" in Frame 19
onClipEvent (load) {
muki = 0;
startflg = 0;
walkct = 0;
_x = -90;
hp = 2;
if (this == _root.sp_enemy_s1) {
_visible = 0;
}
}
onClipEvent (enterFrame) {
if (_visible) {
if (_root.saisyo == 0) {
this.removeMovieClip();
}
if (startflg == 0) {
_y = _y + 10;
walkct++;
if (walkct >= 6) {
startflg = 1;
}
}
this._x = this._x + 8;
if (530 < this._x) {
this.removeMovieClip();
}
cr = int(math.random() * 610);
if (cr == 1) {
duplicateMovieClip ("_root.tekitama_ss", "tekitama" + _root.count, 1500 + _root.count);
_root["tekitama" + _root.count]._visible = true;
_root["tekitama" + _root.count]._x = _x;
_root["tekitama" + _root.count]._y = _y;
_root.count++;
}
if (this.hitTest(_root.tama)) {
_root.attachMovie("baku", "baku" + _root.count, 1500 + _root.count);
_root["baku" + _root.count]._xscale = 25;
_root["baku" + _root.count]._yscale = 25;
_root["baku" + _root.count]._x = _root.tama._x;
_root["baku" + _root.count]._y = _root.tama._y;
_root.count++;
_root.tama.removeMovieClip();
hp--;
if (0 >= hp) {
_root.score = _root.score + 200;
_visible = false;
this.removeMovieClip();
}
}
}
}
Frame 20
if (_root.saisyo == 0) {
_root.saisyo = 1;
}
if (0 >= _root.e_ct) {
if (_root.hp < 3) {
_root.hp = 3;
}
_root.e_ct = 0;
pwx = 30;
wx = pwx;
wy = -60;
r = int(math.random() * 4);
if (r == 1) {
i = 1;
for ( ; 50 >= i ; i++) {
if (((i - 1) % 10) == 0) {
wx = pwx;
wy = wy + 30;
}
this[_root]["enemy" + i].removeMovieClip();
duplicateMovieClip ("_root.sp_enemy1", "enemy" + i, 1000 + _root.count);
this[_root]["enemy" + i]._x = wx;
this[_root]["enemy" + i]._y = wy;
wx = wx + 45;
_root.count++;
_root.e_ct++;
}
} else if (r == 2) {
i = 1;
for ( ; 50 >= i ; i++) {
if (((i - 1) % 10) == 0) {
wx = pwx;
wy = wy + 30;
}
this[_root]["enemy" + i].removeMovieClip();
duplicateMovieClip ("_root.sp_enemy2", "enemy" + i, 1000 + _root.count);
this[_root]["enemy" + i]._x = wx;
this[_root]["enemy" + i]._y = wy;
wx = wx + 45;
_root.count++;
_root.e_ct++;
}
} else if (r == 3) {
i = 1;
for ( ; 50 >= i ; i++) {
if (((i - 1) % 10) == 0) {
wx = pwx;
wy = wy + 30;
}
this[_root]["enemy" + i].removeMovieClip();
duplicateMovieClip ("_root.sp_enemy3", "enemy" + i, 1000 + _root.count);
this[_root]["enemy" + i]._x = wx;
this[_root]["enemy" + i]._y = wy;
wx = wx + 45;
_root.count++;
_root.e_ct++;
}
} else {
i = 1;
for ( ; 50 >= i ; i++) {
if (((i - 1) % 10) == 0) {
wx = pwx;
wy = wy + 30;
}
this[_root]["enemy" + i].removeMovieClip();
duplicateMovieClip ("_root.sp_enemy1", "enemy" + i, 1000 + _root.count);
this[_root]["enemy" + i]._x = wx;
this[_root]["enemy" + i]._y = wy;
wx = wx + 45;
_root.count++;
_root.e_ct++;
}
}
}
cs++;
if (cs == 5) {
_root.attachMovie("snow", "snow" + _root.count, 2500 + _root.count);
_root["snow" + _root.count]._x = int(math.random() * 480);
_root.count++;
cs = 0;
}
if (!((500 < score) && (1000 >= score))) {
if (!((1000 < score) && (2000 >= score))) {
if (!((2000 < score) && (3000 >= score))) {
if (!((3000 < score) && (4000 >= score))) {
if (!((4000 < score) && (5000 >= score))) {
if ((5000 < score) && (6000 >= score)) {
_root.sp_back.gotoandplay("A7");
}
} else {
_root.sp_back.gotoandplay("A6");
}
} else {
_root.sp_back.gotoandplay("A5");
}
} else {
_root.sp_back.gotoandplay("A4");
}
} else {
_root.sp_back.gotoandplay("A3");
}
} else {
_root.sp_back.gotoandplay("A2");
}
if (0 >= _root.hp) {
gotoandplay("GAMEOVER");
}
Frame 21
gotoAndPlay("\u30E1\u30A4\u30F3");
Frame 44
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 12 MovieClip [tama] Frame 2
stop();
Symbol 12 MovieClip [tama] Frame 4
Symbol 12 MovieClip [tama] Frame 5
stop();
Symbol 120 MovieClip [baku] Frame 13
this.removeMovieClip();
Symbol 54 MovieClip [hart] Frame 2
stop();
Symbol 54 MovieClip [hart] Frame 3
stop();
Symbol 54 MovieClip [hart] Frame 4
stop();
Symbol 54 MovieClip [hart] Frame 5
stop();
Instance of Symbol 54 MovieClip [hart] "hart" in Symbol 56 MovieClip [pro] Frame 1
onClipEvent (enterFrame) {
gotoandplay("A" + _root.hp);
}
Symbol 56 MovieClip [pro] Frame 3
stop();
Symbol 82 MovieClip [back] Frame 2
stop();
Symbol 82 MovieClip [back] Frame 4
stop();
Symbol 82 MovieClip [back] Frame 6
stop();
Symbol 82 MovieClip [back] Frame 8
stop();
Symbol 82 MovieClip [back] Frame 10
stop();
Symbol 82 MovieClip [back] Frame 12
stop();
Symbol 82 MovieClip [back] Frame 14
stop();
Symbol 88 MovieClip [snow] Frame 181
this.removeMovieClip();
Symbol 20000 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click151/1-103-15546", "_blank");
}
Symbol 20001 Button
on (release) {
gotoAndPlay("START");
}
Symbol 20002 Button
on (release) {
getURL ("http://kyokun.kir.jp/game/index.html", "_blank");
}
Symbol 20003 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click151/1-103-15546", "_blank");
}
Symbol 20004 Button
on (release) {
gotoAndPlay("START");
}
Symbol 20005 Button
on (release) {
getURL ("http://click.dtiserv2.com/Click151/1-103-15546", "_blank");
}