Frame 1
hen_loadmax = 6;
hen_load = 0;
hen_bu1 = false;
mv_bg.mv_u1.loadMovie("u1.swf");
hen_tu1 = false;
mv_top.mv_u1.loadMovie("u1.swf");
hen_bu2 = false;
mv_bg.mv_u2.loadMovie("u2.swf");
hen_bu3 = false;
mv_bg.mv_u3.loadMovie("u3.swf");
hen_bu4 = false;
mv_bg.mv_u4.loadMovie("u4.swf");
hen_bu5 = false;
mv_bg.mv_u5.loadMovie("u5.swf");
ldst = getTimer();
mv_oh.gotoAndStop(1);
_root.onEnterFrame = function () {
var _local1 = _root;
if ((mv_bg.mv_u1.getBytesLoaded() == mv_bg.mv_u1.getBytesTotal()) && (hen_bu1 == false)) {
hen_u1 = true;
hen_load++;
}
if ((mv_top.mv_u1.getBytesLoaded() == mv_top.mv_u1.getBytesTotal()) && (hen_tu1 == false)) {
hen_t1 = true;
hen_load++;
}
if ((mv_bg.mv_u2.getBytesLoaded() == mv_bg.mv_u2.getBytesTotal()) && (hen_bu2 == false)) {
hen_u2 = true;
hen_load++;
}
if ((mv_bg.mv_u3.getBytesLoaded() == mv_bg.mv_u3.getBytesTotal()) && (hen_bu3 == false)) {
hen_u3 = true;
hen_load++;
}
if ((mv_bg.mv_u4.getBytesLoaded() == mv_bg.mv_u4.getBytesTotal()) && (hen_bu4 == false)) {
hen_u4 = true;
hen_load++;
}
if ((mv_bg.mv_u5.getBytesLoaded() == mv_bg.mv_u5.getBytesTotal()) && (hen_bu5 == false)) {
hen_u5 = true;
hen_load++;
}
if ((ldst + 100) < getTimer()) {
ldst = getTimer();
if ((mv_oh._currentframe + 1) >= mv_oh._totalframes) {
mv_oh.gotoAndStop(mv_oh._totalframes);
if ((_local1.getBytesLoaded() == _local1.getBytesTotal()) && (hen_load >= hen_loadmax)) {
_local1.nextFrame();
}
} else {
mv_oh.gotoAndStop(mv_oh._currentframe + 1);
}
}
};
stop();
Frame 2
stop();
Stage.showMenu = false;
hen_loadmax = 6;
hen_load = 0;
hen_bu1 = false;
mv_bg.mv_u1.loadMovie("u1.swf");
hen_tu1 = false;
mv_top.mv_u1.loadMovie("u1.swf");
hen_bu2 = false;
mv_bg.mv_u2.loadMovie("u2.swf");
hen_bu3 = false;
mv_bg.mv_u3.loadMovie("u3.swf");
hen_bu4 = false;
mv_bg.mv_u4.loadMovie("u4.swf");
hen_bu5 = false;
mv_bg.mv_u5.loadMovie("u5.swf");
cmovflag = new Array();
nsaki_x = new Array();
nadd_x = new Array();
nchu_x = new Array();
nryo_x = new Array();
firflg = new Array();
s_fire = new Sound();
s_fire.attachSound("gun22.wav");
s_fire.setVolume(5);
s_bomb = new Sound();
s_bomb.attachSound("bom19_b.wav");
s_bomb.setVolume(20);
s_chg = new Sound();
s_chg.attachSound("burst00.wav");
s_chg.setVolume(20);
s_hit = new Sound();
s_hit.attachSound("voice001.wav");
s_hit.setVolume(20);
s_start = new Sound();
s_start.attachSound("SEF3_21_1.wav");
s_start.setVolume(60);
s_clr = new Sound();
s_clr.attachSound("SEF3_02_1.wav");
s_clr.setVolume(60);
s_ovr = new Sound();
s_ovr.attachSound("SEF3_41_1.wav");
s_ovr.setVolume(60);
rankdat = new LoadVars();
_root.mv_mask.duplicateMovieClip("maskxxx", 9000);
_global.setdata = "abcdefghijklmnopqrstuvwxyz1234567890";
var i:Number = 0;
while (i < _global.setdata.length) {
if (this.mv_name["mvb_" + (i + 1)] != undefined) {
this.mv_name["mvb_" + (i + 1)].txt.text = _global.setdata.substr(i, 1);
this.mv_name["mvb_" + (i + 1)].btn.onRelease = function () {
if (_root.mv_name.inpdata.text.length < 6) {
_root.mv_name.inpdata.text = _root.mv_name.inpdata.text + _global.setdata.substr(parseInt(this._parent._name.substr(4, this._parent._name.length - 4), 10) - 1, 1);
}
};
}
i++;
}
this.mv_name.mvb_bs.txt.text = "bs";
this.mv_name.mvb_bs.btn.onRelease = function () {
var _local1 = _root;
if (_local1.mv_name.inpdata.text.length > 0) {
_local1.mv_name.inpdata.text = _local1.mv_name.inpdata.text.substr(0, _local1.mv_name.inpdata.text.length - 1);
}
};
this.mv_name.mvb_ok.txt.text = "ok";
this.mv_name.mvb_ok.btn.onRelease = function () {
var _local1 = _root;
if (_local1.mv_name.inpdata.text.length > 0) {
_local1.naming = _local1.mv_name.inpdata.text;
my_so = SharedObject.getLocal("dathi", "/");
my_so.data.innm = _local1.naming;
my_so.flush();
_local1.ranktime;
hen_min = Math.floor(_local1.ranktime / 60000);
hen_sec = Math.floor((_local1.ranktime - (hen_min * 60000)) / 1000);
hen_msec = ((_local1.ranktime - hen_sec) - (hen_min * 60000)) - (hen_sec * 1000);
outtime = (("" + (100 + hen_min)).substr(1, 2) + ("" + (100 + hen_sec)).substr(1, 2)) + ("" + (1000 + hen_msec)).substr(1, 2);
dobj = new Date();
nowtime = "" + dobj.getFullYear();
nowtime = nowtime + ("" + (dobj.getMonth() + 101)).substr(1, 2);
nowtime = nowtime + ("" + (dobj.getDate() + 100)).substr(1, 2);
nowtime = nowtime + ("" + (dobj.getHours() + 100)).substr(1, 2);
nowtime = nowtime + ("" + (dobj.getMinutes() + 100)).substr(1, 2);
nowtime = nowtime + ("" + (dobj.getSeconds() + 100)).substr(1, 2);
nowtime = nowtime + ("" + (dobj.getMilliseconds() + 1000)).substr(1, 2);
setdata = ((((((("name=" + (_local1.naming + " ").substr(0, 6)) + "&score1=") + outtime) + "&score2=") + _local1.ranktime) + "&date=") + nowtime) + "&ad=aa@aa.com";
_local1.rankdat.load("http://blue.ribbon.to/~mymini/rank3.php?" + setdata);
_local1.mv_name._visible = false;
}
};
_root.mv_name._visible = false;
maskxxx._x = 0;
maskxxx._y = 0;
my_so = SharedObject.getLocal("dathi", "/");
_root.maxscore = my_so.data.mxsc;
if (_root.maxscore == undefined) {
_root.maxscore = 0;
}
my_so.data.mxsc = _root.maxscore;
_root.maxtime = my_so.data.mxtm;
if (_root.maxtime == undefined) {
_root.maxtime = 5940000 /* 0x5AA320 */;
}
my_so.data.mxtm = _root.maxtime;
_root.naming = my_so.data.innm;
if (_root.naming == undefined) {
_root.naming = "774";
}
my_so.data.innm = _root.naming;
_root.g1url = my_so.data.g1;
if (_root.g1url == undefined) {
_root.g1url = "";
}
my_so.data.g1 = _root.g1url;
_root.g2url = my_so.data.g2;
if (_root.g2url == undefined) {
_root.g2url = "";
}
my_so.data.g2 = _root.g2url;
_root.g3url = my_so.data.g3;
if (_root.g3url == undefined) {
_root.g3url = "";
}
my_so.data.g3 = _root.g3url;
_root.g4url = my_so.data.g4;
if (_root.g4url == undefined) {
_root.g4url = "";
}
my_so.data.g4 = _root.g4url;
_root.g5url = my_so.data.g5;
if (_root.g5url == undefined) {
_root.g5url = "";
}
my_so.data.g5 = _root.g5url;
my_so.flush();
mv_ldsg.onEnterFrame = function () {
function ld_ck() {
if ((mv_bg.mv_u1.getBytesLoaded() == mv_bg.mv_u1.getBytesTotal()) && (hen_bu1 == false)) {
hen_u1 = true;
hen_load++;
}
if ((mv_top.mv_u1.getBytesLoaded() == mv_top.mv_u1.getBytesTotal()) && (hen_tu1 == false)) {
hen_t1 = true;
hen_load++;
}
if ((mv_bg.mv_u2.getBytesLoaded() == mv_bg.mv_u2.getBytesTotal()) && (hen_bu2 == false)) {
hen_u2 = true;
hen_load++;
}
if ((mv_bg.mv_u3.getBytesLoaded() == mv_bg.mv_u3.getBytesTotal()) && (hen_bu3 == false)) {
hen_u3 = true;
hen_load++;
}
if ((mv_bg.mv_u4.getBytesLoaded() == mv_bg.mv_u4.getBytesTotal()) && (hen_bu4 == false)) {
hen_u4 = true;
hen_load++;
}
if ((mv_bg.mv_u5.getBytesLoaded() == mv_bg.mv_u5.getBytesTotal()) && (hen_bu5 == false)) {
hen_u5 = true;
hen_load++;
}
if (hen_load >= hen_loadmax) {
gotoAndStop ("lb_init");
}
}
};
stop();
Frame 3
stop();
mv_bg.mv_u2.gotoAndStop(2);
mv_bg.mv_u3.gotoAndStop(2);
mv_bg.mv_u4.gotoAndStop(2);
mv_bg.mv_u5.gotoAndStop(2);
_root.countview = 3000;
_root.onEnterFrame = function () {
var _local1 = _root;
_local1.countview++;
dobj = new Date();
_local1.txt_nowtime.text = ("" + (dobj.getHours() + 100)).substr(1, 2);
_local1.txt_nowtime.text = _local1.txt_nowtime.text + (":" + ("" + (dobj.getMinutes() + 100)).substr(1, 2));
_local1.txt_nowtime.text = _local1.txt_nowtime.text + (":" + ("" + (dobj.getSeconds() + 100)).substr(1, 2));
_local1.txt_nowtime1.text = _local1.txt_nowtime.text;
if (_local1.countview > 3000) {
_local1.rankdat.load("http://blue.ribbon.to/~mymini/rank3.php?jikan=" + _local1.txt_nowtime.text);
_local1.countview = 0;
}
_local1.rankdat.onLoad = function () {
var _local2 = _root;
_local2.ranking.text = "";
var _local1 = 0;
while (_local1 < 10) {
var viewtime = ((((_local2.rankdat["s1_" + _local1].substr(0, 2) + ":") + _local2.rankdat["s1_" + _local1].substr(2, 2)) + ":") + _local2.rankdat["s1_" + _local1].substr(4, 2));
var _local3 = (_local2.rankdat["n" + _local1] + "\u3000\u3000\u3000\u3000\u3000\u3000\u3000").substr(0, 6);
_local2.ranking.text = _local2.ranking.text + (((((("" + (_local1 + 101)).substr(1, 2) + " ") + _local3) + " ") + viewtime) + newline);
_local2.ranking1.text = _local2.ranking.text;
_local1++;
}
};
};
Frame 4
function nextfunc() {
clearInterval(s_int);
gotoAndStop ("lb_game");
}
stop();
_root.houflg = true;
_root.g2flg = true;
_root.g3flg = true;
_root.g4flg = true;
_root.g5flg = true;
_root.gnowflg = true;
_root.firenum = 0;
_root.dep = 100;
_root.bombdeg = 270;
_root.starttime = getTimer();
_root.gamestop = false;
_root.timeup = 300000 /* 0x0493E0 */;
mv_bg.gotoAndStop(1);
s_start.start();
s_int = setInterval(nextfunc, 3000);
Frame 5
_root.hitscore = 0;
if ((_root.maxscore >= 200) && (_root.maxtime <= 300000)) {
hen_min = Math.floor(_root.maxtime / 60000);
hen_sec = Math.floor((_root.maxtime - (hen_min * 60000)) / 1000);
hen_msec = ((_root.maxtime - hen_sec) - (hen_min * 60000)) - (hen_sec * 1000);
_root.highscore = (((("" + (100 + hen_min)).substr(1, 2) + ":") + ("" + (100 + hen_sec)).substr(1, 2)) + ":") + ("" + (1000 + hen_msec)).substr(1, 2);
} else {
_root.highscore = _root.maxscore;
}
_root.fps._visible = false;
stop();
Instance of Symbol 90 MovieClip "rik16" in Frame 5
onClipEvent (enterFrame) {
hen_num = parseInt(this._name.substr(3, 2), 10);
if (_root.cmovflag[hen_num] == false) {
do {
_root.nsaki_x[hen_num] = Math.floor(Math.random() * 240) - (this._width / 2);
} while ((_root.nsaki_x[hen_num] == this._x) || (Math.abs(_root.nsaki_x[hen_num] - this._x) < 100));
_root.nadd_x[hen_num] = Math.round((((Math.abs(_root.nsaki_x[hen_num] - this._x) / (_root.nsaki_x[hen_num] - this._x)) * ((Math.floor(Math.random() * 5) + 1) + 5)) / _root.fps) * 100);
_root.nchu_x[hen_num] = (this._x + _root.nsaki_x[hen_num]) / 2;
_root.nryo_x[hen_num] = _root.nadd_x[hen_num];
_root.cmovflag[hen_num] = true;
} else if (_root.nryo_x[hen_num] == 0) {
_root.cmovflag[hen_num] = false;
} else {
this._x = this._x + (_root.nryo_x[hen_num] / _root.fps);
if (((_root.nchu_x[hen_num] >= this._x) && (_root.nadd_x[hen_num] < 0)) || ((_root.nchu_x[hen_num] <= this._x) && (_root.nadd_x[hen_num] > 0))) {
_root.nadd_x[hen_num] = _root.nadd_x[hen_num] * -1;
}
_root.nryo_x[hen_num] = _root.nryo_x[hen_num] + _root.nadd_x[hen_num];
}
}
Instance of Symbol 95 MovieClip "lalXXX" in Frame 5
onClipEvent (enterFrame) {
if (this._name.substr(3, 3) != "XXX") {
if (((_root.l_flg == true) && (this.mvh._alpha == 100)) && (this.mvl._alpha == 100)) {
this.nowpos = this.mvl._x;
this.mvh._alpha = 0;
this.mvl._alpha = 0;
this.nowstat = 0;
this._visible = true;
}
hen_speed = 1;
hen_rad = parseInt(this._name.substr(3, 3), 10);
if (parseInt(_root.fps, 10) < 30) {
hen_fps = 30;
} else {
hen_fps = parseInt(_root.fps, 10);
}
switch (this.nowstat) {
case 0 :
this.mvh._alpha = this.mvh._alpha + ((hen_speed / hen_fps) * 100);
if (this.mvh._alpha >= 100) {
this.mvh._alpha = 99;
this.timecnt = 100;
this.nowstat++;
}
break;
case 1 :
this.timecnt = this.timecnt - ((1 / hen_fps) * 100);
if (this.timecnt <= 0) {
this.nowstat++;
}
break;
case 2 :
this.mvl._x = (this.nowpos + Math.floor(Math.random() * 6)) - 3;
this.mvl._alpha = this.mvl._alpha + (((hen_speed * 2) / hen_fps) * 100);
if (this.mvl._alpha >= 100) {
this.nowstat++;
this.timecnt = 300;
}
this.mvl._height = (this.mvl._alpha / 100) * 41.3;
break;
case 3 :
this.mvl._x = (this.nowpos + Math.floor(Math.random() * 6)) - 3;
this.mvh._visible = false;
this.timecnt = this.timecnt - ((1 / hen_fps) * 100);
if (this.timecnt <= 0) {
this.nowstat++;
}
break;
case 4 :
this.mvl._x = (this.nowpos + Math.floor(Math.random() * 6)) - 3;
this.mvl._alpha = this.mvl._alpha - ((hen_speed / hen_fps) * 100);
if (this.mvl._alpha > 0) {
break;
}
this.nowstat++;
}
if ((this.mvh.hitTest("_root.houdai.hitpoint") && (this.mvl._alpha > 60)) && (_root.houflg == true)) {
_root.houflg = false;
_root.houdai.gotoAndPlay("death");
} else if ((this.nowstat == 5) || (_root.gamestop != false)) {
_root.l_flg = false;
_root[this._name].removeMovieClip();
}
}
}
Instance of Symbol 98 MovieClip "firXXX001" in Frame 5
onClipEvent (enterFrame) {
if (this._name.substr(3, 3) != "XXX") {
if (parseInt(_root.fps, 10) < 30) {
hen_fps = 30;
} else {
hen_fps = parseInt(_root.fps, 10);
}
this._y = this._y - ((3 / hen_fps) * 100);
if (((this._y + this._height) < 0) || (_root.firflg[parseInt(this._name.substr(3, 3), 10)] == false)) {
if ((this._y + this._height) < 0) {
_root.g5flg = false;
}
_root.firenum = _root.firenum - 1;
_root[this._name].removeMovieClip();
}
}
}
Instance of Symbol 104 MovieClip "firXXX002" in Frame 5
onClipEvent (enterFrame) {
if (this._name.substr(3, 3) != "XXX") {
var i;
var j;
var hen_xx;
var hen_yy;
var homspd;
if (parseInt(_root.fps, 10) < 30) {
hen_fps = 30;
} else {
hen_fps = parseInt(_root.fps, 10);
}
hen_xx = (_root.rik16._x + 40) - this._x;
hen_yy = (_root.rik16._y + 20) - this._y;
if (hen_yy == 0) {
if (hen_xx < 0) {
this.hom_rad = 270;
} else {
this.hom_rad = 90;
}
} else if (hen_yy < 0) {
this.hom_rad = ((Math.floor((Math.atan(hen_xx / hen_yy) * 180) / Math.PI) + 360) + 180) % 360;
} else {
this.hom_rad = (Math.floor((Math.atan(hen_xx / hen_yy) * 180) / Math.PI) + 360) % 360;
}
this._x = this._x + (((2 * Math.sin((Math.PI/180) * this.hom_rad)) * 100) / _root.fps);
this._y = this._y + (((2 * Math.cos((Math.PI/180) * this.hom_rad)) * 100) / _root.fps);
if ((((((this._x > (240 + this._width)) || (this._x < (-1 * this._width))) || (this._y > (320 + this._height))) || (this._y < (-1 * this._height))) || (_root.firflg[parseInt(this._name.substr(3, 3), 10)] == false)) || (_root.gamestop != false)) {
_root.firenum = _root.firenum - 1;
_root[this._name].removeMovieClip();
}
}
}
Instance of Symbol 107 MovieClip "misXXX001" in Frame 5
onClipEvent (enterFrame) {
if (this._name.substr(3, 3) != "XXX") {
hen_speed = 1;
hen_rad = parseInt(this._name.substr(3, 3), 10);
if (parseInt(_root.fps, 10) < 30) {
hen_fps = 30;
} else {
hen_fps = parseInt(_root.fps, 10);
}
this._x = this._x + (((hen_speed * Math.sin((Math.PI/180) * hen_rad)) / hen_fps) * 100);
this._y = this._y + (((hen_speed * Math.cos((Math.PI/180) * hen_rad)) / hen_fps) * 100);
if ((((this._x > 258) || (this._x < -18)) || (this._y > 338)) || (this._y < -18)) {
_root.bomb = _root.bomb - 1;
_root[this._name].removeMovieClip();
} else if (this.bomhit.hitTest("_root.houdai.hitpoint") && (_root.houflg == true)) {
_root.houflg = false;
_root.houdai.gotoAndPlay("death");
} else if (this.bomhit.hitTest("_root.fir001001") || (_root.gamestop != false)) {
_root.bomb = _root.bomb - 1;
_root[this._name].removeMovieClip();
}
}
}
Instance of Symbol 122 MovieClip "misXXX004" in Frame 5
onClipEvent (enterFrame) {
if (this._name.substr(3, 3) != "XXX") {
hen_speed = 1;
hen_rad = parseInt(this._name.substr(3, 3), 10);
if (parseInt(_root.fps, 10) < 30) {
hen_fps = 30;
} else {
hen_fps = parseInt(_root.fps, 10);
}
this._x = this._x + (((hen_speed * Math.sin((Math.PI/180) * hen_rad)) / hen_fps) * 100);
this._y = this._y + (((hen_speed * Math.cos((Math.PI/180) * hen_rad)) / hen_fps) * 100);
if ((((this._x > 258) || (this._x < -18)) || (this._y > 338)) || (this._y < -18)) {
_root.bomb = _root.bomb - 1;
_root[this._name].removeMovieClip();
} else if (this.bomhit.hitTest("_root.houdai.hitpoint") && (_root.houflg == true)) {
_root.houflg = false;
_root.houdai.gotoAndPlay("death");
} else if (this.bomhit.hitTest("_root.fir001001") || (_root.gamestop != false)) {
_root.bomb = _root.bomb - 1;
_root[this._name].removeMovieClip();
}
}
}
Instance of Symbol 137 MovieClip "misXXX002" in Frame 5
onClipEvent (enterFrame) {
if (this._name.substr(3, 3) != "XXX") {
hen_speed = 1;
hen_rad = parseInt(this._name.substr(3, 3), 10);
if (parseInt(_root.fps, 10) < 30) {
hen_fps = 30;
} else {
hen_fps = parseInt(_root.fps, 10);
}
this._x = this._x + (((hen_speed * Math.sin((Math.PI/180) * hen_rad)) / hen_fps) * 100);
this._y = this._y + (((hen_speed * Math.cos((Math.PI/180) * hen_rad)) / hen_fps) * 100);
if ((((this._x > 258) || (this._x < -18)) || (this._y > 338)) || (this._y < -18)) {
_root.bomb = _root.bomb - 1;
_root[this._name].removeMovieClip();
} else if (this.bomhit.hitTest("_root.houdai.hitpoint") && (_root.houflg == true)) {
_root.houflg = false;
_root.houdai.gotoAndPlay("death");
} else if (this.bomhit.hitTest("_root.fir001001") || (_root.gamestop != false)) {
_root.bomb = _root.bomb - 1;
_root[this._name].removeMovieClip();
}
}
}
Instance of Symbol 150 MovieClip "misXXX003" in Frame 5
onClipEvent (enterFrame) {
if (this._name.substr(3, 3) != "XXX") {
hen_speed = 1;
hen_rad = parseInt(this._name.substr(3, 3), 10);
if (parseInt(_root.fps, 10) < 30) {
hen_fps = 30;
} else {
hen_fps = parseInt(_root.fps, 10);
}
this._x = this._x + (((hen_speed * Math.sin((Math.PI/180) * hen_rad)) / hen_fps) * 100);
this._y = this._y + (((hen_speed * Math.cos((Math.PI/180) * hen_rad)) / hen_fps) * 100);
if ((((this._x > 258) || (this._x < -18)) || (this._y > 338)) || (this._y < -18)) {
_root.bomb = _root.bomb - 1;
_root[this._name].removeMovieClip();
} else if (this.bomhit.hitTest("_root.houdai.hitpoint") && (_root.houflg == true)) {
_root.houflg = false;
_root.houdai.gotoAndPlay("death");
} else if (this.bomhit.hitTest("_root.fir001001") || (_root.gamestop != false)) {
_root.bomb = _root.bomb - 1;
_root[this._name].removeMovieClip();
}
}
}
Instance of Symbol 153 MovieClip "seigyo" in Frame 5
onClipEvent (enterFrame) {
hen_now = getTimer();
_root.fps = (10 / (hen_now - _root.hen_old)) * 100;
if (_root.fps < 30) {
_root.fps = 30;
}
_root.hen_old = hen_now;
if (_root.gamestop == true) {
if (_root.clearend == true) {
_root.gotoAndStop("lb_clr");
} else {
_root.gotoAndStop("lb_end");
}
}
if (_root.gamestop != true) {
if ((hen_now - _root.starttime) > _root.timeup) {
hen_min = Math.floor(_root.timeup / 60000);
hen_sec = Math.floor((_root.timeup - (hen_min * 60000)) / 1000);
hen_msec = (_root.timeup - (hen_min * 60000)) - (hen_sec * 1000);
_root.waittime = 100;
_root.gamestop = true;
_root.houflg = false;
_root.clearend = false;
if (_root.maxscore < _root.hitscore) {
_root.maxscore = _root.hitscore;
}
my_so = SharedObject.getLocal("dathi", "/");
my_so.data.mxsc = _root.maxscore;
my_so.flush();
} else {
hen_min = Math.floor((hen_now - _root.starttime) / 60000);
hen_sec = Math.floor(((hen_now - _root.starttime) - (hen_min * 60000)) / 1000);
hen_msec = (((hen_now - _root.starttime) - hen_sec) - (hen_min * 60000)) - (hen_sec * 1000);
}
_root.lasttime.text = (((("" + (100 + hen_min)).substr(1, 2) + ":") + ("" + (100 + hen_sec)).substr(1, 2)) + ":") + ("" + (1000 + hen_msec)).substr(1, 2);
if ((Number(_root.bomb) <= 50) && (_root.bombstop != false)) {
if (_root.hitscore < 50) {
hen_kan = 250;
hen_size = 16;
_root.mv_bg.gotoAndStop(1);
_root.rik16.mv_bos.gotoAndStop(1);
_root.rik16.mv_bosgr.gotoAndStop(1);
var hen_tamaname = "misXXX001";
} else if (_root.hitscore < 100) {
hen_kan = 200;
hen_size = 16;
_root.mv_bg.gotoAndStop(2);
if (_root.rik16.mv_bos._currentframe == 1) {
_root.s_chg.start();
}
_root.rik16.mv_bos.gotoAndStop(2);
_root.rik16.mv_bosgr.gotoAndStop(2);
var hen_tamaname = "misXXX002";
} else if (_root.hitscore < 150) {
hen_kan = 150;
hen_size = 16;
if (_root.rik16.mv_bos._currentframe == 2) {
_root.s_chg.start();
}
_root.mv_bg.gotoAndStop(3);
_root.rik16.mv_bos.gotoAndStop(3);
_root.rik16.mv_bosgr.gotoAndStop(3);
var hen_tamaname = "misXXX003";
} else if (_root.hitscore < 180) {
hen_kan = 100;
hen_size = 16;
if (_root.rik16.mv_bos._currentframe == 3) {
_root.s_chg.start();
}
_root.mv_bg.gotoAndStop(4);
_root.rik16.mv_bos.gotoAndStop(4);
_root.rik16.mv_bosgr.gotoAndStop(4);
var hen_tamaname = "misXXX004";
} else if (_root.hitscore < 200) {
if ((hen_now - _root.starttime) >= 240000) {
hen_kan = 150;
} else {
hen_kan = 50;
}
hen_size = 32;
_root.mv_bg.gotoAndStop(4);
_root.rik16.mv_bos.gotoAndStop(4);
_root.rik16.mv_bosgr.gotoAndStop(4);
var hen_tamaname = "misXXX004";
} else {
var hen_tamaname = "misXXX004";
_root.s_chg.start();
_root.waittime = 100;
_root.gamestop = true;
_root.houflg = false;
_root.clearend = true;
_root.maxscore = 200;
my_so = SharedObject.getLocal("dathi", "/");
my_so.data.mxsc = _root.maxscore;
if (_root.maxtime > (hen_now - _root.starttime)) {
_root.maxtime = hen_now - _root.starttime;
my_so.data.mxtm = _root.maxtime;
}
if ((hen_now - _root.starttime) > 90000) {
_root.g4flg = false;
}
my_so.data.g1 = (_root.g1url = "kazjh1.jpg");
if (_root.g2flg == true) {
my_so.data.g2 = (_root.g2url = "mrikga2.jpg");
}
if (_root.g3flg == true) {
my_so.data.g3 = (_root.g3url = "poiqakn3.jpg");
}
if (_root.g4flg == true) {
my_so.data.g4 = (_root.g4url = "maiijx4.jpg");
}
if (_root.g5flg == true) {
my_so.data.g5 = (_root.g5url = "pzantds5.jpg");
}
my_so.flush();
_root.ranktime = hen_now - _root.starttime;
if (parseInt(_root.rankdat.s2_9, 10) > _root.ranktime) {
_root.nameflg = true;
} else {
_root.nameflg = false;
}
}
if ((hen_now - _root.hen_bnow1) >= hen_kan) {
_root.hen_bnow1 = hen_now;
if (_root.bombflg >= 0) {
_root.bombdeg = Number(_root.bombdeg) + 10;
if (_root.bombdeg >= 450) {
_root.bombflg = -1;
}
} else {
_root.bombdeg = Number(_root.bombdeg) - 10;
if (_root.bombdeg <= 270) {
_root.bombflg = 1;
}
}
_root.dep = _root.dep + 1;
if (_root.dep > 1000) {
_root.dep = 100;
}
hen_insname = ("mis" + String(1000 + Number(_root.bombdeg)).substr(1, 3)) + String(1000 + Number(_root.dep)).substr(1, 3);
_root[hen_tamaname].duplicateMovieClip(hen_insname, _root.dep);
_root[hen_insname]._x = _root.rik16._x + 50;
_root[hen_insname]._y = 80;
_root[hen_insname]._width = hen_size;
_root[hen_insname]._height = hen_size;
_root.bomb = Number(_root.bomb) + 1;
}
}
if (_root.hitscore >= 100) {
if (_root.lal001 == undefined) {
_root.l_flg = true;
_root.lalXXX.duplicateMovieClip("lal001", 5001);
_root.lal001._x = _root.rik16._x + 50;
_root.lal001._y = 0;
if ((_root.hitscore >= 180) && ((hen_now - _root.starttime) < 240000)) {
_root.lal001._width = _root.lal001._width * 2;
}
_root.lal001._visible = false;
}
}
if ((_root.houflg != false) && (_root.houflg != true)) {
_root.houflg = _root.houflg - ((1 / _root.fps) * 100);
if (_root.houflg <= 0) {
_root.houflg = true;
}
}
if (_root.houflg != false) {
if (Key.isDown(32) || (Key.isDown(16))) {
if (Key.isDown(32)) {
hen_houspeed = 0.5;
} else {
hen_houspeed = 0.2;
}
_root.houdai.hitpoint._visible = true;
} else {
hen_houspeed = 1;
_root.houdai.hitpoint._visible = false;
}
if (Key.isDown(38)) {
_root.houdai._y = _root.houdai._y - ((hen_houspeed / _root.fps) * 100);
if (_root.houdai._y <= 160) {
_root.houdai._y = 160;
}
}
if (Key.isDown(40)) {
_root.houdai._y = _root.houdai._y + ((hen_houspeed / _root.fps) * 100);
if (_root.houdai._y >= 304) {
_root.houdai._y = 304;
}
}
if (Key.isDown(37)) {
_root.houdai._x = _root.houdai._x - ((hen_houspeed / _root.fps) * 100);
if (_root.houdai._x <= 0) {
_root.houdai._x = 0;
}
}
if (Key.isDown(39)) {
_root.houdai._x = _root.houdai._x + ((hen_houspeed / _root.fps) * 100);
if (_root.houdai._x >= 224) {
_root.houdai._x = 224;
}
}
if (Key.isDown(32)) {
_root.hen_mismax = 4;
if (_root.firenum < _root.hen_mismax) {
hen_miskan = 120;
if ((hen_now - _root.hen_bnow3) >= hen_miskan) {
_root.hen_bnow3 = hen_now;
_root.firenum = _root.firenum + 1;
_root.hen_loop = 80;
while (_root.hen_loop <= (80 + _root.hen_mismax)) {
hen_insname = ("fir" + ("" + (1000 + _root.hen_loop)).substr(1, 3)) + ("" + (1000 + _root.hen_loop)).substr(1, 3);
if (_root[hen_insname] == undefined) {
break;
}
_root.hen_loop = _root.hen_loop + 1;
}
_root.fireall++;
_root.firflg[parseInt(hen_insname.substr(3, 3), 10)] = true;
_root.firXXX001.duplicateMovieClip(hen_insname, _root.hen_loop);
_root[hen_insname]._x = _root.houdai._x + 8;
_root[hen_insname]._y = _root.houdai._y - 16;
_root.s_fire.stop("gun22.wav");
_root.s_fire.start();
}
}
} else if (Key.isDown(16)) {
_root.hen_mismax = 2;
if (_root.firenum < _root.hen_mismax) {
hen_miskan = 120;
if ((hen_now - _root.hen_bnow3) >= hen_miskan) {
_root.hen_bnow3 = hen_now;
_root.firenum = _root.firenum + 1;
_root.hen_loop = 80;
while (_root.hen_loop <= (80 + _root.hen_mismax)) {
hen_insname = ("fir" + ("" + (1000 + _root.hen_loop)).substr(1, 3)) + ("" + (1000 + _root.hen_loop)).substr(1, 3);
if (_root[hen_insname] == undefined) {
break;
}
_root.hen_loop = _root.hen_loop + 1;
}
_root.g2flg = false;
_root.fireall++;
_root.firflg[parseInt(hen_insname.substr(3, 3), 10)] = true;
_root.firXXX002.duplicateMovieClip(hen_insname, _root.hen_loop);
_root[hen_insname]._x = _root.houdai._x + 8;
_root[hen_insname]._y = _root.houdai._y - 16;
_root.s_fire.stop("gun22.wav");
_root.s_fire.start();
}
}
}
}
_root.keylis.onKeyUp = function () {
var _local1 = _root;
if (_local1.houflg != false) {
if (Key.getCode() == 32) {
_local1.k_fire = true;
}
}
if (Key.getCode() == 50) {
if (_local1._xscale <= 25) {
_local1._xscale = 25;
_local1._yscale = 25;
} else {
_local1._xscale = _local1._xscale / 2;
_local1._yscale = _local1._yscale / 2;
}
}
if (Key.getCode() == 51) {
if (_local1._xscale >= 50) {
_local1._xscale = 50;
_local1._yscale = 50;
} else {
_local1._xscale = _local1._xscale * 2;
_local1._yscale = _local1._yscale * 2;
}
}
if (Key.getCode() == 52) {
if (_local1.fpsview_flg == false) {
_local1.fpsview_flg = true;
_local1.fpsview._visible = true;
} else {
_local1.fpsview_flg = false;
_local1.fpsview._visible = false;
}
}
};
}
}
Frame 6
s_ovr.start();
if ((_root.maxscore >= 200) && (_root.maxtime <= 300000)) {
hen_min = Math.floor(_root.maxtime / 60000);
hen_sec = Math.floor((_root.maxtime - (hen_min * 60000)) / 1000);
hen_msec = ((_root.maxtime - hen_sec) - (hen_min * 60000)) - (hen_sec * 1000);
_root.highscore = (((("" + (100 + hen_min)).substr(1, 2) + ":") + ("" + (100 + hen_sec)).substr(1, 2)) + ":") + ("" + (1000 + hen_msec)).substr(1, 2);
} else {
_root.highscore = _root.maxscore;
}
this.mv_navi.btn_top._visible = true;
this.mv_navi.btn_pre._visible = false;
this.mv_navi.btn_nxt._visible = false;
stop();
Instance of Symbol 160 MovieClip "mv_roll" in Frame 6
on (rollOver) {
this._parent.mv_navi._visible = true;
}
on (rollOut) {
this._parent.mv_navi._visible = false;
}
Frame 7
s_clr.start();
if ((_root.maxscore >= 200) && (_root.maxtime <= 300000)) {
hen_min = Math.floor(_root.maxtime / 60000);
hen_sec = Math.floor((_root.maxtime - (hen_min * 60000)) / 1000);
hen_msec = ((_root.maxtime - hen_sec) - (hen_min * 60000)) - (hen_sec * 1000);
_root.highscore = (((("" + (100 + hen_min)).substr(1, 2) + ":") + ("" + (100 + hen_sec)).substr(1, 2)) + ":") + ("" + (1000 + hen_msec)).substr(1, 2);
} else {
_root.highscore = _root.maxscore;
}
if (_root.nameflg == true) {
_root.mv_name._visible = true;
_root.mv_name.inpdata.text = _root.naming;
}
_root.mv_bg.gotoAndStop(5);
this.mv_navi.btn_top._visible = true;
this.mv_navi.btn_pre._visible = false;
if (_root.hitscore >= 200) {
this.mv_navi.btn_nxt._visible = true;
} else {
this.mv_navi.btn_nxt._visible = false;
}
stop();
Frame 8
_root.gnowflg = false;
this.mv_bg.gotoAndStop(1);
this.mv_navi.btn_top._visible = true;
this.mv_navi.btn_pre._visible = false;
if (_root.maxscore > 50) {
this.mv_navi.btn_nxt._visible = true;
} else {
this.mv_navi.btn_nxt._visible = false;
}
stop();
Instance of Symbol 160 MovieClip "mv_roll" in Frame 8
on (rollOver) {
this._parent.mv_navi._visible = true;
}
on (rollOut) {
this._parent.mv_navi._visible = false;
}
Frame 9
_root.gnowflg = false;
this.mv_bg.gotoAndStop(2);
this.mv_navi.btn_top._visible = true;
this.mv_navi.btn_pre._visible = true;
if (_root.maxscore > 100) {
this.mv_navi.btn_nxt._visible = true;
} else {
this.mv_navi.btn_nxt._visible = false;
}
stop();
Frame 10
_root.gnowflg = false;
this.mv_bg.gotoAndStop(3);
this.mv_navi.btn_top._visible = true;
this.mv_navi.btn_pre._visible = true;
if (_root.maxscore > 150) {
this.mv_navi.btn_nxt._visible = true;
} else {
this.mv_navi.btn_nxt._visible = false;
}
stop();
Frame 11
_root.gnowflg = false;
this.mv_bg.gotoAndStop(4);
this.mv_navi.btn_top._visible = true;
this.mv_navi.btn_pre._visible = true;
if (_root.maxscore >= 200) {
this.mv_navi.btn_nxt._visible = true;
} else {
this.mv_navi.btn_nxt._visible = false;
}
stop();
Frame 12
_root.gnowflg = false;
this.mv_bg.gotoAndStop(5);
this.mv_navi.btn_top._visible = true;
this.mv_navi.btn_pre._visible = true;
this.mv_navi.btn_nxt._visible = false;
stop();
Symbol 18 Button
on (release) {
getURL (_root[("g" + this._name.substr(-1, 1)) + "url"], "_blank");
}
Symbol 20 MovieClip Frame 1
mv_gohoubi1._visible = false;
mv_gohoubi2._visible = false;
mv_gohoubi3._visible = false;
mv_gohoubi4._visible = false;
mv_gohoubi5._visible = false;
this.onEnterFrame = function () {
var _local1 = _root;
if (_local1.gnowflg == false) {
if ((_local1.g1url != "") && (_local1.g1url != undefined)) {
mv_gohoubi1._visible = true;
} else {
mv_gohoubi1._visible = false;
}
if ((_local1.g2url != "") && (_local1.g2url != undefined)) {
mv_gohoubi2._visible = true;
} else {
mv_gohoubi2._visible = false;
}
if ((_local1.g3url != "") && (_local1.g3url != undefined)) {
mv_gohoubi3._visible = true;
} else {
mv_gohoubi3._visible = false;
}
if ((_local1.g4url != "") && (_local1.g4url != undefined)) {
mv_gohoubi4._visible = true;
} else {
mv_gohoubi4._visible = false;
}
if ((_local1.g5url != "") && (_local1.g5url != undefined)) {
mv_gohoubi5._visible = true;
} else {
mv_gohoubi5._visible = false;
}
} else {
mv_gohoubi1._visible = false;
mv_gohoubi2._visible = false;
mv_gohoubi3._visible = false;
mv_gohoubi4._visible = false;
mv_gohoubi5._visible = false;
}
};
stop();
Symbol 36 Button
on (release) {
gotoAndStop ("lb_main");
}
Symbol 39 Button
on (release) {
gotoAndStop ("lb_gohoubi");
}
Symbol 70 Button
on (release) {
getURL ("http://www.lilieshouse.com", "blank");
}
Symbol 73 Button
on (release) {
getURL ("http://blue.ribbon.to/~mymini/", "blank");
}
Symbol 78 Button
on (release) {
getURL ("http://www.toranoana.jp/mailorder/article/04/0010/12/58/040010125829.html", "_blank");
}
Symbol 89 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 1
stop();
Instance of Symbol 80 MovieClip "hit" in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 80;
while (i <= (80 + _root.hen_mismax)) {
hen_insname = ("fir" + ("" + (1000 + i)).substr(1, 3)) + ("" + (1000 + i)).substr(1, 3);
if (this.hitTest("_root." + hen_insname)) {
_root.firflg[parseInt(hen_insname.substr(3, 3), 10)] = false;
_root.hitscore++;
_root.s_hit.start();
_parent.gotoAndPlay("hitact");
}
i++;
}
}
Symbol 103 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (_root.houflg != true) {
if (mv_hou._alpha == 100) {
mv_hou._alpha = 30;
} else {
mv_hou._alpha = 100;
}
} else {
mv_hou._alpha = 100;
}
};
Symbol 103 MovieClip Frame 2
_root.s_bomb.start();
Symbol 103 MovieClip Frame 28
_root.gamestage.houdai_kage._visible = false;
Symbol 103 MovieClip Frame 51
_root.g3flg = false;
_root.houflg = 500;
_root.pan_flg = true;
_root.cnow = _root.cnow - 1;
if (_root.cnow < 1) {
_root.cnow = 1;
}
_root.dmgflg = true;
if (_root.maxscore < _root.hitscore) {
_root.maxscore = _root.hitscore;
}
if (_root.hitscore < 100) {
_root.hitscore = 0;
} else if (_root.hitscore < 150) {
_root.hitscore = 50;
} else if (_root.hitscore < 200) {
_root.hitscore = 100;
} else {
_root.hitscore = 150;
}
Symbol 164 Button
on (release) {
_root.gotoAndStop("lb_init");
}
on (rollOver) {
this._visible = true;
}
Symbol 166 Button
on (release) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (rollOver) {
this._visible = true;
}
Symbol 168 Button
on (release) {
if (_root._currentframe == 6) {
_root.gotoAndStop(7);
} else {
_root.gotoAndStop(_root._currentframe + 1);
}
}
on (rollOver) {
this._visible = true;
}