Combined Code
frame 1 {
stopAllSounds();
sound_obj.setVolume(100);
var menu_item1 = new ContextMenuItem();
menu_item1.caption = 'DECODIUS shilfyyo2009';
menu_item1.enabled = false;
menu_item1.separatorBefore = false;
menu_item1.visible = true;
menu_item1.onSelect = function () {
trace('アイテム1ãŒé¸æŠžã•ã‚ŒãŸ');
};
var menu_item2 = new ContextMenuItem();
menu_item2.caption = 'RESET';
menu_item2.enabled = true;
menu_item2.separatorBefore = true;
menu_item2.visible = true;
menu_item2.onSelect = function () {
_root.gotoAndPlay(1);
};
var menu_cm = new ContextMenu();
menu_cm.hideBuiltInItems();
menu_cm.customItems = [menu_item1, menu_item2];
_root.menu = menu_cm;
}
frame 1 {
stop();
}
movieClip 425 {
}
movieClip 426 {
frame 1 {
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
}
++i;
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 430 {
}
// unknown tag 88 length 64
movieClip 435 {
frame 2 {
stop();
}
}
instance of movieClip 435 {
onClipEvent (enterFrame) {
loaded = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.Val = loaded + '%';
this._width = loaded;
if (loaded == 100) {
_root.gotoAndPlay('demo');
}
}
}
movieClip 10 {
frame 3 {
stop();
}
}
movieClip 12 missile {
frame 21 {
this.removeMovieClip();
}
}
movieClip 13 fire {
frame 1 {
if (_root['missile' + _root.i] == null) {
_root.attachMovie('missile', 'missile' + _root.i, 1 + _root.i);
_root['missile' + _root.i]._x = _root.main._x + 65;
_root['missile' + _root.i]._y = _root.main._y + 23;
}
++_root.i;
if (_root.i >= 5) {
_root.i = 0;
}
}
}
movieClip 15 {
frame 1 {
stop();
}
}
movieClip 16 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 11 {
_parent.removeMovieClip();
stop();
}
}
movieClip 18 tamb {
frame 238 {
this.removeMovieClip();
}
}
movieClip 19 tam1 {
frame 281 {
this.removeMovieClip();
}
}
movieClip 24 {
}
movieClip 25 {
}
movieClip 26 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('bom', 'bom' + _root.count, 500000 + _root.count);
_root['bom' + _root.count]._x = point.x;
_root['bom' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 27 {
frame 1 {
if (_root.iton == 1) {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('item', 'item' + _root.count, 500000 + _root.count);
_root['item' + _root.count]._x = point.x;
_root['item' + _root.count]._y = point.y;
++_root.count;
}
}
}
movieClip 29 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 30 enm1a {
frame 162 {
this.removeMovieClip();
}
}
movieClip 34 enm1 {
frame 343 {
this.removeMovieClip();
}
}
movieClip 61 {
frame 14 {
stop();
}
}
movieClip 62 bom2 {
frame 14 {
this.removeMovieClip();
}
}
movieClip 63 {
frame 1 {
if (_root.lp >= 1) {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
if (Math.random() * 10 <= _root.lp) {
dx = _root.main._x - point.x;
dy = _root.main._y - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('udan', 'udan' + _root.count, 500000 + _root.count);
_root['udan' + _root.count]._x = point.x;
_root['udan' + _root.count]._y = point.y;
_root['udan' + _root.count]._rotation = rad / 0.0174532925199433 + random(360);
++_root.count;
}
}
}
}
movieClip 64 bom {
frame 14 {
this.removeMovieClip();
}
}
movieClip 73 {
}
// unknown tag 88 length 64
movieClip 77 {
frame 1 {
if (_root.miss == 0) {
if (this.hitTest(_root.main.hit2)) {
_root.bnsp += 200;
if (_root.bnsp >= 5800) {
_root.bnsp = 5730;
}
_root.score += _root.bnsp;
this.gotoAndPlay('bang');
}
}
if (this.hitTest(_root.wall3)) {
this.gotoAndPlay('bang2');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
this.bns = _root.bnsp;
}
frame 14 {
_parent.removeMovieClip();
}
frame 16 {
_parent.removeMovieClip();
}
}
movieClip 78 itemb {
frame 406 {
this.removeMovieClip();
}
}
movieClip 79 item {
frame 406 {
this.removeMovieClip();
}
}
movieClip 83 {
frame 3 {
stop();
}
}
movieClip 84 hite {
frame 13 {
this.removeMovieClip();
}
}
movieClip 87 {
}
movieClip 88 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang2');
}
}
if (this.hitTest(_root.boss.mhit)) {
this.gotoAndPlay('bang2');
}
if (this.hitTest(_root.boss.mhit2)) {
this.gotoAndPlay('bang2');
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 4 {
_parent.removeMovieClip();
}
}
movieClip 89 dan1 {
frame 107 {
this.removeMovieClip();
}
}
movieClip 90 udan {
frame 168 {
this.removeMovieClip();
}
}
movieClip 92 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
if (this.hitTest(_root.wall3)) {
this.gotoAndPlay('bang');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 4 {
_parent.removeMovieClip();
}
}
movieClip 94 vec2 {
frame 40 {
this.removeMovieClip();
}
}
movieClip 95 vec {
frame 92 {
this.removeMovieClip();
}
}
movieClip 99 {
frame 5 {
gotoAndPlay(2);
}
}
movieClip 100 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('bom2', 'bom2' + _root.count, 500000 + _root.count);
_root['bom2' + _root.count]._x = point.x;
_root['bom2' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 102 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
if (this.hitTest(_root.boss2.kabe)) {
this.gotoAndPlay('bang3');
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 103 ionr {
instance of movieClip 102 {
onClipEvent (enterFrame) {
_x = _x - _root.ion;
}
}
}
movieClip 108 {
}
movieClip 109 {
}
movieClip 110 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 111 lzab {
frame 57 {
this.removeMovieClip();
}
}
movieClip 115 enm2 {
frame 242 {
this.removeMovieClip();
}
}
movieClip 119 {
}
movieClip 142 {
frame 75 {
stop();
}
}
movieClip 143 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.fir.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 144 fb {
frame 40 {
this.removeMovieClip();
}
}
movieClip 149 {
}
movieClip 150 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
if (Math.random() * 10 <= _root.lp + 3) {
dx = _root.main._x - point.x;
dy = _root.main._y + 20 - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('dan1', 'dan1' + _root.count, 500000 + _root.count);
_root['dan1' + _root.count]._x = point.x;
_root['dan1' + _root.count]._y = point.y;
_root['dan1' + _root.count]._rotation = rad / 0.0174532925199433;
++_root.count;
}
}
}
movieClip 151 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 152 zenm2 {
frame 163 {
this.removeMovieClip();
}
}
movieClip 154 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang2');
}
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 4 {
_parent.removeMovieClip();
}
}
movieClip 155 rpp {
frame 31 {
this.removeMovieClip();
}
}
movieClip 157 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.ambl == 3) {
this.gotoAndPlay('bang3');
}
if (_root.ambl == 4) {
this.gotoAndPlay('bang3');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 158 amb {
instance of movieClip 157 {
onClipEvent (load) {
speed = 3;
RotSpeed = 3;
rad = Math.atan2(_root.main._y - _y, _root.main._x - _x);
rot = rad * Math.PI / 180;
_rotation = rot;
}
onClipEvent (enterFrame) {
rad = Math.atan2(_root.main._y - _y, _root.main._x - _x);
rot = rad * 180 / Math.PI;
if (_rotation - 180 > rot) {
rot += 360;
}
if (_rotation + 180 < rot) {
rot -= 360;
}
if (_rotation - rot > RotSpeed) {
_rotation = _rotation - RotSpeed;
} else {
if (_rotation - rot < -RotSpeed) {
_rotation = _rotation + RotSpeed;
} else {
_rotation = rot;
}
}
rad2 = _rotation * Math.PI / 180;
dx = Math.cos(rad2) * speed;
dy = Math.sin(rad2) * speed;
_x = _x + dx;
_y = _y + dy;
}
}
}
movieClip 173 {
}
movieClip 174 {
frame 10 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 11 {
gotoAndPlay(10);
}
}
movieClip 175 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
}
frame 2 {
gotoAndPlay(1);
}
frame 38 {
_parent.removeMovieClip();
}
}
movieClip 176 praz2 {
instance of movieClip 175 {
onClipEvent (load) {
aRotSpeed = 0.1;
RotSpeedMax = 5;
_x = 500;
_y = 200;
rad = Math.atan2(_root.main._y + 10 - _y, _root.main._x - _x);
rot = rad * 180 / Math.PI;
_rotation = rot;
RotSpeed = 0;
Speed = 1;
}
onClipEvent (enterFrame) {
rad = Math.atan2(_root.main._y - _y, _root.main._x - _x);
rot = rad * 180 / Math.PI;
if (_rotation - 180 > rot) {
rot += 360;
}
if (_rotation + 180 < rot) {
rot -= 360;
}
if (_rotation - rot > RotSpeedMax) {
RotSpeed -= aRotSpeed;
} else {
if (_rotation - rot < -RotSpeedMax) {
RotSpeed += aRotSpeed;
} else {
RotSpeed *= 0.5;
}
}
if (RotSpeed > RotSpeedMax) {
RotSpeed = RotSpeedMax;
}
if (-RotSpeed < -RotSpeedMax) {
RotSpeed = RotSpeedMax;
}
_rotation = _rotation + RotSpeed;
Speed *= 1.05;
rad2 = _rotation * Math.PI / 180;
dx = Math.cos(rad2) * Speed;
dy = Math.sin(rad2) * Speed;
_x = _x + dx;
_y = _y + dy;
}
}
}
movieClip 177 praz {
instance of movieClip 175 {
onClipEvent (load) {
speed = 6;
RotSpeed = 7;
_x = 500;
_y = 200;
rad = Math.atan2(_root.main._y - _y, _root.main._x - _x);
rot = rad * Math.PI / 180;
_rotation = rot;
}
onClipEvent (enterFrame) {
rad = Math.atan2(_root.main._y - _y, _root.main._x - _x);
rot = rad * 180 / Math.PI;
if (_rotation - 180 > rot) {
rot += 360;
}
if (_rotation + 180 < rot) {
rot -= 360;
}
if (_rotation - rot > RotSpeed) {
_rotation = _rotation - RotSpeed;
} else {
if (_rotation - rot < -RotSpeed) {
_rotation = _rotation + RotSpeed;
} else {
_rotation = rot;
}
}
rad2 = _rotation * Math.PI / 180;
dx = Math.cos(rad2) * speed;
dy = Math.sin(rad2) * speed;
_x = _x + dx;
_y = _y + dy;
}
}
}
movieClip 186 {
}
movieClip 189 {
frame 1 {
if (this.hitTest(_root.main.hit2)) {
this.gotoAndPlay('bang');
}
if (this.hitTest(_root.wall3)) {
this.gotoAndPlay('bang2');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
_root.zan += 1;
}
frame 22 {
_parent.removeMovieClip();
}
frame 24 {
_parent.removeMovieClip();
}
}
movieClip 190 item2 {
frame 406 {
this.removeMovieClip();
}
}
movieClip 192 {
}
movieClip 194 {
}
movieClip 209 {
}
movieClip 210 {
}
movieClip 211 {
frame 41 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 4) {
dx = _root.main._x - point.x;
dy = _root.main._y - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('dan1', 'dan1' + _root.count, 500000 + _root.count);
_root['dan1' + _root.count]._x = point.x;
_root['dan1' + _root.count]._y = point.y;
_root['dan1' + _root.count]._rotation = 125 + (rad / 0.0174532925199433 - 180 + 20 * i);
++_root.count;
++i;
}
}
}
movieClip 213 {
}
movieClip 215 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('bom3', 'bom3' + _root.count, 500000 + _root.count);
_root['bom3' + _root.count]._x = point.x;
_root['bom3' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 216 {
frame 1 {
if (_root.iton == 1) {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('item2', 'item2' + _root.count, 500000 + _root.count);
_root['item2' + _root.count]._x = point.x;
_root['item2' + _root.count]._y = point.y;
++_root.count;
}
}
}
movieClip 218 {
frame 1 {
hp = 30;
}
frame 2 {
if (this.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
this.hp -= 1;
if (this.hp <= 0) {
gotoAndPlay('bang');
}
}
frame 5 {
gotoAndPlay(2);
}
frame 6 {
_root.score += 100;
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 219 iron1 {
frame 138 {
this.removeMovieClip();
}
}
movieClip 224 {
frame 13 {
stop();
}
}
movieClip 229 {
frame 9 {
stop();
}
}
movieClip 230 bompas {
frame 14 {
this.removeMovieClip();
}
}
movieClip 231 bom3 {
frame 9 {
this.removeMovieClip();
}
}
movieClip 232 zst1b {
frame 258 {
this.removeMovieClip();
}
}
movieClip 234 {
}
movieClip 235 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 236 zst1 {
frame 258 {
this.removeMovieClip();
}
}
movieClip 238 {
}
movieClip 240 {
}
movieClip 242 {
}
movieClip 244 {
}
movieClip 245 {
}
movieClip 247 {
}
movieClip 248 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
if (_root.megac == 1) {
this.gotoAndPlay('bang3');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 249 dac {
frame 304 {
this.removeMovieClip();
}
}
movieClip 251 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 4 {
_parent.removeMovieClip();
}
}
movieClip 252 lzho {
frame 53 {
this.removeMovieClip();
}
}
movieClip 255 {
frame 1 {
if (random(2) == 0) {
gotoAndPlay(2);
}
stop();
}
frame 2 {
stop();
}
}
movieClip 256 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('bom4', 'bom4' + _root.count, 500000 + _root.count);
_root['bom4' + _root.count]._x = point.x;
_root['bom4' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 258 {
frame 1 {
hp = 1;
}
instance of movieClip 255 {
onClipEvent (load) {
this._rotation = random(360);
}
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root.boss['mhit' + j])) {
this.gotoAndPlay('bang3');
}
++j;
}
if (this.hitTest(_root.boss.hand1)) {
this.gotoAndPlay('bang3');
}
if (this.hitTest(_root.boss.hand2)) {
this.gotoAndPlay('bang3');
}
if (this._y >= 100) {
this.gotoAndPlay('bang3');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
_root.melbo += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 259 fdan {
instance of movieClip 258 {
onClipEvent (load) {
g = 19.8;
dt = 0.175;
if (random(4) > 2) {
dx = random(20) * -1;
} else {
dx = random(20);
}
dy = random(100) * -1;
}
onClipEvent (enterFrame) {
dy += g * dt;
_x = _x + dx * dt;
_y = _y + dy * dt;
if (_y > 420) {
this.removeMovieClip();
_parent.removeMovieClip();
}
}
}
}
movieClip 264 {
frame 9 {
stop();
}
}
movieClip 265 bom4 {
frame 9 {
this.removeMovieClip();
}
}
movieClip 268 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
}
++i;
}
if (this.hitTest(_root.wall1)) {
gotoAndPlay('bang2');
}
if (this.hitTest(_root.wall2)) {
gotoAndPlay('bang2');
}
if (this.hitTest(_root.wall3)) {
gotoAndPlay('bang2');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 269 stone {
instance of movieClip 268 {
onClipEvent (load) {
mo = random(15) + 5;
}
onClipEvent (enterFrame) {
_x = _x + mo;
_rotation = _rotation + mo;
}
}
}
movieClip 271 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 5) {
_root.attachMovie('sakud', 'sakud' + _root.count, 500000 + _root.count);
_root['sakud' + _root.count]._x = point.x;
_root['sakud' + _root.count]._y = point.y;
_root['sakud' + _root.count]._rotation = 72 * i;
++_root.count;
++i;
}
}
}
movieClip 272 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 500;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 273 saku2 {
instance of movieClip 272 {
onClipEvent (load) {
speed = 3;
RotSpeed = 7;
_x = 550;
if (random(2) == 0) {
_y = 50;
} else {
_y = 350;
}
rad = Math.atan2(_root.main._y - _y, _root.main._x - _x);
rot = rad * Math.PI / 180;
_rotation = rot;
}
onClipEvent (enterFrame) {
rad = Math.atan2(_root.main._y - _y, _root.main._x - _x);
rot = rad * 180 / Math.PI;
if (_rotation - 180 > rot) {
rot += 360;
}
if (_rotation + 180 < rot) {
rot -= 360;
}
if (_rotation - rot > RotSpeed) {
_rotation = _rotation - RotSpeed;
} else {
if (_rotation - rot < -RotSpeed) {
_rotation = _rotation + RotSpeed;
} else {
_rotation = rot;
}
}
rad2 = _rotation * Math.PI / 180;
dx = Math.cos(rad2) * speed;
dy = Math.sin(rad2) * speed;
_x = _x + dx;
_y = _y + dy;
}
}
}
movieClip 274 saku {
instance of movieClip 272 {
onClipEvent (load) {
speed = 3;
RotSpeed = 7;
_x = 550;
_y = 220;
rad = Math.atan2(_root.main._y - _y, _root.main._x - _x);
rot = rad * Math.PI / 180;
_rotation = rot;
}
onClipEvent (enterFrame) {
rad = Math.atan2(_root.main._y - _y, _root.main._x - _x);
rot = rad * 180 / Math.PI;
if (_rotation - 180 > rot) {
rot += 360;
}
if (_rotation + 180 < rot) {
rot -= 360;
}
if (_rotation - rot > RotSpeed) {
_rotation = _rotation - RotSpeed;
} else {
if (_rotation - rot < -RotSpeed) {
_rotation = _rotation + RotSpeed;
} else {
_rotation = rot;
}
}
rad2 = _rotation * Math.PI / 180;
dx = Math.cos(rad2) * speed;
dy = Math.sin(rad2) * speed;
_x = _x + dx;
_y = _y + dy;
}
}
}
movieClip 280 {
}
movieClip 281 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 282 sakud {
frame 99 {
this.removeMovieClip();
}
}
movieClip 285 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 286 {
}
movieClip 289 rfx1 {
frame 115 {
this.removeMovieClip();
}
}
movieClip 292 {
frame 1 {
if (_root.kya == 1) {
gotoAndPlay(3);
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 293 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 294 kyah {
frame 77 {
this.removeMovieClip();
}
}
movieClip 299 {
frame 5 {
gotoAndPlay(3);
}
}
movieClip 301 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 302 sbd {
instance of movieClip 301 {
onClipEvent (load) {
g = 19.8;
dt = 0.175;
if (random(4) > 2) {
dx = random(20) * -1;
} else {
dx = random(20);
}
dy = random(100) * -1;
}
onClipEvent (enterFrame) {
dy += g * dt;
_x = _x + dx * dt;
_y = _y + dy * dt;
if (_y > 420) {
this.removeMovieClip();
_parent.removeMovieClip();
}
}
}
}
movieClip 305 {
}
movieClip 306 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('sms', 'sms' + _root.count, 500000 + _root.count);
_root['sms' + _root.count]._x = point.x;
_root['sms' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 307 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 308 smm {
instance of movieClip 307 {
onClipEvent (load) {
aRotSpeed = 0.1;
RotSpeedMax = 1;
_x = 500;
_y = 280;
rad = Math.atan2(_root.main._y + 10 - _y, _root.main._x - _x);
rot = rad * 180 / Math.PI;
_rotation = rot;
RotSpeed = 0;
Speed = 0.5;
}
onClipEvent (enterFrame) {
rad = Math.atan2(_root.main._y - _y, _root.main._x - _x);
rot = rad * 180 / Math.PI;
if (_rotation - 180 > rot) {
rot += 360;
}
if (_rotation + 180 < rot) {
rot -= 360;
}
if (_rotation - rot > RotSpeedMax) {
RotSpeed -= aRotSpeed;
} else {
if (_rotation - rot < -RotSpeedMax) {
RotSpeed += aRotSpeed;
} else {
RotSpeed *= 0.5;
}
}
if (RotSpeed > RotSpeedMax) {
RotSpeed = RotSpeedMax;
}
if (-RotSpeed < -RotSpeedMax) {
RotSpeed = RotSpeedMax;
}
_rotation = _rotation + RotSpeed;
Speed *= 1.1;
rad2 = _rotation * Math.PI / 180;
dx = Math.cos(rad2) * Speed;
dy = Math.sin(rad2) * Speed;
_x = _x + dx;
_y = _y + dy;
}
}
}
movieClip 313 {
frame 5 {
stop();
}
}
movieClip 314 sms {
frame 8 {
this.removeMovieClip();
}
}
movieClip 318 {
frame 4 {
gotoAndPlay(2);
}
}
movieClip 319 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 320 {
frame 1 {
hp = 1;
}
frame 2 {
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 321 smd2 {
frame 56 {
this.removeMovieClip();
}
}
movieClip 324 {
}
movieClip 330 {
}
movieClip 331 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 333 smpl {
frame 40 {
this.removeMovieClip();
}
}
movieClip 335 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 336 zekot {
frame 111 {
this.removeMovieClip();
}
}
movieClip 340 {
}
movieClip 341 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
}
movieClip 342 cob {
frame 66 {
this.removeMovieClip();
}
}
movieClip 343 {
frame 1 {
hp = 30;
}
frame 2 {
if (this.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
this.hp -= 1;
if (this.hp <= 0) {
gotoAndPlay('bang');
}
}
frame 5 {
gotoAndPlay(2);
}
frame 6 {
_root.score += 100;
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 344 ironn {
frame 258 {
this.removeMovieClip();
}
}
movieClip 346 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (this.hitTest(_root.boss2.kabe)) {
this.gotoAndPlay('bang3');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 347 meld1 {
frame 31 {
this.removeMovieClip();
}
}
movieClip 350 {
}
movieClip 354 {
}
movieClip 355 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 357 meld2 {
frame 66 {
this.removeMovieClip();
}
}
movieClip 360 {
}
movieClip 363 {
}
movieClip 364 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 365 meld3 {
frame 24 {
this.removeMovieClip();
}
}
movieClip 368 {
}
movieClip 372 mbomb {
frame 10 {
if (_root.mbom == 1) {
gotoAndPlay(12);
}
}
frame 11 {
gotoAndPlay(10);
}
frame 56 {
_root.mbom = 0;
_root.don = 1;
}
frame 70 {
this.removeMovieClip();
}
}
movieClip 406 {
frame 32 {
stop();
}
}
movieClip 407 mels {
frame 31 {
this.removeMovieClip();
}
}
movieClip 410 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
if (this.hitTest(_root.boss2.kabe)) {
this.gotoAndPlay('bang3');
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 411 tryg {
frame 96 {
this.removeMovieClip();
}
}
movieClip 413 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 414 try2 {
frame 29 {
this.removeMovieClip();
}
}
movieClip 417 {
}
movieClip 418 {
frame 1 {
hp = 1;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
j = 0;
while (j < 5) {
if (this.hitTest(_root['wall' + j])) {
this.gotoAndPlay('bang2');
}
++j;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
_root.score += 100;
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 419 try21 {
frame 36 {
this.removeMovieClip();
}
}
movieClip 421 {
}
movieClip 423 {
frame 1 {
if (_root.miss == 0) {
if (this.hitTest(_root.main.hit2)) {
_root.bnsp += 5800;
if (_root.bnsp >= 5800) {
_root.bnsp = 5730;
}
_root.score += _root.bnsp;
this.gotoAndPlay('bang');
}
}
if (this.hitTest(_root.wall3)) {
this.gotoAndPlay('bang2');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
this.bns = _root.bnsp;
}
frame 14 {
_parent.removeMovieClip();
}
frame 16 {
_parent.removeMovieClip();
}
}
movieClip 424 itemtry {
frame 147 {
this.removeMovieClip();
}
}
frame 2 {
stop();
_root.title = 1;
_quality = 'HIGH';
}
movieClip 443 {
}
movieClip 445 {
}
movieClip 447 {
}
movieClip 450 {
}
movieClip 452 {
}
movieClip 456 {
}
movieClip 459 {
}
// unknown tag 88 length 45
movieClip 463 {
}
movieClip 464 {
instance of movieClip 463 {
onClipEvent (enterFrame) {
this.poi = random(899) + 100;
}
}
}
movieClip 467 {
}
movieClip 469 {
}
movieClip 472 {
}
movieClip 476 {
}
movieClip 478 {
}
movieClip 481 {
}
movieClip 501 {
}
movieClip 503 {
}
movieClip 505 {
}
movieClip 510 {
}
movieClip 512 {
}
movieClip 514 {
}
movieClip 517 {
}
movieClip 520 {
}
movieClip 523 {
}
movieClip 524 {
}
movieClip 525 {
}
movieClip 527 {
}
movieClip 529 {
}
movieClip 535 {
}
movieClip 540 {
}
movieClip 541 {
frame 1 {
rm = random(2);
if (rm == 0) {
gotoAndPlay(2);
}
if (rm == 1) {
gotoAndPlay(3);
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 544 {
}
movieClip 551 {
}
movieClip 555 {
}
movieClip 560 {
}
movieClip 561 {
frame 1 {
stopAllSounds();
}
frame 2085 {
_root.gotoAndPlay('title');
}
}
instance of movieClip 561 {
onClipEvent (press) {
_root.gotoAndPlay('title');
}
}
frame 3 {
stop();
_quality = 'HIGH';
aaa = 0;
if (aaa == 0) {
cre = 0;
how = 0;
score = 0;
lmov = 10;
miss = 0;
mov = 0;
hyo = 0;
rhyo = 0;
bns = 0;
bnsp = 0;
zan = 2;
lp = 0;
ion = 10;
ptn = 0;
hlaser = 0;
demo = 0;
aball = 0;
ambl = 0;
amblx = 0;
amblt = 0;
abt = 0;
bosd = 0;
megac = 0;
kbt = 0;
boslp = 0;
boslpc = 0;
bosatk = 0;
bigc = 0;
kya = 0;
ego = 0;
eyet = 0;
don = 0;
past = 0;
medam = 0;
melst = 0;
mbom = 0;
gears = 0;
bunk = 0;
odai = 0;
extend = 0;
nocon = 0;
zanbo = 0;
dekob = 0;
dethb = 0;
melbo = 0;
melbom = 0;
tribos = 0;
title = 1;
_root.title = 1;
enbun = 0;
gcre = 0;
endk = 0;
satk = 0;
satk2 = 0;
iton = 0;
lkabe = 0;
lodc = 0;
tryboss = 0;
end3 = 0;
savedata = SharedObject.getLocal('save');
if (savedata.data.qua != nill) {
qua = savedata.data.qua;
} else {
qua = 1;
}
savedata = SharedObject.getLocal('save');
if (savedata.data.hisc != nill) {
hisc = savedata.data.hisc;
} else {
hisc = 9999.0;
}
savedata = SharedObject.getLocal('save');
if (savedata.data.end1c != nill) {
end1c = savedata.data.end1c;
} else {
end1c = 5730.0;
}
savedata = SharedObject.getLocal('save');
if (savedata.data.end2c != nill) {
end2c = savedata.data.end2c;
} else {
end2c = 212.0;
}
savedata = SharedObject.getLocal('save');
if (savedata.data.end3c != nill) {
end3c = savedata.data.end3c;
} else {
end3c = 68000.0;
}
savedata = SharedObject.getLocal('save');
if (savedata.data.end4c != nill) {
end4c = savedata.data.end4c;
} else {
end4c = 456321.0;
}
}
}
movieClip 565 {
}
movieClip 567 {
frame 1 {
stop();
}
frame 2 {
stopAllSounds();
}
frame 65 {
_root.title = 0;
_root.gotoAndPlay('game');
}
}
instance of movieClip 567 {
onClipEvent (enterFrame) {
if (Key.isDown(17)) {
if (_root.cre == 0 & _root.how == 0) {
_root.cre = 1;
_root.gcre = 1;
gotoAndPlay(2);
}
}
}
}
movieClip 569 {
}
movieClip 570 {
frame 1 {
stop();
}
frame 60 {
_root.gotoAndPlay('howto');
}
}
instance of movieClip 570 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
if (_root.how == 0 & _root.cre == 0) {
_root.how = 1;
gotoAndPlay(2);
}
}
}
}
movieClip 572 {
}
instance of movieClip 572 {
onClipEvent (press) {
if (_root.how == 0 & _root.cre == 0) {
_root.gotoAndPlay('credit');
}
}
}
movieClip 574 {
}
instance of movieClip 574 {
onClipEvent (enterFrame) {
var total = _root.getBytesTotal();
if (_root.getBytesTotal() == 10639957) {
_root.lodc = 1;
} else {
_root.lodc = 0;
}
}
}
movieClip 577 {
}
instance of movieClip 577 {
onClipEvent (press) {
if (_root.how == 0 & _root.cre == 0) {
_root.gotoAndPlay('option');
}
}
}
movieClip 579 {
}
movieClip 580 {
frame 1 {
stop();
}
frame 2 {
stopAllSounds();
}
frame 65 {
_root.title = 0;
_root.gotoAndPlay('game');
}
}
instance of movieClip 580 {
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (_root.cre == 0 & _root.how == 0) {
_root.cre = 1;
_root.gcre = 1;
_root.satk = 1;
gotoAndPlay(2);
}
}
}
}
movieClip 582 {
}
instance of movieClip 582 {
onClipEvent (press) {
if (_root.how == 0 & _root.cre == 0) {
_root.gotoAndPlay('ranking');
}
}
}
frame 4 {
stop();
}
movieClip 585 {
}
movieClip 587 {
}
movieClip 591 {
}
movieClip 593 {
}
movieClip 594 {
}
movieClip 596 {
}
movieClip 597 {
frame 1 {
stop();
}
frame 50 {
_root.gotoAndPlay('title');
}
}
instance of movieClip 597 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
if (_root.how == 1 & _root.cre == 0) {
_root.how = 0;
gotoAndPlay(2);
}
}
}
}
frame 5 {
stop();
_quality = 'HIGH';
}
button 604 {
on (press) {
_root.qua = 3;
savedata = SharedObject.getLocal('save');
savedata.data.qua = _root.qua;
savedata.flush();
_quality = 'HIGH';
}
}
button 606 {
on (press) {
_root.qua = 2;
savedata = SharedObject.getLocal('save');
savedata.data.qua = _root.qua;
savedata.flush();
_quality = 'MEDIUM';
}
}
button 608 {
on (press) {
_root.qua = 1;
savedata = SharedObject.getLocal('save');
savedata.data.qua = _root.qua;
savedata.flush();
_quality = 'LOW';
}
}
movieClip 610 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance of movieClip 610 {
onClipEvent (enterFrame) {
if (_root.qua == 3) {
gotoAndPlay(1);
}
if (_root.qua == 2) {
gotoAndPlay(2);
}
if (_root.qua == 1) {
gotoAndPlay(3);
}
}
}
button 613 {
on (press) {
gotoAndPlay('title');
}
}
movieClip 615 {
}
instance of movieClip 615 {
onClipEvent (press) {
savedata = SharedObject.getLocal('save');
savedata.data.clear();
savedata.clear();
savedata.flush();
_root.gotoAndPlay(1);
}
}
button 618 {
on (press) {
gotoAndPlay('acr');
}
}
frame 6 {
stop();
}
movieClip 623 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 626 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 630 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 634 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 636 {
instance of movieClip 623 {
onClipEvent (press) {
if (_root.end1c == 5730) {
play();
}
}
}
instance of movieClip 626 {
onClipEvent (press) {
if (_root.end4c == 456321) {
play();
}
}
}
instance of movieClip 630 {
onClipEvent (press) {
if (_root.end3c == 68000) {
play();
}
}
}
instance of movieClip 634 {
onClipEvent (press) {
if (_root.end2c == 212) {
play();
}
}
}
}
frame 7 {
stop();
_quality = 'HIGH';
}
movieClip 639 {
}
// unknown tag 88 length 145
movieClip 647 {
}
movieClip 659 {
}
movieClip 677 {
}
movieClip 678 {
}
instance of movieClip 678 {
onClipEvent (press) {
_root.gotoAndPlay('title');
}
}
frame 8 {
if (aaa == 0) {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
} else {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
}
}
frame 9 {
stop();
if (_root.qua == 1) {
_quality = 'LOW';
}
if (_root.qua == 2) {
_quality = 'MEDIUM';
}
if (_root.qua == 3) {
_quality = 'HIGH';
}
_root.dekob = 0;
_root.dethb = 0;
count = 0;
}
movieClip 685 {
}
movieClip 687 {
}
movieClip 688 {
instance of movieClip 687 {
onClipEvent (load) {
if (_root.score > 0) {
_root.gotoAndPlay(1);
}
if (_root.zan > 2) {
_root.gotoAndPlay(1);
}
if (_root.gcre != 1) {
_root.gotoAndPlay(1);
}
}
}
}
movieClip 690 {
}
movieClip 691 {
}
movieClip 693 {
}
movieClip 695 {
}
movieClip 697 {
}
movieClip 699 {
}
movieClip 701 {
}
movieClip 703 {
}
movieClip 705 {
}
movieClip 706 {
}
movieClip 709 {
}
movieClip 710 {
}
movieClip 714 {
}
movieClip 718 {
}
movieClip 722 {
}
movieClip 726 {
}
movieClip 730 {
}
movieClip 731 {
frame 1 {
if (_root.hyo == 1) {
gotoAndPlay(3);
}
if (_root.hyo == 2) {
gotoAndPlay(5);
}
if (_root.hyo == 3) {
gotoAndPlay(7);
}
if (_root.hyo == 4) {
gotoAndPlay(9);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
if (_root.hyo == 0) {
gotoAndPlay(1);
}
if (_root.hyo == 2) {
gotoAndPlay(5);
}
}
frame 4 {
gotoAndPlay(3);
}
frame 5 {
if (_root.hyo == 0) {
gotoAndPlay(1);
}
if (_root.hyo == 1) {
gotoAndPlay(3);
}
}
frame 6 {
gotoAndPlay(5);
}
frame 7 {
if (_root.hyo == 0) {
gotoAndPlay(1);
}
}
frame 8 {
gotoAndPlay(7);
}
frame 9 {
if (_root.hyo == 0) {
gotoAndPlay(1);
}
}
frame 10 {
gotoAndPlay(9);
}
}
movieClip 732 {
}
movieClip 733 {
frame 1 {
if (_root.demo == 0) {
if (this.hit.hitTest(_root.main._x, _root.main._y, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 735 {
}
movieClip 737 {
}
movieClip 738 {
}
movieClip 740 {
}
movieClip 741 {
}
movieClip 744 {
}
movieClip 745 {
}
movieClip 749 {
}
movieClip 753 {
}
movieClip 757 {
}
movieClip 761 {
}
movieClip 765 {
}
movieClip 767 {
}
movieClip 768 {
frame 1 {
if (_root.rhyo == 1) {
gotoAndPlay(3);
}
if (_root.rhyo == 2) {
gotoAndPlay(5);
}
if (_root.rhyo == 3) {
gotoAndPlay(7);
}
if (_root.rhyo == 4) {
gotoAndPlay(9);
}
if (_root.rhyo == 5) {
gotoAndPlay(11);
}
if (_root.rhyo == 6) {
gotoAndPlay(13);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
if (_root.rhyo == 0) {
gotoAndPlay(1);
}
}
frame 4 {
gotoAndPlay(3);
}
frame 5 {
if (_root.rhyo == 0) {
gotoAndPlay(1);
}
if (_root.rhyo == 5) {
gotoAndPlay(11);
}
}
frame 6 {
gotoAndPlay(5);
}
frame 7 {
if (_root.rhyo == 0) {
gotoAndPlay(1);
}
if (_root.rhyo == 6) {
gotoAndPlay(13);
}
}
frame 8 {
gotoAndPlay(7);
}
frame 9 {
if (_root.rhyo == 0) {
gotoAndPlay(1);
}
if (_root.rhyo == 2) {
gotoAndPlay(5);
}
if (_root.rhyo == 6) {
gotoAndPlay(13);
}
}
frame 10 {
gotoAndPlay(9);
}
frame 11 {
if (_root.rhyo == 0) {
gotoAndPlay(1);
}
if (_root.rhyo == 6) {
gotoAndPlay(13);
}
}
frame 12 {
gotoAndPlay(11);
}
frame 13 {
if (_root.rhyo == 0) {
gotoAndPlay(1);
}
if (_root.rhyo == 3) {
gotoAndPlay(7);
}
if (_root.rhyo == 4) {
gotoAndPlay(9);
}
if (_root.rhyo == 5) {
gotoAndPlay(11);
}
}
frame 14 {
gotoAndPlay(13);
}
}
movieClip 769 {
frame 1 {
if (_root.demo == 0) {
if (this.hit.hitTest(_root.main._x, _root.main._y, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 771 {
frame 1 {
var BGMCh_02 = new Sound();
BGMCh_02.attachSound('0figbloodmaek');
BGMCh_02.start();
BGMCh_02.onSoundComplete = function () {
gotoAndPlay(2);
};
stop();
}
frame 2 {
stop();
}
}
movieClip 773 {
}
movieClip 776 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('hite', 'hite' + _root.count, 500000 + _root.count);
_root['hite' + _root.count]._x = point.x + random(20);
_root['hite' + _root.count]._y = point.y + random(20);
_root['hite' + _root.count]._rotation = random(90) - 45;
++_root.count;
}
}
movieClip 777 {
frame 1 {
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root.score += 30;
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('bang');
}
++i;
}
}
frame 2 {
gotoAndPlay(1);
}
frame 4 {
_parent.removeMovieClip();
}
}
movieClip 778 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('tam1', 'tam1' + _root.count, 500000 + _root.count);
_root['tam1' + _root.count]._x = point.x;
_root['tam1' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 779 {
}
movieClip 784 {
frame 11 {
stop();
}
}
movieClip 788 {
}
movieClip 789 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
dx = _root.main._x - point.x;
dy = _root.main._y - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('enm1', 'enm1' + _root.count, 1000000 + _root.count);
_root['enm1' + _root.count]._x = point.x;
_root['enm1' + _root.count]._y = point.y;
_root['enm1' + _root.count]._rotation = rad / 0.0174532925199433 - 180;
++_root.count;
}
}
movieClip 790 {
}
movieClip 794 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('vec', 'vec' + _root.count, 500000 + _root.count);
_root['vec' + _root.count]._x = point.x;
_root['vec' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 795 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('vec2', 'vec2' + _root.count, 500000 + _root.count);
_root['vec2' + _root.count]._x = point.x;
_root['vec2' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 796 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('enm2', 'enm2' + _root.count, 500000 + _root.count);
_root['enm2' + _root.count]._x = random(550) + 10;
_root['enm2' + _root.count]._y = random(300) + 50;
_root['enm2' + _root.count]._rotation = Math.random() * 360;
++_root.count;
}
}
movieClip 798 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
dx = _root.main._x - point.x;
dy = _root.main._y - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('ionr', 'ionr' + _root.count, 500000 + _root.count);
_root['ionr' + _root.count]._x = point.x;
_root['ionr' + _root.count]._y = point.y;
_root['ionr' + _root.count]._rotation = rad / 0.0174532925199433 - 180;
++_root.count;
}
}
movieClip 799 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 5) {
dx = _root.main._x - point.x;
dy = _root.main._y - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('ionr', 'ionr' + _root.count, 500000 + _root.count);
_root['ionr' + _root.count]._x = point.x;
_root['ionr' + _root.count]._y = point.y;
_root['ionr' + _root.count]._rotation = -60 + (rad / 0.0174532925199433 - 180 + 20 * i);
++_root.count;
++i;
}
}
}
movieClip 802 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
dx = _root.main._x - point.x;
dy = _root.main._y - point.y + 20;
rad = Math.atan2(dy, dx);
_root.attachMovie('fb', 'fb' + _root.count, 500000 + _root.count);
_root['fb' + _root.count]._x = point.x;
_root['fb' + _root.count]._y = point.y;
_root['fb' + _root.count]._rotation = rad / 0.0174532925199433 - 180;
++_root.count;
}
}
movieClip 804 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 5) {
dx = _root.main._x - point.x;
dy = _root.main._y - point.y + 20;
rad = Math.atan2(dy, dx);
_root.attachMovie('fb', 'fb' + _root.count, 500000 + _root.count);
_root['fb' + _root.count]._x = point.x;
_root['fb' + _root.count]._y = point.y;
_root['fb' + _root.count]._rotation = -60 + (rad / 0.0174532925199433 - 180 + 20 * i);
++_root.count;
++i;
}
}
}
movieClip 805 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('zenm2', 'zenm2' + _root.count, 500000 + _root.count);
_root['zenm2' + _root.count]._x = 670;
_root['zenm2' + _root.count]._y = random(300) + 50;
++_root.count;
}
}
movieClip 821 {
frame 1 {
if (_root.hlaser == 1) {
gotoAndPlay(3);
}
if (_root.hlaser == 3) {
gotoAndPlay(14);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 7 {
if (_root.hlaser == 2) {
gotoAndPlay(9);
}
}
frame 8 {
gotoAndPlay(7);
}
frame 12 {
if (_root.hlaser == 0) {
gotoAndPlay(1);
}
}
frame 13 {
gotoAndPlay(12);
}
frame 18 {
if (_root.hlaser == 4) {
gotoAndPlay(20);
}
}
frame 19 {
gotoAndPlay(18);
}
frame 25 {
if (_root.hlaser == 0) {
gotoAndPlay(1);
}
}
frame 26 {
gotoAndPlay(25);
}
}
movieClip 822 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 826 {
}
movieClip 829 {
frame 1 {
if (_root.demo == 0) {
if (this.hit.hitTest(_root.main._x, _root.main._y, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 831 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('ionr', 'ionr' + _root.count, 500000 + _root.count);
_root['ionr' + _root.count]._x = point.x;
_root['ionr' + _root.count]._y = point.y;
_root['ionr' + _root.count]._rotation = -45 + random(90);
++_root.count;
}
}
movieClip 836 {
frame 72 {
stop();
}
}
movieClip 837 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 846 {
}
movieClip 856 {
}
movieClip 860 {
}
movieClip 862 {
}
movieClip 864 {
}
movieClip 866 {
frame 120 {
if (_root.amblx == 0) {
_root.ambl = 1;
_root.amblx = 1;
} else {
_root.ambl = 2;
_root.amblx = 0;
}
}
}
movieClip 868 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 875 {
frame 9 {
stop();
}
}
movieClip 878 {
frame 1 {
if (_root.aball == 1) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 8 {
if (_root.ambl == 1) {
gotoAndPlay(10);
}
if (_root.ambl == 2) {
gotoAndPlay(59);
}
if (_root.ambl == 3) {
gotoAndPlay('bang');
}
if (_root.ambl == 4) {
gotoAndPlay('bang2');
}
}
frame 9 {
gotoAndPlay(8);
}
frame 58 {
if (_root.ambl == 3) {
gotoAndPlay('bang');
} else {
_root.ambl = 0;
gotoAndPlay(8);
}
}
frame 115 {
if (_root.ambl == 3) {
gotoAndPlay('bang');
} else {
_root.ambl = 0;
gotoAndPlay(8);
}
}
frame 187 {
_root.score += 30000;
}
frame 202 {
stop();
_root.bosd = 1;
}
frame 316 {
stop();
_root.bosd = 1;
}
}
movieClip 880 {
frame 44 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 8) {
_root.attachMovie('amb', 'amb' + _root.count, 1000000 + _root.count);
_root['amb' + _root.count]._x = point.x;
_root['amb' + _root.count]._y = point.y;
_root['amb' + _root.count]._rotation = 45 * i;
++_root.count;
++i;
}
}
}
movieClip 881 {
frame 1 {
if (_root.amblt <= 0) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
stop();
}
}
movieClip 885 {
frame 2 {
if (this.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
if (_root.ambl == 3) {
gotoAndPlay('bossb');
}
if (_root.ambl == 4) {
gotoAndPlay('bossb');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 8 {
_root.amblt -= 1;
if (_root.amblt <= 0) {
_root.ambl = 3;
}
}
frame 11 {
gotoAndPlay(2);
}
frame 13 {
gotoAndPlay('bossb');
}
}
movieClip 887 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
dx = _root.main._x - point.x;
dy = _root.main._y - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('enm1a', 'enm1a' + _root.count, 1000000 + _root.count);
_root['enm1a' + _root.count]._x = point.x;
_root['enm1a' + _root.count]._y = point.y;
_root['enm1a' + _root.count]._rotation = rad / 0.0174532925199433 - 180;
++_root.count;
}
}
movieClip 888 {
}
movieClip 890 {
}
movieClip 893 {
}
movieClip 895 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('praz2', 'praz2' + _root.count, 500000 + _root.count);
_root['praz2' + _root.count]._x = _root.boss;
_root['praz2' + _root.count]._y = _root.boss;
++_root.count;
}
}
movieClip 896 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('iron1', 'iron1' + _root.count, 500000 + _root.count);
_root['iron1' + _root.count]._x = 700;
_root['iron1' + _root.count]._y = 100;
++_root.count;
}
}
movieClip 898 {
}
movieClip 901 {
}
movieClip 904 {
}
movieClip 905 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
_root.main._y -= 7;
}
if (this.hitTest(_root.wall3)) {
this.gotoAndPlay('bang');
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 906 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
_root.main._y += 7;
}
if (this.hitTest(_root.wall3)) {
this.gotoAndPlay('bang');
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 909 {
}
movieClip 911 {
frame 1 {
var sound_obj = new Sound(_root.mc);
sound_obj.setVolume(80);
}
frame 4 {
sound_obj.setVolume(60);
}
frame 7 {
sound_obj.setVolume(40);
}
frame 10 {
sound_obj.setVolume(20);
}
frame 13 {
sound_obj.setVolume(0);
}
frame 14 {
stopAllSounds();
}
frame 15 {
sound_obj.setVolume(100);
stop();
}
}
movieClip 912 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('zst1', 'zst1' + _root.count, 500000 + _root.count);
_root['zst1' + _root.count]._x = random(600);
_root['zst1' + _root.count]._y = 400;
_root['zst1' + _root.count]._rotation = -90 + random(90);
++_root.count;
}
}
movieClip 913 {
frame 10 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('zst1b', 'zst1b' + _root.count, 500000 + _root.count);
_root['zst1b' + _root.count]._x = random(600);
_root['zst1b' + _root.count]._y = 400;
_root['zst1b' + _root.count]._rotation = -90 + random(90);
++_root.count;
}
}
movieClip 916 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 918 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 919 {
}
movieClip 920 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('dac', 'dac' + _root.count, 500000 + _root.count);
_root['dac' + _root.count]._x = -10;
_root['dac' + _root.count]._y = 340;
++_root.count;
}
}
movieClip 921 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('zenm2', 'zenm2' + _root.count, 500000 + _root.count);
_root['zenm2' + _root.count]._x = 670;
_root['zenm2' + _root.count]._y = 160;
++_root.count;
}
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('zenm2', 'zenm2' + _root.count, 500000 + _root.count);
_root['zenm2' + _root.count]._x = 670;
_root['zenm2' + _root.count]._y = 200;
++_root.count;
}
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('zenm2', 'zenm2' + _root.count, 500000 + _root.count);
_root['zenm2' + _root.count]._x = 670;
_root['zenm2' + _root.count]._y = 240;
++_root.count;
}
frame 96 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('zenm2', 'zenm2' + _root.count, 500000 + _root.count);
_root['zenm2' + _root.count]._x = 670;
_root['zenm2' + _root.count]._y = 60;
++_root.count;
}
frame 96 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('zenm2', 'zenm2' + _root.count, 500000 + _root.count);
_root['zenm2' + _root.count]._x = 670;
_root['zenm2' + _root.count]._y = 100;
++_root.count;
}
frame 96 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('zenm2', 'zenm2' + _root.count, 500000 + _root.count);
_root['zenm2' + _root.count]._x = 670;
_root['zenm2' + _root.count]._y = 140;
++_root.count;
}
}
movieClip 924 {
}
movieClip 925 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
this.gotoAndPlay('bang');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
_root.score += 2000;
}
frame 22 {
_parent.removeMovieClip();
}
frame 24 {
_parent.removeMovieClip();
}
}
movieClip 927 {
}
movieClip 929 {
}
movieClip 931 {
}
movieClip 933 {
}
movieClip 935 {
}
movieClip 937 {
}
movieClip 939 {
}
movieClip 945 {
}
movieClip 949 {
}
movieClip 953 {
}
movieClip 957 {
}
movieClip 959 {
}
movieClip 961 {
}
movieClip 966 {
}
movieClip 967 {
frame 1 {
if (_root.hyo == 1) {
gotoAndPlay(3);
}
if (_root.hyo == 2) {
gotoAndPlay(5);
}
if (_root.hyo == 3) {
gotoAndPlay(7);
}
if (_root.hyo == 4) {
gotoAndPlay(9);
}
if (_root.hyo == 5) {
gotoAndPlay(11);
}
if (_root.hyo == 6) {
gotoAndPlay(13);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
if (_root.hyo == 0) {
gotoAndPlay(1);
}
if (_root.hyo == 2) {
gotoAndPlay(5);
}
if (_root.hyo == 4) {
gotoAndPlay(9);
}
}
frame 4 {
gotoAndPlay(3);
}
frame 5 {
if (_root.hyo == 0) {
gotoAndPlay(1);
}
if (_root.hyo == 1) {
gotoAndPlay(3);
}
if (_root.hyo == 3) {
gotoAndPlay(7);
}
if (_root.hyo == 5) {
gotoAndPlay(11);
}
}
frame 6 {
gotoAndPlay(5);
}
frame 7 {
if (_root.hyo == 0) {
gotoAndPlay(1);
}
if (_root.hyo == 1) {
gotoAndPlay(3);
}
if (_root.hyo == 2) {
gotoAndPlay(5);
}
if (_root.hyo == 4) {
gotoAndPlay(9);
}
if (_root.hyo == 5) {
gotoAndPlay(11);
}
}
frame 8 {
gotoAndPlay(7);
}
frame 9 {
if (_root.hyo == 0) {
gotoAndPlay(1);
}
if (_root.hyo == 1) {
gotoAndPlay(3);
}
if (_root.hyo == 2) {
gotoAndPlay(5);
}
if (_root.hyo == 5) {
gotoAndPlay(11);
}
}
frame 10 {
gotoAndPlay(9);
}
frame 11 {
if (_root.hyo == 0) {
gotoAndPlay(1);
}
if (_root.hyo == 1) {
gotoAndPlay(3);
}
if (_root.hyo == 2) {
gotoAndPlay(5);
}
}
frame 12 {
gotoAndPlay(11);
}
frame 13 {
if (_root.hyo == 0) {
gotoAndPlay(1);
}
if (_root.hyo == 1) {
gotoAndPlay(3);
}
if (_root.hyo == 2) {
gotoAndPlay(5);
}
if (_root.hyo == 4) {
gotoAndPlay(9);
}
}
frame 14 {
gotoAndPlay(14);
}
}
movieClip 968 {
}
movieClip 970 {
}
movieClip 972 {
}
movieClip 974 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 982 {
}
movieClip 993 {
}
movieClip 994 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 997 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 998 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('dac', 'dac' + _root.count, 500000 + _root.count);
_root['dac' + _root.count]._x = -10;
_root['dac' + _root.count]._y = 340;
++_root.count;
}
}
movieClip 1000 {
}
movieClip 1002 {
frame 15 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('lzho', 'lzho' + _root.count, 500000 + _root.count);
_root['lzho' + _root.count]._x = point.x;
_root['lzho' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 1003 {
frame 1 {
hp = 8;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
hp -= 1;
if (hp <= 0) {
gotoAndPlay('bang');
}
}
frame 5 {
gotoAndPlay(2);
}
frame 6 {
_root.score += 100;
}
frame 7 {
_parent.removeMovieClip();
}
frame 8 {
stop();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 1005 {
}
movieClip 1008 {
}
movieClip 1010 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1012 {
}
movieClip 1013 {
frame 60 {
stop();
}
}
movieClip 1015 {
frame 1 {
var BGMCh_03 = new Sound();
BGMCh_03.attachSound('0abcmaek');
BGMCh_03.start();
BGMCh_03.onSoundComplete = function () {
gotoAndPlay(2);
};
stop();
}
frame 2 {
stop();
}
}
movieClip 1016 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('fdan', 'fdan' + _root.count, 500000 + _root.count);
_root['fdan' + _root.count]._x = point.x;
_root['fdan' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 1019 {
}
movieClip 1021 {
}
movieClip 1025 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1026 {
}
movieClip 1027 {
frame 1 {
if (_root.bosatk == 0 & _root.boslpc <= 5) {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('tamb', 'tamb' + _root.count, 500000 + _root.count);
_root['tamb' + _root.count]._x = point.x;
_root['tamb' + _root.count]._y = point.y;
++_root.count;
}
}
}
movieClip 1028 {
}
movieClip 1040 {
}
movieClip 1041 {
frame 1 {
hp = 30;
}
frame 2 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.melbo += 500;
gotoAndPlay('core2');
}
}
frame 5 {
gotoAndPlay(2);
}
frame 6 {
hp = 10;
}
frame 7 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam2');
}
++i;
}
}
frame 8 {
this.gotoAndPlay(_currentframe - 1);
}
frame 9 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.melbo += 500;
gotoAndPlay('core3');
}
}
frame 10 {
gotoAndPlay(7);
}
frame 11 {
hp = 10;
}
frame 12 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam3');
}
++i;
}
}
frame 13 {
this.gotoAndPlay(_currentframe - 1);
}
frame 14 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.melbo += 500;
gotoAndPlay('core4');
}
}
frame 15 {
gotoAndPlay(12);
}
frame 16 {
hp = 10;
}
frame 17 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam4');
}
++i;
}
}
frame 18 {
this.gotoAndPlay(_currentframe - 1);
}
frame 19 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.melbo += 500;
gotoAndPlay('core5');
}
}
frame 20 {
gotoAndPlay(17);
}
frame 21 {
hp = 10;
}
frame 22 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam5');
}
++i;
}
}
frame 23 {
this.gotoAndPlay(_currentframe - 1);
}
frame 24 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.melbo += 500;
gotoAndPlay('core6');
}
}
frame 25 {
gotoAndPlay(22);
}
frame 26 {
hp = 10;
}
frame 27 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam6');
}
++i;
}
}
frame 28 {
this.gotoAndPlay(_currentframe - 1);
}
frame 29 {
hp -= 1;
if (hp <= 0) {
_root.score += 10000;
_root.melbo += 500;
_root.boslp = 1;
_root.boslpc = 6;
gotoAndPlay('core7');
}
}
frame 30 {
gotoAndPlay(27);
}
frame 31 {
hp = 30;
}
frame 32 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
}
++i;
}
}
frame 33 {
this.gotoAndPlay(_currentframe - 1);
}
}
movieClip 1044 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1051 {
frame 7 {
_root.boss.gotoAndPlay('atk9h');
}
}
movieClip 1052 {
frame 1 {
hp = 30;
}
frame 2 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
if (_root.bigc == 0) {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.melbo += 500;
gotoAndPlay('core2');
}
}
}
frame 5 {
gotoAndPlay(2);
}
frame 6 {
hp = 30;
}
frame 7 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam2');
}
++i;
}
}
frame 8 {
this.gotoAndPlay(_currentframe - 1);
}
frame 9 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.melbo += 500;
gotoAndPlay('core3');
}
}
frame 10 {
gotoAndPlay(7);
}
frame 11 {
hp = 30;
}
frame 12 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam3');
}
++i;
}
}
frame 13 {
this.gotoAndPlay(_currentframe - 1);
}
frame 14 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.melbo += 500;
gotoAndPlay('core4');
}
}
frame 15 {
gotoAndPlay(12);
}
frame 16 {
hp = 30;
}
frame 17 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam4');
}
++i;
}
}
frame 18 {
this.gotoAndPlay(_currentframe - 1);
}
frame 19 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.melbo += 500;
gotoAndPlay('core5');
}
}
frame 20 {
gotoAndPlay(17);
}
frame 21 {
hp = 30;
}
frame 22 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam5');
}
++i;
}
}
frame 23 {
this.gotoAndPlay(_currentframe - 1);
}
frame 24 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.melbo += 500;
gotoAndPlay('core6');
}
}
frame 25 {
gotoAndPlay(22);
}
frame 26 {
hp = 30;
}
frame 27 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam6');
}
++i;
}
}
frame 28 {
this.gotoAndPlay(_currentframe - 1);
}
frame 29 {
if (_root.bigc == 0) {
hp -= 1;
if (hp <= 0) {
_root.score += 20000;
_root.melbo += 1000;
_root.boslp = 1;
gotoAndPlay('core7');
}
}
}
frame 30 {
gotoAndPlay(27);
}
frame 31 {
hp = 30;
}
frame 32 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
}
++i;
}
}
frame 33 {
this.gotoAndPlay(_currentframe - 1);
}
frame 34 {
hp -= 1;
if (hp <= 0) {
gotoAndPlay('core7');
}
}
frame 35 {
gotoAndPlay(32);
}
}
movieClip 1058 {
}
movieClip 1059 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1064 {
}
movieClip 1067 {
}
movieClip 1069 {
frame 1 {
hp = 40;
}
frame 2 {
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam6');
}
++i;
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
if (_root.bigc == 0) {
hp -= 1;
if (hp <= 0) {
_root.score += 20000;
_root.melbo += 2000;
gotoAndPlay('core7');
}
}
}
frame 5 {
gotoAndPlay(2);
}
frame 6 {
hp = 30;
}
frame 7 {
_root.boss.gotoAndPlay('atk9hc');
i = 0;
while (i < 5) {
if (this.chit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
}
++i;
}
}
frame 8 {
this.gotoAndPlay(_currentframe - 1);
}
frame 9 {
hp -= 1;
if (hp <= 0) {
gotoAndPlay('core7');
}
}
frame 10 {
gotoAndPlay(6);
}
}
movieClip 1073 {
}
movieClip 1080 {
}
movieClip 1085 {
}
movieClip 1087 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1097 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('stone', 'stone' + _root.count, 500000 + _root.count);
_root['stone' + _root.count]._x = 670;
_root['stone' + _root.count]._y = random(450);
_root['stone' + _root.count]._rotation = random(90) + 125;
_root['stone' + _root.count]._xscale = random(70) + 30;
_root['stone' + _root.count]._yscale = random(70) + 30;
++_root.count;
}
}
movieClip 1099 {
}
movieClip 1101 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('saku', 'saku' + _root.count, 500000 + _root.count);
_root['saku' + _root.count]._x = _root.boss;
_root['saku' + _root.count]._y = _root.boss;
++_root.count;
}
}
movieClip 1102 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('saku2', 'saku2' + _root.count, 500000 + _root.count);
_root['saku2' + _root.count]._x = _root.boss;
_root['saku2' + _root.count]._y = _root.boss;
++_root.count;
}
}
movieClip 1104 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('rfx1', 'rfx1' + _root.count, 500000 + _root.count);
_root['rfx1' + _root.count]._x = point.x;
_root['rfx1' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 1105 {
}
movieClip 1106 {
}
movieClip 1107 {
frame 1 {
r = 20;
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
if (Math.random() * 1) {
_root.attachMovie('kyah', 'kyah' + _root.count, 500000 + _root.count);
_root['kyah' + _root.count]._x = point.x;
_root['kyah' + _root.count]._y = point.y;
_root['kyah' + _root.count]._rotation = r;
++_root.count;
r -= 22.5;
}
}
frame 3 {
_root.kya = 1;
}
frame 3 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
if (Math.random() * 1) {
_root.attachMovie('kyah', 'kyah' + _root.count, 500000 + _root.count);
_root['kyah' + _root.count]._x = point.x;
_root['kyah' + _root.count]._y = point.y;
_root['kyah' + _root.count]._rotation = r;
++_root.count;
r -= 22.5;
}
}
frame 5 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
if (Math.random() * 1) {
_root.attachMovie('kyah', 'kyah' + _root.count, 500000 + _root.count);
_root['kyah' + _root.count]._x = point.x;
_root['kyah' + _root.count]._y = point.y;
_root['kyah' + _root.count]._rotation = r;
++_root.count;
r -= 22.5;
}
}
frame 7 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
if (Math.random() * 1) {
_root.attachMovie('kyah', 'kyah' + _root.count, 500000 + _root.count);
_root['kyah' + _root.count]._x = point.x;
_root['kyah' + _root.count]._y = point.y;
_root['kyah' + _root.count]._rotation = r;
++_root.count;
r -= 22.5;
}
}
frame 9 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
if (Math.random() * 1) {
_root.attachMovie('kyah', 'kyah' + _root.count, 500000 + _root.count);
_root['kyah' + _root.count]._x = point.x;
_root['kyah' + _root.count]._y = point.y;
_root['kyah' + _root.count]._rotation = r;
++_root.count;
r -= 22.5;
}
}
}
movieClip 1112 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1114 {
frame 92 {
stop();
}
}
movieClip 1119 {
frame 6 {
stop();
}
}
movieClip 1120 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1124 {
}
movieClip 1126 {
}
movieClip 1127 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
dx = _root.main._x - point.x;
dy = _root.main._y + 20 - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('rfx1', 'rfx1' + _root.count, 500000 + _root.count);
_root['rfx1' + _root.count]._x = point.x;
_root['rfx1' + _root.count]._y = point.y;
_root['rfx1' + _root.count]._rotation = rad / 0.0174532925199433 + 180;
++_root.count;
}
}
movieClip 1129 {
frame 1 {
if (_root.demo == 0) {
if (this.hit.hitTest(_root.main._x, _root.main._y, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1133 {
}
movieClip 1136 {
frame 206 {
stop();
}
}
movieClip 1137 {
}
movieClip 1143 {
}
movieClip 1145 {
}
movieClip 1152 {
}
movieClip 1156 {
}
movieClip 1157 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1158 {
frame 1 {
hp = 100;
}
frame 2 {
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root.score += 30;
_root.melbo += 30;
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
i = 0;
while (i < 5) {
if (this.hit2.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
}
movieClip 1160 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1161 {
frame 1 {
hp = 100;
}
frame 2 {
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root.score += 30;
_root.melbo += 30;
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
}
movieClip 1163 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('sbd', 'sbd' + _root.count, 500000 + _root.count);
_root['sbd' + _root.count]._x = point.x;
_root['sbd' + _root.count]._y = point.y;
_root['sbd' + _root.count]._rotation = 90;
++_root.count;
}
}
movieClip 1167 {
frame 1 {
r = 0;
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 5 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 9 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 13 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 17 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 21 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 25 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 29 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 33 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 37 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 41 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 45 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 49 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 53 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 57 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
frame 61 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 3) {
_root.attachMovie('smd2', 'smd2' + _root.count, 1000000 + _root.count);
_root['smd2' + _root.count]._x = point.x;
_root['smd2' + _root.count]._y = point.y;
_root['smd2' + _root.count]._rotation = 120 * i + r;
++_root.count;
++i;
}
r += 22.5;
}
}
movieClip 1175 {
}
movieClip 1176 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1185 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
dx = _root.main._x - point.x;
dy = _root.main._y + 20 - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('smpl', 'smpl' + _root.count, 500000 + _root.count);
_root['smpl' + _root.count]._x = point.x;
_root['smpl' + _root.count]._y = point.y;
_root['smpl' + _root.count]._rotation = rad / 0.0174532925199433 + 180;
++_root.count;
}
}
movieClip 1186 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('cob', 'cob' + _root.count, 500000 + _root.count);
_root['cob' + _root.count]._x = 670;
_root['cob' + _root.count]._y = random(450);
_root['cob' + _root.count]._rotation = random(90) + 125;
++_root.count;
}
}
movieClip 1196 {
}
movieClip 1207 {
}
movieClip 1209 {
}
movieClip 1211 {
}
movieClip 1213 {
}
movieClip 1215 {
}
movieClip 1217 {
}
movieClip 1219 {
}
movieClip 1220 {
}
movieClip 1222 {
}
movieClip 1229 {
}
movieClip 1230 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1233 {
}
movieClip 1235 {
}
movieClip 1238 {
frame 1 {
hp = 60;
}
frame 2 {
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
if (_root.lkabe == 1) {
this.gotoAndPlay('bang');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 52 {
stop();
}
frame 53 {
this.hp -= 1;
if (this.hp <= 0) {
_root.score += 5000;
gotoAndPlay('bang');
}
}
frame 55 {
gotoAndPlay(2);
}
}
movieClip 1244 {
}
movieClip 1245 {
}
movieClip 1246 {
}
movieClip 1249 {
frame 1 {
if (Math.random() * 2 <= 1) {
gotoAndPlay(4);
}
}
frame 2 {
stop();
var BGMCh_05 = new Sound();
BGMCh_05.attachSound('0ihsmae');
BGMCh_05.start();
BGMCh_05.onSoundComplete = function () {
gotoAndPlay(3);
};
}
frame 3 {
stop();
}
frame 4 {
stopAllSounds();
}
frame 5 {
stop();
}
}
movieClip 1259 {
}
movieClip 1260 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1261 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('zekot', 'zekot' + _root.count, 500000 + _root.count);
_root['zekot' + _root.count]._x = point.x;
_root['zekot' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 1262 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('iron1', 'iron1' + _root.count, 500000 + _root.count);
_root['iron1' + _root.count]._x = 800;
_root['iron1' + _root.count]._y = 120;
++_root.count;
}
}
movieClip 1267 {
}
movieClip 1268 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1269 {
}
movieClip 1270 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('ironn', 'ironn' + _root.count, 500000 + _root.count);
_root['ironn' + _root.count]._x = 700;
_root['ironn' + _root.count]._y = 290;
++_root.count;
}
}
movieClip 1272 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1273 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('lzab', 'lzab' + _root.count, 500000 + _root.count);
_root['lzab' + _root.count]._x = random(130) + 500;
_root['lzab' + _root.count]._y = random(300) + 50;
++_root.count;
}
}
movieClip 1279 {
}
movieClip 1281 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1283 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.abt += 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1285 {
}
movieClip 1287 {
}
movieClip 1289 {
}
movieClip 1291 {
}
movieClip 1293 {
}
movieClip 1295 {
}
movieClip 1297 {
frame 85 {
gotoAndPlay(70);
}
}
movieClip 1299 {
}
movieClip 1309 {
frame 476 {
stop();
}
}
movieClip 1311 {
}
movieClip 1312 {
}
movieClip 1313 {
frame 10 {
stop();
}
}
movieClip 1315 {
frame 1 {
stopAllSounds();
if (_root.lodc == 0) {
_root.gotoAndPlay(1);
}
}
frame 1 {
_root.demo = 1;
_root.rhyo = 0;
_root.hyo = 0;
}
frame 2 {
if (_root.title == 1) {
_root.gotoAndPlay(1);
}
}
frame 3 {
}
instance of movieClip 688 {
onClipEvent (load) {
if (_root.gcre != 1) {
_root.gotoAndPlay(1);
}
}
}
frame 335 {
_root.hyo = 1;
}
frame 335 {
_root.demo = 0;
}
frame 680 {
_root.hyo = 0;
}
frame 1095 {
_root.hyo = 2;
}
frame 1240 {
_root.hyo = 0;
}
frame 1266 {
_root.hyo = 2;
}
frame 1315 {
_root.hyo = 0;
}
frame 1367 {
_root.hyo = 2;
}
frame 1573 {
if (_root.ptn == 0) {
_root.ptn += 1;
_root.ion = 20;
gotoAndPlay('atk3a');
} else {
if (_root.ptn == 1) {
_root.ptn = 0;
_root.ion = 10;
gotoAndPlay('atk4');
}
}
}
frame 1574 {
_root.hyo = 1;
}
frame 1664 {
_root.hyo = 0;
}
frame 1705 {
_root.rhyo = 1;
}
frame 1817 {
_root.rhyo = 0;
}
frame 1847 {
_root.rhyo = 1;
}
frame 1952 {
_root.rhyo = 1;
}
frame 1962 {
_root.rhyo = 0;
}
frame 2043 {
_root.rhyo = 4;
}
frame 2180 {
_root.rhyo = 0;
}
frame 2181 {
_root.hlaser = 1;
}
frame 2200 {
_root.hlaser = 2;
}
frame 2209 {
_root.hlaser = 0;
}
frame 2240 {
_root.hlaser = 3;
}
frame 2327 {
_root.hlaser = 4;
}
frame 2335 {
_root.hlaser = 0;
}
frame 2539 {
_root.ion = 5;
_root.hyo = 0;
}
frame 2540 {
_root.rhyo = 4;
}
frame 2550 {
_root.hyo = 2;
}
frame 2657 {
_root.hyo = 0;
}
frame 2670 {
_root.rhyo = 0;
}
frame 2680 {
_root.hyo = 2;
}
frame 2690 {
_root.rhyo = 1;
}
frame 2787 {
_root.rhyo = 0;
}
frame 2787 {
_root.hyo = 0;
}
frame 2797 {
_root.hyo = 2;
}
frame 2814 {
_root.rhyo = 4;
}
frame 2869 {
_root.rhyo = 0;
}
frame 2903 {
_root.hyo = 0;
}
frame 2930 {
_root.rhyo = 2;
_root.hyo = 3;
}
frame 2938 {
_root.rhyo = 0;
_root.hyo = 0;
}
frame 2950 {
_root.rhyo = 5;
_root.hyo = 4;
}
frame 3009 {
_root.rhyo = 0;
_root.hyo = 0;
}
frame 3053 {
if (_root.ptn == 0) {
_root.ptn += 1;
_root.ion = 10;
gotoAndPlay('atk6b');
} else {
if (_root.ptn == 1) {
_root.ptn = 0;
_root.ion = 10;
gotoAndPlay('atk7');
}
}
}
frame 3054 {
_root.amblt = 100;
_root.abt = 0;
}
frame 3269 {
stopAllSounds();
}
frame 3300 {
_root.aball = 1;
if (_root.abt <= 1000 && _root.bosd == 1 && _root.ambl == 3) {
_root.boss.gotoAndPlay('atk8');
}
if (_root.bosd == 1 && _root.ambl == 4) {
_root.boss.gotoAndPlay('atk8a');
}
}
instance abx of movieClip 885 {
onClipEvent (load) {
_x = -208;
_y = -284;
dx = 5;
dy = -5;
}
onClipEvent (enterFrame) {
if (_root.amblt >= 0) {
if (_root.ambl == 0) {
_x = _x + dx;
_y = _y + dy;
if (_x < -666) {
_x = -666;
dx *= -1;
}
if (_x > 213) {
_x = 213;
dx *= -1;
}
if (_y < -624) {
_y = -624;
dy *= -1;
}
if (_y > -152) {
_y = -152;
dy *= -1;
}
}
}
}
}
frame 3301 {
gotoAndPlay('ablop');
}
frame 3301 {
_root.abt += 1;
if (_root.abt >= 1700) {
_root.ambl = 4;
}
}
frame 3302 {
_root.bosd = 0;
_root.ambl = 0;
_root.aball = 0;
}
frame 3321 {
_root.hyo = 0;
}
frame 3321 {
_root.bosd = 0;
_root.ambl = 0;
_root.aball = 0;
_root.abt = 0;
}
frame 3432 {
_root.hyo = 4;
}
frame 3810 {
_root.hyo = 0;
}
frame 4279 {
_root.hyo = 2;
}
frame 4339 {
_root.hyo = 1;
}
frame 4414 {
stopAllSounds();
}
frame 4642 {
_root.hyo = 0;
}
frame 5017 {
_root.hyo = 1;
}
frame 5212 {
_root.hyo = 0;
}
frame 5347 {
_root.hyo = 2;
}
frame 5500 {
_root.hyo = 3;
}
frame 5509 {
_root.megac = 1;
}
frame 5514 {
_root.megac = 0;
}
frame 5591 {
stopAllSounds();
}
frame 5591 {
_root.kbt = 0;
}
instance of movieClip 1019 {
onClipEvent (enterFrame) {
this.melbo = _root.melbo;
}
}
frame 5979 {
_root.hyo = 3;
}
frame 6109 {
_root.hyo = 4;
}
frame 6190 {
_root.hyo = 1;
}
frame 6252 {
_root.boslp = 0;
_root.boslpc = 0;
_root.bosatk = 1;
}
frame 6335 {
_root.bosatk = 0;
}
frame 6434 {
_root.boslpc += 1;
}
frame 6435 {
if (_root.boslpc >= 6) {
gotoAndPlay('atk9e');
} else {
gotoAndPlay('9dlop');
}
}
frame 6436 {
stopAllSounds();
}
frame 6436 {
_root.bosatk = 0;
_root.hyo = 0;
_root.bigc = 1;
_root.boslpc = 0;
}
frame 6520 {
_root.bigc = 0;
}
frame 6610 {
_root.hyo = 2;
}
frame 6875 {
_root.hyo = 3;
}
frame 7044 {
_root.boslpc += 1;
}
frame 7045 {
if (_root.boslpc >= 3) {
_root.bigc = 1;
gotoAndPlay('atk9g');
} else {
gotoAndPlay('atk9f');
}
}
frame 7046 {
_root.hyo = 2;
}
frame 7072 {
_root.bigc = 0;
}
frame 7073 {
_root.hyo = 0;
}
frame 7074 {
_root.hyo = 6;
}
frame 7127 {
_root.hyo = 1;
}
frame 7171 {
_root.hyo = 4;
}
frame 7177 {
stopAllSounds();
}
frame 7189 {
_root.hyo = 2;
}
frame 7281 {
_root.boslpc += 1;
}
frame 7282 {
}
frame 7282 {
if (_root.boslpc >= 10) {
gotoAndPlay('atk9hc');
} else {
gotoAndPlay('atk9hb');
}
}
frame 7283 {
_root.boslpc = 0;
}
frame 7326 {
_root.hyo = 5;
}
instance of movieClip 1073 {
onClipEvent (load) {
_root.score += _root.melbo;
}
onClipEvent (enterFrame) {
this.melbo = _root.melbo;
}
}
frame 7417 {
_root.demo = 1;
}
frame 7445 {
}
frame 7519 {
stopAllSounds();
}
frame 7576 {
_root.demo = 0;
}
frame 7606 {
_root.melbo = 0;
}
frame 8261 {
_root.rhyo = 0;
}
frame 8635 {
_root.rhyo = 6;
}
frame 8657 {
_root.kya = 0;
}
frame 8657 {
_root.rhyo = 0;
}
frame 8661 {
_root.boslpc = 0;
}
frame 8687 {
_root.rhyo = 0;
}
frame 8691 {
_root.rhyo = 6;
}
frame 8713 {
_root.kya = 0;
}
frame 8713 {
_root.rhyo = 0;
}
frame 8858 {
_root.rhyo = 6;
}
frame 8880 {
_root.kya = 0;
}
frame 8880 {
_root.rhyo = 0;
}
frame 8910 {
_root.rhyo = 0;
}
frame 8914 {
_root.rhyo = 6;
}
frame 8936 {
_root.kya = 0;
}
frame 8936 {
_root.rhyo = 0;
}
frame 8950 {
_root.rhyo = 5;
}
frame 9026 {
_root.rhyo = 0;
}
frame 9051 {
if (_root.boslpc == 0) {
_root.boslpc = 1;
gotoAndPlay('atk10clop');
} else {
_root.boslpc = 0;
gotoAndPlay('atk10d');
}
}
frame 9074 {
_root.rhyo = 0;
}
frame 9351 {
_root.hyo = 1;
_root.rhyo = 3;
}
frame 9445 {
_root.rhyo = 6;
}
frame 9494 {
_root.hyo = 0;
_root.rhyo = 0;
}
frame 9527 {
_root.rhyo = 4;
_root.hyo = 1;
}
frame 9570 {
_root.demo = 1;
}
frame 9629 {
_root.rhyo = 4;
_root.hyo = 1;
}
frame 9660 {
_root.demo = 0;
}
frame 9685 {
_root.melbo = 0;
}
frame 9686 {
_root.rhyo = 0;
_root.hyo = 0;
}
instance of movieClip 1019 {
onClipEvent (enterFrame) {
this.melbo = _root.melbo;
}
}
frame 9693 {
stopAllSounds();
}
instance of movieClip 1073 {
onClipEvent (load) {
_root.score += _root.melbo;
}
onClipEvent (enterFrame) {
this.melbo = _root.melbo;
}
}
frame 12457 {
_root.lkabe = 1;
}
frame 12549 {
_root.lkabe = 0;
}
frame 12576 {
stopAllSounds();
}
frame 13921 {
_root.hyo = 0;
_root.hyo = 3;
}
frame 14282 {
_root.rhyo = 0;
}
frame 14283 {
_root.rhyo = 4;
}
frame 14547 {
_root.rhyo = 0;
}
frame 14736 {
_root.rhyo = 4;
}
frame 14802 {
_root.rhyo = 0;
}
frame 15094 {
if (_root.abt >= 300) {
gotoAndPlay('bun1');
} else {
gotoAndPlay('bun2');
}
}
frame 15095 {
_root.abt = 0;
}
frame 15111 {
_root.rhyo = 2;
}
frame 15840 {
_root.bunk = 1;
_root.gcre = 2;
_root.gotoAndPlay('game2');
}
frame 15841 {
_root.abt = 0;
}
frame 15887 {
_root.rhyo = 6;
}
frame 16000 {
_root.bunk = 0;
_root.gcre = 2;
_root.gotoAndPlay('game2');
}
}
instance boss of movieClip 1315 {
onClipEvent (enterFrame) {
if (_root.title == 1) {
_root.gotoAndPlay(1);
}
if (_root.gcre != 1) {
_root.gotoAndPlay(1);
}
if (_root.endk == 1) {
_root.gotoAndPlay(1);
}
}
}
movieClip 1319 {
}
movieClip 1324 {
}
instance of movieClip 1324 {
onClipEvent (load) {
queue = [];
logging_size = 30;
fps = 30;
}
onClipEvent (enterFrame) {
queue.unshift((new Date()).getTime());
if (queue.length > logging_size) {
fps = (queue.length / (queue[0] - queue.pop())) * 1000;
_root.fp = (queue.length / (queue[0] - queue.pop())) * 1000;
if (_root.fp <= 27) {
_root.lp = 5;
_root.iton = 0;
}
if (_root.fp > 28) {
_root.lp = 0;
_root.iton = 1;
}
}
}
}
movieClip 1325 {
}
movieClip 1327 {
}
movieClip 1331 {
frame 1 {
_root.dethb += 1;
_root.melbo -= 15000;
if (_root.melbo < 0) {
_root.melbo = 0;
}
}
frame 2 {
if (_root.zan <= 0 & _root.satk == 0) {
_root.extend = 0;
_root.score = 0;
_root.nocon = 1;
_root.ext.gotoAndPlay(1);
}
}
frame 81 {
if (_root.zan <= 0 & _root.satk == 1) {
_root.extend = 0;
_root.nocon = 1;
_root.ext.gotoAndPlay(1);
stopAllSounds();
_root.satk2 = 1;
_root.gotoAndPlay('gover');
}
}
frame 82 {
_root.mov = 0;
_root.bnsp = 0;
_root.zan -= 1;
if (_root.zan <= -1) {
_root.zan = 2;
_root.satk = 0;
}
}
frame 158 {
_root.miss = 0;
}
}
movieClip 1332 {
frame 1 {
if (_root.miss == 1) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
if (_root.miss == 0) {
gotoAndPlay(1);
}
}
frame 4 {
gotoAndPlay(3);
}
}
instance main of movieClip 1332 {
onClipEvent (load) {
_x = 50;
_y = 200;
}
onClipEvent (enterFrame) {
if (_root.mov == 0) {
if (Key.isDown(17)) {
_root.attachMovie('fire', 'fire', 100);
}
if (Key.isDown(37)) {
_x = _x - _root.lmov;
}
if (Key.isDown(39)) {
_x = _x + _root.lmov;
}
if (Key.isDown(38)) {
_y = _y - _root.lmov;
}
if (Key.isDown(40)) {
_y = _y + _root.lmov;
}
if (_x < 20) {
_x = 20;
}
if (_x > 550) {
_x = 550;
}
if (_y < 50) {
_y = 50;
}
if (_y > 350) {
_y = 350;
}
}
}
}
movieClip 1334 {
frame 1 {
_root.extend = 0;
}
frame 2 {
if (_root.score >= 70000) {
_root.zan += 1;
_root.extend += 1;
gotoAndPlay(4);
}
}
frame 3 {
gotoAndPlay(2);
}
frame 5 {
if (_root.score >= 70000 + 150000 * _root.extend) {
_root.zan += 1;
_root.extend += 1;
gotoAndPlay(7);
}
}
frame 6 {
gotoAndPlay(5);
}
frame 8 {
gotoAndPlay(5);
}
}
frame 10 {
if (aaa == 0) {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
} else {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
}
}
frame 11 {
stop();
count = 0;
}
movieClip 1344 {
}
movieClip 1345 {
frame 1 {
if (_root.ego >= 6) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 31 {
stop();
}
}
movieClip 1347 {
}
movieClip 1348 {
}
movieClip 1352 {
frame 1 {
if (_root.ego >= 6) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 11 {
gotoAndPlay(4);
}
}
movieClip 1355 {
}
movieClip 1356 {
}
movieClip 1358 {
frame 1 {
hp = 100;
}
frame 2 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
if (_root.eyet == 1200) {
this.gotoAndPlay('bang');
_root.ego += 1;
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 5 {
stop();
}
frame 5 {
_parent.removeMovieClip();
}
frame 6 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.ego += 1;
gotoAndPlay('bang');
}
}
frame 7 {
gotoAndPlay(2);
}
}
movieClip 1361 {
}
movieClip 1362 {
}
movieClip 1364 {
frame 1 {
hp = 100;
}
frame 2 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
if (_root.eyet == 1200) {
this.gotoAndPlay('bang');
_root.ego += 1;
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 5 {
stop();
}
frame 5 {
_parent.removeMovieClip();
}
frame 6 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.ego += 1;
gotoAndPlay('bang');
}
}
frame 7 {
gotoAndPlay(2);
}
}
movieClip 1367 {
frame 1 {
hp = 100;
}
frame 2 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
if (_root.eyet == 1200) {
this.gotoAndPlay('bang');
_root.ego += 1;
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 5 {
stop();
}
frame 5 {
_parent.removeMovieClip();
}
frame 6 {
hp -= 1;
if (hp <= 0) {
_root.score += 500;
_root.ego += 1;
gotoAndPlay('bang');
}
}
frame 7 {
gotoAndPlay(2);
}
}
movieClip 1368 {
}
movieClip 1374 {
}
movieClip 1375 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1376 {
}
movieClip 1378 {
frame 1 {
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
}
++i;
}
if (this.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
this.gotoAndPlay('bang');
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1384 {
frame 1 {
if (_root.ego >= 6) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 225 {
_root.enbun = 1;
_root.gcre = 3;
_root.gotoAndPlay('ed1');
}
}
movieClip 1386 {
frame 1 {
if (_root.ego >= 6) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 30 {
gotoAndPlay(3);
}
}
movieClip 1388 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1389 {
}
movieClip 1390 {
frame 1 {
if (_root.don == 1) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 15 {
_root.don = 0;
}
}
movieClip 1393 {
}
movieClip 1396 {
}
movieClip 1398 {
}
movieClip 1400 {
}
movieClip 1402 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('bom4', 'bom4' + _root.count, 500000 + _root.count);
_root['bom4' + _root.count]._x = point.x + random(20) - 10;
_root['bom4' + _root.count]._y = point.y + random(20) - 10;
mb = random(200);
_root['bom4' + _root.count]._xscale = 100 + mb;
_root['bom4' + _root.count]._yscale = 100 + mb;
++_root.count;
}
}
movieClip 1403 {
frame 1 {
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root.medam += 1;
_root.score += 20;
_root.melbo += 100;
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1404 {
}
movieClip 1406 {
}
movieClip 1408 {
}
movieClip 1410 {
}
movieClip 1411 {
frame 1 {
if (_root.don == 1) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 10 {
if (_root.don == 0) {
gotoAndPlay(1);
}
}
frame 11 {
gotoAndPlay(10);
}
}
movieClip 1412 {
}
movieClip 1414 {
}
movieClip 1416 {
}
movieClip 1421 {
}
movieClip 1424 {
frame 21 {
stop();
}
}
movieClip 1426 {
}
movieClip 1427 {
frame 1 {
if (_root.meme == 1) {
gotoAndPlay(3);
}
if (_root.meme == 2) {
gotoAndPlay(5);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
if (_root.meme == 0) {
gotoAndPlay(1);
}
}
frame 4 {
gotoAndPlay(3);
}
frame 5 {
if (_root.meme == 1) {
gotoAndPlay(3);
}
if (_root.meme == 0) {
gotoAndPlay(1);
}
}
frame 6 {
gotoAndPlay(5);
}
}
movieClip 1428 {
frame 1 {
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root.medam += 3;
_root.score += 100;
_root.melbo += 300;
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1429 {
}
movieClip 1431 {
frame 1 {
var BGMCh_04 = new Sound();
BGMCh_04.attachSound('01_twinbeeYahhomaek');
BGMCh_04.start();
BGMCh_04.onSoundComplete = function () {
gotoAndPlay(2);
};
stop();
}
frame 2 {
stop();
}
}
movieClip 1434 {
}
movieClip 1438 {
}
movieClip 1445 {
}
movieClip 1446 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1447 {
}
movieClip 1449 {
}
movieClip 1451 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('bompas', 'bompas' + _root.count, 500000 + _root.count);
_root['bompas' + _root.count]._x = point.x;
_root['bompas' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 1452 {
frame 1 {
hp = 25;
}
frame 2 {
if (this.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
this.hp -= 1;
if (this.hp <= 0) {
gotoAndPlay('bang');
}
}
frame 5 {
gotoAndPlay(2);
}
frame 6 {
_root.score += 5000;
_root.medam += 50;
_root.melbo += 5000;
_root.past = 1;
}
frame 7 {
stop();
}
frame 7 {
_parent.removeMovieClip();
}
frame 9 {
_parent.removeMovieClip();
}
}
movieClip 1453 {
frame 1 {
if (_root.past == 0) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
_root.don = 1;
}
frame 4 {
stop();
}
}
movieClip 1459 {
}
movieClip 1460 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('meld1', 'meld1' + _root.count, 500000 + _root.count);
_root['meld1' + _root.count]._x = random(650);
_root['meld1' + _root.count]._y = -5;
++_root.count;
}
}
movieClip 1467 {
}
movieClip 1469 {
}
movieClip 1471 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('meld2', 'meld2' + _root.count, 500000 + _root.count);
_root['meld2' + _root.count]._x = _root.main._x;
_root['meld2' + _root.count]._y = _root.main._y;
++_root.count;
}
}
movieClip 1482 {
}
movieClip 1483 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('itemb', 'itemb' + _root.count, 500000 + _root.count);
_root['itemb' + _root.count]._x = point.x;
_root['itemb' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 1484 {
}
movieClip 1489 {
}
movieClip 1495 {
}
movieClip 1496 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
dx = _root.main._x - point.x;
dy = _root.main._y + 20 - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('meld3', 'meld3' + _root.count, 500000 + _root.count);
_root['meld3' + _root.count]._x = point.x;
_root['meld3' + _root.count]._y = point.y;
_root['meld3' + _root.count]._rotation = rad / 0.0174532925199433 + 180;
++_root.count;
}
}
movieClip 1497 {
}
movieClip 1498 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('meld2', 'meld2' + _root.count, 500000 + _root.count);
_root['meld2' + _root.count]._x = random(550) + 50;
_root['meld2' + _root.count]._y = random(300) + 50;
++_root.count;
}
}
movieClip 1503 {
}
movieClip 1506 {
}
movieClip 1507 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1509 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('mbomb', 'mbomb' + _root.count, 500000 + _root.count);
_root['mbomb' + _root.count]._x = random(550) + 50;
_root['mbomb' + _root.count]._y = random(300) + 50;
++_root.count;
}
}
movieClip 1513 {
}
movieClip 1515 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('mels', 'mels' + _root.count, 500000 + _root.count);
_root['mels' + _root.count]._x = point.x;
_root['mels' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 1518 {
frame 1 {
_root.don = 1;
}
frame 39 {
_root.don = 1;
}
frame 70 {
_root.don = 1;
}
frame 111 {
_root.don = 1;
}
}
movieClip 1519 {
}
movieClip 1522 {
}
movieClip 1524 {
}
movieClip 1526 {
}
movieClip 1528 {
}
movieClip 1530 {
}
movieClip 1534 {
}
movieClip 1536 {
}
movieClip 1537 {
}
movieClip 1541 {
}
movieClip 1542 {
frame 1 {
if (_root.gears == 1) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
if (_root.gears == 0) {
gotoAndPlay(1);
}
}
frame 8 {
if (_root.gears == 0) {
gotoAndPlay(1);
}
}
}
movieClip 1543 {
}
movieClip 1545 {
}
movieClip 1547 {
}
movieClip 1548 {
frame 30 {
stop();
}
}
movieClip 1550 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1552 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1554 {
frame 1 {
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root.medam += 1;
_root['missile' + i].removeMovieClip();
}
++i;
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1555 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1563 {
}
movieClip 1565 {
}
movieClip 1567 {
}
movieClip 1570 {
frame 81 {
_root.boslpc += 1;
if (_root.boslpc >= 15) {
_root.boslpc = 0;
gotoAndPlay('bom');
}
}
frame 82 {
if (_root.medam >= 40) {
_root.score += 20000;
gotoAndPlay('bom');
} else {
gotoAndPlay(1);
}
}
frame 83 {
_root.gears = 0;
}
frame 223 {
_root.enbun = 2;
_root.gcre = 3;
_root.endk = 1;
_root.gotoAndPlay('ed2');
}
}
movieClip 1574 {
}
movieClip 1575 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
_root.boss2.gotoAndPlay('trigonw');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1581 {
}
movieClip 1583 {
frame 1 {
var BGMCh_09 = new Sound();
BGMCh_09.attachSound('trigon01');
BGMCh_09.start();
BGMCh_09.onSoundComplete = function () {
gotoAndPlay(2);
};
stop();
}
frame 2 {
stop();
}
}
movieClip 1593 {
}
movieClip 1595 {
}
movieClip 1597 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1601 {
frame 2 {
if (this.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
i = 0;
while (i < 5) {
if (this.hit2.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
}
++i;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 8 {
_root.tryboss -= 5;
_root.score += 50;
if (_root.tryboss <= 0) {
_root.boss2.gotoAndPlay('trybang');
}
}
frame 11 {
gotoAndPlay(2);
}
frame 13 {
gotoAndPlay('bossb');
}
}
movieClip 1602 {
frame 16 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
i = 1;
while (i <= 4) {
dx = _root.main._x - point.x;
dy = _root.main._y - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('dan1', 'dan1' + _root.count, 500000 + _root.count);
_root['dan1' + _root.count]._x = point.x;
_root['dan1' + _root.count]._y = point.y;
_root['dan1' + _root.count]._rotation = 125 + (rad / 0.0174532925199433 - 180 + 20 * i);
++_root.count;
++i;
}
}
}
movieClip 1607 {
frame 63 {
stop();
}
}
movieClip 1608 {
frame 1 {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1613 {
}
movieClip 1614 {
}
movieClip 1621 {
}
movieClip 1622 {
}
movieClip 1623 {
frame 106 {
_root.score += 100000;
}
frame 140 {
stop();
}
}
movieClip 1626 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('itemtry', 'itemtry' + _root.count, 500000 + _root.count);
_root['itemtry' + _root.count]._x = point.x;
_root['itemtry' + _root.count]._y = point.y;
++_root.count;
}
}
movieClip 1628 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1632 {
frame 2 {
if (this.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
this.gotoAndPlay('dam');
}
++i;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 8 {
_root.tryboss -= 5;
if (_root.tryboss <= 0) {
_root.boss2.gotoAndPlay('try2bang');
}
}
frame 11 {
gotoAndPlay(2);
}
frame 13 {
gotoAndPlay('bossb');
}
}
movieClip 1634 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1637 {
frame 2 {
if (this.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
i = 0;
while (i < 5) {
if (this.hit2.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
}
++i;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 5 {
_parent.removeMovieClip();
}
frame 7 {
_parent.removeMovieClip();
}
frame 11 {
gotoAndPlay(2);
}
frame 13 {
gotoAndPlay('bossb');
}
}
movieClip 1638 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
dx = _root.main._x - point.x;
dy = _root.main._y - point.y;
rad = Math.atan2(dy, dx);
_root.attachMovie('try2', 'try2' + _root.count, 500000 + _root.count);
_root['try2' + _root.count]._x = point.x;
_root['try2' + _root.count]._y = point.y;
_root['try2' + _root.count]._rotation = rad / 0.0174532925199433 - 180;
++_root.count;
}
}
movieClip 1640 {
}
movieClip 1646 {
}
movieClip 1647 {
frame 1 {
hp = 30;
}
frame 2 {
if (this.hit.hitTest(_root.main.hit)) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
i = 0;
while (i < 5) {
if (this.hit.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
}
++i;
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 3 {
this.gotoAndPlay(_currentframe - 1);
}
frame 4 {
this.hp -= 1;
if (this.hp <= 0) {
gotoAndPlay('bang');
}
}
frame 5 {
gotoAndPlay(2);
}
frame 6 {
_root.score += 100;
}
}
movieClip 1649 {
frame 1 {
if (_root.demo == 0) {
if (this.hitTest(_root.main._x, _root.main._y + 20, true) == 1) {
if (_root.miss == 0) {
_root.miss = 1;
_root.mov = 1;
}
}
}
i = 0;
while (i < 5) {
if (this.hitTest(_root['missile' + i])) {
_root['missile' + i].removeMovieClip();
}
++i;
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1651 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('try21', 'try21' + _root.count, 500000 + _root.count);
_root['try21' + _root.count]._x = point.x;
_root['try21' + _root.count]._y = point.y;
_root['try21' + _root.count]._rotation = 0;
++_root.count;
}
}
movieClip 1652 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('try21', 'try21' + _root.count, 500000 + _root.count);
_root['try21' + _root.count]._x = point.x;
_root['try21' + _root.count]._y = point.y;
_root['try21' + _root.count]._rotation = 5;
++_root.count;
}
}
movieClip 1653 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('try21', 'try21' + _root.count, 500000 + _root.count);
_root['try21' + _root.count]._x = point.x;
_root['try21' + _root.count]._y = point.y;
_root['try21' + _root.count]._rotation = 15;
++_root.count;
}
}
movieClip 1654 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('try21', 'try21' + _root.count, 500000 + _root.count);
_root['try21' + _root.count]._x = point.x;
_root['try21' + _root.count]._y = point.y;
_root['try21' + _root.count]._rotation = -5;
++_root.count;
}
}
movieClip 1655 {
frame 1 {
point = {'x': _x, 'y': _y};
this.localToGlobal(point);
_root.attachMovie('try21', 'try21' + _root.count, 500000 + _root.count);
_root['try21' + _root.count]._x = point.x;
_root['try21' + _root.count]._y = point.y;
_root['try21' + _root.count]._rotation = -15;
++_root.count;
}
}
movieClip 1656 {
}
movieClip 1658 {
}
movieClip 1659 {
}
movieClip 1661 {
}
movieClip 1662 {
}
movieClip 1665 {
frame 1 {
if (this.hitTest(_root.main.hit)) {
_root.boss2.gotoAndPlay('try2warp');
}
if (_root.title == 1) {
this.gotoAndPlay('bang2');
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 1667 {
}
movieClip 1668 {
frame 1 {
gotoAndPlay('trigon');
}
frame 2 {
if (_root.title == 1) {
_root.gotoAndPlay(1);
}
}
frame 2 {
_root.eyet = 0;
if (_root.gcre != 2) {
_root.gotoAndPlay(1);
}
}
frame 264 {
stop();
}
instance of movieClip 1384 {
onClipEvent (enterFrame) {
_root.eyet += 1;
}
}
frame 266 {
_root.melbo = 0;
}
frame 266 {
}
frame 266 {
_root.medam = 0;
}
instance of movieClip 1019 {
onClipEvent (enterFrame) {
this.melbo = _root.melbo;
}
}
frame 662 {
_root.don = 1;
}
frame 704 {
_root.don = 1;
}
frame 755 {
_root.don = 1;
}
frame 840 {
_root.don = 1;
}
frame 932 {
_root.don = 1;
}
frame 959 {
_root.don = 1;
}
frame 986 {
_root.don = 1;
}
frame 1013 {
_root.don = 1;
}
frame 1046 {
_root.past = 0;
}
frame 1047 {
if (_root.boslpc == 1) {
gotoAndPlay('pastel');
}
}
frame 1090 {
_root.meme = 1;
}
frame 1144 {
_root.meme = 0;
}
frame 1601 {
_root.don = 1;
}
frame 1628 {
_root.don = 1;
}
frame 1655 {
_root.don = 1;
}
frame 1682 {
_root.don = 1;
}
frame 2119 {
if (_root.boslpc == 0) {
_root.boslpc += 1;
gotoAndPlay('melop1');
} else {
if (_root.medam >= 600) {
gotoAndPlay('mel4');
} else {
gotoAndPlay('mel5');
}
}
}
frame 2120 {
_root.boslpc = 0;
}
frame 2150 {
_root.score += 50000;
_root.medam += 50;
_root.melbo += 15730;
}
frame 2150 {
_root.don = 1;
}
frame 2269 {
_root.don = 1;
}
frame 2410 {
_root.don = 1;
}
frame 2461 {
_root.don = 1;
}
frame 2771 {
_root.don = 1;
}
frame 2795 {
_root.don = 1;
}
frame 3762 {
0;
}
frame 3763 {
_root.mbom = 1;
}
frame 4015 {
_root.meme = 2;
}
frame 4083 {
_root.don = 1;
}
frame 4157 {
stopAllSounds();
}
frame 4158 {
_root.don = 1;
_root.meme = 0;
}
instance of movieClip 1073 {
onClipEvent (load) {
_root.score += _root.melbo;
}
onClipEvent (enterFrame) {
this.melbo = _root.melbo;
}
}
frame 4787 {
_root.medam = 0;
_root.gears = 0;
}
instance of movieClip 1545 {
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
_y = _y + spd;
if (_y > 500) {
_y = -100;
spd += 2;
if (spd > 50) {
spd = 30;
}
}
}
}
frame 5204 {
stop();
_root.gears = 1;
}
frame 5317 {
if (_root.bunk == 0) {
gotoAndPlay(2);
}
if (_root.bunk == 1) {
gotoAndPlay('mel');
}
}
frame 5318 {
stopAllSounds();
}
frame 5446 {
_root.boslpc = 0;
_root.tryboss = 1600;
count = 0;
}
frame 6270 {
if (_root.boslpc == 1) {
gotoAndPlay('tryesc');
} else {
_root.boslpc += 1;
gotoAndPlay('tlop');
}
}
frame 6271 {
gotoAndPlay('try2');
}
frame 6347 {
gotoAndPlay('try2');
}
frame 6348 {
_root.tribos = 1;
}
frame 6485 {
_root.boslpc = 0;
_root.tryboss = 1850;
}
frame 7651 {
if (_root.boslpc == 1) {
gotoAndPlay('try2esc');
} else {
_root.boslpc += 1;
gotoAndPlay('try2lop');
}
}
frame 7729 {
gotoAndPlay('tryend');
}
frame 7730 {
if (_root.satk == 1) {
if (_root.tribos == 1) {
_root.end4c = 456321;
savedata = SharedObject.getLocal('save');
savedata.data.end4c = _root.end4c;
savedata.flush();
}
}
}
frame 7818 {
_root.score += 200000;
}
frame 8285 {
_root.end3 = 1;
_root.gotoAndPlay('ed3');
}
frame 8414 {
_root.boslpc = 0;
if (_root.bunk == 0) {
gotoAndPlay(2);
}
if (_root.bunk == 1) {
gotoAndPlay('mel');
}
}
}
instance boss2 of movieClip 1668 {
onClipEvent (enterFrame) {
if (_root.gcre != 2) {
_root.gotoAndPlay(1);
}
if (_root.endk == 1) {
_root.gotoAndPlay(1);
}
}
}
frame 12 {
if (aaa == 0) {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
} else {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
}
}
frame 13 {
stop();
_quality = 'HIGH';
}
movieClip 1688 {
}
movieClip 1692 {
}
movieClip 1701 {
}
movieClip 1712 {
}
movieClip 1713 {
}
movieClip 1716 {
}
movieClip 1718 {
}
movieClip 1719 {
frame 1 {
stopAllSounds();
_root.endk = 1;
_root.melbo = 0;
}
frame 1 {
if (_root.gcre != 3) {
_root.gotoAndPlay(1);
}
}
frame 691 {
if (_root.nocon == 0) {
gotoAndPlay('bonus');
} else {
gotoAndPlay('next');
}
}
frame 692 {
_root.melbo = (_root.zan + 1) * 50000;
_root.nocon = 1;
}
instance of movieClip 1716 {
onClipEvent (load) {
_root.score += _root.melbo;
}
onClipEvent (enterFrame) {
this.melbo = _root.melbo;
_root.zan = 0;
}
}
frame 1497 {
if (_root.satk == 1) {
_root.end1c = 5730;
savedata = SharedObject.getLocal('save');
savedata.data.end1c = _root.end1c;
savedata.flush();
}
_root.gotoAndPlay('gover');
}
}
instance end1 of movieClip 1719 {
onClipEvent (enterFrame) {
if (_root.enbun != 1) {
_root.gotoAndPlay(1);
}
if (_root.gcre != 3) {
_root.gotoAndPlay(1);
}
if (_root.endk == 0) {
_root.gotoAndPlay(1);
}
}
}
frame 14 {
if (aaa == 0) {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
} else {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
}
}
frame 15 {
stop();
_quality = 'HIGH';
}
movieClip 1720 {
}
movieClip 1722 {
}
movieClip 1732 {
}
movieClip 1734 {
}
movieClip 1744 {
}
movieClip 1745 {
}
movieClip 1746 {
}
movieClip 1747 {
}
movieClip 1754 {
}
movieClip 1758 {
}
movieClip 1768 {
frame 1 {
if (_root.endk == 0) {
_root.gotoAndPlay(1);
}
}
frame 1 {
if (_root.gcre != 3) {
_root.gotoAndPlay(1);
}
}
frame 1465 {
if (_root.nocon == 0) {
gotoAndPlay('bonus');
} else {
gotoAndPlay('next');
}
}
frame 1466 {
_root.melbo = (_root.zan + 1) * 50000;
_root.nocon = 1;
}
instance of movieClip 1716 {
onClipEvent (load) {
_root.score += _root.melbo;
}
onClipEvent (enterFrame) {
this.melbo = _root.melbo;
_root.zan = 0;
}
}
frame 2271 {
if (_root.satk == 1) {
_root.end2c = 212;
savedata = SharedObject.getLocal('save');
savedata.data.end2c = _root.end2c;
savedata.flush();
}
_root.gotoAndPlay('gover');
_root.gotoAndPlay('gover');
}
}
instance of movieClip 1768 {
onClipEvent (enterFrame) {
if (_root.enbun != 2) {
_root.gotoAndPlay(1);
}
if (_root.gcre != 3) {
_root.gotoAndPlay(1);
}
if (_root.endk == 0) {
_root.gotoAndPlay(1);
}
}
}
frame 16 {
if (aaa == 0) {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
} else {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
}
}
frame 17 {
stop();
_quality = 'HIGH';
}
movieClip 1773 {
}
movieClip 1774 {
}
movieClip 1792 {
}
movieClip 1795 {
}
movieClip 1796 {
}
movieClip 1799 {
}
movieClip 1801 {
}
movieClip 1804 {
frame 1 {
stopAllSounds();
if (_root.end3 == 0) {
_root.gotoAndPlay(1);
}
}
frame 1213 {
if (_root.satk == 1) {
_root.end3c = 68000;
savedata = SharedObject.getLocal('save');
savedata.data.end3c = _root.end3c;
savedata.flush();
}
_root.gotoAndPlay('gover');
}
}
frame 18 {
if (aaa == 0) {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
} else {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
}
}
frame 19 {
stop();
_root.title = 1;
if (_root.satk == 1) {
_quality = 'HIGH';
if (_root.score > _root.hisc) {
_root.hisc = _root.score;
savedata = SharedObject.getLocal('save');
savedata.data.hisc = _root.hisc;
savedata.flush();
}
}
}
movieClip 1807 {
}
movieClip 1809 {
}
movieClip 1811 {
}
movieClip 1813 {
}
movieClip 1816 {
}
movieClip 1818 {
}
movieClip 1819 {
frame 1 {
if (_root.odai == 1) {
gotoAndPlay(3);
}
if (_root.odai == 2) {
gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
if (_root.odai == 0) {
gotoAndPlay(1);
}
}
frame 4 {
gotoAndPlay(4);
}
}
movieClip 1821 {
}
movieClip 1823 {
}
movieClip 1827 {
frame 51 {
if (_root.odai == 0) {
gotoAndPlay(53);
}
if (_root.odai == 1) {
gotoAndPlay(53);
}
}
frame 52 {
gotoAndPlay(51);
}
frame 74 {
if (_root.odai == 0) {
gotoAndPlay(1);
} else {
gotoAndPlay(53);
}
}
}
movieClip 1829 {
}
movieClip 1831 {
}
movieClip 1836 {
frame 1 {
omi = random(6);
if (omi == 0) {
gotoAndPlay(2);
}
if (omi == 1) {
gotoAndPlay(2);
}
if (omi == 2) {
gotoAndPlay(2);
}
if (omi == 3) {
gotoAndPlay(3);
}
if (omi == 4) {
gotoAndPlay(3);
}
if (omi == 5) {
gotoAndPlay(4);
}
}
frame 2 {
stop();
_root.odai = 1;
}
frame 3 {
stop();
_root.odai = 1;
}
frame 4 {
stop();
_root.odai = 2;
}
}
movieClip 1838 {
}
movieClip 1839 {
}
movieClip 1841 {
}
movieClip 1843 {
}
movieClip 1845 {
frame 1 {
var BGMCh_01 = new Sound();
BGMCh_01.attachSound('0rankingmae');
BGMCh_01.start();
BGMCh_01.onSoundComplete = function () {
gotoAndPlay(2);
};
stop();
}
frame 2 {
stop();
}
}
movieClip 1848 {
}
movieClip 1849 {
frame 1 {
stopAllSounds();
}
frame 1 {
_root.odai = 0;
}
frame 151 {
if (_root.odai == 2) {
gotoAndPlay('dai');
} else {
gotoAndPlay('go');
}
}
frame 379 {
stop();
}
instance of movieClip 1848 {
onClipEvent (keyPress '<Space>') {
if (_root.satk == 1) {
_root.gotoAndPlay('check');
} else {
_root.gotoAndPlay(1);
}
}
}
frame 381 {
stop();
}
}
frame 20 {
if (aaa == 0) {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
} else {
_root.title = 1;
_root.cre = 0;
_root.score = 0;
_root.nocon = 1;
_root.melbo = 0;
_root.gcre = 0;
_root.satk = 0;
gotoAndPlay(1);
}
}
frame 21 {
_root.title = 1;
if (_root.astk == 1) {
CGIFile = 'hibs.cgi?' + Math.floor(Math.random() * 1000);
myLoadVars = new LoadVars();
myLoadVars.onLoad = function (success) {
rank_in = false;
i = 0;
while (i < 50) {
if (Number(myLoadVars['score' + i]) < score) {
rank_in = true;
}
++i;
}
if (rank_in == true) {
gotoAndStop('toroku');
} else {
gotoAndPlay('ranking');
}
};
myLoadVars.load(CGIFile);
stop();
}
}
frame 22 {
stop();
}
frame 22 {
send_btn.onRelease = function () {
gotoAndPlay('ranking');
};
}
button 1857 {
on (press) {
_root.gotoAndPlay('title');
}
}
frame 24 {
CGIFile = 'hibs.cgi?' + Math.floor(Math.random() * 1000);
mySaveVars = new LoadVars();
mySaveVars.score = score;
mySaveVars.playername = playername;
myLoadVars = new LoadVars();
myLoadVars.onLoad = function (success) {
rankingdata = '';
i = 0;
while (i < 50) {
tname = 'rname' + (i + 1);
(eval(tname)).text = myLoadVars['name' + i];
tname = 'rscore' + (i + 1);
(eval(tname)).text = myLoadVars['score' + i];
++i;
}
};
mySaveVars.sendAndLoad(CGIFile, myLoadVars, 'POST');
}
frame 25 {
_root.score = 0;
}
frame 26 {
stop();
}
button 1960 {
on (press) {
gotoAndPlay('rank2');
}
}
frame 27 {
stop();
}
button 1961 {
on (press) {
gotoAndPlay('rank3');
}
}
button 1962 {
on (press) {
gotoAndPlay('rank1');
}
}
frame 28 {
stop();
}
button 1963 {
on (press) {
gotoAndPlay('rank4');
}
}
frame 29 {
stop();
}
button 1964 {
on (press) {
gotoAndPlay('rank5');
}
}
frame 30 {
stop();
}