Combined Code
movieClip 5 {
}
movieClip 7 {
}
movieClip 8 kaen {
instance hantei of movieClip 7 {
onClipEvent (load) {
function hantei() {
hanteix1 = (this._parent.getBounds(_root)).xMin;
hanteix2 = (this._parent.getBounds(_root)).xMax;
hanteiy1 = (this._parent.getBounds(_root)).yMin;
hanteiy2 = (this._parent.getBounds(_root)).yMax;
hanteix15 = (hanteix1 + hanteix2) / 2;
hanteiy15 = (hanteiy1 + hanteiy2) / 2;
if (_root.main['player' + enemy].hantei.damage < 1000) {
i = hanteix1;
while (i <= hanteix2) {
j = hanteiy1;
while (j <= hanteiy2) {
if (_root.main['player' + enemy].hitTest(i, j, true)) {
atari = 1;
break;
}
j += 5;
}
if (atari) {
break;
}
i += 5;
}
}
}
function teki() {
maaiX = this._parent._x - this._parent._parent['player' + enemy]._x;
maaiY = this._parent._y - this._parent._parent['player' + enemy]._y;
maai = Math.abs(maaiX) + Math.abs(maaiY);
}
hit = 0;
atari = 0;
sousai = 0;
time = 0;
velX = speed;
velY = 0;
ima = _root.main._currentframe;
this._parent._xscale = 100 * size * muki;
this._parent._yscale = Math.abs(this._parent._xscale);
if (atk == undefined) {
atk = 1;
}
if (attack == undefined) {
attack = 1;
}
if (damage == undefined) {
damage = 1;
}
if (tamaID == undefined) {
tamaID = 1;
}
if (xvel == undefined) {
xvel = 1;
}
if (yvel == undefined) {
yvel = 1;
}
motosize = size;
teki();
}
onClipEvent (enterFrame) {
if (this._parent._parent.gamen != undefined) {
if (_root.main['tama' + tamaID] == null) {
this._parent.removeMovieClip();
} else {
this._parent._xscale = _root.main['tama' + tamaID]._xscale;
this._parent._yscale = _root.main['tama' + tamaID]._yscale;
this._parent._x = _root.main['tama' + tamaID]._x;
this._parent._y = _root.main['tama' + tamaID]._y;
this._parent._rotation = _root.main['tama' + tamaID]._rotation;
}
} else {
++time;
_root.main['player' + enemy].hantei.canguard = 1;
hantei();
if (attack >= 1001 && _root.main.MP[player] >= 10 && (_root.main['player' + player].hantei.key_a || _root.main['player' + player].hantei.key_b || _root.main['player' + player].hantei.key_c)) {
_root.main.MP[player] -= 10;
size += 0.05;
}
this._parent._xscale = 100 * size * muki;
this._parent._yscale = Math.abs(this._parent._xscale);
muki = (this._parent._xscale > 0) - (this._parent._xscale < 0);
i = 1;
while (i <= 199) {
if (_root.main['tama' + i] != null && i != tamaID) {
if (_root.main['tama' + i].hantei.enemy != enemy && _root.main['tama' + i].hantei.hitTest(this._parent)) {
_root.main['tama' + i].hantei.size -= 0.1;
this.size -= 0.1;
break;
} else {
sousai = 0;
}
}
++i;
}
if (hit == 0 && atari > 0) {
hit = 1;
se = 0;
if (_root.main['player' + enemy].hantei.guard > 0) {
se = 1;
}
if (attack >= 501 && attack <= 999) {
se = 2;
_root.main['player' + enemy].hantei.guard = 0;
}
if (damage >= 101) {
_root.main['player' + enemy].hantei.velX += xvel * (1 - (muki == 1) * 2);
_root.main['player' + enemy].hantei.velY += yvel;
_root.main['player' + enemy]._y -= 10 * size;
} else {
_root.main['player' + enemy].hantei.velX -= xvel * homingX;
_root.main['player' + enemy].hantei.velY -= xvel * homingY;
}
_root.main.HP[enemy] -= Math.ceil(atk * (size / motosize) * (1 - (_root.main['player' + enemy].hantei.guard > 0) * (0.75 - (_root.main['player' + enemy].hantei.jump > 0) * 0.25)));
if (attack >= 1001 || _root.main.HP[enemy] <= 0 || _root.main['player' + enemy].hantei.attack <= 999 || _root.main['player' + enemy].hantei.attack >= 1115) {
_root.main['player' + enemy].hantei.damage = damage - (damage >= 101 && _root.main['player' + enemy].hantei.guard > 0) * (damage - 20);
}
if (_root.main.cpu > 0 && player == 0 && _root.main['player' + enemy].hantei.guard == 0) {
_root.main.score += 1000;
}
}
if (hit == 1 || sousai == 1) {
j = 1 + player * 100;
while (j <= 99 + player * 100) {
if (_root.main['hit' + j] == null) {
if (hit == 1) {
_root.main.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu0.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu1.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu2.attachMovie('hit', 'hit' + j, 500 + j);
} else {
_root.main.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu0.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu1.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu2.attachMovie('tamahit', 'hit' + j, 500 + j);
}
_root.main['hit' + j]._x = this._parent._x;
_root.tairyoku.bunkatsu0['hit' + j]._x = _root.main['hit' + j]._x;
_root.tairyoku.bunkatsu1['hit' + j]._x = _root.main['hit' + j]._x;
_root.tairyoku.bunkatsu2['hit' + j]._x = _root.main['hit' + j]._x;
_root.main['hit' + j]._y = this._parent._y;
_root.tairyoku.bunkatsu0['hit' + j]._y = _root.main['hit' + j]._y;
_root.tairyoku.bunkatsu1['hit' + j]._y = _root.main['hit' + j]._y;
_root.tairyoku.bunkatsu2['hit' + j]._y = _root.main['hit' + j]._y;
_root.main['hit' + j].hantei.se = se;
break;
}
++j;
}
}
if (hit == 1) {
hit = 2;
}
if (sousai == 1 || _root.main._currentframe != ima || time >= 40 || size <= motosize * 0.2) {
this._parent.removeMovieClip();
}
}
}
}
frame 40 {
stop();
}
}
movieClip 10 {
frame 1 {
stop();
}
}
movieClip 11 laser {
instance hantei of movieClip 7 {
onClipEvent (load) {
function hantei() {
hanteix1 = (this._parent.getBounds(_root)).xMin;
hanteix2 = (this._parent.getBounds(_root)).xMax;
hanteiy1 = (this._parent.getBounds(_root)).yMin;
hanteiy2 = (this._parent.getBounds(_root)).yMax;
hanteix15 = (hanteix1 + hanteix2) / 2;
hanteiy15 = (hanteiy1 + hanteiy2) / 2;
if (_root.main['player' + enemy].hantei.damage < 1000) {
i = hanteix1;
while (i <= hanteix2) {
j = hanteiy1;
while (j <= hanteiy2) {
if (_root.main['player' + enemy].hitTest(i, j, true)) {
atari = 1;
break;
}
j += 5;
}
if (atari) {
break;
}
i += 5;
}
}
}
function teki() {
maaiX = this._parent._x - this._parent._parent['player' + enemy]._x;
maaiY = this._parent._y - this._parent._parent['player' + enemy]._y;
maai = Math.abs(maaiX) + Math.abs(maaiY);
}
hit = 0;
atari = 0;
sousai = 0;
time = 0;
velX = speed;
velY = 0;
ima = _root.main._currentframe;
this._parent._xscale = 100 * size * muki;
this._parent._yscale = Math.abs(this._parent._xscale);
if (atk == undefined) {
atk = 1;
}
if (attack == undefined) {
attack = 1;
}
if (damage == undefined) {
damage = 1;
}
if (tamaID == undefined) {
tamaID = 1;
}
if (xvel == undefined) {
xvel = 1;
}
if (yvel == undefined) {
yvel = 1;
}
motosize = size;
teki();
}
onClipEvent (enterFrame) {
if (this._parent._parent.gamen != undefined) {
if (_root.main['tama' + tamaID] == null) {
this._parent.removeMovieClip();
} else {
this._parent._xscale = _root.main['tama' + tamaID]._xscale;
this._parent._yscale = _root.main['tama' + tamaID]._yscale;
this._parent._x = _root.main['tama' + tamaID]._x;
this._parent._y = _root.main['tama' + tamaID]._y;
this._parent._rotation = _root.main['tama' + tamaID]._rotation;
}
} else {
++time;
_root.main['player' + enemy].hantei.canguard = 1;
hantei();
if (attack >= 1001 && _root.main.MP[player] >= 10 && (_root.main['player' + player].hantei.key_a || _root.main['player' + player].hantei.key_b || _root.main['player' + player].hantei.key_c)) {
_root.main.MP[player] -= 10;
size += 0.05;
}
this._parent._xscale = 100 * size * muki;
this._parent._yscale = Math.abs(this._parent._xscale);
muki = (this._parent._xscale > 0) - (this._parent._xscale < 0);
i = 1;
while (i <= 199) {
if (_root.main['tama' + i] != null && i != tamaID) {
if (_root.main['tama' + i].hantei.enemy != enemy && _root.main['tama' + i].hantei.hitTest(this._parent)) {
_root.main['tama' + i].hantei.size -= 0.1;
this.size -= 0.1;
break;
} else {
sousai = 0;
}
}
++i;
}
if (hit == 0 && atari > 0) {
hit = 1;
se = 0;
if (_root.main['player' + enemy].hantei.guard > 0) {
se = 1;
}
if (attack >= 501 && attack <= 999) {
se = 2;
_root.main['player' + enemy].hantei.guard = 0;
}
if (damage >= 101) {
_root.main['player' + enemy].hantei.velX += xvel * (1 - (muki == 1) * 2);
_root.main['player' + enemy].hantei.velY += yvel;
_root.main['player' + enemy]._y -= 10 * size;
} else {
_root.main['player' + enemy].hantei.velX -= xvel * homingX;
_root.main['player' + enemy].hantei.velY -= xvel * homingY;
}
_root.main.HP[enemy] -= Math.ceil(atk * (size / motosize) * (1 - (_root.main['player' + enemy].hantei.guard > 0) * (0.75 - (_root.main['player' + enemy].hantei.jump > 0) * 0.25)));
if (attack >= 1001 || _root.main.HP[enemy] <= 0 || _root.main['player' + enemy].hantei.attack <= 999 || _root.main['player' + enemy].hantei.attack >= 1115) {
_root.main['player' + enemy].hantei.damage = damage - (damage >= 101 && _root.main['player' + enemy].hantei.guard > 0) * (damage - 20);
}
if (_root.main.cpu > 0 && player == 0 && _root.main['player' + enemy].hantei.guard == 0) {
_root.main.score += 1000;
}
}
if (hit == 1 || sousai == 1) {
j = 1 + player * 100;
while (j <= 99 + player * 100) {
if (_root.main['hit' + j] == null) {
if (hit == 1) {
_root.main.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu0.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu1.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu2.attachMovie('hit', 'hit' + j, 500 + j);
} else {
_root.main.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu0.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu1.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu2.attachMovie('tamahit', 'hit' + j, 500 + j);
}
_root.main['hit' + j]._x = this._parent._x;
_root.tairyoku.bunkatsu0['hit' + j]._x = _root.main['hit' + j]._x;
_root.tairyoku.bunkatsu1['hit' + j]._x = _root.main['hit' + j]._x;
_root.tairyoku.bunkatsu2['hit' + j]._x = _root.main['hit' + j]._x;
_root.main['hit' + j]._y = this._parent._y;
_root.tairyoku.bunkatsu0['hit' + j]._y = _root.main['hit' + j]._y;
_root.tairyoku.bunkatsu1['hit' + j]._y = _root.main['hit' + j]._y;
_root.tairyoku.bunkatsu2['hit' + j]._y = _root.main['hit' + j]._y;
_root.main['hit' + j].hantei.se = se;
break;
}
++j;
}
}
if (hit == 1) {
hit = 2;
}
if (sousai == 1 || _root.main._currentframe != ima || time >= 10 || size <= motosize * 0.2) {
this._parent.removeMovieClip();
}
}
}
}
frame 6 {
stop();
}
}
movieClip 13 {
}
movieClip 14 houtyou {
instance hantei of movieClip 13 {
onClipEvent (load) {
function hantei() {
hanteix1 = (this._parent.getBounds(_root)).xMin;
hanteix2 = (this._parent.getBounds(_root)).xMax;
hanteiy1 = (this._parent.getBounds(_root)).yMin;
hanteiy2 = (this._parent.getBounds(_root)).yMax;
hanteix15 = (hanteix1 + hanteix2) / 2;
hanteiy15 = (hanteiy1 + hanteiy2) / 2;
if (_root.main['player' + enemy].hantei.damage < 1000) {
if (atk >= 500 && _root.main['player' + enemy].hitTest(this._parent)) {
atari = 1;
} else {
if (_root.main['player' + enemy].hitTest(hanteix1, hanteiy1, true) || _root.main['player' + enemy].hitTest(hanteix1, hanteiy15, true) || _root.main['player' + enemy].hitTest(hanteix1, hanteiy2, true)) {
atari = 1;
} else {
if (_root.main['player' + enemy].hitTest(hanteix15, hanteiy1, true) || _root.main['player' + enemy].hitTest(hanteix15, hanteiy15, true) || _root.main['player' + enemy].hitTest(hanteix15, hanteiy2, true)) {
atari = 1;
} else {
if (_root.main['player' + enemy].hitTest(hanteix2, hanteiy1, true) || _root.main['player' + enemy].hitTest(hanteix2, hanteiy15, true) || _root.main['player' + enemy].hitTest(hanteix2, hanteiy2, true)) {
atari = 1;
} else {
atari = 0;
}
}
}
}
}
}
function teki() {
maaiX = this._parent._x - this._parent._parent['player' + enemy]._x;
maaiY = this._parent._y - this._parent._parent['player' + enemy]._y;
maai = Math.abs(maaiX) + Math.abs(maaiY);
if (rad == undefined) {
rad = Math.atan2(this._parent._parent['player' + enemy]._y - this._parent._parent['player' + enemy]._height / 2 - this._parent._y, this._parent._parent['player' + enemy]._x - this._parent._x);
}
rot = rad * 180 / Math.PI;
this._parent._rotation = rot;
if (attack >= 1001) {
homingX = Math.cos(rad);
homingY = Math.sin(rad);
} else {
homingX = this._parent._parent['player' + player].hantei.homingX;
homingY = this._parent._parent['player' + player].hantei.homingY;
}
}
function tuibi() {
rad = Math.atan2(this._parent._parent['player' + enemy]._y - this._parent._parent['player' + enemy]._height / 2 - this._parent._y, this._parent._parent['player' + enemy]._x - this._parent._x);
rot = rad * 180 / Math.PI;
if (this._parent._rotation - 180 > rot) {
rot += 360;
}
if (this._parent._rotation + 180 < rot) {
rot -= 360;
}
if (this._parent._rotation - rot > homing) {
this._parent._rotation -= homing;
} else {
if (this._parent._rotation - rot < -homing) {
this._parent._rotation += homing;
} else {
this._parent._rotation = rot;
}
}
rad2 = this._parent._rotation * Math.PI / 180;
homingX = Math.cos(rad2);
homingY = Math.sin(rad2);
}
hit = 0;
atari = 0;
sousai = 0;
time = 0;
velX = speed;
velY = 0;
ima = _root.main._currentframe;
this._parent._xscale = Math.abs(100 * size);
this._parent._yscale = Math.abs(this._parent._xscale);
if (atk == undefined) {
atk = 1;
}
if (attack == undefined) {
attack = 1;
}
if (damage == undefined) {
damage = 1;
}
if (tamaID == undefined) {
tamaID = 1;
}
if (xvel == undefined) {
xvel = 1;
}
if (yvel == undefined) {
yvel = 1;
}
motosize = size;
teki();
}
onClipEvent (enterFrame) {
if (this._parent._parent.gamen != undefined) {
if (_root.main['tama' + tamaID] == null) {
this._parent.removeMovieClip();
} else {
this._parent._xscale = _root.main['tama' + tamaID]._xscale;
this._parent._yscale = _root.main['tama' + tamaID]._yscale;
this._parent._x = _root.main['tama' + tamaID]._x;
this._parent._y = _root.main['tama' + tamaID]._y;
this._parent._rotation = _root.main['tama' + tamaID]._rotation;
}
} else {
++time;
_root.main['player' + enemy].hantei.canguard = 1;
hantei();
if (homing > 0) {
tuibi();
}
if (attack >= 1001 && _root.main.MP[player] >= 10 && (_root.main['player' + player].hantei.key_a || _root.main['player' + player].hantei.key_b || _root.main['player' + player].hantei.key_c)) {
_root.main.MP[player] -= 10;
size += 0.05;
}
this._parent._xscale = Math.abs(100 * size);
this._parent._yscale = Math.abs(this._parent._xscale);
muki = (this._parent._xscale > 0) - (this._parent._xscale < 0);
i = 1;
while (i <= 199) {
if (_root.main['tama' + i] != null && i != tamaID) {
if (_root.main['tama' + i].hantei.enemy != enemy && _root.main['tama' + i].hantei.hitTest(this._parent)) {
_root.main['tama' + i].hantei.size -= 0.1;
this.size -= 0.1;
break;
} else {
sousai = 0;
}
}
if (i == 199) {
this._parent._x += velX * homingX;
this._parent._y += velX * homingY;
}
++i;
}
if (hit == 0 && atari > 0) {
hit = 1;
se = 0;
if (_root.main['player' + enemy].hantei.guard > 0) {
se = 1;
}
if (attack >= 501 && attack <= 999) {
se = 2;
_root.main['player' + enemy].hantei.guard = 0;
}
if (damage >= 101) {
_root.main['player' + enemy].hantei.velX += xvel * (1 - (homingX >= 0) * 2);
_root.main['player' + enemy].hantei.velY += yvel;
_root.main['player' + enemy]._y -= 10 * size;
} else {
_root.main['player' + enemy].hantei.velX -= xvel * homingX;
_root.main['player' + enemy].hantei.velY -= xvel * homingY;
}
_root.main.HP[enemy] -= Math.ceil(atk * (size / motosize) * (1 - (_root.main['player' + enemy].hantei.guard > 0) * (0.75 - (_root.main['player' + enemy].hantei.jump > 0) * 0.25)));
if (attack >= 1001 || _root.main.HP[enemy] <= 0 || _root.main['player' + enemy].hantei.attack <= 999 || _root.main['player' + enemy].hantei.attack >= 1115) {
_root.main['player' + enemy].hantei.damage = damage - (damage >= 101 && _root.main['player' + enemy].hantei.guard > 0) * (damage - 20);
}
if (_root.main.cpu > 0 && player == 0 && _root.main['player' + enemy].hantei.guard == 0) {
_root.main.score += 1000;
}
if (attack >= 1001 && _root.main.HP[enemy] <= 0 && (cpu == 0 || player == 0)) {
++_root.main.fffinish;
}
}
if (hit == 1 || sousai == 1 || motosize < 4 && _root.main.chikei.hitTest(hanteix15, hanteiy15, true)) {
j = 1 + player * 100;
while (j <= 99 + player * 100) {
if (_root.main['hit' + j] == null) {
if (hit == 1 && attack >= 1001) {
_root.main.attachMovie('bakuhatsu', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu0.attachMovie('bakuhatsu', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu1.attachMovie('bakuhatsu', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu2.attachMovie('bakuhatsu', 'hit' + j, 500 + j);
} else {
if (hit == 1) {
_root.main.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu0.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu1.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu2.attachMovie('hit', 'hit' + j, 500 + j);
} else {
_root.main.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu0.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu1.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu2.attachMovie('tamahit', 'hit' + j, 500 + j);
}
}
_root.main['hit' + j]._x = this._parent._x;
_root.tairyoku.bunkatsu0['hit' + j]._x = _root.main['hit' + j]._x;
_root.tairyoku.bunkatsu1['hit' + j]._x = _root.main['hit' + j]._x;
_root.tairyoku.bunkatsu2['hit' + j]._x = _root.main['hit' + j]._x;
_root.main['hit' + j]._y = this._parent._y;
_root.tairyoku.bunkatsu0['hit' + j]._y = _root.main['hit' + j]._y;
_root.tairyoku.bunkatsu1['hit' + j]._y = _root.main['hit' + j]._y;
_root.tairyoku.bunkatsu2['hit' + j]._y = _root.main['hit' + j]._y;
_root.main['hit' + j].hantei.se = se;
break;
}
++j;
}
this._parent.removeMovieClip();
}
if (hit == 1 || sousai == 1 || _root.main._currentframe != ima || time >= 180 || size <= motosize * 0.2) {
this._parent.removeMovieClip();
}
}
}
}
}
movieClip 18 {
}
movieClip 20 bakuhatsu {
instance hantei of movieClip 18 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (this._currentframe >= 10) {
this._parent.removeMovieClip();
}
if (time == 1 && this._parent._parent.gamen == undefined) {
this._parent.gotoAndPlay(31);
}
}
}
}
movieClip 24 {
}
movieClip 26 tamahit {
instance of movieClip 24 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time >= 12) {
this._parent.removeMovieClip();
}
if (time == 1 && this._parent._parent.gamen == undefined) {
this._parent.gotoAndPlay(31);
}
}
}
}
movieClip 30 hit {
instance hantei of movieClip 24 {
onClipEvent (load) {
time = 0;
if (se == undefined) {
se = 0;
}
if (se > 0) {
this._parent.gotoAndPlay(1 + 60 * se);
}
}
onClipEvent (enterFrame) {
++time;
if (time >= 12) {
this._parent.removeMovieClip();
}
if (time == 1 && this._parent._parent.gamen == undefined) {
this._parent.gotoAndPlay(this._parent._currentframe + 28);
}
}
}
}
movieClip 34 {
}
movieClip 35 tamaobi {
instance hantei of movieClip 34 {
onClipEvent (load) {
time = 0;
this._parent._xscale = Math.abs(100 * size);
this._parent._yscale = Math.abs(this._parent._xscale);
}
onClipEvent (enterFrame) {
++time;
size -= 0.1;
this._parent._xscale = Math.abs(100 * size);
this._parent._yscale = Math.abs(this._parent._xscale);
if (size <= 0.1) {
this._parent.removeMovieClip();
}
if (time == 1 && this._parent._parent.gamen == undefined) {
this._parent.gotoAndPlay(31);
}
}
}
}
movieClip 37 {
frame 1 {
stop();
}
}
movieClip 38 tama {
instance hantei of movieClip 37 {
onClipEvent (load) {
function hantei() {
hanteix1 = (this._parent.getBounds(_root)).xMin;
hanteix2 = (this._parent.getBounds(_root)).xMax;
hanteiy1 = (this._parent.getBounds(_root)).yMin;
hanteiy2 = (this._parent.getBounds(_root)).yMax;
hanteix15 = (hanteix1 + hanteix2) / 2;
hanteiy15 = (hanteiy1 + hanteiy2) / 2;
if (_root.main['player' + enemy].hantei.damage < 1000) {
if (atk >= 500 && _root.main['player' + enemy].hitTest(this._parent)) {
atari = 1;
} else {
if (_root.main['player' + enemy].hitTest(hanteix1, hanteiy1, true) || _root.main['player' + enemy].hitTest(hanteix1, hanteiy15, true) || _root.main['player' + enemy].hitTest(hanteix1, hanteiy2, true)) {
atari = 1;
} else {
if (_root.main['player' + enemy].hitTest(hanteix15, hanteiy1, true) || _root.main['player' + enemy].hitTest(hanteix15, hanteiy15, true) || _root.main['player' + enemy].hitTest(hanteix15, hanteiy2, true)) {
atari = 1;
} else {
if (_root.main['player' + enemy].hitTest(hanteix2, hanteiy1, true) || _root.main['player' + enemy].hitTest(hanteix2, hanteiy15, true) || _root.main['player' + enemy].hitTest(hanteix2, hanteiy2, true)) {
atari = 1;
} else {
atari = 0;
}
}
}
}
}
}
function teki() {
maaiX = this._parent._x - this._parent._parent['player' + enemy]._x;
maaiY = this._parent._y - this._parent._parent['player' + enemy]._y;
maai = Math.abs(maaiX) + Math.abs(maaiY);
if (rad == undefined) {
rad = Math.atan2(this._parent._parent['player' + enemy]._y - this._parent._parent['player' + enemy]._height / 2 - this._parent._y, this._parent._parent['player' + enemy]._x - this._parent._x);
}
rot = rad * 180 / Math.PI;
this._parent._rotation = rot;
if (attack >= 1001) {
homingX = Math.cos(rad);
homingY = Math.sin(rad);
} else {
homingX = this._parent._parent['player' + player].hantei.homingX;
homingY = this._parent._parent['player' + player].hantei.homingY;
}
}
function tuibi() {
rad = Math.atan2(this._parent._parent['player' + enemy]._y - this._parent._parent['player' + enemy]._height / 2 - this._parent._y, this._parent._parent['player' + enemy]._x - this._parent._x);
rot = rad * 180 / Math.PI;
if (this._parent._rotation - 180 > rot) {
rot += 360;
}
if (this._parent._rotation + 180 < rot) {
rot -= 360;
}
if (this._parent._rotation - rot > homing) {
this._parent._rotation -= homing;
} else {
if (this._parent._rotation - rot < -homing) {
this._parent._rotation += homing;
} else {
this._parent._rotation = rot;
}
}
rad2 = this._parent._rotation * Math.PI / 180;
homingX = Math.cos(rad2);
homingY = Math.sin(rad2);
}
hit = 0;
atari = 0;
sousai = 0;
time = 0;
velX = speed;
velY = 0;
ima = _root.main._currentframe;
this._parent._xscale = Math.abs(100 * size);
this._parent._yscale = Math.abs(this._parent._xscale);
if (atk == undefined) {
atk = 1;
}
if (attack == undefined) {
attack = 1;
}
if (damage == undefined) {
damage = 1;
}
if (tamaID == undefined) {
tamaID = 1;
}
if (xvel == undefined) {
xvel = 1;
}
if (yvel == undefined) {
yvel = 1;
}
motosize = size;
score = 100 + (damage >= 20) * 400 + (damage >= 500) * 2500;
teki();
}
onClipEvent (enterFrame) {
if (this._parent._parent.gamen != undefined) {
if (_root.main['tama' + tamaID] == null) {
this._parent.removeMovieClip();
} else {
this._parent._xscale = _root.main['tama' + tamaID]._xscale;
this._parent._yscale = _root.main['tama' + tamaID]._yscale;
this._parent._x = _root.main['tama' + tamaID]._x;
this._parent._y = _root.main['tama' + tamaID]._y;
this._parent._rotation = _root.main['tama' + tamaID]._rotation;
}
} else {
++time;
_root.main['player' + enemy].hantei.canguard = 1;
hantei();
if (homing > 0) {
tuibi();
}
if (attack >= 1001 && _root.main.MP[player] >= 10 && (_root.main['player' + player].hantei.key_a || _root.main['player' + player].hantei.key_b || _root.main['player' + player].hantei.key_c)) {
_root.main.MP[player] -= 10;
size += 0.05;
}
this._parent._xscale = Math.abs(100 * size);
this._parent._yscale = Math.abs(this._parent._xscale);
muki = (this._parent._xscale > 0) - (this._parent._xscale < 0);
if (motosize >= 2) {
j = 1 + player * 100;
while (j <= 99 + player * 100) {
if (_root.main['tamaobi' + j] == null) {
_root.main.attachMovie('tamaobi', 'tamaobi' + j, 300 + j);
_root.tairyoku.bunkatsu0.attachMovie('tamaobi', 'tamaobi' + j, 300 + j);
_root.tairyoku.bunkatsu1.attachMovie('tamaobi', 'tamaobi' + j, 300 + j);
_root.tairyoku.bunkatsu2.attachMovie('tamaobi', 'tamaobi' + j, 300 + j);
_root.main['tamaobi' + j]._x = this._parent._x;
_root.tairyoku.bunkatsu0['tamaobi' + j]._x = _root.main['tamaobi' + j]._x;
_root.tairyoku.bunkatsu1['tamaobi' + j]._x = _root.main['tamaobi' + j]._x;
_root.tairyoku.bunkatsu2['tamaobi' + j]._x = _root.main['tamaobi' + j]._x;
_root.main['tamaobi' + j]._y = this._parent._y;
_root.tairyoku.bunkatsu0['tamaobi' + j]._y = _root.main['tamaobi' + j]._y;
_root.tairyoku.bunkatsu1['tamaobi' + j]._y = _root.main['tamaobi' + j]._y;
_root.tairyoku.bunkatsu2['tamaobi' + j]._y = _root.main['tamaobi' + j]._y;
_root.main['tamaobi' + j].hantei.size = size;
_root.tairyoku.bunkatsu0['tamaobi' + j].hantei.size = size;
_root.tairyoku.bunkatsu1['tamaobi' + j].hantei.size = size;
_root.tairyoku.bunkatsu2['tamaobi' + j].hantei.size = size;
break;
}
++j;
}
}
i = 1;
while (i <= 199) {
if (_root.main['tama' + i] != null && i != tamaID) {
if (_root.main['tama' + i].hantei.enemy != enemy && _root.main['tama' + i].hantei.hitTest(this._parent)) {
_root.main['tama' + i].hantei.size -= 0.1;
this.size -= 0.1;
break;
} else {
sousai = 0;
}
}
if (i == 199) {
this._parent._x += velX * homingX;
this._parent._y += velX * homingY;
}
++i;
}
if (hit == 0 && atari > 0) {
hit = 1;
se = 0;
if (_root.main['player' + enemy].hantei.guard > 0) {
se = 1;
}
if (attack >= 501 && attack <= 999) {
se = 2;
_root.main['player' + enemy].hantei.guard = 0;
}
if (damage >= 101) {
_root.main['player' + enemy].hantei.velX += xvel * (1 - (homingX >= 0) * 2);
_root.main['player' + enemy].hantei.velY += yvel;
_root.main['player' + enemy]._y -= 10 * size;
} else {
_root.main['player' + enemy].hantei.velX -= xvel * homingX;
_root.main['player' + enemy].hantei.velY -= xvel * homingY;
}
_root.main.HP[enemy] -= Math.ceil(atk * (size / motosize) * (1 - (_root.main['player' + enemy].hantei.guard > 0) * (0.75 - (_root.main['player' + enemy].hantei.jump > 0) * 0.25)));
if (attack >= 1001 || _root.main.HP[enemy] <= 0 || _root.main['player' + enemy].hantei.attack <= 999 || _root.main['player' + enemy].hantei.attack >= 1115) {
_root.main['player' + enemy].hantei.damage = damage - (damage >= 101 && _root.main['player' + enemy].hantei.guard > 0) * (damage - 20);
}
if (_root.main.cpu > 0 && player == 0 && _root.main['player' + enemy].hantei.guard == 0) {
_root.main.score += score;
}
if (attack >= 1001 && _root.main.HP[enemy] <= 0 && (cpu == 0 || player == 0)) {
++_root.main.fffinish;
}
}
if (hit == 1 || sousai == 1 || motosize < 4 && _root.main.chikei.hitTest(hanteix15, hanteiy15, true)) {
j = 1 + player * 100;
while (j <= 99 + player * 100) {
if (_root.main['hit' + j] == null) {
if (hit == 1 && attack >= 1001) {
_root.main.attachMovie('bakuhatsu', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu0.attachMovie('bakuhatsu', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu1.attachMovie('bakuhatsu', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu2.attachMovie('bakuhatsu', 'hit' + j, 500 + j);
} else {
if (hit == 1) {
_root.main.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu0.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu1.attachMovie('hit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu2.attachMovie('hit', 'hit' + j, 500 + j);
} else {
_root.main.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu0.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu1.attachMovie('tamahit', 'hit' + j, 500 + j);
_root.tairyoku.bunkatsu2.attachMovie('tamahit', 'hit' + j, 500 + j);
}
}
_root.main['hit' + j]._x = this._parent._x;
_root.tairyoku.bunkatsu0['hit' + j]._x = _root.main['hit' + j]._x;
_root.tairyoku.bunkatsu1['hit' + j]._x = _root.main['hit' + j]._x;
_root.tairyoku.bunkatsu2['hit' + j]._x = _root.main['hit' + j]._x;
_root.main['hit' + j]._y = this._parent._y;
_root.tairyoku.bunkatsu0['hit' + j]._y = _root.main['hit' + j]._y;
_root.tairyoku.bunkatsu1['hit' + j]._y = _root.main['hit' + j]._y;
_root.tairyoku.bunkatsu2['hit' + j]._y = _root.main['hit' + j]._y;
_root.main['hit' + j].hantei.se = se;
break;
}
++j;
}
this._parent.removeMovieClip();
}
if (hit == 1 || sousai == 1 || _root.main._currentframe != ima || time >= 180 || size <= motosize * 0.2) {
this._parent.removeMovieClip();
}
}
}
}
}
frame 1 {
var charname = ['モナー', 'ギコ', 'ã—ãƒ', 'モララー', 'フサギコ', 'ã¤ãƒ¼', '1ã•ã‚“', '8é 身', 'パール王女'];
var kakushi = [0, 0, 0, 0, 0, 0, 0, 0, 0];
var kakushi = [0, 0, 0, 0, 0, 0, 1, 1, 1];
nude = 0;
var xpower = [9, 14, 7, 11, 8, 15, 10, 20, 16];
var ypower = [13, 15, 10, 13, 11, 12, 10, 20, 18];
var gravity = [0.6, 0.9, 0.35, 0.65, 0.45, 0.7, 0.3, 1, 1.1];
var xpower2 = [17, 14, 11, 15, 12, 11, 18, 13, 16];
var ypower2 = [12, 14, 13, 15, 14, 11, 16, 13, 10];
}
movieClip 59 {
frame 1 {
stop();
}
frame 9 {
gotoAndStop(1);
}
frame 17 {
gotoAndStop(1);
}
frame 25 {
gotoAndStop(1);
}
frame 33 {
gotoAndStop(1);
}
frame 41 {
gotoAndStop(1);
}
frame 49 {
gotoAndStop(1);
}
frame 57 {
gotoAndStop(1);
}
frame 65 {
gotoAndStop(1);
}
frame 73 {
gotoAndStop(1);
}
frame 105 {
gotoAndStop(1);
}
frame 110 {
gotoAndStop(1);
}
frame 115 {
gotoAndStop(1);
}
frame 120 {
gotoAndStop(1);
}
frame 125 {
gotoAndStop(1);
}
}
movieClip 61 {
}
movieClip 62 {
}
movieClip 81 {
frame 1 {
gotoAndStop(2);
}
frame 2 {
stop();
}
frame 15 {
stop();
}
frame 20 {
stop();
}
frame 25 {
stop();
}
frame 31 {
stop();
}
frame 35 {
stop();
}
frame 40 {
stop();
}
frame 45 {
stop();
}
frame 50 {
stop();
}
frame 55 {
stop();
}
frame 105 {
stop();
}
frame 110 {
stop();
}
frame 125 {
stop();
}
frame 130 {
stop();
}
frame 134 {
stop();
}
frame 155 {
stop();
}
frame 160 {
stop();
}
frame 165 {
stop();
}
frame 170 {
stop();
}
frame 175 {
stop();
}
frame 180 {
stop();
}
frame 185 {
stop();
}
frame 190 {
stop();
}
frame 195 {
stop();
}
}
movieClip 83 {
}
// unknown tag 88 length 189
movieClip 127 {
instance hantei of movieClip 7 {
onClipEvent (load) {
function hantei() {
hanteix1 = (this._parent.getBounds(_root)).xMin;
hanteix2 = (this._parent.getBounds(_root)).xMax;
hanteiy1 = (this._parent.getBounds(_root)).yMin;
hanteiy2 = (this._parent.getBounds(_root)).yMax;
hanteix15 = (hanteix1 + hanteix2) / 2;
hanteiy15 = (hanteiy1 + hanteiy2) / 2;
homingX = this._parent._parent._parent.hantei.homingX;
homingY = this._parent._parent._parent.hantei.homingY;
if (_root.main['player' + enemy].hantei.damage < 1000) {
i = hanteix1;
while (i <= hanteix2) {
j = hanteiy1;
while (j <= hanteiy2) {
if (_root.main['player' + enemy].hitTest(i, j, true)) {
atari = 1;
break;
}
j += 5;
}
if (atari) {
break;
}
i += 5;
}
}
}
hit = 0;
atari = 0;
homingX = this._parent._parent._parent.hantei.homingX;
homingY = this._parent._parent._parent.hantei.homingY;
size = this._parent._parent._parent.hantei.size;
player = this._parent._parent._parent.hantei.player;
enemy = this._parent._parent._parent.hantei.enemy;
attack = this._parent._parent._parent.hantei.attack;
atk = this._parent.atk;
damage = this._parent.damage;
xvel = this._parent.xvel;
yvel = this._parent.yvel;
score = 100 + (damage >= 15) * 200 + (damage >= 20) * 200 + (damage >= 100) * 500;
hantei();
}
onClipEvent (enterFrame) {
hantei();
if (hit == 0 && atari > 0 && this._parent._parent._parent._parent.gamen == undefined) {
hit = 1;
se = 0;
if (_root.main['player' + enemy].hantei.guard > 0) {
se = 1;
}
if (attack >= 501 && attack <= 999) {
se = 2;
_root.main['player' + enemy].hantei.guard = 0;
}
j = 1 + player * 100;
while (j <= 90 + player * 100) {
if (_root.main['hit' + j] == null) {
this._parent._parent._parent._parent.attachMovie('hit', 'hit' + j, 500 + j);
this._parent._parent._parent._parent['hit' + j]._x = this._parent._parent._parent._parent['player' + enemy]._x;
this._parent._parent._parent._parent['hit' + j]._y = this._parent._parent._parent._parent['player' + enemy]._y - 50 * size;
this._parent._parent._parent._parent['hit' + j].hantei.se = se;
break;
}
++j;
}
if (this._parent._parent._parent.hantei.jump != 1 || damage >= 101) {
_root.main['player' + enemy].hantei.velX += xvel * (1 - (this._parent._parent._parent._xscale >= 0) * 2);
_root.main['player' + enemy].hantei.velY += yvel;
} else {
_root.main['player' + enemy].hantei.velX -= xvel * Math.cos(this._parent._parent._parent.hantei.rot * Math.PI / 180);
_root.main['player' + enemy].hantei.velY -= xvel * Math.sin(this._parent._parent._parent.hantei.rot * Math.PI / 180);
}
_root.main.HP[enemy] -= Math.ceil(atk * (1 - (_root.main['player' + enemy].hantei.guard > 0) * (1 - (_root.main['player' + enemy].hantei.jump > 0) * 0.25)));
if (_root.main.HP[enemy] <= 0 || _root.main['player' + enemy].hantei.attack <= 999 || _root.main['player' + enemy].hantei.attack >= 1115) {
_root.main['player' + enemy].hantei.damage = damage - (damage >= 101 && _root.main['player' + enemy].hantei.guard > 0) * (damage - 20);
}
if (damage >= 101) {
_root.main['player' + enemy]._y -= 10 * size;
}
if (_root.main.cpu > 0 && player == 0 && _root.main['player' + enemy].hantei.guard == 0) {
_root.main.score += score;
}
}
this._parent._parent._parent.hantei.hit = hit;
}
}
}
movieClip 140 {
instance kougeki of movieClip 7 {
onClipEvent (load) {
function hantei() {
if (this._parent._parent._parent._xscale < 0) {
muki = -1;
} else {
muki = 1;
}
player = this._parent._parent._parent.hantei.player;
enemy = this._parent._parent._parent.hantei.enemy;
attack = this._parent._parent._parent.hantei.attack;
atk = this._parent.atk;
damage = this._parent.damage;
xvel = this._parent.xvel;
yvel = this._parent.yvel;
speed = this._parent.speed;
homing = this._parent.homing;
size = this._parent.size;
ichix = this._parent._x * (this._parent._parent._xscale * (0.01 - (_root.main.player[player] == 8) * 0.02)) * muki;
ichiy = this._parent._y * (this._parent._parent._yscale * 0.01);
hanteix1 = (this._parent.getBounds(_root)).xMin;
hanteix2 = (this._parent.getBounds(_root)).xMax;
hanteiy1 = (this._parent.getBounds(_root)).yMin;
hanteiy2 = (this._parent.getBounds(_root)).yMax;
}
hit = 0;
time = 0;
hantei();
}
onClipEvent (enterFrame) {
hantei();
++time;
if (time == 1 && this._parent._parent._parent._parent.gamen == undefined) {
ii = 1 + this._parent._parent._parent.hantei.player * 100;
while (ii <= 99 + this._parent._parent._parent.hantei.player * 100) {
if (_root.main['tama' + ii] == null) {
_root.main.attachMovie('houtyou', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu0.attachMovie('houtyou', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu1.attachMovie('houtyou', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu2.attachMovie('houtyou', 'tama' + ii, 100 + ii);
_root.main['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu0['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu1['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu2['tama' + ii].hantei.tamaID = ii;
_root.main['tama' + ii].hantei.atk = atk;
_root.main['tama' + ii].hantei.damage = damage;
_root.main['tama' + ii].hantei.xvel = xvel;
_root.main['tama' + ii].hantei.yvel = yvel;
_root.main['tama' + ii].hantei.speed = speed;
_root.main['tama' + ii].hantei.size = size;
_root.main['tama' + ii].hantei.homing = homing;
_root.main['tama' + ii].hantei.player = this._parent._parent._parent.hantei.player;
_root.main['tama' + ii].hantei.enemy = this._parent._parent._parent.hantei.enemy;
_root.main['tama' + ii].hantei.attack = this._parent._parent._parent.hantei.attack;
_root.main['tama' + ii].hantei.rad = this._parent._parent._parent.hantei.rad;
_root.main['tama' + ii]._x = this._parent._parent._parent._x + this._parent._x * (this._parent._parent._xscale * (0.01 - (_root.main.player[player] == 8) * 0.02)) * muki;
_root.main['tama' + ii]._y = this._parent._parent._parent._y + this._parent._y * (this._parent._parent._yscale * 0.01);
break;
}
++ii;
}
}
}
}
}
movieClip 144 {
instance kougeki of movieClip 7 {
onClipEvent (load) {
function hantei() {
if (this._parent._parent._parent._xscale < 0) {
muki = -1;
} else {
muki = 1;
}
player = this._parent._parent._parent.hantei.player;
enemy = this._parent._parent._parent.hantei.enemy;
attack = this._parent._parent._parent.hantei.attack;
atk = this._parent.atk;
damage = this._parent.damage;
xvel = this._parent.xvel;
yvel = this._parent.yvel;
speed = this._parent.speed;
homing = this._parent.homing;
size = this._parent.size;
ichix = this._parent._x * (this._parent._parent._xscale * (0.01 - (_root.main.player[player] == 8) * 0.02)) * muki;
ichiy = this._parent._y * (this._parent._parent._yscale * 0.01);
hanteix1 = (this._parent.getBounds(_root)).xMin;
hanteix2 = (this._parent.getBounds(_root)).xMax;
hanteiy1 = (this._parent.getBounds(_root)).yMin;
hanteiy2 = (this._parent.getBounds(_root)).yMax;
}
hit = 0;
time = 0;
hantei();
}
onClipEvent (enterFrame) {
hantei();
++time;
if (time == 1 && this._parent._parent._parent._parent.gamen == undefined) {
ii = 1 + this._parent._parent._parent.hantei.player * 100;
while (ii <= 99 + this._parent._parent._parent.hantei.player * 100) {
if (_root.main['tama' + ii] == null) {
_root.main.attachMovie('tama', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu0.attachMovie('tama', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu1.attachMovie('tama', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu2.attachMovie('tama', 'tama' + ii, 100 + ii);
_root.main['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu0['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu1['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu2['tama' + ii].hantei.tamaID = ii;
_root.main['tama' + ii].hantei.atk = atk;
_root.main['tama' + ii].hantei.damage = damage;
_root.main['tama' + ii].hantei.xvel = xvel;
_root.main['tama' + ii].hantei.yvel = yvel;
_root.main['tama' + ii].hantei.speed = speed;
_root.main['tama' + ii].hantei.size = size;
_root.main['tama' + ii].hantei.homing = homing;
_root.main['tama' + ii].hantei.player = this._parent._parent._parent.hantei.player;
_root.main['tama' + ii].hantei.enemy = this._parent._parent._parent.hantei.enemy;
_root.main['tama' + ii].hantei.attack = this._parent._parent._parent.hantei.attack;
_root.main['tama' + ii].hantei.rad = this._parent._parent._parent.hantei.rad;
_root.main['tama' + ii]._x = this._parent._parent._parent._x + this._parent._x * (this._parent._parent._xscale * (0.01 - (_root.main.player[player] == 8) * 0.02)) * muki;
_root.main['tama' + ii]._y = this._parent._parent._parent._y + this._parent._y * (this._parent._parent._yscale * 0.01);
break;
}
++ii;
}
}
}
}
}
movieClip 149 {
}
movieClip 176 {
}
movieClip 194 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 15 {
stop();
}
frame 39 {
gotoAndPlay('back');
}
frame 56 {
gotoAndPlay('walk');
}
frame 62 {
gotoAndPlay('jump');
}
frame 69 {
gotoAndPlay('fly');
}
frame 73 {
stop();
}
frame 76 {
stop();
}
frame 82 {
stop();
}
frame 88 {
stop();
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 16;
damage = 11;
xvel = -5;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 121 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 50;
damage = 16;
xvel = -7;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 145 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 90;
damage = 30;
xvel = -16;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 191 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 140 {
onClipEvent (load) {
atk = 135;
damage = 230;
xvel = -16;
yvel = 0;
homing = 0;
size = 1;
speed = 33;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 226 {
this._parent.hantei.velX += 10 * this._parent.hantei.muki;
}
frame 271 {
stop();
this._parent.hantei.attack = 0;
}
frame 311 {
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 16;
damage = 11;
xvel = -6;
yvel = 0;
homing = 0;
size = 1;
speed = 19;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama1');
}
}
}
frame 325 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 132;
damage = 230;
xvel = -12;
yvel = -3;
homing = 0.2;
size = 2;
speed = 26;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 389 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae1');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae2');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('ff6');
}
}
}
instance of movieClip 149 {
onClipEvent (load) {
_xscale = 500;
_yscale = 500;
}
onClipEvent (enterFrame) {
_xscale = _xscale + 10;
_yscale = _yscale + 10;
}
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 500;
damage = 660;
xvel = -16;
yvel = -10;
homing = 5;
size = 6;
speed = 50;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 516 {
stop();
}
}
movieClip 279 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 15 {
stop();
}
frame 39 {
gotoAndPlay('back');
}
frame 56 {
gotoAndPlay('walk');
}
frame 62 {
gotoAndPlay('jump');
}
frame 69 {
gotoAndPlay('fly');
}
frame 73 {
stop();
}
frame 76 {
stop();
}
frame 82 {
stop();
}
frame 88 {
stop();
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 13;
damage = 11;
xvel = -5;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 121 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 42;
damage = 16;
xvel = -7;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 145 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 82;
damage = 30;
xvel = -16;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 192 {
stop();
this._parent.hantei.attack = 0;
}
frame 214 {
this._parent.hantei.jump = 10;
this._parent.hantei.velY = -8;
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 130;
damage = 230;
xvel = -16;
yvel = -12;
}
}
frame 268 {
stop();
this._parent.hantei.attack = 0;
}
frame 314 {
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 16;
damage = 11;
xvel = -6;
yvel = 0;
homing = 0;
size = 1;
speed = 19;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama1');
}
}
}
frame 328 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 140;
damage = 230;
xvel = -12;
yvel = -3;
homing = 0.3;
size = 2;
speed = 20;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 392 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae1');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae2');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('ff5');
}
}
}
instance of movieClip 149 {
onClipEvent (load) {
_xscale = 500;
_yscale = 500;
}
onClipEvent (enterFrame) {
_xscale = _xscale + 10;
_yscale = _yscale + 10;
}
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 500;
damage = 660;
xvel = -16;
yvel = -10;
homing = 5;
size = 6;
speed = 50;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 519 {
stop();
}
}
movieClip 318 {
}
// unknown tag 88 length 292
movieClip 321 {
instance hantei of movieClip 318 {
onClipEvent (load) {
function hantei() {
if (this._parent._parent._parent._xscale < 0) {
muki = -1;
} else {
muki = 1;
}
player = this._parent._parent._parent.hantei.player;
enemy = this._parent._parent._parent.hantei.enemy;
attack = this._parent._parent._parent.hantei.attack;
atk = this._parent.atk;
damage = this._parent.damage;
xvel = this._parent.xvel;
yvel = this._parent.yvel;
speed = this._parent.speed;
homing = this._parent.homing;
size = this._parent.size;
ichix = this._parent._x * (this._parent._parent._xscale * (0.01 - (_root.main.player[player] == 8) * 0.02)) * muki;
ichiy = this._parent._y * (this._parent._parent._yscale * 0.01);
hanteix1 = (this._parent.getBounds(_root)).xMin;
hanteix2 = (this._parent.getBounds(_root)).xMax;
hanteiy1 = (this._parent.getBounds(_root)).yMin;
hanteiy2 = (this._parent.getBounds(_root)).yMax;
}
hit = 0;
time = 0;
hantei();
}
onClipEvent (enterFrame) {
hantei();
++time;
if (time == 1 && this._parent._parent._parent._parent.gamen == undefined) {
ii = 1 + this._parent._parent._parent.hantei.player * 100;
while (ii <= 99 + this._parent._parent._parent.hantei.player * 100) {
if (_root.main['tama' + ii] == null) {
_root.main.attachMovie('laser', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu0.attachMovie('laser', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu1.attachMovie('laser', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu2.attachMovie('laser', 'tama' + ii, 100 + ii);
_root.main['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu0['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu1['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu2['tama' + ii].hantei.tamaID = ii;
_root.main['tama' + ii].hantei.atk = atk;
_root.main['tama' + ii].hantei.damage = damage;
_root.main['tama' + ii].hantei.xvel = xvel;
_root.main['tama' + ii].hantei.yvel = yvel;
_root.main['tama' + ii].hantei.speed = speed;
_root.main['tama' + ii].hantei.size = size;
_root.main['tama' + ii].hantei.homing = homing;
_root.main['tama' + ii].hantei.muki = muki;
_root.main['tama' + ii].hantei.player = this._parent._parent._parent.hantei.player;
_root.main['tama' + ii].hantei.enemy = this._parent._parent._parent.hantei.enemy;
_root.main['tama' + ii].hantei.attack = this._parent._parent._parent.hantei.attack;
_root.main['tama' + ii]._x = this._parent._parent._parent._x + this._parent._x * (this._parent._parent._xscale * (0.01 - (_root.main.player[player] == 8) * 0.02)) * muki;
_root.main['tama' + ii]._y = this._parent._parent._parent._y + this._parent._y * (this._parent._parent._yscale * 0.01);
break;
}
++ii;
}
}
}
}
}
movieClip 349 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 15 {
stop();
}
frame 35 {
gotoAndPlay('back');
}
frame 52 {
gotoAndPlay('walk');
}
frame 58 {
gotoAndPlay('jump');
}
frame 65 {
gotoAndPlay('fly');
}
frame 69 {
stop();
}
frame 72 {
stop();
}
frame 78 {
stop();
}
frame 84 {
stop();
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 13;
damage = 11;
xvel = -5;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 117 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 35;
damage = 16;
xvel = -7;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 148 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 65;
damage = 30;
xvel = -12;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 197 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 321 {
onClipEvent (load) {
atk = 140;
damage = 230;
xvel = -16;
yvel = -5;
homing = 0;
size = 1;
speed = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 286 {
stop();
this._parent.hantei.attack = 0;
}
frame 309 {
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 24;
damage = 11;
xvel = -6;
yvel = 0;
homing = 0;
size = 1;
speed = 27;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama1');
}
}
}
frame 326 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 160;
damage = 230;
xvel = -15;
yvel = -6;
homing = 1;
size = 2;
speed = 35;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 455 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae1');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae2');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('ff3');
}
}
}
instance of movieClip 149 {
onClipEvent (load) {
_xscale = 500;
_yscale = 500;
}
onClipEvent (enterFrame) {
_xscale = _xscale + 10;
_yscale = _yscale + 10;
}
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 500;
damage = 660;
xvel = -16;
yvel = -10;
homing = 5;
size = 6;
speed = 50;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 616 {
stop();
}
frame 642 {
gotoAndPlay('run20');
}
frame 645 {
stop();
}
frame 674 {
this._parent.attack = 0;
gotoAndStop('stop11');
}
frame 692 {
gotoAndPlay('run11');
}
frame 724 {
this._parent.attack = 0;
gotoAndStop('stop21');
}
frame 742 {
gotoAndPlay('run21');
}
frame 745 {
stop();
}
frame 774 {
this._parent.attack = 0;
gotoAndStop('stop01');
}
frame 791 {
gotoAndPlay('run01');
}
frame 795 {
stop();
}
frame 824 {
this._parent.attack = 0;
gotoAndStop('stop02');
}
frame 841 {
gotoAndPlay('run02');
}
frame 845 {
stop();
}
frame 874 {
this._parent.attack = 0;
gotoAndStop('stop12');
}
frame 891 {
gotoAndPlay('run12');
}
frame 924 {
this._parent.attack = 0;
gotoAndStop('stop22');
}
frame 939 {
gotoAndPlay('run22');
}
}
movieClip 429 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 15 {
stop();
}
frame 39 {
gotoAndPlay('back');
}
frame 56 {
gotoAndPlay('walk');
}
frame 62 {
gotoAndPlay('jump');
}
frame 69 {
gotoAndPlay('fly');
}
frame 73 {
stop();
}
frame 76 {
stop();
}
frame 82 {
stop();
}
frame 88 {
stop();
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 16;
damage = 11;
xvel = -5;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 119 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 45;
damage = 16;
xvel = -7;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 148 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 75;
damage = 30;
xvel = -16;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 194 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 100;
damage = 220;
xvel = -7;
yvel = -15;
}
}
frame 222 {
this._parent.hantei.velX += 50 * (this._parent._xscale * 0.01);
}
frame 267 {
stop();
this._parent.hantei.attack = 0;
}
frame 311 {
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 19;
damage = 11;
xvel = -6;
yvel = 0;
homing = 0;
size = 1;
speed = 20;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama1');
}
}
}
frame 325 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 160;
damage = 230;
xvel = -12;
yvel = -3;
homing = 0.1;
size = 2;
speed = 30;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 461 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae1');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae2');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('ff2');
}
}
}
instance of movieClip 149 {
onClipEvent (load) {
_xscale = 500;
_yscale = 500;
}
onClipEvent (enterFrame) {
_xscale = _xscale + 10;
_yscale = _yscale + 10;
}
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 500;
damage = 660;
xvel = -16;
yvel = -10;
homing = 5;
size = 6;
speed = 50;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 616 {
stop();
}
}
movieClip 481 {
}
movieClip 506 {
}
movieClip 556 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 15 {
stop();
}
frame 35 {
gotoAndPlay('back');
}
frame 52 {
gotoAndPlay('walk');
}
frame 58 {
gotoAndPlay('jump');
}
frame 65 {
gotoAndPlay('fly');
}
frame 69 {
stop();
}
frame 72 {
stop();
}
frame 78 {
stop();
}
frame 84 {
stop();
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 14;
damage = 11;
xvel = -5;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 115 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 48;
damage = 16;
xvel = -7;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 144 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 85;
damage = 30;
xvel = -16;
yvel = 0;
}
}
frame 190 {
stop();
this._parent.hantei.attack = 0;
}
frame 221 {
this._parent.hantei.velX += 20 * (this._parent._xscale * 0.01);
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 120;
damage = 230;
xvel = -16;
yvel = -12;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 246 {
stop();
this._parent.hantei.attack = 0;
}
frame 311 {
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 18;
damage = 11;
xvel = -6;
yvel = 0;
homing = 0;
size = 1;
speed = 18;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama1');
}
}
}
frame 325 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 124;
damage = 230;
xvel = -12;
yvel = -3;
homing = 1;
size = 2;
speed = 20;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 389 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae1');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae2');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('ff4');
}
}
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 500;
damage = 660;
xvel = -16;
yvel = -10;
homing = 5;
size = 6;
speed = 50;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 516 {
stop();
}
frame 563 {
this._parent.attack = 0;
gotoAndStop('stop20');
}
frame 581 {
gotoAndPlay('run20');
}
frame 584 {
stop();
}
frame 613 {
this._parent.attack = 0;
gotoAndStop('stop11');
}
frame 631 {
gotoAndPlay('run11');
}
frame 663 {
this._parent.attack = 0;
gotoAndStop('stop21');
}
frame 681 {
gotoAndPlay('run21');
}
frame 684 {
stop();
}
frame 713 {
this._parent.attack = 0;
gotoAndStop('stop01');
}
frame 730 {
gotoAndPlay('run01');
}
frame 734 {
stop();
}
frame 763 {
this._parent.attack = 0;
gotoAndStop('stop02');
}
frame 780 {
gotoAndPlay('run02');
}
frame 784 {
stop();
}
frame 813 {
this._parent.attack = 0;
gotoAndStop('stop12');
}
frame 830 {
gotoAndPlay('run12');
}
frame 863 {
this._parent.attack = 0;
gotoAndStop('stop22');
}
frame 881 {
gotoAndPlay('run22');
}
}
movieClip 621 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 15 {
stop();
}
frame 35 {
gotoAndPlay('back');
}
frame 52 {
gotoAndPlay('walk');
}
frame 58 {
gotoAndPlay('jump');
}
frame 65 {
gotoAndPlay('fly');
}
frame 69 {
stop();
}
frame 72 {
stop();
}
frame 78 {
stop();
}
frame 84 {
stop();
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 15;
damage = 11;
xvel = -5;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 115 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 40;
damage = 16;
xvel = -7;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 144 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 80;
damage = 30;
xvel = -16;
yvel = 0;
}
}
frame 185 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 111;
damage = 220;
xvel = -10;
yvel = -20;
}
}
frame 220 {
this._parent.hantei.jump = 10;
this._parent.hantei.velY = -20;
this._parent.hantei.velX = 3 * (this._parent._xscale * 0.01);
}
frame 245 {
stop();
this._parent.hantei.attack = 0;
}
frame 311 {
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 20;
damage = 11;
xvel = -6;
yvel = 0;
homing = 0;
size = 1;
speed = 15;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama1');
}
}
}
frame 325 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 150;
damage = 230;
xvel = -12;
yvel = -4;
homing = 0.5;
size = 2;
speed = 25;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 409 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae1');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae2');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('ff1');
}
}
}
instance of movieClip 149 {
onClipEvent (load) {
_xscale = 500;
_yscale = 500;
}
onClipEvent (enterFrame) {
_xscale = _xscale + 10;
_yscale = _yscale + 10;
}
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 500;
damage = 660;
xvel = -16;
yvel = -10;
homing = 5;
size = 6;
speed = 50;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 616 {
stop();
}
}
movieClip 652 {
instance kougeki of movieClip 7 {
onClipEvent (load) {
function hantei() {
if (this._parent._parent._parent._xscale < 0) {
muki = -1;
} else {
muki = 1;
}
player = this._parent._parent._parent.hantei.player;
enemy = this._parent._parent._parent.hantei.enemy;
attack = this._parent._parent._parent.hantei.attack;
atk = this._parent.atk;
damage = this._parent.damage;
xvel = this._parent.xvel;
yvel = this._parent.yvel;
speed = this._parent.speed;
homing = this._parent.homing;
size = this._parent.size;
ichix = this._parent._x * (this._parent._parent._xscale * (0.01 - (_root.main.player[player] == 8) * 0.02)) * muki;
ichiy = this._parent._y * (this._parent._parent._yscale * 0.01);
hanteix1 = (this._parent.getBounds(_root)).xMin;
hanteix2 = (this._parent.getBounds(_root)).xMax;
hanteiy1 = (this._parent.getBounds(_root)).yMin;
hanteiy2 = (this._parent.getBounds(_root)).yMax;
}
hit = 0;
time = 0;
hantei();
}
onClipEvent (enterFrame) {
hantei();
++time;
if (time == 1 && this._parent._parent._parent._parent.gamen == undefined) {
ii = 1 + this._parent._parent._parent.hantei.player * 100;
while (ii <= 99 + this._parent._parent._parent.hantei.player * 100) {
if (_root.main['tama' + ii] == null) {
_root.main.attachMovie('kaen', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu0.attachMovie('kaen', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu1.attachMovie('kaen', 'tama' + ii, 100 + ii);
_root.tairyoku.bunkatsu2.attachMovie('kaen', 'tama' + ii, 100 + ii);
_root.main['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu0['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu1['tama' + ii].hantei.tamaID = ii;
_root.tairyoku.bunkatsu2['tama' + ii].hantei.tamaID = ii;
_root.main['tama' + ii].hantei.atk = atk;
_root.main['tama' + ii].hantei.damage = damage;
_root.main['tama' + ii].hantei.xvel = xvel;
_root.main['tama' + ii].hantei.yvel = yvel;
_root.main['tama' + ii].hantei.speed = speed;
_root.main['tama' + ii].hantei.size = size;
_root.main['tama' + ii].hantei.homing = homing;
_root.main['tama' + ii].hantei.muki = muki;
_root.main['tama' + ii].hantei.player = this._parent._parent._parent.hantei.player;
_root.main['tama' + ii].hantei.enemy = this._parent._parent._parent.hantei.enemy;
_root.main['tama' + ii].hantei.attack = this._parent._parent._parent.hantei.attack;
_root.main['tama' + ii]._x = this._parent._parent._parent._x + this._parent._x * (this._parent._parent._xscale * (0.01 - (_root.main.player[player] == 8) * 0.02)) * muki;
_root.main['tama' + ii]._y = this._parent._parent._parent._y + this._parent._y * (this._parent._parent._yscale * 0.01);
break;
}
++ii;
}
}
}
}
}
movieClip 657 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 15 {
stop();
}
frame 35 {
gotoAndPlay('back');
}
frame 52 {
gotoAndPlay('walk');
}
frame 58 {
gotoAndPlay('jump');
}
frame 65 {
gotoAndPlay('fly');
}
frame 69 {
stop();
}
frame 72 {
stop();
}
frame 78 {
stop();
}
frame 84 {
stop();
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 15;
damage = 11;
xvel = -5;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 115 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 40;
damage = 16;
xvel = -7;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 144 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 80;
damage = 30;
xvel = -16;
yvel = 0;
}
}
frame 185 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae1');
}
}
}
instance kougeki of movieClip 652 {
onClipEvent (load) {
atk = 155;
damage = 230;
xvel = -16;
yvel = -5;
homing = 0;
size = 2;
speed = 0;
}
}
frame 271 {
stop();
this._parent.hantei.attack = 0;
}
frame 311 {
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 20;
damage = 11;
xvel = -6;
yvel = 0;
homing = 0;
size = 1;
speed = 15;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama1');
}
}
}
frame 325 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 156;
damage = 230;
xvel = -12;
yvel = -4;
homing = 1;
size = 2;
speed = 25;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 456 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae1');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae2');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('ff7');
}
}
}
instance of movieClip 149 {
onClipEvent (load) {
_xscale = 500;
_yscale = 500;
}
onClipEvent (enterFrame) {
_xscale = _xscale + 10;
_yscale = _yscale + 10;
}
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 500;
damage = 660;
xvel = -16;
yvel = -10;
homing = 5;
size = 6;
speed = 50;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 616 {
stop();
}
}
movieClip 666 {
}
movieClip 716 {
}
movieClip 730 {
}
movieClip 750 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 15 {
stop();
}
frame 35 {
gotoAndPlay('back');
}
frame 59 {
gotoAndPlay('walk');
}
frame 65 {
stop();
}
frame 72 {
gotoAndPlay('fly');
}
frame 76 {
stop();
}
frame 79 {
stop();
}
frame 85 {
stop();
}
frame 91 {
stop();
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 25;
damage = 11;
xvel = -5;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 120 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 50;
damage = 16;
xvel = -7;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 150 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 100;
damage = 30;
xvel = -16;
yvel = 0;
}
}
frame 190 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 140;
damage = 230;
xvel = -15;
yvel = -10;
}
}
frame 256 {
stop();
this._parent.hantei.attack = 0;
}
frame 310 {
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 18;
damage = 11;
xvel = -6;
yvel = 0;
homing = 0;
size = 1;
speed = 23;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama1');
}
}
}
frame 329 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 125;
damage = 230;
xvel = -12;
yvel = -4;
homing = 0;
size = 2;
speed = 37;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 419 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae1');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae2');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('ff8');
}
}
}
instance of movieClip 149 {
onClipEvent (load) {
_xscale = 500;
_yscale = 500;
}
onClipEvent (enterFrame) {
_xscale = _xscale + 10;
_yscale = _yscale + 10;
}
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 500;
damage = 660;
xvel = -16;
yvel = -10;
homing = 5;
size = 6;
speed = 50;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 615 {
stop();
}
}
movieClip 754 {
frame 1 {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
stop();
}
this.onEnterFrame = function () {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
};
}
}
movieClip 757 {
frame 1 {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
stop();
}
this.onEnterFrame = function () {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
};
}
}
movieClip 784 {
frame 1 {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
stop();
}
this.onEnterFrame = function () {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
};
}
}
movieClip 787 {
frame 1 {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
stop();
}
this.onEnterFrame = function () {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
};
}
}
movieClip 799 {
frame 1 {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
stop();
}
this.onEnterFrame = function () {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
};
}
}
movieClip 802 {
frame 1 {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
stop();
}
this.onEnterFrame = function () {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
};
}
}
movieClip 816 {
frame 1 {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
stop();
}
this.onEnterFrame = function () {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
};
}
}
movieClip 818 {
frame 1 {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
stop();
}
this.onEnterFrame = function () {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
};
}
}
movieClip 837 {
frame 1 {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
stop();
}
this.onEnterFrame = function () {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
};
}
}
movieClip 839 {
frame 1 {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
stop();
}
this.onEnterFrame = function () {
if (_root.nude >= 4) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
};
}
}
movieClip 908 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 15 {
stop();
}
frame 39 {
gotoAndPlay('back');
}
frame 63 {
gotoAndPlay('walk');
}
frame 71 {
gotoAndPlay('jump');
}
frame 79 {
gotoAndPlay('fly');
}
frame 91 {
gotoAndPlay('damage');
}
frame 95 {
gotoAndPlay('damage2');
}
frame 98 {
stop();
}
frame 101 {
stop();
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 15;
damage = 11;
xvel = -5;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 125 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 50;
damage = 16;
xvel = -7;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 152 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 80;
damage = 30;
xvel = -16;
yvel = 0;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 200 {
stop();
this._parent.hantei.attack = 0;
}
frame 203 {
this._parent.hantei.jump = 10;
this._parent.hantei.velY = -20;
this._parent.hantei.velX = 3 * (this._parent._xscale * 0.01);
}
instance kougeki of movieClip 127 {
onClipEvent (load) {
atk = 145;
damage = 230;
xvel = -16;
yvel = -10;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('bun1');
}
}
}
frame 266 {
stop();
this._parent.hantei.attack = 0;
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 18;
damage = 11;
xvel = -6;
yvel = 0;
homing = 0;
size = 1;
speed = 15;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama1');
}
}
}
frame 325 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 138;
damage = 230;
xvel = -10;
yvel = -4;
homing = 2;
size = 2;
speed = 10;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 421 {
stop();
this._parent.hantei.attack = 0;
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_yscale = _yscale + 5;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae1');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('kamae2');
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('ff9');
}
}
}
instance kougeki of movieClip 144 {
onClipEvent (load) {
atk = 500;
damage = 660;
xvel = -16;
yvel = -10;
homing = 5;
size = 6;
speed = 50;
}
}
instance of movieClip 81 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1 && this._parent._parent._parent.gamen == undefined) {
gotoAndPlay('tama2');
}
}
}
frame 616 {
stop();
}
}
movieClip 909 {
instance of movieClip 194 {
onClipEvent (load) {
gotoAndStop('stop');
}
}
instance of movieClip 279 {
onClipEvent (load) {
gotoAndStop('stop');
}
}
instance of movieClip 349 {
onClipEvent (load) {
gotoAndStop('stop');
}
}
instance of movieClip 429 {
onClipEvent (load) {
gotoAndStop('stop');
}
}
instance of movieClip 556 {
onClipEvent (load) {
gotoAndStop('stop');
}
}
instance of movieClip 621 {
onClipEvent (load) {
gotoAndStop('stop');
}
}
instance of movieClip 657 {
onClipEvent (load) {
gotoAndStop('stop');
if (_root.kakushi[6] == 1) {
this._visible = false;
}
}
}
instance of movieClip 750 {
onClipEvent (load) {
gotoAndStop('stop');
if (_root.kakushi[7] == 1) {
this._visible = false;
}
}
}
instance of movieClip 908 {
onClipEvent (load) {
gotoAndStop('stop');
if (_root.kakushi[8] == 1) {
this._visible = false;
}
}
}
}
// unknown tag 88 length 19
movieClip 913 {
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('op');
}
}
}
instance of movieClip 62 {
onClipEvent (load) {
gotoAndPlay(10);
}
}
instance of movieClip 62 {
onClipEvent (load) {
gotoAndPlay(20);
}
}
instance of movieClip 62 {
onClipEvent (load) {
gotoAndPlay(40);
}
}
instance of movieClip 62 {
onClipEvent (load) {
gotoAndPlay(30);
}
}
instance of movieClip 62 {
onClipEvent (load) {
gotoAndPlay(50);
}
}
instance of movieClip 62 {
onClipEvent (load) {
gotoAndPlay(70);
}
}
instance of movieClip 62 {
onClipEvent (load) {
gotoAndPlay(80);
}
}
instance of movieClip 62 {
onClipEvent (load) {
gotoAndPlay(90);
}
}
instance of movieClip 62 {
onClipEvent (load) {
gotoAndPlay(60);
}
}
instance of movieClip 81 {
onClipEvent (load) {
function sousa() {
key_1 = (key_12 == 0) * Key.isDown(49);
key_8 = (key_82 == 0) * Key.isDown(56);
key_12 = Key.isDown(49);
key_82 = Key.isDown(56);
key_p = (key_p2 == 0) * Key.isDown(80);
key_e = (key_e2 == 0) * Key.isDown(69);
key_a = (key_a2 == 0) * Key.isDown(65);
key_r = (key_r2 == 0) * Key.isDown(82);
key_l = (key_l2 == 0) * Key.isDown(76);
key_p2 = Key.isDown(80);
key_e2 = Key.isDown(69);
key_a2 = Key.isDown(65);
key_r2 = Key.isDown(82);
key_l2 = Key.isDown(76);
key_n = (key_n2 == 0) * Key.isDown(78);
key_u = (key_u2 == 0) * Key.isDown(85);
key_d = (key_d2 == 0) * Key.isDown(68);
key_n2 = Key.isDown(78);
key_u2 = Key.isDown(85);
key_d2 = Key.isDown(68);
}
time = 0;
pearl = 0;
nude = 0;
key_12 = 0;
key_82 = 0;
key_p2 = 0;
key_e2 = 0;
key_a2 = 0;
key_r2 = 0;
key_l2 = 0;
key_n2 = 0;
key_u2 = 0;
key_d2 = 0;
sousa();
}
onClipEvent (enterFrame) {
++time;
sousa();
if (key_1) {
_root.kakushi[6] = 0;
gotoAndPlay('kakushi7');
}
if (key_8) {
_root.kakushi[7] = 0;
gotoAndPlay('kakushi8');
}
if (key_p) {
pearl = 0;
pearl = 0;
}
if (key_e) {
pearl = 1;
pearl = 1 * 2;
}
if (key_a) {
pearl = 2;
pearl = 2 * 3;
}
if (key_r) {
pearl = 3;
pearl = 3 * 4;
}
if (key_l && pearl >= 4) {
pearl = 0;
_root.kakushi[8] = 0;
gotoAndPlay('kakuship');
}
if (_root.kakushi[8] == 0) {
if (key_n) {
nude = 0;
nude = 0;
}
if (key_u) {
nude = 1;
nude = 1 * 2;
}
if (key_d) {
nude = 2;
nude = 2 * 3;
}
if (key_e && nude >= 3) {
nude = 0;
_root.nude = 4;
gotoAndPlay('kakuship');
}
}
}
}
frame 1050 {
stop();
}
}
// unknown tag 88 length 131
movieClip 916 {
}
movieClip 919 {
}
movieClip 921 {
}
movieClip 923 {
}
movieClip 924 {
instance mode0 of movieClip 919 {
onClipEvent (rollOver) {
this._parent.select = 0;
}
onClipEvent (release) {
_root.main.men = 1;
cont = 0;
cpu = 1;
_root.main.gotoAndStop('select');
}
}
instance mode1 of movieClip 921 {
onClipEvent (rollOver) {
this._parent.select = 1;
}
onClipEvent (release) {
_root.main.men = 1;
cont = 0;
cpu = 0;
_root.main.gotoAndStop('select');
}
}
instance mode2 of movieClip 923 {
onClipEvent (rollOver) {
this._parent.select = 2;
}
onClipEvent (release) {
_root.main.gotoAndStop('how');
}
}
}
// unknown tag 88 length 67
// unknown tag 88 length 35
// unknown tag 88 length 70
button 934 {
on (release) {
getURL('http://aa.wew.jp/', '_blank');
}
}
// unknown tag 88 length 80
// unknown tag 88 length 76
// unknown tag 88 length 69
// unknown tag 88 length 19
// unknown tag 88 length 67
movieClip 969 {
instance of movieClip 7 {
onClipEvent (load) {
playerID = this._parent.playerID;
this._parent.gotoAndStop(_root.main.player[playerID] + 1);
}
onClipEvent (enterFrame) {
playerID = this._parent.playerID;
this._parent.gotoAndStop(_root.main.player[playerID] + 1);
}
}
}
movieClip 977 {
frame 1 {
stop();
}
frame 6 {
gotoAndStop(1);
}
frame 10 {
gotoAndStop(1);
}
frame 16 {
gotoAndStop(1);
}
frame 20 {
gotoAndStop(11);
}
frame 26 {
gotoAndStop(1);
}
frame 30 {
gotoAndStop(21);
}
}
movieClip 978 {
instance pl2 of movieClip 977 {
onClipEvent (load) {
if (_root.main.cpu == 1) {
gotoAndStop(21);
} else {
gotoAndStop(11);
}
_alpha = 0;
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time % 4 <= 1 && this._parent._parent.hantei.kettei[1] == 0) {
_xscale = 95;
_yscale = 95;
} else {
_xscale = 100;
_yscale = 100;
}
}
}
instance pl1 of movieClip 977 {
onClipEvent (load) {
stop();
_alpha = 0;
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time % 4 >= 2 && this._parent._parent.hantei.kettei[0] == 0) {
_xscale = 95;
_yscale = 95;
} else {
_xscale = 100;
_yscale = 100;
}
}
}
instance of movieClip 7 {
onClipEvent (load) {
playerID = this._parent.playerID;
this._parent.gotoAndStop(playerID + 1);
if (_root.main.cpudead[playerID] == 1 && _root.main.player[0] != playerID) {
this._parent.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.hantei.player0 == playerID) {
this._parent.pl1._alpha = 100;
} else {
this._parent.pl1._alpha = 0;
}
if (this._parent._parent.hantei.player1 == playerID) {
this._parent.pl2._alpha = 100;
} else {
this._parent.pl2._alpha = 0;
}
}
}
}
// unknown tag 88 length 103
movieClip 982 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
}
movieClip 984 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
}
// unknown tag 88 length 80
movieClip 997 {
}
movieClip 999 {
}
movieClip 1004 {
}
movieClip 1006 {
}
movieClip 1007 {
frame 1 {
stop();
}
}
movieClip 1008 {
frame 1 {
stop();
}
instance e8 of movieClip 908 {
onClipEvent (load) {
function hyouji() {
player = this._parent.player;
if (_root.main.player[player] != chara) {
this.swapDepths(11);
this.removeMovieClip();
} else {
if (this._parent._parent.gamen == undefined) {
_root.main.ima[player] = this._currentframe;
} else {
this.gotoAndStop(_root.main.ima[player]);
}
}
}
chara = 8;
hyouji();
}
onClipEvent (enterFrame) {
hyouji();
}
}
instance e7 of movieClip 750 {
onClipEvent (load) {
function hyouji() {
player = this._parent.player;
if (_root.main.player[player] != chara) {
this.swapDepths(11);
this.removeMovieClip();
} else {
if (this._parent._parent.gamen == undefined) {
_root.main.ima[player] = this._currentframe;
} else {
this.gotoAndStop(_root.main.ima[player]);
}
}
}
chara = 7;
hyouji();
}
onClipEvent (enterFrame) {
hyouji();
}
}
instance e6 of movieClip 657 {
onClipEvent (load) {
function hyouji() {
player = this._parent.player;
if (_root.main.player[player] != chara) {
this.swapDepths(11);
this.removeMovieClip();
} else {
if (this._parent._parent.gamen == undefined) {
_root.main.ima[player] = this._currentframe;
} else {
this.gotoAndStop(_root.main.ima[player]);
}
}
}
chara = 6;
hyouji();
}
onClipEvent (enterFrame) {
hyouji();
}
}
instance e5 of movieClip 194 {
onClipEvent (load) {
function hyouji() {
player = this._parent.player;
if (_root.main.player[player] != chara) {
this.swapDepths(11);
this.removeMovieClip();
} else {
if (this._parent._parent.gamen == undefined) {
_root.main.ima[player] = this._currentframe;
} else {
this.gotoAndStop(_root.main.ima[player]);
}
}
}
chara = 5;
hyouji();
}
onClipEvent (enterFrame) {
hyouji();
}
}
instance e4 of movieClip 279 {
onClipEvent (load) {
function hyouji() {
player = this._parent.player;
if (_root.main.player[player] != chara) {
this.swapDepths(11);
this.removeMovieClip();
} else {
if (this._parent._parent.gamen == undefined) {
_root.main.ima[player] = this._currentframe;
} else {
this.gotoAndStop(_root.main.ima[player]);
}
}
}
chara = 4;
hyouji();
}
onClipEvent (enterFrame) {
hyouji();
}
}
instance e3 of movieClip 556 {
onClipEvent (load) {
function hyouji() {
player = this._parent.player;
if (_root.main.player[player] != chara) {
this.swapDepths(11);
this.removeMovieClip();
} else {
if (this._parent._parent.gamen == undefined) {
_root.main.ima[player] = this._currentframe;
} else {
this.gotoAndStop(_root.main.ima[player]);
}
}
}
chara = 3;
hyouji();
}
onClipEvent (enterFrame) {
hyouji();
}
}
instance e2 of movieClip 349 {
onClipEvent (load) {
function hyouji() {
player = this._parent.player;
if (_root.main.player[player] != chara) {
this.swapDepths(11);
this.removeMovieClip();
} else {
if (this._parent._parent.gamen == undefined) {
_root.main.ima[player] = this._currentframe;
} else {
this.gotoAndStop(_root.main.ima[player]);
}
}
}
chara = 2;
hyouji();
}
onClipEvent (enterFrame) {
hyouji();
}
}
instance e1 of movieClip 429 {
onClipEvent (load) {
function hyouji() {
player = this._parent.player;
if (_root.main.player[player] != chara) {
this.swapDepths(11);
this.removeMovieClip();
} else {
if (this._parent._parent.gamen == undefined) {
_root.main.ima[player] = this._currentframe;
} else {
this.gotoAndStop(_root.main.ima[player]);
}
}
}
chara = 1;
hyouji();
}
onClipEvent (enterFrame) {
hyouji();
}
}
instance e0 of movieClip 621 {
onClipEvent (load) {
function hyouji() {
player = this._parent.player;
if (_root.main.player[player] != chara) {
this.swapDepths(11);
this.removeMovieClip();
} else {
if (this._parent._parent.gamen == undefined) {
_root.main.ima[player] = this._currentframe;
} else {
this.gotoAndStop(_root.main.ima[player]);
}
}
}
chara = 0;
hyouji();
}
onClipEvent (enterFrame) {
hyouji();
}
}
instance hantei of movieClip 7 {
onClipEvent (load) {
function tsuyosa() {
xpower = _root.xpower[playerID] * size;
ypower = _root.ypower[playerID] * size;
gravity = _root.gravity[playerID] * size;
xpower2 = _root.xpower2[playerID] * size;
ypower2 = _root.ypower2[playerID] * size;
}
function teki() {
if ((attack == 0 || attack >= 1001 && this._parent['e' + playerID].kougeki == undefined) && this._parent._x >= this._parent._parent['player' + enemy]._x) {
muki = -1;
} else {
muki = 1;
}
if ((attack == 0 || attack >= 1001 && this._parent['e' + playerID].kougeki == undefined) && damage == 0) {
this._parent._xscale = ((muki == 1) - (muki == -1)) * 100 * size;
}
maaiX = Math.abs(this._parent._x - this._parent._parent['player' + enemy]._x);
maaiY = this._parent._y - this._parent._parent['player' + enemy]._y;
maai = Math.abs(maaiX) + Math.abs(maaiY);
if (attack < 100 || attack >= 500) {
rad = Math.atan2(this._parent._parent['player' + enemy]._y - this._parent._parent['player' + enemy]._height / 2 - (this._parent._y - this._parent._height), this._parent._parent['player' + enemy]._x - this._parent._x);
homingX = Math.cos(rad);
homingY = Math.sin(rad);
rot = Math.atan2(velY, velX) * 180 / Math.PI;
}
}
function sousa() {
ugokashi = time >= 60 && _root.main.HP[0] > 0 && _root.main.HP[1] > 0;
if (ugokashi == 0) {
key_a = 0;
key_b = 0;
key_c = 0;
key_a2 = 0;
key_b2 = 0;
key_c2 = 0;
key_x2 = 0;
key_y2 = 0;
key_x1 = 0;
key_y1 = 0;
} else {
if (player == 0) {
key_a = (key_a2 == 0) * (Key.isDown(90) || cpu > 0 && Key.isDown(190));
key_b = (key_b2 == 0) * (Key.isDown(88) || cpu > 0 && Key.isDown(191));
key_c = (key_c2 == 0) * (Key.isDown(67) || cpu > 0 && Key.isDown(226));
key_a2 = Key.isDown(90) || cpu > 0 && Key.isDown(190);
key_b2 = Key.isDown(88) || cpu > 0 && Key.isDown(191);
key_c2 = Key.isDown(67) || cpu > 0 && Key.isDown(226);
key_x2 = (key_x1 == 0) * (Key.isDown(75) - Key.isDown(72) + (cpu > 0) * (Key.isDown(39) - Key.isDown(37)));
key_y2 = (key_y1 == 0) * (Key.isDown(78) - Key.isDown(85) + (cpu > 0) * (Key.isDown(40) - Key.isDown(38)));
key_x1 = Key.isDown(75) - Key.isDown(72) + (cpu > 0) * (Key.isDown(39) - Key.isDown(37));
key_y1 = Key.isDown(78) - Key.isDown(85) + (cpu > 0) * (Key.isDown(40) - Key.isDown(38));
} else {
if (player == 1 && cpu == 0) {
key_a = (key_a2 == 0) * Key.isDown(190);
key_b = (key_b2 == 0) * Key.isDown(191);
key_c = (key_c2 == 0) * Key.isDown(226);
key_a2 = Key.isDown(190);
key_b2 = Key.isDown(191);
key_c2 = Key.isDown(226);
key_x2 = (key_x1 == 0) * (Key.isDown(39) - Key.isDown(37));
key_y2 = (key_y1 == 0) * (Key.isDown(40) - Key.isDown(38));
key_x1 = Key.isDown(39) - Key.isDown(37);
key_y1 = Key.isDown(40) - Key.isDown(38);
}
}
}
}
function sousacpu() {
key_a = 0;
key_b = 0;
key_c = 0;
key_a2 = 0;
key_b2 = 0;
key_c2 = 0;
key_x2 = 0;
key_y2 = 0;
key_x1 = 0;
key_y1 = 0;
ugokashi = time >= 60 && _root.main.HP[0] > 0 && _root.main.HP[1] > 0;
if (ugokashi > 0) {
if ((Math.random() < 0.03 * cpu || cpu >= 5) && maaiX > 100) {
key_x1 = muki;
}
if (cpu >= 5 && _root.main.MP[player] >= 500 && maai < 800 && this._parent._x >= 700 && this._parent._x <= 2500) {
key_x1 = -muki;
}
if (Math.random() < 0.01 * cpu && jump == 0) {
key_y1 = -1;
}
if ((Math.random() < 0.03 * cpu || maaiY > 0) && jump == 10 && velY >= 0) {
key_y1 = -1;
}
if ((Math.random() < 0.03 * cpu || cpu >= 5) && jump == 1 && Math.abs(maaiY) > 50) {
key_y1 = 1 - (maaiY > 0) * 2;
}
if (cpu >= 5 && jump == 1 && _root.main['player' + enemy].hantei.damage >= 1000) {
key_y1 = 1;
}
if (Math.random() < 0.003 * cpu && jump == 0 && maaiX < 100 && Math.abs(maaiY) < 50 && _root.main.MP[player] >= 250 && _root.main['player' + enemy].hantei.damage <= 0 && _root.main['player' + enemy].hantei.attack <= 0) {
key_y2 = 1;
} else {
if (Math.random() < 0.005 * cpu && maaiX < 100 && Math.abs(maaiY) < 50 && _root.main['player' + enemy].hantei.damage <= 1000) {
key_c = 1;
} else {
if (Math.random() < 0.01 * cpu && maaiX < 100 && Math.abs(maaiY) < 50 && _root.main['player' + enemy].hantei.damage <= 1000) {
key_b = 1;
} else {
if (Math.random() < 0.03 * cpu && maaiX < 50 && Math.abs(maaiY) < 50 && _root.main['player' + enemy].hantei.damage <= 1000) {
key_a = 1;
}
}
}
}
if ((Math.random() < 0.01 * cpu || cpu >= 5) && maai >= 800 && _root.main.MP[player] >= 600) {
key_c = 1;
} else {
if (Math.random() < 0.01 * cpu && maai >= 500 && _root.main.MP[player] >= 200 + cpu * 20 && (cpu <= 4 || _root.main.MP[player] < 500 || _root.main.MP[player] >= 800) && _root.main['player' + enemy].hantei.damage <= 1000) {
key_b = 1;
} else {
if (Math.random() < 0.03 * cpu && maai >= 400 && _root.main.MP[player] >= 60 + cpu * 20 && (cpu <= 4 || _root.main.MP[player] < 400 || _root.main.MP[player] >= 660) && _root.main['player' + enemy].hantei.damage <= 1000) {
key_a = 1;
}
}
}
if ((Math.random() < 0.03 * cpu || cpu >= 5) && attack <= 0 && (damage <= 0 || damage >= 1001) && (canguard > 0 || _root.main['player' + enemy].hantei.attack > 0)) {
key_x1 = -muki;
key_y1 = 0;
}
}
}
velX = 0;
velY = 0;
jump = 10;
muki = 1;
attack = 0;
damage = 0;
guard = 0;
canguard = 0;
ff = 0;
hit = 0;
cpu = _root.main.cpu;
time = 0;
ima = _root.main._currentframe;
if (this._parent._name == 'player1') {
player = 1;
enemy = 0;
} else {
player = 0;
enemy = 1;
}
playerID = _root.main.player[player];
this._parent.gotoAndStop('jump');
size = Math.abs(this._parent._xscale * 0.01);
key_a = 0;
key_b = 0;
key_c = 0;
key_d = 0;
key_x1 = 0;
key_x2 = 0;
key_y1 = 0;
key_y2 = 0;
tsuyosa();
teki();
sousa();
var color = new flash.geom.ColorTransform();
var motocolor = this.transform.colorTransform;
color.rgb = 65280;
this.transform.colorTransform = motocolor;
var param = new flash.filters.GlowFilter();
if (player == 0) {
param.color = 16711680;
} else {
param.color = 255;
}
param.alpha = 1;
if (_root.main.player[player] == _root.main.player[enemy]) {
param.blurX = 100;
param.blurY = 100;
param.strength = 2;
this._parent.filters = new Array(param);
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.gamen != undefined) {
if (_root.main._currentframe >= 10 && _root.main._currentframe <= 50) {
this._parent.gotoAndStop('stop');
this._parent._xscale = _root.main['player' + player]._xscale;
this._parent._x = _root.main['player' + player]._x;
this._parent._y = _root.main['player' + player]._y;
} else {
this._parent.gotoAndStop('keshi');
}
} else {
hanteix1 = (this._parent.getBounds(_root)).xMin;
hanteix2 = (this._parent.getBounds(_root)).xMax;
hanteiy1 = (this._parent.getBounds(_root)).yMin;
hanteiy2 = (this._parent.getBounds(_root)).yMax;
tsuyosa();
teki();
if (cpu > 0 && player == 1) {
sousacpu();
} else {
sousa();
}
++time;
if (damage <= 0) {
guard = 0;
if (key_c && attack <= 0 && maai >= 800 && _root.main.MP[player] >= 600) {
attack = 1001;
_root.main.MP[player] -= 600;
} else {
if (key_y2 == 1 && attack <= 0 && jump == 0 && _root.main['player' + enemy].hantei.damage <= 0 && _root.main.MP[player] >= 250) {
attack = 501;
_root.main.MP[player] -= 250;
} else {
if (key_b && _root.main.MP[player] >= 200 && (attack <= 0 && maai >= 500 || attack >= 51 && attack <= 99 && hit > 0)) {
attack = 201;
_root.main.MP[player] -= 200;
} else {
if (key_a && _root.main.MP[player] >= 60 && (attack <= 0 && maai >= 400 || attack >= 51 && attack <= 99 && hit > 0)) {
attack = 101;
_root.main.MP[player] -= 60;
} else {
if (key_c && (attack <= 0 || attack <= 50 && hit > 0)) {
attack = 51;
} else {
if (key_b && (attack <= 0 || attack <= 20 && hit > 0)) {
attack = 21;
} else {
if (key_a && attack <= 0) {
attack = 1;
}
}
}
}
}
}
}
}
if (key_x1 == -muki && key_y1 == 0 && attack <= 0 && (damage <= 0 || damage >= 1001) && (canguard > 0 || _root.main['player' + enemy].hantei.attack > 0)) {
guard = 1;
}
if (ugokashi && attack <= 0) {
_root.main.MP[player] += 1 - (jump == 1) * 0.5;
if (_root.main.MP[player] > _root.main.MMP[player]) {
_root.main.MP[player] = _root.main.MMP[player];
}
}
if (jump != 0 || damage >= 100 && damage < 1000) {
if (damage >= 100) {
jump = 10;
velY += 1;
} else {
if (jump >= 10 && damage <= 0) {
velY += gravity;
if (velY >= 0 && key_y1 == -1) {
jump = 1;
}
} else {
if (attack <= 0 && damage <= 0 && guard == 0) {
velX += ((key_x1 > 0 && velX < xpower2) - (key_x1 < 0 && velX > -xpower2)) * (xpower2 * (0.08 - (key_x1 != muki) * 0.03));
velY += ((key_y1 > 0 && velY < ypower2) - (key_y1 < 0 && velY > -ypower2)) * (ypower2 * (0.06 - (key_y1 == -1) * 0.02));
}
if (damage <= 0) {
velX *= 0.95;
velY *= 0.95;
}
}
}
if (this._parent._parent.chikei.hitTest((hanteix1 + hanteix2) / 2, hanteiy2, true) && velY > 0) {
this._parent._y -= velY / 2;
velY = 0;
jump = 0;
if (damage >= 100) {
damage = 1001;
}
} else {
if (this._parent._parent.chikei.hitTest((hanteix1 + hanteix2) / 2, hanteiy1, true) && velY < 0) {
velY = -velY;
}
}
}
if (jump == 0 || damage >= 1000) {
velX *= 0.88;
if (attack <= 0 && damage <= 0 && guard <= 0) {
velX += ((key_x1 > 0 && velX < xpower) - (key_x1 < 0 && velX > -xpower)) * xpower * (0.25 - (key_x1 != muki) * 0.15);
}
if (velX < 0.1 && velX > -0.1) {
velX = 0;
}
if (velX != 0) {
if (this._parent._parent.chikei.hitTest(hanteix1, hanteiy2, true) && velX < 0 || this._parent._parent.chikei.hitTest(hanteix2, hanteiy2, true) && velX > 0) {
this._parent._y += -4;
}
}
if (this._parent._parent.chikei.hitTest((hanteix1 + hanteix2) / 2, hanteiy2 - 2, true)) {
this._parent._y -= 2;
}
if (this._parent._parent.chikei.hitTest((hanteix1 + hanteix2) / 2, hanteiy2, true)) {
velY = 0;
} else {
velY += gravity;
}
if (velY > 12) {
jump = 10;
if (damage >= 1000) {
damage = 200;
}
} else {
if (key_y1 < 0 && attack == 0 && damage == 0) {
velY = -ypower;
jump = 10;
}
}
}
if (attack > 0) {
}
i = 1;
while (i <= 6) {
if (this._parent._parent.chikei['moveyuka' + i].hitTest((hanteix1 + hanteix2) / 2, hanteiy2 + 2, true)) {
this._parent._y += this._parent._parent.chikei['moveyuka' + i].velY;
this._parent._x += this._parent._parent.chikei['moveyuka' + i].velX;
}
++i;
}
if ((this._parent._parent.chikei.hitTest(hanteix2, hanteiy2 - 20, true) || this._parent._parent.chikei.hitTest(hanteix2, hanteiy1, true)) && velX > 0) {
this._parent._x -= velX;
velX = -velX;
}
if ((this._parent._parent.chikei.hitTest(hanteix1, hanteiy2 - 20, true) || this._parent._parent.chikei.hitTest(hanteix1, hanteiy1, true)) && velX < 0) {
this._parent._x -= velX;
velX = -velX;
}
if (damage > 0) {
attack = 0;
if (_root.main.HP[player] <= 0 && damage <= 1000) {
guard = 0;
damage = 500;
}
if (damage >= 1001) {
++damage;
if (damage >= 1061 && _root.main.HP[player] > 0) {
this._parent.gotoAndStop('oki');
if (damage >= 1100) {
damage = 0;
}
} else {
this._parent.gotoAndStop('down');
}
} else {
if (guard > 0) {
--damage;
this._parent.gotoAndStop('guard');
if (damage >= 100) {
damage %= 100;
}
} else {
if (damage >= 101) {
--damage;
this._parent.gotoAndStop('damage2');
if (damage <= 100) {
damage = 0;
}
} else {
--damage;
this._parent.gotoAndStop('damage');
}
}
}
} else {
if (attack > 0) {
++attack;
guard = 0;
if (attack >= 1001) {
this._parent.gotoAndStop('ff');
if (attack >= 1300) {
attack = 0;
}
} else {
if (attack >= 501) {
this._parent.gotoAndStop('attack4');
if (attack >= 600) {
attack = 0;
}
} else {
if (attack >= 201) {
this._parent.gotoAndStop('tama2');
if (attack >= 270) {
attack = 0;
}
} else {
if (attack >= 101) {
this._parent.gotoAndStop('tama');
if (attack >= 120) {
attack = 0;
}
} else {
if (attack >= 51) {
this._parent.gotoAndStop('attack' + (2 + (attack >= 51)));
if (attack >= 100) {
attack = 0;
}
} else {
if (attack >= 21) {
this._parent.gotoAndStop('attack2');
if (attack >= 50) {
attack = 0;
}
} else {
this._parent.gotoAndStop('attack');
if (attack >= 20) {
attack = 0;
}
}
}
}
}
}
}
} else {
if (_root.main['player' + enemy].hantei.damage >= 1100) {
this._parent.gotoAndStop('win');
} else {
if (guard > 0) {
this._parent.gotoAndStop('guard');
} else {
if (jump != 0) {
if (jump == 10) {
this._parent.gotoAndStop('jump');
} else {
this._parent.gotoAndStop('fly');
}
} else {
if (velX != 0) {
if (velX / Math.abs(velX) != muki) {
this._parent.gotoAndStop('back');
} else {
this._parent.gotoAndStop('walk');
}
} else {
this._parent.gotoAndStop('stop');
}
}
}
}
}
}
this._parent._x += velX;
this._parent._y += velY;
if (jump == 1 && damage <= 0) {
this._parent._y += Math.cos(0.1 * time);
}
canguard = 0;
if (attack <= 0) {
hit = 0;
}
if (attack >= 1001) {
ff = 1;
} else {
if (_root.main['player' + enemy].hantei.ff == 1) {
ff = 2;
} else {
ff = 0;
}
}
if (this._parent._x > 3500 || this._parent._x < -100 || this._parent._y > 2000 || this._parent._y < -100) {
this._parent._X = 1600;
this._parent._y = 600;
}
}
}
}
frame 2 {
stop();
this['e' + this.hantei.playerID].gotoAndStop('stop');
}
frame 3 {
this['e' + this.hantei.playerID].gotoAndPlay('walk');
}
frame 4 {
this['e' + this.hantei.playerID].gotoAndPlay('back');
}
frame 5 {
this['e' + this.hantei.playerID].gotoAndPlay('jump');
}
frame 6 {
this['e' + this.hantei.playerID].gotoAndPlay('fly');
}
frame 7 {
this['e' + this.hantei.playerID].gotoAndPlay('attack');
}
frame 8 {
this['e' + this.hantei.playerID].gotoAndPlay('attack2');
}
frame 9 {
this['e' + this.hantei.playerID].gotoAndPlay('attack3');
}
frame 10 {
this['e' + this.hantei.playerID].gotoAndPlay('attack4');
}
frame 17 {
this['e' + this.hantei.playerID].gotoAndPlay('tama');
}
frame 18 {
this['e' + this.hantei.playerID].gotoAndPlay('tama2');
}
frame 19 {
this['e' + this.hantei.playerID].gotoAndPlay('tama3');
}
frame 27 {
this['e' + this.hantei.playerID].gotoAndPlay('guard');
}
frame 28 {
this['e' + this.hantei.playerID].gotoAndPlay('damage');
}
frame 29 {
this['e' + this.hantei.playerID].gotoAndPlay('damage2');
}
frame 30 {
this['e' + this.hantei.playerID].gotoAndPlay('down');
}
frame 31 {
this['e' + this.hantei.playerID].gotoAndPlay('oki');
}
frame 34 {
this['e' + this.hantei.playerID].gotoAndStop('stop0');
}
}
movieClip 1010 {
}
movieClip 1012 {
}
movieClip 1015 {
}
movieClip 1019 {
}
movieClip 1020 {
}
// unknown tag 88 length 64
// unknown tag 88 length 73
movieClip 1027 {
}
movieClip 1029 {
}
// unknown tag 88 length 72
movieClip 1035 {
}
movieClip 1039 {
frame 1 {
stop();
}
}
movieClip 1042 {
}
movieClip 1045 {
}
movieClip 1047 {
}
movieClip 1050 {
}
movieClip 1052 {
}
movieClip 1054 {
}
movieClip 1056 {
}
movieClip 1058 {
}
movieClip 1066 {
}
movieClip 1074 {
}
movieClip 1075 {
}
movieClip 1076 {
instance of movieClip 1042 {
onClipEvent (load) {
if (_root.kakushi[7] == 1) {
this._visible = false;
}
}
}
instance of movieClip 1045 {
onClipEvent (load) {
if (_root.kakushi[8] == 1) {
this._visible = false;
}
}
}
instance of movieClip 1050 {
onClipEvent (load) {
if (_root.main.menkuri[2] == 2) {
this._visible = false;
}
}
}
instance of movieClip 1052 {
onClipEvent (load) {
if (_root.main.menkuri[1] == 2) {
this._visible = false;
}
}
}
instance of movieClip 1054 {
onClipEvent (load) {
if (_root.main.menkuri[0] == 2) {
this._visible = false;
}
}
}
instance of movieClip 1056 {
onClipEvent (load) {
if (_root.main.menkuri[3] == 2) {
this._visible = false;
}
}
}
}
movieClip 1078 {
}
// unknown tag 88 length 38
movieClip 1082 {
}
movieClip 1084 {
}
movieClip 1086 {
}
// unknown tag 88 length 22
movieClip 1091 {
frame 1 {
stop();
}
}
movieClip 1094 {
}
movieClip 1095 {
frame 1 {
stopAllSounds();
}
frame 6501 {
stop();
}
instance of movieClip 1094 {
onClipEvent (load) {
if (_root.main.fffinish >= 9) {
this._visible = true;
} else {
this._visible = false;
}
}
}
}
movieClip 1096 {
frame 1 {
men = 1;
startmen = men;
score = 0;
hiscore = 0;
sousa = 0;
cont = 0;
cpu = 0;
var player = [0, 2];
var ima = [1, 1];
var cpudead = [0, 0, 0, 0, 0, 0, 0, 0, 0];
var kakusi = [0, 0, 0, 0, 0, 0, 1, 1, 1];
fffinish = 0;
var shared_obj = SharedObject.getLocal('finalflash');
if (shared_obj) {
if (shared_obj.data.hiscore != undefined) {
_root.main.hiscore = shared_obj.data.hiscore;
}
shared_obj = null;
}
playerID = 0;
var dead = [0, 0, 0, 0];
var menkuri = [0, 0, 0, 0];
stop();
}
frame 1 {
stopAllSounds();
}
instance of movieClip 913 {
onClipEvent (load) {
pearl = 0;
nude = 0;
if (this._parent._currentframe == 3) {
gotoAndStop(1050);
}
}
onClipEvent (enterFrame) {
if (this._parent._currentframe == 3) {
gotoAndStop(1050);
} else {
if (this._currentframe >= 1050) {
this._parent.gotoAndStop('title2');
}
}
}
}
instance of movieClip 916 {
onClipEvent (load) {
function sousa() {
key_a = (key_a2 == 0) * (Key.isDown(90) || Key.isDown(190));
key_b = (key_b2 == 0) * (Key.isDown(88) || Key.isDown(191));
key_c = (key_c2 == 0) * (Key.isDown(67) || Key.isDown(226));
key_a2 = Key.isDown(90) || Key.isDown(190);
key_b2 = Key.isDown(88) || Key.isDown(191);
key_c2 = Key.isDown(67) || Key.isDown(226);
key_x2 = (key_x1 == 0) * ((Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37)));
key_y2 = (key_y1 == 0) * ((Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38)));
key_x1 = (Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37));
key_y1 = (Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38));
}
key_a = 0;
key_b = 0;
key_c = 0;
key_d = 0;
key_x1 = 0;
key_x2 = 0;
key_y1 = 0;
key_y2 = 0;
sousa();
}
onClipEvent (enterFrame) {
sousa();
if (_root.main._currentframe != 3) {
this._visible = true;
if (key_a || key_b || key_c) {
_root.main.gotoAndStop(3);
}
} else {
this._visible = false;
}
}
onClipEvent (release) {
if (_root.main._currentframe != 3) {
_root.main.gotoAndStop(3);
}
}
}
frame 2 {
men = 1;
startmen = men;
score = 0;
sousa = 0;
cont = 0;
cpu = 0;
fffinish = 0;
var player = [0, 2];
var ima = [1, 1];
var cpudead = [0, 0, 0, 0, 0, 0, 0, 0, 0];
playerID = 0;
var dead = [0, 0, 0, 0];
var menkuri = [0, 0, 0, 0];
stop();
}
instance select of movieClip 924 {
onClipEvent (load) {
function sousa() {
key_a = (key_a2 == 0) * (Key.isDown(90) || Key.isDown(190));
key_b = (key_b2 == 0) * (Key.isDown(88) || Key.isDown(191));
key_c = (key_c2 == 0) * (Key.isDown(67) || Key.isDown(226));
key_a2 = Key.isDown(90) || Key.isDown(190);
key_b2 = Key.isDown(88) || Key.isDown(191);
key_c2 = Key.isDown(67) || Key.isDown(226);
key_x2 = (key_x1 == 0) * ((Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37)));
key_y2 = (key_y1 == 0) * ((Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38)));
key_x1 = (Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37));
key_y1 = (Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38));
}
select = 0;
cpu = 1;
key_a = 0;
key_b = 0;
key_c = 0;
key_d = 0;
key_x1 = 0;
key_x2 = 0;
key_y1 = 0;
key_y2 = 0;
sousa();
}
onClipEvent (enterFrame) {
sousa();
select += key_y2;
if (select < 0) {
select = 2;
} else {
if (select > 2) {
select = 0;
}
}
if (select == 0) {
_root.main.cpu = 1;
_root.main.fffinish = 0;
this.mode0._alpha = 100;
} else {
mode0._alpha = 20;
}
if (select == 1) {
_root.main.cpu = 0;
_root.main.fffinish = 0;
this.mode1._alpha = 100;
} else {
mode1._alpha = 20;
}
if (select == 2) {
_root.main.cpu = 0;
_root.main.fffinish = 0;
this.mode2._alpha = 100;
} else {
mode2._alpha = 20;
}
if (key_a || key_b || key_c) {
if (select == 2) {
_root.main.gotoAndStop('how');
} else {
_root.main.gotoAndStop('select');
}
}
}
}
frame 4 {
stopAllSounds();
}
instance of movieClip 916 {
onClipEvent (load) {
function sousa() {
key_a = (key_a2 == 0) * (Key.isDown(90) || Key.isDown(190));
key_b = (key_b2 == 0) * (Key.isDown(88) || Key.isDown(191));
key_c = (key_c2 == 0) * (Key.isDown(67) || Key.isDown(226));
key_a2 = Key.isDown(90) || Key.isDown(190);
key_b2 = Key.isDown(88) || Key.isDown(191);
key_c2 = Key.isDown(67) || Key.isDown(226);
key_x2 = (key_x1 == 0) * ((Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37)));
key_y2 = (key_y1 == 0) * ((Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38)));
key_x1 = (Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37));
key_y1 = (Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38));
}
key_a = 0;
key_b = 0;
key_c = 0;
key_d = 0;
key_x1 = 0;
key_x2 = 0;
key_y1 = 0;
key_y2 = 0;
sousa();
}
onClipEvent (enterFrame) {
sousa();
if (_root.main._currentframe != 3) {
this._visible = true;
if (key_a || key_b || key_c) {
_root.main.gotoAndStop(3);
}
} else {
this._visible = false;
}
}
onClipEvent (release) {
if (_root.main._currentframe != 3) {
_root.main.gotoAndStop(3);
}
}
}
frame 5 {
stop();
var MHP = [1000, 1000];
var HP = [1000, 1000];
var MMP = [1000, 1000];
var MP = [0, 0];
}
instance of movieClip 969 {
onClipEvent (load) {
playerID = 0;
}
}
instance of movieClip 969 {
onClipEvent (load) {
playerID = 1;
}
}
instance of movieClip 978 {
onClipEvent (load) {
playerID = 4;
}
}
instance of movieClip 978 {
onClipEvent (load) {
playerID = 0;
}
}
instance of movieClip 978 {
onClipEvent (load) {
playerID = 1;
}
}
instance of movieClip 978 {
onClipEvent (load) {
playerID = 2;
}
}
instance of movieClip 978 {
onClipEvent (load) {
playerID = 3;
}
}
instance of movieClip 978 {
onClipEvent (load) {
playerID = 5;
}
}
instance of movieClip 978 {
onClipEvent (load) {
playerID = 6;
if (_root.kakushi[playerID]) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.kakushi[playerID]) {
this._visible = false;
} else {
this._visible = true;
}
}
}
instance of movieClip 978 {
onClipEvent (load) {
playerID = 7;
if (_root.kakushi[playerID]) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.kakushi[playerID]) {
this._visible = false;
} else {
this._visible = true;
}
}
}
instance of movieClip 978 {
onClipEvent (load) {
playerID = 8;
if (_root.kakushi[playerID]) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.kakushi[playerID]) {
this._visible = false;
} else {
this._visible = true;
}
}
}
instance hantei of movieClip 982 {
onClipEvent (load) {
function sousa() {
key_a[0] = (key_a2[0] == 0) * (Key.isDown(90) || Key.isDown(88) || Key.isDown(67));
key_a2[0] = Key.isDown(90) || Key.isDown(88) || Key.isDown(67);
key_x2[0] = (key_x1[0] == 0) * (Key.isDown(75) - Key.isDown(72));
key_y2[0] = (key_y1[0] == 0) * (Key.isDown(78) - Key.isDown(85));
key_x1[0] = Key.isDown(75) - Key.isDown(72);
key_y1[0] = Key.isDown(78) - Key.isDown(85);
key_a[1] = (key_a2[1] == 0) * (Key.isDown(190) || Key.isDown(191) || Key.isDown(226));
key_a2[1] = Key.isDown(190) || Key.isDown(191) || Key.isDown(226);
key_x2[1] = (key_x1[1] == 0) * (Key.isDown(39) - Key.isDown(37));
key_y2[1] = (key_y1[1] == 0) * (Key.isDown(40) - Key.isDown(38));
key_x1[1] = Key.isDown(39) - Key.isDown(37);
key_y1[1] = Key.isDown(40) - Key.isDown(38);
}
stopAllSounds();
time = 0;
pearl = 0;
cpu = _root.main.cpu;
player0 = this._parent.player[0];
player1 = this._parent.player[1];
var key_x1 = [0, 0];
var key_x2 = [0, 0];
var key_y1 = [0, 0];
var key_y2 = [0, 0];
var key_a = [0, 0];
key_a2 = [0, 0];
var kettei = [_root.main.cpu >= 2, 0];
sousa();
}
onClipEvent (enterFrame) {
++time;
sousa();
if (kettei[0] > 0) {
++kettei[0];
}
if (kettei[1] > 0) {
++kettei[1];
}
if (kettei[0] >= 60 && kettei[1] >= 60) {
if (_root.main.cpu > 0) {
_root.main.gotoAndStop('men' + _root.main.cpu);
} else {
_root.main.gotoAndStop('select2');
}
}
if (kettei[0] == 0) {
if ((key_x2[0] == 1 || cpu > 0 && key_x2[1] == 1) && player0 % 3 < 2 && _root.kakushi[player0 + 1] == 0) {
player0 += 1;
gotoAndPlay(11);
}
if ((key_x2[0] == -1 || cpu > 0 && key_x2[1] == -1) && player0 % 3 > 0 && _root.kakushi[player0 - 1] == 0) {
player0 -= 1;
gotoAndPlay(11);
}
if ((key_y2[0] == 1 || cpu > 0 && key_y2[1] == 1) && player0 <= 5 && _root.kakushi[player0 + 3] == 0) {
player0 += 3;
gotoAndPlay(11);
}
if ((key_y2[0] == -1 || cpu > 0 && key_y2[1] == -1) && player0 >= 3 > 0 && _root.kakushi[player0 - 3] == 0) {
player0 -= 3;
gotoAndPlay(11);
}
this._parent.player[0] = player0;
if (key_a[0] || _root.main.cpu > 0 && key_a[1]) {
kettei[0] = 1;
gotoAndPlay(21);
}
}
if (kettei[1] == 0 && _root.main.cpu == 0) {
if (key_x2[1] == 1 && player1 % 3 < 2 && _root.kakushi[player1 + 1] == 0) {
player1 += 1;
gotoAndPlay(11);
}
if (key_x2[1] == -1 && player1 % 3 > 0 && _root.kakushi[player1 - 1] == 0) {
player1 -= 1;
gotoAndPlay(11);
}
if (key_y2[1] == 1 && player1 <= 5 && _root.kakushi[player1 + 3] == 0) {
player1 += 3;
gotoAndPlay(11);
}
if (key_y2[1] == -1 && player1 >= 3 > 0 && _root.kakushi[player1 - 3] == 0) {
player1 -= 3;
gotoAndPlay(11);
}
this._parent.player[1] = player1;
if (key_a[1]) {
kettei[1] = 1;
gotoAndPlay(21);
}
}
if (kettei[1] == 0 && _root.main.cpu > 0) {
if (_root.main.cpu < 7) {
do {
player1 = int(Math.random() * 6);
} while (_root.main.cpudead[player1] == 1);
} else {
player1 = _root.main.cpu - 1;
_root.kakushi[_root.main.cpu - 1] = 0;
}
this._parent.player[1] = player1;
if (time >= 120) {
kettei[1] = 1;
gotoAndPlay(21);
}
}
}
}
instance hantei of movieClip 984 {
onClipEvent (load) {
function sousa() {
key_a[0] = (key_a2[0] == 0) * (Key.isDown(90) || Key.isDown(88) || Key.isDown(67));
key_a2[0] = Key.isDown(90) || Key.isDown(88) || Key.isDown(67);
key_x2[0] = (key_x1[0] == 0) * (Key.isDown(75) - Key.isDown(72));
key_y2[0] = (key_y1[0] == 0) * (Key.isDown(78) - Key.isDown(85));
key_x1[0] = Key.isDown(75) - Key.isDown(72);
key_y1[0] = Key.isDown(78) - Key.isDown(85);
key_a[1] = (key_a2[1] == 0) * (Key.isDown(190) || Key.isDown(191) || Key.isDown(226));
key_a2[1] = Key.isDown(190) || Key.isDown(191) || Key.isDown(226);
key_x2[1] = (key_x1[1] == 0) * (Key.isDown(39) - Key.isDown(37));
key_y2[1] = (key_y1[1] == 0) * (Key.isDown(40) - Key.isDown(38));
key_x1[1] = Key.isDown(39) - Key.isDown(37);
key_y1[1] = Key.isDown(40) - Key.isDown(38);
}
time = 0;
erabi = 1;
cpu = 1;
kettei = 0;
var key_x1 = [0, 0];
var key_x2 = [0, 0];
var key_y1 = [0, 0];
var key_y2 = [0, 0];
var key_a = [0, 0];
key_a2 = [0, 0];
sousa();
}
onClipEvent (enterFrame) {
++time;
sousa();
if (kettei > 0) {
++kettei;
}
if (kettei >= 60) {
_root.main.gotoAndStop('men' + erabi);
}
if (kettei == 0) {
if (key_x2[0] == 1 || cpu > 0 && key_x2[1] == 1) {
erabi += 1;
gotoAndPlay(11);
}
if (key_x2[0] == -1 || cpu > 0 && key_x2[1] == -1) {
erabi -= 1;
gotoAndPlay(11);
}
if (erabi <= 0) {
erabi = 9;
} else {
if (erabi >= 10) {
erabi = 1;
}
}
if (key_a[0] || cpu > 0 && key_a[1]) {
kettei = 1;
gotoAndPlay(21);
}
}
this._parent.stagehyou.gotoAndStop(erabi);
}
}
frame 11 {
stop();
}
instance of movieClip 83 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance of movieClip 999 {
onClipEvent (load) {
X = _x;
Y = _y;
_x = X - this._parent._x + this._parent._x / 5;
_y = Y - this._parent._y + this._parent._y / 5;
}
onClipEvent (enterFrame) {
_x = X - this._parent._x + this._parent._x / 5;
_y = Y - this._parent._y + this._parent._y / 5;
}
}
instance of movieClip 1004 {
onClipEvent (load) {
X = _x;
Y = _y;
_x = X - this._parent._x + this._parent._x / 2;
_y = Y - this._parent._y + this._parent._y / 2;
}
onClipEvent (enterFrame) {
_x = X - this._parent._x + this._parent._x / 2;
_y = Y - this._parent._y + this._parent._y / 2;
}
}
instance player0 of movieClip 1008 {
onClipEvent (load) {
player = 0;
}
}
instance player1 of movieClip 1008 {
onClipEvent (load) {
player = 1;
}
}
instance aida of movieClip 7 {
onClipEvent (load) {
function aida() {
maaiX = (this._parent.player0._x + this._parent.player1._x) * 0.5;
maaiY = (this._parent.player0._y + this._parent.player1._y) * 0.5;
_x = maaiX;
_y = maaiY;
}
aida();
}
onClipEvent (enterFrame) {
aida();
}
}
instance of movieClip 7 {
onClipEvent (load) {
time = 0;
cpu = _root.main.cpu;
}
onClipEvent (enterFrame) {
dead0 = this._parent.player0.hantei.damage >= 1250;
dead1 = this._parent.player1.hantei.damage >= 1250;
if (this._parent.player1.hantei.damage == 1150 && cpu > 0 && _root.main.HP[0] > 0) {
_root.main.score += _root.main.HP[0] * 10;
if (_root.main.HP[0] >= 1000) {
_root.main.score += 10000;
}
}
if (dead0 || dead1) {
if (_root.main.cpu <= 0) {
_root.main.gotoAndStop('taisen');
} else {
if (dead0) {
_root.main.gotoAndStop('gaov');
} else {
_root.main.cpudead[_root.main.player[1]] = 1;
if (_root.main.cpu >= 9 || _root.main.cpu >= 6 && _root.main.fffinish < _root.main.cpu) {
if (_root.main.cpu >= 9) {
_root.main.gotoAndStop('ED2');
} else {
_root.main.gotoAndStop('ED');
}
} else {
++_root.main.cpu;
_root.main.gotoAndStop('select');
}
}
}
}
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('men1');
}
}
}
frame 13 {
stop();
}
instance of movieClip 1010 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('men2');
}
}
}
frame 15 {
stop();
}
instance of movieClip 1012 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('men3');
}
}
}
frame 17 {
stop();
}
instance of movieClip 83 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance of movieClip 1015 {
onClipEvent (load) {
X = _x;
Y = _y;
_x = X - this._parent._x + this._parent._x / 2;
_y = Y - this._parent._y + this._parent._y / 2;
}
onClipEvent (enterFrame) {
_x = X - this._parent._x + this._parent._x / 2;
_y = Y - this._parent._y + this._parent._y / 2;
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('men4');
}
}
}
frame 19 {
stop();
}
instance of movieClip 1010 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('men5');
}
}
}
frame 21 {
stop();
}
instance of movieClip 1012 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('men6');
}
}
}
frame 23 {
stop();
}
instance of movieClip 83 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance of movieClip 1020 {
onClipEvent (load) {
X = _x;
Y = _y;
_x = X - this._parent._x + this._parent._x / 1.5;
_y = Y - this._parent._y + this._parent._y / 1.5;
}
onClipEvent (enterFrame) {
_x = X - this._parent._x + this._parent._x / 1.5;
_y = Y - this._parent._y + this._parent._y / 1.5;
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('men7');
}
}
}
frame 25 {
stop();
}
instance of movieClip 1010 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('men8');
}
}
}
frame 27 {
stop();
}
instance of movieClip 1012 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('men9');
}
}
}
frame 29 {
stop();
}
frame 31 {
stop();
}
frame 33 {
stop();
}
frame 35 {
stop();
}
frame 37 {
stop();
}
frame 39 {
stop();
}
frame 41 {
stop();
}
frame 43 {
stop();
}
frame 45 {
stop();
}
frame 47 {
stop();
}
frame 49 {
stop();
}
frame 101 {
stop();
}
instance of movieClip 1027 {
onClipEvent (load) {
var shared_obj = SharedObject.getLocal('finalflash');
if (shared_obj) {
shared_obj.data.hiscore = _root.main.hiscore;
shared_obj.flush();
shared_obj = null;
}
}
onClipEvent (enterFrame) {
moji = escape('ã€#Final_Flash ~AAæ¦é—˜ä¼ï½žã€‘\r');
moji2 = escape('プレイヤー:' + _root.charname[_root.main.player[0]] + 'ã€' + _root.main.cpu + 'é¢ã§GAME OVER \r');
moji3 = escape('SCORE:' + _root.main.score + ' HI-score:' + _root.main.hiscore + ' \r');
moji4 = escape('ファイナルフラッシュKO回数' + _root.main.fffinish + '回ã€ã‚³ãƒ³ãƒ†ã‚£ãƒ‹ãƒ¥ãƒ¼' + _root.main.cont + '回 \r');
moji5 = escape('https://nrf-flash.sakura.ne.jp/flash/finalflash.html #NRF_Flash');
}
onClipEvent (release) {
getURL('https://twitter.com/intent/tweet?text=' + moji + moji2 + moji3 + moji4 + moji5, '_blank');
}
onClipEvent (keyPress 't') {
getURL('https://twitter.com/intent/tweet?text=' + moji + moji2 + moji3 + moji4 + moji5, '_blank');
}
onClipEvent (keyPress 'T') {
getURL('https://twitter.com/intent/tweet?text=' + moji + moji2 + moji3 + moji4 + moji5, '_blank');
}
}
instance of movieClip 1029 {
onClipEvent (load) {
function sousa() {
key_a = (key_a2 == 0) * (Key.isDown(90) || Key.isDown(190));
key_b = (key_b2 == 0) * (Key.isDown(88) || Key.isDown(191));
key_c = (key_c2 == 0) * (Key.isDown(67) || Key.isDown(226));
key_a2 = Key.isDown(90) || Key.isDown(190);
key_b2 = Key.isDown(88) || Key.isDown(191);
key_c2 = Key.isDown(67) || Key.isDown(226);
key_x2 = (key_x1 == 0) * ((Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37)));
key_y2 = (key_y1 == 0) * ((Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38)));
key_x1 = (Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37));
key_y1 = (Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38));
}
key_a = 0;
key_b = 0;
key_c = 0;
key_d = 0;
key_x1 = 0;
key_x2 = 0;
key_y1 = 0;
key_y2 = 0;
sousa();
}
onClipEvent (enterFrame) {
sousa();
if (_root.main._currentframe != 3) {
this._visible = true;
if (time >= 30 && key_c) {
++_root.main.cont;
_root.main.score = 0;
_root.main.HP[0] = 1000;
_root.main.HP[1] = 1000;
_root.main.MP[0] = 0;
_root.main.MP[1] = 0;
_root.main.gotoAndStop('men' + _root.main.cpu);
} else {
if (time >= 30 && key_a) {
_root.main.gotoAndStop(1);
}
}
} else {
this._visible = false;
}
}
onClipEvent (release) {
if (_root.main._currentframe != 3) {
_root.main.gotoAndStop(1);
}
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('gaov');
}
}
}
frame 103 {
stop();
}
instance of movieClip 1027 {
onClipEvent (enterFrame) {
moji = escape('ã€#Final_Flash ~AAæ¦é—˜ä¼ï½žã€‘\r');
moji2 = escape('プレイヤー1:' + _root.charname[_root.main.player[0]] + ' VS プレイヤー2:' + _root.charname[_root.main.player[1]] + 'ã€\r');
moji3 = escape('残り体力' + _root.main.HP[0] + ':' + _root.main.HP[1] + 'ã§');
if (_root.main.HP[0] <= 0 && _root.main.HP[1] <= 0) {
moji4 = escape('引ã分ã‘。\r');
} else {
if (_root.main.HP[1] <= 0) {
moji4 = escape('プレイヤー1:' + _root.charname[_root.main.player[0]] + 'ã®å‹ã¡ã€‚\r');
} else {
moji4 = escape('プレイヤー2:' + _root.charname[_root.main.player[1]] + 'ã®å‹ã¡ã€‚\r');
}
}
moji5 = escape('https://nrf-flash.sakura.ne.jp/flash/finalflash.html #NRF_Flash');
}
onClipEvent (release) {
getURL('https://twitter.com/intent/tweet?text=' + moji + moji2 + moji3 + moji4 + moji5, '_blank');
}
onClipEvent (keyPress 't') {
getURL('https://twitter.com/intent/tweet?text=' + moji + moji2 + moji3 + moji4 + moji5, '_blank');
}
onClipEvent (keyPress 'T') {
getURL('https://twitter.com/intent/tweet?text=' + moji + moji2 + moji3 + moji4 + moji5, '_blank');
}
}
instance of movieClip 916 {
onClipEvent (load) {
function sousa() {
key_a = (key_a2 == 0) * (Key.isDown(90) || Key.isDown(190));
key_b = (key_b2 == 0) * (Key.isDown(88) || Key.isDown(191));
key_c = (key_c2 == 0) * (Key.isDown(67) || Key.isDown(226));
key_a2 = Key.isDown(90) || Key.isDown(190);
key_b2 = Key.isDown(88) || Key.isDown(191);
key_c2 = Key.isDown(67) || Key.isDown(226);
key_x2 = (key_x1 == 0) * ((Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37)));
key_y2 = (key_y1 == 0) * ((Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38)));
key_x1 = (Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37));
key_y1 = (Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38));
}
key_a = 0;
key_b = 0;
key_c = 0;
key_d = 0;
key_x1 = 0;
key_x2 = 0;
key_y1 = 0;
key_y2 = 0;
sousa();
}
onClipEvent (enterFrame) {
sousa();
if (_root.main._currentframe != 3) {
this._visible = true;
if (time >= 30 && (key_a || key_b || key_c)) {
_root.main.gotoAndStop(1);
}
} else {
this._visible = false;
}
}
onClipEvent (release) {
if (_root.main._currentframe != 3) {
_root.main.gotoAndStop(1);
}
}
}
instance of movieClip 1039 {
onClipEvent (load) {
if (_root.main.HP[0] <= 0 && _root.main.HP[1] <= 0) {
gotoAndStop(1);
} else {
if (_root.main.HP[1] <= 0) {
gotoAndStop(2);
} else {
gotoAndStop(3);
}
}
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('taisen');
}
}
}
frame 105 {
stop();
}
instance of movieClip 1027 {
onClipEvent (load) {
var shared_obj = SharedObject.getLocal('finalflash');
if (shared_obj) {
shared_obj.data.hiscore = _root.main.hiscore;
shared_obj.flush();
shared_obj = null;
}
}
onClipEvent (enterFrame) {
moji = escape('ã€ã€#Final_Flash ~AAæ¦é—˜ä¼ï½žã€‘】\r');
moji2 = escape('プレイヤー:' + _root.charname[_root.main.player[0]] + 'ã€' + _root.main.cpu + 'é¢ã‚¯ãƒªã‚¢ã§ã‚¨ãƒ³ãƒ‡ã‚£ãƒ³ã‚°ï¼ \r');
moji3 = escape('SCORE:' + _root.main.score + ' HI-score:' + _root.main.hiscore + ' \r');
moji4 = escape('ファイナルフラッシュKO回数' + _root.main.fffinish + '回ã€ã‚³ãƒ³ãƒ†ã‚£ãƒ‹ãƒ¥ãƒ¼' + _root.main.cont + '回 \r');
moji5 = escape('https://nrf-flash.sakura.ne.jp/flash/finalflash.html #NRF_Flash');
}
onClipEvent (release) {
getURL('https://twitter.com/intent/tweet?text=' + moji + moji2 + moji3 + moji4 + moji5, '_blank');
}
onClipEvent (keyPress 't') {
getURL('https://twitter.com/intent/tweet?text=' + moji + moji2 + moji3 + moji4 + moji5, '_blank');
}
onClipEvent (keyPress 'T') {
getURL('https://twitter.com/intent/tweet?text=' + moji + moji2 + moji3 + moji4 + moji5, '_blank');
}
}
instance of movieClip 1078 {
onClipEvent (load) {
function sousa() {
key_a = (key_a2 == 0) * (Key.isDown(90) || Key.isDown(190));
key_b = (key_b2 == 0) * (Key.isDown(88) || Key.isDown(191));
key_c = (key_c2 == 0) * (Key.isDown(67) || Key.isDown(226));
key_a2 = Key.isDown(90) || Key.isDown(190);
key_b2 = Key.isDown(88) || Key.isDown(191);
key_c2 = Key.isDown(67) || Key.isDown(226);
key_x2 = (key_x1 == 0) * ((Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37)));
key_y2 = (key_y1 == 0) * ((Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38)));
key_x1 = (Key.isDown(75) || Key.isDown(39)) - (Key.isDown(72) || Key.isDown(37));
key_y1 = (Key.isDown(78) || Key.isDown(40)) - (Key.isDown(85) || Key.isDown(38));
}
key_a = 0;
key_b = 0;
key_c = 0;
key_d = 0;
key_x1 = 0;
key_x2 = 0;
key_y1 = 0;
key_y2 = 0;
sousa();
}
onClipEvent (release) {
_root.main.gotoAndStop(1);
}
}
instance of movieClip 1082 {
onClipEvent (load) {
if (_root.main.cpu >= 8) {
this._visible = true;
} else {
this._visible = false;
}
}
}
instance of movieClip 1084 {
onClipEvent (load) {
if (_root.main.cpu >= 7) {
this._visible = true;
} else {
this._visible = false;
}
}
}
instance of movieClip 1086 {
onClipEvent (load) {
if (_root.main.cpu >= 9) {
this._visible = true;
} else {
this._visible = false;
}
}
}
instance bgm of movieClip 59 {
onClipEvent (load) {
sousa = 0;
stopAllSounds();
time = 0;
}
onClipEvent (enterFrame) {
++time;
if (time == 1) {
gotoAndPlay('ed');
}
}
}
frame 107 {
stop();
}
instance main of movieClip 7 {
onClipEvent (load) {
time = 0;
}
onClipEvent (enterFrame) {
++time;
}
onClipEvent (keyPress '<Space>') {
if (time >= 30) {
var shared_obj = SharedObject.getLocal('finalflash');
if (shared_obj) {
shared_obj.data.hiscore = _root.main.hiscore;
shared_obj.flush();
shared_obj = null;
}
_root.main.gotoAndStop('title');
}
}
}
}
instance main of movieClip 1096 {
onClipEvent (load) {
var scr_x = 0;
var scr_y = 0;
}
onClipEvent (enterFrame) {
if (_currentframe >= 10 && _currentframe <= 50) {
if (_root.tairyoku.bunkatsu0._visible == true) {
this._visible = false;
} else {
this._visible = true;
}
scr_x = this.aida._x * (_xscale * 0.01) - 480;
scr_y = this.aida._y * (_yscale * 0.01) - 100 - 270;
if (scr_x < 0) {
scr_x = 0;
}
if (scr_x > (this.chikei._width - 200) * (_xscale * 0.01) - 960) {
scr_x = (this.chikei._width - 200) * (_xscale * 0.01) - 960;
}
if (scr_y < -100) {
scr_y = -100;
}
if (scr_y > (this.chikei._height - 200) * (_yscale * 0.01) - 540) {
scr_y = (this.chikei._height - 200) * (_yscale * 0.01) - 540;
}
_x = -scr_x;
_y = -scr_y;
} else {
_x = 0;
_y = 0;
this._visible = true;
}
}
}
movieClip 1099 {
frame 1 {
stop();
}
instance chikei of movieClip 1007 {
onClipEvent (load) {
gamen = 1;
}
}
instance player0 of movieClip 1008 {
onClipEvent (load) {
player = 0;
}
}
instance player1 of movieClip 1008 {
onClipEvent (load) {
player = 1;
}
}
frame 11 {
stop();
}
instance of movieClip 83 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance of movieClip 999 {
onClipEvent (load) {
X = _x;
Y = _y;
_x = X - this._parent._x + this._parent._x / 5;
_y = Y - this._parent._y + this._parent._y / 5;
}
onClipEvent (enterFrame) {
_x = X - this._parent._x + this._parent._x / 5;
_y = Y - this._parent._y + this._parent._y / 5;
}
}
instance of movieClip 1004 {
onClipEvent (load) {
X = _x;
Y = _y;
_x = X - this._parent._x + this._parent._x / 2;
_y = Y - this._parent._y + this._parent._y / 2;
}
onClipEvent (enterFrame) {
_x = X - this._parent._x + this._parent._x / 2;
_y = Y - this._parent._y + this._parent._y / 2;
}
}
frame 13 {
stop();
}
instance of movieClip 1010 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
frame 15 {
stop();
}
instance of movieClip 1012 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
frame 17 {
stop();
}
instance of movieClip 83 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance of movieClip 1015 {
onClipEvent (load) {
X = _x;
Y = _y;
_x = X - this._parent._x + this._parent._x / 2;
_y = Y - this._parent._y + this._parent._y / 2;
}
onClipEvent (enterFrame) {
_x = X - this._parent._x + this._parent._x / 2;
_y = Y - this._parent._y + this._parent._y / 2;
}
}
frame 19 {
stop();
}
instance of movieClip 1010 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
frame 21 {
stop();
}
instance of movieClip 1012 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
frame 23 {
stop();
}
instance of movieClip 83 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
instance of movieClip 1020 {
onClipEvent (load) {
X = _x;
Y = _y;
_x = X - this._parent._x + this._parent._x / 1.5;
_y = Y - this._parent._y + this._parent._y / 1.5;
}
onClipEvent (enterFrame) {
_x = X - this._parent._x + this._parent._x / 1.5;
_y = Y - this._parent._y + this._parent._y / 1.5;
}
}
frame 25 {
stop();
}
instance of movieClip 1010 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
frame 27 {
stop();
}
instance of movieClip 1012 {
onClipEvent (load) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
onClipEvent (enterFrame) {
_x = -this._parent._x / this._parent._xscale * 0.01;
_y = -this._parent._y / this._parent._yscale * 0.01;
}
}
}
movieClip 1112 {
}
movieClip 1114 {
}
movieClip 1115 {
instance hantei of movieClip 7 {
onClipEvent (load) {
if (_root.main._currentframe >= 10 && _root.main._currentframe <= 50) {
this._parent.gotoAndStop(2);
} else {
this._parent.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.main._currentframe >= 10 && _root.main._currentframe <= 50) {
this._parent.gotoAndStop(2);
} else {
this._parent.gotoAndStop(1);
}
}
}
instance bunkatsu1 of movieClip 1099 {
onClipEvent (load) {
function toumei() {
this.gotoAndStop(_root.main._currentframe);
if (this._parent.bunkatsu0._visible == false) {
this._visible = false;
} else {
this._visible = true;
}
if (this._parent.bunkatsu0.player == 0) {
player = 1;
} else {
player = 0;
}
}
player = 1;
gamen = 1;
this._visible = false;
var scr_x = 480;
var scr_y = -100;
}
onClipEvent (enterFrame) {
toumei();
scr_x = this['player' + player]._x * (_xscale * 0.01) - 240 - 480;
scr_y = this['player' + player]._y * (_yscale * 0.01) - 100 - 240;
if (scr_x < -480) {
scr_x = -480;
}
if (scr_x > (this.chikei._width - 200) * (_xscale * 0.01) - 480 - 480) {
scr_x = (this.chikei._width - 200) * (_xscale * 0.01) - 480 - 480;
}
if (scr_y < -100) {
scr_y = -100;
}
if (scr_y > (this.chikei._height - 200) * (_yscale * 0.01) - 540) {
scr_y = (this.chikei._height - 200) * (_yscale * 0.01) - 540;
}
_x = -scr_x;
_y = -scr_y;
}
}
instance bunkatsu0 of movieClip 1099 {
onClipEvent (load) {
function toumei() {
this.gotoAndStop(_root.main._currentframe);
if (_root.main.player0._x < _root.main.player1._x) {
player = 0;
} else {
player = 1;
}
if (_root.main['player' + player].hitTest(_root.sotowaku)) {
this._visible = false;
} else {
this._visible = true;
}
}
gamen = 0;
player = 0;
this._visible = false;
var scr_x = 0;
var scr_y = -100;
}
onClipEvent (enterFrame) {
toumei();
scr_x = this['player' + player]._x * (_xscale * 0.01) - 240;
scr_y = this['player' + player]._y * (_yscale * 0.01) - 100 - 240;
if (scr_x < 0) {
scr_x = 0;
}
if (scr_x > (this.chikei._width - 200) * (_xscale * 0.01) - 480) {
scr_x = (this.chikei._width - 200) * (_xscale * 0.01) - 480;
}
if (scr_y < -100) {
scr_y = -100;
}
if (scr_y > (this.chikei._height - 200) * (_yscale * 0.01) - 540) {
scr_y = (this.chikei._height - 200) * (_yscale * 0.01) - 540;
}
_x = -scr_x;
_y = -scr_y;
}
}
instance bunkatsu2 of movieClip 1099 {
onClipEvent (load) {
function toumei() {
if (_root.main._currentframe < 10 || _root.main._currentframe > 50) {
this._visible = false;
} else {
this._visible = true;
}
}
gamen = 2;
toumei();
}
onClipEvent (enterFrame) {
toumei();
}
}
instance count of movieClip 1112 {
onClipEvent (load) {
men = _root.main.cpu;
score = _root.main.score;
if (_root.main.cpu <= 0) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
score = _root.main.score;
if (_root.main.hiscore < _root.main.score) {
_root.main.hiscore = _root.main.score;
}
men = _root.main.cpu;
}
}
instance bar0 of movieClip 1114 {
onClipEvent (load) {
i = 0;
this._parent.max0._xscale = 0.1 * _root.main.MHP[0];
this._xscale = this._parent.max0._xscale * (_root.main.HP[0] / _root.main.MHP[0]);
hyouji = 0;
this._parent.charname0 = _root.charname[_root.main.player[0]];
}
onClipEvent (enterFrame) {
this._parent.max0._xscale = 0.1 * _root.main.MHP[0];
if (_root.main.HP[0] > _root.main.MHP[0]) {
_root.main.HP[0] = _root.main.MHP[0];
}
if (_root.main.HP[0] < 0) {
this._xscale = 0;
} else {
this._xscale = this._parent.max0._xscale * (_root.main.HP[0] / _root.main.MHP[0]);
}
this._parent.HP0 = _root.main.HP[0];
}
}
instance bar1 of movieClip 1114 {
onClipEvent (load) {
this._parent.max1._xscale = 0.1 * _root.main.MHP[1];
this._xscale = this._parent.max1._xscale * (_root.main.HP[1] / _root.main.MHP[1]);
hyouji = 0;
this._parent.charname1 = _root.charname[_root.main.player[1]];
}
onClipEvent (enterFrame) {
this._parent.max1._xscale = 0.1 * _root.main.MHP[1];
if (_root.main.HP[1] > _root.main.MHP[1]) {
_root.main.HP[1] = _root.main.MHP[1];
}
if (_root.main.HP[1] < 0) {
this._xscale = 0;
} else {
this._xscale = this._parent.max1._xscale * (_root.main.HP[1] / _root.main.MHP[1]);
}
this._parent.HP1 = _root.main.HP[1];
}
}
instance mbar0 of movieClip 1114 {
onClipEvent (load) {
i = 0;
this._parent.mmax0._xscale = 0.1 * _root.main.MMP[0];
this._xscale = this._parent.mmax0._xscale * (_root.main.MP[0] / _root.main.MMP[0]);
}
onClipEvent (enterFrame) {
this._parent.mmax0._xscale = 0.1 * _root.main.MMP[0];
if (_root.main.MP[0] > _root.main.MMP[0]) {
_root.main.MP[0] = _root.main.MMP[0];
}
if (_root.main.MP[0] < 0) {
this._xscale = 0;
} else {
this._xscale = this._parent.mmax0._xscale * (_root.main.MP[0] / _root.main.MMP[0]);
}
this._parent.MP0 = _root.main.MP[0];
}
}
instance mbar1 of movieClip 1114 {
onClipEvent (load) {
this._parent.mmax1._xscale = 0.1 * _root.main.MMP[1];
this._xscale = this._parent.mmax1._xscale * (_root.main.MP[1] / _root.main.MMP[1]);
hyouji = 0;
}
onClipEvent (enterFrame) {
this._parent.mmax1._xscale = 0.1 * _root.main.MMP[1];
if (_root.main.MP[1] > _root.main.MMP[1]) {
_root.main.MP[1] = _root.main.MMP[1];
}
if (_root.main.MP[1] < 0) {
this._xscale = 0;
} else {
this._xscale = this._parent.mmax1._xscale * (_root.main.MP[1] / _root.main.MMP[1]);
}
this._parent.MP1 = _root.main.MP[1];
}
}
}
movieClip 1117 {
}