Frame 1
bgmflg = 0;
stop();
Instance of Symbol 23 MovieClip in Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100));
if (100 == Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)) {
_root.gotoAndStop(3);
}
}
Frame 3
godflg = 0;
rx = 50;
ry = 50;
accelfactor = 550;
_global.oto_hum1 = new Sound(oto_hum1);
_global.oto_hum1.attachSound("oto_hum1");
_global.oto_hum1.setVolume(25);
_global.oto_hum2 = new Sound(oto_hum2);
_global.oto_hum2.attachSound("oto_hum2");
_global.oto_hum2.setVolume(45);
_global.oto_teki1 = new Sound(oto_teki1);
_global.oto_teki1.attachSound("oto_teki1");
_global.oto_teki1.setVolume(30);
_global.oto_teki2 = new Sound(oto_teki2);
_global.oto_teki2.attachSound("oto_teki2");
_global.oto_teki2.setVolume(45);
_global.oto_sig1 = new Sound(oto_sig1);
_global.oto_sig1.attachSound("oto_sig1");
_global.oto_sig1.setVolume(25);
_global.oto_sig2 = new Sound(oto_sig2);
_global.oto_sig2.attachSound("oto_sig2");
_global.oto_sig2.setVolume(25);
_global.oto_gh2bgm = new Sound(oto_gh2bgm);
_global.oto_gh2bgm.attachSound("oto_gh2bgm");
_global.oto_gh2bgm.setVolume(40);
_global.oto_open = new Sound(oto_open);
_global.oto_open.attachSound("oto_open");
_global.oto_open.setVolume(20);
if (bgmflg == 0) {
_global.oto_gh2bgm.start(0, 99);
bgmflg = 1;
}
stop();
Frame 4
Frame 28
Mouse.hide();
_global.oto_sig1.start();
Instance of Symbol 62 MovieClip in Frame 28
onClipEvent (load) {
}
onClipEvent (enterFrame) {
hum._x = _xmouse;
hum._y = _ymouse;
if (hit_flg == 1) {
if ((humTimer + 100) < getTimer()) {
hum._rotation = 0;
hit_flg = 0;
}
}
}
onClipEvent (mouseDown) {
_global.oto_hum1.start();
hum._rotation = -40;
humTimer = getTimer();
hit_flg = 1;
ikkai_flg = 0;
}
Frame 58
_global.oto_sig1.start();
Frame 89
_global.oto_sig1.start();
Frame 120
_global.oto_sig2.start();
Instance of Symbol 135 MovieClip "main" in Frame 140
onClipEvent (load) {
g_gage._width = 0;
sp = 2.5;
evflg1 = 1;
norlock = 0;
ten = 0;
k = 0;
m = 0;
max = 1;
tekisuu = 0;
objA = new Array(30);
objB = new Array(10);
teki_retu = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
startTime = getTimer();
}
onClipEvent (enterFrame) {
nokori = Math.floor((61000 - (getTimer() - startTime)) / 1000);
if (nokori <= 0) {
_root.play();
nokori = 0;
i = 1;
while (i <= 9) {
eval ("teki" + i).teki01._y = 123;
i++;
}
_root.ten = ten;
}
if (nokori <= 55) {
max = 2;
}
if (nokori <= 45) {
max = 3;
}
if (nokori <= 36) {
max = 4;
}
if (nokori <= 25) {
max = 5;
}
if (nokori <= 20) {
max = 6;
}
hum._x = _root._xmouse;
hum._y = _root._ymouse;
tekisuudis = tekisuu;
xza = _root._xmouse;
yza = _root._ymouse;
if (norlock == 0) {
if (tekisuu < max) {
tekisuu = tekisuu + 1;
do {
tekino = Math.floor(Math.random() * 9) + 1;
} while (teki_retu[tekino] == 1);
teki_retu[tekino] = 1;
eval ("teki" + tekino).jougen_set();
}
}
if ((evflg1 == 1) && (nokori <= 30)) {
norlock = 1;
if (tekisuu == 0) {
norlock = 0;
evflg1 = 0;
tekisuu = 9;
i = 1;
while (i <= 9) {
teki_retu[i] = 1;
eval ("teki" + i).jougen_set();
i++;
}
}
}
if (hit_flg == 1) {
if ((humTimer + 100) < getTimer()) {
hum._rotation = 0;
hit_flg = 0;
}
}
i = 1;
while (i <= 9) {
if ((hum.atari.hitTest(eval ("teki" + i).teki01.atari) && (hit_flg == 1)) && (ikkai_flg == 0)) {
if (eval ("teki" + i).teki01._y <= 100) {
_global.oto_hum1.stop();
_global.oto_hum2.stop();
_global.oto_hum2.start();
ikkai_flg = 1;
if (eval ("teki" + i).teki01._currentframe == 1) {
eval ("teki" + i).teki01.gotoAndStop(2);
str = "hosi" + String(m);
objB[m] = eval ("teki" + i).attachMovie("hosi_set", str, m);
objB[m]._x = objB[m]._x + 50;
objB[m]._y = objB[m]._y + 100;
m++;
if (m >= 9) {
m = 0;
}
if (eval ("teki" + i).ngflg == 0) {
if (_root.godflg == 0) {
ten = ten + 100;
eval ("teki" + i).ten100.gotoAndPlay(2);
} else {
ten = ten + 200;
eval ("teki" + i).ten200.gotoAndPlay(2);
}
_global.oto_teki1.stop();
_global.oto_teki1.start();
if (_root.godflg == 0) {
g_gage._width = g_gage._width + 4;
}
} else {
ten = ten - 100;
_global.oto_teki2.stop();
_global.oto_teki2.start();
if (ten < 0) {
ten = 0;
}
eval ("teki" + i).ten100ng.gotoAndPlay(2);
}
eval ("teki" + i).houkou = 2;
} else {
eval ("teki" + i).teki01.gotoAndStop(1);
eval ("teki" + i).teki01.gotoAndStop(2);
str = "hosi" + String(m);
objB[m] = eval ("teki" + i).attachMovie("hosi_set", str, m);
objB[m]._x = objB[m]._x + 50;
objB[m]._y = objB[m]._y + 100;
m++;
if (m >= 9) {
m = 0;
}
str = "kira" + String(k);
objA[k] = eval ("teki" + i).attachMovie("ten10_set", str, k);
objA[k]._x = objA[k]._x + 27;
objA[k]._y = objA[k]._y + 100;
if (eval ("teki" + i).ngflg == 0) {
if (_root.godflg == 0) {
ten = ten + 10;
} else {
ten = ten + 20;
objA[k].ten10set.gotoAndStop(3);
}
_global.oto_teki1.stop();
_global.oto_teki1.start();
if (_root.godflg == 0) {
g_gage._width = g_gage._width + 2;
}
} else {
ten = ten - 10;
_global.oto_teki2.stop();
_global.oto_teki2.start();
if (ten < 0) {
ten = 0;
}
objA[k].ten10set.gotoAndStop(2);
}
k++;
if (k >= 29) {
k = 0;
}
}
}
}
i++;
}
}
onClipEvent (mouseDown) {
_global.oto_hum1.start();
hum._rotation = -40;
humTimer = getTimer();
hit_flg = 1;
ikkai_flg = 0;
}
Instance of Symbol 139 MovieClip "ora02" in Frame 140
onClipEvent (load) {
this._visible = false;
xm = 0;
ym = 0;
friction = 0.8;
accelfactor = _root.accelfactor;
n = 0;
rx = _root.rx;
ry = _root.ry;
xmouse = 0;
ymouse = 0;
xsa = 0;
ysa = 0;
sx = 0;
ex = 0;
sy = 0;
ey = 0;
xaccel = 0;
yaccel = 0;
xspeed = 0;
yspeed = 0;
}
onClipEvent (mouseMove) {
xm = (Math.random() * rx) - (rx / 2);
ym = (Math.random() * ry) - (ry / 2);
xmouse = _root.main.hum._x - 160;
ymouse = _root.main.hum._y + 60;
}
onClipEvent (mouseDown) {
}
onClipEvent (mouseMove) {
xsa = (sx - xmouse) + xm;
ysa = (sy - ymouse) + ym;
((xsa > 0) ? ((xaccel = (-(xsa * xsa)) / accelfactor)) : ((xaccel = (xsa * xsa) / accelfactor)));
((ysa > 0) ? ((yaccel = (-(ysa * ysa)) / accelfactor)) : ((yaccel = (ysa * ysa) / accelfactor)));
xspeed = (xspeed + xaccel) * friction;
yspeed = (yspeed + yaccel) * friction;
sx = sx + xspeed;
sy = sy + yspeed;
((n >= 30) ? ((n = 0)) : (n++));
line.duplicateMovieClip("line" + n, n);
obj = this["line" + n];
obj._xscale = ex - sx;
obj._yscale = ey - sy;
obj._x = sx;
obj._y = sy;
ex = sx;
ey = sy;
xm = xm * 0.8;
ym = ym * 0.8;
updateAfterEvent(mouseMove);
}
Instance of Symbol 142 MovieClip "ora04" in Frame 140
onClipEvent (load) {
this._visible = false;
xm = 0;
ym = 0;
friction = 0.8;
accelfactor = _root.accelfactor;
n = 0;
rx = _root.rx;
ry = _root.ry;
xmouse = 0;
ymouse = 0;
xsa = 0;
ysa = 0;
sx = 0;
ex = 0;
sy = 0;
ey = 0;
xaccel = 0;
yaccel = 0;
xspeed = 0;
yspeed = 0;
}
onClipEvent (mouseMove) {
xm = (Math.random() * rx) - (rx / 2);
ym = (Math.random() * ry) - (ry / 2);
xmouse = _root.main.hum._x - 160;
ymouse = _root.main.hum._y + 60;
}
onClipEvent (mouseDown) {
}
onClipEvent (mouseMove) {
xsa = (sx - xmouse) + xm;
ysa = (sy - ymouse) + ym;
((xsa > 0) ? ((xaccel = (-(xsa * xsa)) / accelfactor)) : ((xaccel = (xsa * xsa) / accelfactor)));
((ysa > 0) ? ((yaccel = (-(ysa * ysa)) / accelfactor)) : ((yaccel = (ysa * ysa) / accelfactor)));
xspeed = (xspeed + xaccel) * friction;
yspeed = (yspeed + yaccel) * friction;
sx = sx + xspeed;
sy = sy + yspeed;
((n >= 30) ? ((n = 0)) : (n++));
line.duplicateMovieClip("line" + n, n);
obj = this["line" + n];
obj._xscale = ex - sx;
obj._yscale = ey - sy;
obj._x = sx;
obj._y = sy;
ex = sx;
ey = sy;
xm = xm * 0.8;
ym = ym * 0.8;
updateAfterEvent(mouseMove);
}
Instance of Symbol 142 MovieClip "ora03" in Frame 140
onClipEvent (load) {
this._visible = false;
xm = 0;
ym = 0;
friction = 0.8;
accelfactor = _root.accelfactor;
n = 0;
rx = _root.rx;
ry = _root.ry;
xmouse = 0;
ymouse = 0;
xsa = 0;
ysa = 0;
sx = 0;
ex = 0;
sy = 0;
ey = 0;
xaccel = 0;
yaccel = 0;
xspeed = 0;
yspeed = 0;
}
onClipEvent (mouseMove) {
xm = (Math.random() * rx) - (rx / 2);
ym = (Math.random() * ry) - (ry / 2);
xmouse = _root.main.hum._x - 160;
ymouse = _root.main.hum._y + 60;
}
onClipEvent (mouseDown) {
}
onClipEvent (mouseMove) {
xsa = (sx - xmouse) + xm;
ysa = (sy - ymouse) + ym;
((xsa > 0) ? ((xaccel = (-(xsa * xsa)) / accelfactor)) : ((xaccel = (xsa * xsa) / accelfactor)));
((ysa > 0) ? ((yaccel = (-(ysa * ysa)) / accelfactor)) : ((yaccel = (ysa * ysa) / accelfactor)));
xspeed = (xspeed + xaccel) * friction;
yspeed = (yspeed + yaccel) * friction;
sx = sx + xspeed;
sy = sy + yspeed;
((n >= 30) ? ((n = 0)) : (n++));
line.duplicateMovieClip("line" + n, n);
obj = this["line" + n];
obj._xscale = ex - sx;
obj._yscale = ey - sy;
obj._x = sx;
obj._y = sy;
ex = sx;
ey = sy;
xm = xm * 0.8;
ym = ym * 0.8;
updateAfterEvent(mouseMove);
}
Frame 141
stop();
Frame 182
Mouse.show();
Instance of Symbol 147 MovieClip in Frame 183
onClipEvent (load) {
ten = _root.ten;
}
Frame 193
stop();
Symbol 7 MovieClip Frame 1
stop();
Symbol 8 MovieClip [ten10_set] Frame 28
stop();
Symbol 12 MovieClip [hosi_set] Frame 14
this.removeMovieClip();
Symbol 23 MovieClip Frame 1
stop();
Symbol 35 Button
on (release) {
_root.play();
}
Symbol 36 Button
on (release) {
gotoAndPlay (2);
}
Symbol 40 Button
on (release) {
play();
}
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 10
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
_global.oto_open.start();
Symbol 61 MovieClip Frame 16
stop();
Symbol 82 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 2
if (teki_moto._currentframe == 1) {
}
Symbol 85 MovieClip Frame 6
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 28
stop();
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 28
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 28
stop();
Symbol 101 Button
on (release) {
teki2.jougen_set();
}
Symbol 125 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Math.floor(_parent._parent.nokori / 10));
if (Math.floor(_parent._parent.nokori / 10) == 0) {
gotoAndStop (10);
}
}
Instance of Symbol 125 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_parent._parent.nokori - (Math.floor(_parent._parent.nokori / 10) * 10));
if ((_parent._parent.nokori - (Math.floor(_parent._parent.nokori / 10) * 10)) == 0) {
gotoAndStop (10);
}
}
Instance of Symbol 125 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Math.floor(_parent._parent.ten / 100000));
if (Math.floor(_parent._parent.ten / 100000) == 0) {
gotoAndStop (10);
}
}
Instance of Symbol 125 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Math.floor(_parent._parent.ten / 10000));
if (Math.floor(_parent._parent.ten / 10000) == 0) {
gotoAndStop (10);
}
}
Instance of Symbol 125 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
ten = _parent._parent.ten;
gotoAndStop(Math.floor((ten - (Math.floor(ten / 10000) * 10000)) / 1000));
if (Math.floor((ten - (Math.floor(ten / 10000) * 10000)) / 1000) == 0) {
gotoAndStop (10);
}
}
Instance of Symbol 125 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
ten = _parent._parent.ten;
gotoAndStop(Math.floor((ten - (Math.floor(ten / 1000) * 1000)) / 100));
if (Math.floor((ten - (Math.floor(ten / 1000) * 1000)) / 100) == 0) {
gotoAndStop (10);
}
}
Instance of Symbol 125 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
ten = _parent._parent.ten;
gotoAndStop((ten - (Math.floor(ten / 100) * 100)) / 10);
if (Math.floor((ten - (Math.floor(ten / 100) * 100)) / 10) == 0) {
gotoAndStop (10);
}
}
Instance of Symbol 125 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Math.floor(_parent._parent.ten / 1));
if (Math.floor(_parent._parent.ten / 1) == 0) {
gotoAndStop (10);
}
}
Instance of Symbol 74 MovieClip "dis_god" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 76 MovieClip "g_gage" in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._width >= 80) {
_root.godflg = 1;
_root.ora01._visible = true;
_root.ora02._visible = true;
_root.ora03._visible = true;
_root.ora04._visible = true;
_parent.dis_god._visible = true;
_parent.hum.play();
this._width = 80;
}
if (_root.godflg == 1) {
this._width = this._width - 0.4;
if (this._width <= 0) {
_root.godflg = 0;
this._width = 0;
_parent.hum.gotoAndStop(1);
_root.ora01._visible = false;
_root.ora02._visible = false;
_root.ora03._visible = false;
_root.ora04._visible = false;
_parent.dis_god._visible = false;
}
}
}
Instance of Symbol 99 MovieClip "teki2" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
function jougen_set() {
houkou = 1;
jougen = 65;
if ((Math.floor(Math.random() * 3) + 1) == 1) {
ngflg = 1;
} else {
ngflg = 0;
}
}
houkou = 1;
jougen = 122;
dekitate_flg = 0;
ngflg = 0;
}
onClipEvent (enterFrame) {
if (ngflg == 1) {
teki01.teki_moto.gotoAndStop(2);
teki01.teki_dm.teki_moto.gotoAndStop(2);
} else {
teki01.teki_moto.gotoAndStop(1);
teki01.teki_dm.teki_moto.gotoAndStop(1);
}
yza = teki01._y;
if (((dekitate + dejikan) <= getTimer()) && (dekitate_flg == 1)) {
houkou = 2;
dekitate_flg = 0;
}
if ((jougen < teki01._y) && (houkou == 1)) {
teki01._y = teki01._y - _root.main.sp;
if (jougen >= teki01._y) {
teki01._y = jougen;
dekitate_flg = 1;
dekitate = getTimer();
dejikan = Math.floor(Math.random() * 3) * 1000;
}
}
if (houkou == 2) {
teki01._y = teki01._y + _root.main.sp;
if ((teki01._y >= 122) && (houkou == 2)) {
teki01._y = 123;
houkou = 0;
dekitate_flg = 0;
teki01.gotoAndStop(1);
_parent.tekisuu = _parent.tekisuu - 1;
_parent.teki_retu[2] = 0;
}
}
}
Instance of Symbol 99 MovieClip "teki3" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
function jougen_set() {
houkou = 1;
jougen = 65;
if ((Math.floor(Math.random() * 3) + 1) == 1) {
ngflg = 1;
} else {
ngflg = 0;
}
}
houkou = 1;
jougen = 122;
dekitate_flg = 0;
ngflg = 0;
}
onClipEvent (enterFrame) {
if (ngflg == 1) {
teki01.teki_moto.gotoAndStop(2);
teki01.teki_dm.teki_moto.gotoAndStop(2);
} else {
teki01.teki_moto.gotoAndStop(1);
teki01.teki_dm.teki_moto.gotoAndStop(1);
}
yza = teki01._y;
if (((dekitate + dejikan) <= getTimer()) && (dekitate_flg == 1)) {
houkou = 2;
dekitate_flg = 0;
}
if ((jougen < teki01._y) && (houkou == 1)) {
teki01._y = teki01._y - _root.main.sp;
if (jougen >= teki01._y) {
teki01._y = jougen;
dekitate_flg = 1;
dekitate = getTimer();
dejikan = Math.floor(Math.random() * 3) * 1000;
}
}
if (houkou == 2) {
teki01._y = teki01._y + _root.main.sp;
if ((teki01._y >= 122) && (houkou == 2)) {
teki01._y = 123;
houkou = 0;
dekitate_flg = 0;
teki01.gotoAndStop(1);
_parent.tekisuu = _parent.tekisuu - 1;
_parent.teki_retu[3] = 0;
}
}
}
Instance of Symbol 99 MovieClip "teki1" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
function jougen_set() {
houkou = 1;
jougen = 65;
if ((Math.floor(Math.random() * 3) + 1) == 1) {
ngflg = 1;
} else {
ngflg = 0;
}
}
houkou = 1;
jougen = 122;
dekitate_flg = 0;
ngflg = 0;
}
onClipEvent (enterFrame) {
if (ngflg == 1) {
teki01.teki_moto.gotoAndStop(2);
teki01.teki_dm.teki_moto.gotoAndStop(2);
} else {
teki01.teki_moto.gotoAndStop(1);
teki01.teki_dm.teki_moto.gotoAndStop(1);
}
yza = teki01._y;
if (((dekitate + dejikan) <= getTimer()) && (dekitate_flg == 1)) {
houkou = 2;
dekitate_flg = 0;
}
if ((jougen < teki01._y) && (houkou == 1)) {
teki01._y = teki01._y - _root.main.sp;
if (jougen >= teki01._y) {
teki01._y = jougen;
dekitate_flg = 1;
dekitate = getTimer();
dejikan = Math.floor(Math.random() * 3) * 1000;
}
}
if (houkou == 2) {
teki01._y = teki01._y + _root.main.sp;
if ((teki01._y >= 122) && (houkou == 2)) {
teki01._y = 123;
houkou = 0;
dekitate_flg = 0;
teki01.gotoAndStop(1);
_parent.tekisuu = _parent.tekisuu - 1;
_parent.teki_retu[1] = 0;
}
}
}
Instance of Symbol 99 MovieClip "teki4" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
function jougen_set() {
houkou = 1;
jougen = 65;
if ((Math.floor(Math.random() * 3) + 1) == 1) {
ngflg = 1;
} else {
ngflg = 0;
}
}
houkou = 1;
jougen = 122;
dekitate_flg = 0;
ngflg = 0;
}
onClipEvent (enterFrame) {
if (ngflg == 1) {
teki01.teki_moto.gotoAndStop(2);
teki01.teki_dm.teki_moto.gotoAndStop(2);
} else {
teki01.teki_moto.gotoAndStop(1);
teki01.teki_dm.teki_moto.gotoAndStop(1);
}
yza = teki01._y;
if (((dekitate + dejikan) <= getTimer()) && (dekitate_flg == 1)) {
houkou = 2;
dekitate_flg = 0;
}
if ((jougen < teki01._y) && (houkou == 1)) {
teki01._y = teki01._y - _root.main.sp;
if (jougen >= teki01._y) {
teki01._y = jougen;
dekitate_flg = 1;
dekitate = getTimer();
dejikan = Math.floor(Math.random() * 3) * 1000;
}
}
if (houkou == 2) {
teki01._y = teki01._y + _root.main.sp;
if ((teki01._y >= 122) && (houkou == 2)) {
teki01._y = 123;
houkou = 0;
dekitate_flg = 0;
teki01.gotoAndStop(1);
_parent.tekisuu = _parent.tekisuu - 1;
_parent.teki_retu[4] = 0;
}
}
}
Instance of Symbol 99 MovieClip "teki5" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
function jougen_set() {
houkou = 1;
jougen = 65;
if ((Math.floor(Math.random() * 3) + 1) == 1) {
ngflg = 1;
} else {
ngflg = 0;
}
}
houkou = 1;
jougen = 122;
dekitate_flg = 0;
ngflg = 0;
}
onClipEvent (enterFrame) {
if (ngflg == 1) {
teki01.teki_moto.gotoAndStop(2);
teki01.teki_dm.teki_moto.gotoAndStop(2);
} else {
teki01.teki_moto.gotoAndStop(1);
teki01.teki_dm.teki_moto.gotoAndStop(1);
}
yza = teki01._y;
if (((dekitate + dejikan) <= getTimer()) && (dekitate_flg == 1)) {
houkou = 2;
dekitate_flg = 0;
}
if ((jougen < teki01._y) && (houkou == 1)) {
teki01._y = teki01._y - _root.main.sp;
if (jougen >= teki01._y) {
teki01._y = jougen;
dekitate_flg = 1;
dekitate = getTimer();
dejikan = Math.floor(Math.random() * 3) * 1000;
}
}
if (houkou == 2) {
teki01._y = teki01._y + _root.main.sp;
if ((teki01._y >= 122) && (houkou == 2)) {
teki01._y = 123;
houkou = 0;
dekitate_flg = 0;
teki01.gotoAndStop(1);
_parent.tekisuu = _parent.tekisuu - 1;
_parent.teki_retu[5] = 0;
}
}
}
Instance of Symbol 99 MovieClip "teki6" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
function jougen_set() {
houkou = 1;
jougen = 65;
if ((Math.floor(Math.random() * 3) + 1) == 1) {
ngflg = 1;
} else {
ngflg = 0;
}
}
houkou = 1;
jougen = 122;
dekitate_flg = 0;
ngflg = 0;
}
onClipEvent (enterFrame) {
if (ngflg == 1) {
teki01.teki_moto.gotoAndStop(2);
teki01.teki_dm.teki_moto.gotoAndStop(2);
} else {
teki01.teki_moto.gotoAndStop(1);
teki01.teki_dm.teki_moto.gotoAndStop(1);
}
yza = teki01._y;
if (((dekitate + dejikan) <= getTimer()) && (dekitate_flg == 1)) {
houkou = 2;
dekitate_flg = 0;
}
if ((jougen < teki01._y) && (houkou == 1)) {
teki01._y = teki01._y - _root.main.sp;
if (jougen >= teki01._y) {
teki01._y = jougen;
dekitate_flg = 1;
dekitate = getTimer();
dejikan = Math.floor(Math.random() * 3) * 1000;
}
}
if (houkou == 2) {
teki01._y = teki01._y + _root.main.sp;
if ((teki01._y >= 122) && (houkou == 2)) {
teki01._y = 123;
houkou = 0;
dekitate_flg = 0;
teki01.gotoAndStop(1);
_parent.tekisuu = _parent.tekisuu - 1;
_parent.teki_retu[6] = 0;
}
}
}
Instance of Symbol 99 MovieClip "teki7" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
function jougen_set() {
houkou = 1;
jougen = 65;
if ((Math.floor(Math.random() * 3) + 1) == 1) {
ngflg = 1;
} else {
ngflg = 0;
}
}
houkou = 1;
jougen = 122;
dekitate_flg = 0;
ngflg = 0;
}
onClipEvent (enterFrame) {
if (ngflg == 1) {
teki01.teki_moto.gotoAndStop(2);
teki01.teki_dm.teki_moto.gotoAndStop(2);
} else {
teki01.teki_moto.gotoAndStop(1);
teki01.teki_dm.teki_moto.gotoAndStop(1);
}
yza = teki01._y;
if (((dekitate + dejikan) <= getTimer()) && (dekitate_flg == 1)) {
houkou = 2;
dekitate_flg = 0;
}
if ((jougen < teki01._y) && (houkou == 1)) {
teki01._y = teki01._y - _root.main.sp;
if (jougen >= teki01._y) {
teki01._y = jougen;
dekitate_flg = 1;
dekitate = getTimer();
dejikan = Math.floor(Math.random() * 3) * 1000;
}
}
if (houkou == 2) {
teki01._y = teki01._y + _root.main.sp;
if ((teki01._y >= 122) && (houkou == 2)) {
teki01._y = 123;
houkou = 0;
dekitate_flg = 0;
teki01.gotoAndStop(1);
_parent.tekisuu = _parent.tekisuu - 1;
_parent.teki_retu[7] = 0;
}
}
}
Instance of Symbol 99 MovieClip "teki8" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
function jougen_set() {
houkou = 1;
jougen = 65;
if ((Math.floor(Math.random() * 3) + 1) == 1) {
ngflg = 1;
} else {
ngflg = 0;
}
}
houkou = 1;
jougen = 122;
dekitate_flg = 0;
ngflg = 0;
}
onClipEvent (enterFrame) {
if (ngflg == 1) {
teki01.teki_moto.gotoAndStop(2);
teki01.teki_dm.teki_moto.gotoAndStop(2);
} else {
teki01.teki_moto.gotoAndStop(1);
teki01.teki_dm.teki_moto.gotoAndStop(1);
}
yza = teki01._y;
if (((dekitate + dejikan) <= getTimer()) && (dekitate_flg == 1)) {
houkou = 2;
dekitate_flg = 0;
}
if ((jougen < teki01._y) && (houkou == 1)) {
teki01._y = teki01._y - _root.main.sp;
if (jougen >= teki01._y) {
teki01._y = jougen;
dekitate_flg = 1;
dekitate = getTimer();
dejikan = Math.floor(Math.random() * 3) * 1000;
}
}
if (houkou == 2) {
teki01._y = teki01._y + _root.main.sp;
if ((teki01._y >= 122) && (houkou == 2)) {
teki01._y = 123;
houkou = 0;
dekitate_flg = 0;
teki01.gotoAndStop(1);
_parent.tekisuu = _parent.tekisuu - 1;
_parent.teki_retu[8] = 0;
}
}
}
Instance of Symbol 99 MovieClip "teki9" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
function jougen_set() {
houkou = 1;
jougen = 65;
if ((Math.floor(Math.random() * 3) + 1) == 1) {
ngflg = 1;
} else {
ngflg = 0;
}
}
houkou = 1;
jougen = 122;
dekitate_flg = 0;
ngflg = 0;
}
onClipEvent (enterFrame) {
if (ngflg == 1) {
teki01.teki_moto.gotoAndStop(2);
teki01.teki_dm.teki_moto.gotoAndStop(2);
} else {
teki01.teki_moto.gotoAndStop(1);
teki01.teki_dm.teki_moto.gotoAndStop(1);
}
yza = teki01._y;
if (((dekitate + dejikan) <= getTimer()) && (dekitate_flg == 1)) {
houkou = 2;
dekitate_flg = 0;
}
if ((jougen < teki01._y) && (houkou == 1)) {
teki01._y = teki01._y - _root.main.sp;
if (jougen >= teki01._y) {
teki01._y = jougen;
dekitate_flg = 1;
dekitate = getTimer();
dejikan = Math.floor(Math.random() * 3) * 1000;
}
}
if (houkou == 2) {
teki01._y = teki01._y + _root.main.sp;
if ((teki01._y >= 122) && (houkou == 2)) {
teki01._y = 123;
houkou = 0;
dekitate_flg = 0;
teki01.gotoAndStop(1);
_parent.tekisuu = _parent.tekisuu - 1;
_parent.teki_retu[9] = 0;
}
}
}
Symbol 138 MovieClip Frame 10
this.removeMovieClip();
this.stop();
Symbol 141 MovieClip Frame 8
this.removeMovieClip();
this.stop();
Symbol 148 Button
on (release) {
gotoAndStop (3);
}
Symbol 149 Button
on (release) {
gotoAndPlay (15);
}