Frame 1 (1.1 KiB) ●
function music() {
if (_global.musicNo == 1) {
newSe = new Sound();
newSe.attachSound("BGM1");
newSe.start(0, 999);
newSe.setVolume(50);
} else if (_global.musicNo == 2) {
newSe.stop();
newSe = new Sound();
newSe.attachSound("BGM2");
newSe.start(0, 999);
newSe.setVolume(50);
}
}
this.stop();
function MyShotA() {
depth = MSdeep;
MSdeep++;
if (MSdeep >= 214) {
MSdeep = 200;
}
newName = "myshot" + depth;
_root.attachMovie("myS", newName, depth);
this[newName]._x = _root.bitA._x;
this[newName]._y = _root.bitA._y;
this[newName]._rotation = _root.bitA._rotation;
}
function MyShotB() {
depth = MSdeep;
if (MSdeep >= 214) {
MSdeep = 200;
}
MSdeep++;
newName = "myshot" + depth;
_root.attachMovie("myS", newName, depth);
this[newName]._x = _root.bitB._x;
this[newName]._y = _root.bitB._y;
this[newName]._rotation = _root.bitB._rotation;
}
_global.ESdeep = 700;
_global.MSdeep = 200;
_global.Edeep = 300;
_global.Otherdeep = 900;
_global.EmoveP = 0.5;
_global.myVan = true;
_global.cieldNo = 1;
_global.al = true;
_global.musicNo = 1;
Frame 2 (14 B)
Mouse.hide();
Instance of Symbol 82 MovieClip [player] "P" in Frame 2 (1.15 KiB) ●
onClipEvent (load) {
countflag = false;
count = 0;
}
onClipEvent (enterFrame) {
if (countflag == true) {
count++;
}
if (count >= 10) {
count = 0;
fountflag = false;
}
if (_global.myVan) {
this._x = this._x + ((_root._xmouse - this._x) / 6);
this._y = this._y + ((_root._ymouse - this._y) / 6);
if (this._x < _root._xmouse) {
if (this._x < (_root._xmouse - 10)) {
if (this._currentframe < 31) {
this.nextFrame();
}
} else if (this._currentframe > 20) {
this.prevFrame();
}
} else if (this._x > _root._xmouse) {
if (this._x > (_root._xmouse + 10)) {
if (this._currentframe > 11) {
this.prevFrame();
}
} else if (this._currentframe < 20) {
this.nextFrame();
}
}
}
}
onClipEvent (mouseDown) {
newSe = new Sound();
newSe.attachSound("shootSE");
newSe.start(0, 999);
newSe.setVolume(60);
if (_global.cieldNo == 2) {
if (countflag == true) {
_root.cield._visible = true;
_root.cield.gotoAndPlay(2);
_global.cieldNo = 3;
_root.Mymp.gotoAndPlay("mode3");
} else if (countflag == false) {
countflag = true;
}
}
}
onClipEvent (mouseUp) {
newSe.stop("shootSE");
}
Instance of Symbol 120 MovieClip "bitA" in Frame 2 (320 B)
onClipEvent (load) {
shotP = 0;
shotGo = false;
}
onClipEvent (enterFrame) {
this._x = _root.P._x - 10;
this._y = _root.P._y - 21;
if (shotGo) {
shotP = shotP + 1;
if (shotP == 6) {
_root.MyShotA();
shotP = 0;
}
}
}
onClipEvent (mouseDown) {
shotGo = true;
}
onClipEvent (mouseUp) {
shotGo = false;
}
Instance of Symbol 120 MovieClip "bitB" in Frame 2 (320 B)
onClipEvent (load) {
shotP = 3;
shotGo = false;
}
onClipEvent (enterFrame) {
this._x = _root.P._x + 10;
this._y = _root.P._y - 21;
if (shotGo) {
shotP = shotP + 1;
if (shotP == 6) {
_root.MyShotB();
shotP = 0;
}
}
}
onClipEvent (mouseDown) {
shotGo = true;
}
onClipEvent (mouseUp) {
shotGo = false;
}
Instance of Symbol 78 MovieClip [Cield] "cield" in Frame 2 (160 B)
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
this._x = _root.P._x;
this._y = _root.P._y;
}
Frame 13 (23 B)
this.stop();
music();
Instance of Symbol 128 MovieClip in Frame 13 (65 B)
onClipEvent (enterFrame) {
this._y = this._y + _global.EmoveP;
}
Frame 34 (43 B)
this.stop();
newSe.stop();
Mouse.show();
Frame 45 (43 B)
this.stop();
newSe.stop();
Mouse.show();
Symbol 12 MovieClip [myS] Frame 1 (11 B)
speed = 3;
Symbol 12 MovieClip [myS] Frame 2 (47 B)
this._y = this._y - speed;
speed = speed + 1;
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip [myS] Frame 2 (235 B)
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
if ((((thePoint.x > 300) || (thePoint.x < 0)) || (thePoint.y < 0)) || (thePoint.y > 400)) {
_parent.removeMovieClip();
}
}
Symbol 12 MovieClip [myS] Frame 3 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 12 MovieClip [myS] Frame 4 (82 B)
SE = new Sound();
SE.attachSound("hitse");
SE.start();
this.removeMovieClip();
Symbol 12 MovieClip [myS] Frame 5 (24 B)
this.removeMovieClip();
Instance of Symbol 16 MovieClip in Symbol 17 MovieClip Frame 1 (362 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.P.Mycore)) {
if (_global.al == true) {
_root.Myhp.nextFrame();
}
_parent._parent.gotoAndPlay(4);
}
if (_global.cieldNo == 1) {
if (hitTest(_root.P.Mywing)) {
_root.Mymp.nextFrame();
}
} else if (_global.cieldNo == 3) {
if (hitTest(_root.cield)) {
_parent._parent.gotoAndPlay(4);
}
}
}
Symbol 18 MovieClip [EnemyS1] Frame 1 (25 B)
speed = 3;
flugHit = 1;
Instance of Symbol 17 MovieClip in Symbol 18 MovieClip [EnemyS1] Frame 1 (259 B)
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
if ((((thePoint.x > 300) || (thePoint.x < 0)) || (thePoint.y < 0)) || (thePoint.y > 400)) {
_parent.removeMovieClip();
}
this._y = this._y + 3;
}
Symbol 18 MovieClip [EnemyS1] Frame 3 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 18 MovieClip [EnemyS1] Frame 4 (24 B)
this.removeMovieClip();
Symbol 18 MovieClip [EnemyS1] Frame 5 (24 B)
this.removeMovieClip();
Symbol 27 MovieClip [enemyA] Frame 1 (567 B)
function Es1() {
rotationP = -45;
i = 1;
while (i < 3) {
rotationP = rotationP + 30;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS2", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
i++;
}
}
type = 1;
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
if (thePoint.x >= 150) {
Speed1 = 3;
} else {
Speed1 = -3;
}
Instance of Symbol 20 MovieClip in Symbol 27 MovieClip [enemyA] Frame 1 (278 B)
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
if ((((thePoint.x > 350) || (thePoint.x < -50)) || (thePoint.y < -50)) || (thePoint.y > 450)) {
_parent.removeMovieClip();
}
this._rotation = this._rotation + 10;
}
Instance of Symbol 24 MovieClip in Symbol 27 MovieClip [enemyA] Frame 1 (1.37 KiB) ●
onClipEvent (load) {
_visible = false;
HP = 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.myshot200)) {
_root.myshot200.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot201)) {
_root.myshot201.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot202)) {
_root.myshot202.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot203)) {
_root.myshot203.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot204)) {
_root.myshot204.gotoAndPlay(4);
}
if (this.hitTest(_root.myshot205)) {
_root.myshot205.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot206)) {
_root.myshot206.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot207)) {
_root.myshot207.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot208)) {
_root.myshot208.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot209)) {
_root.myshot209.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot210)) {
_root.myshot210.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot211)) {
_root.myshot211.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot212)) {
_root.myshot212.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot213)) {
_root.myshot213.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot214)) {
_root.myshot214.gotoAndPlay(4);
HP--;
}
if ((HP == 0) || (_root._currentframe >= 20)) {
_parent.gotoAndPlay(5);
}
}
Symbol 27 MovieClip [enemyA] Frame 2 (238 B)
if (type == 1) {
this._y = this._y + 3;
if (this._y >= 230) {
type = 2;
}
} else if (type == 2) {
this._y = this._y - 2;
this._x = this._x - Speed1;
}
i = i + (Math.random() / 2);
if (i >= 4) {
Es1();
i = 0;
}
Symbol 27 MovieClip [enemyA] Frame 3 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 27 MovieClip [enemyA] Frame 4 (91 B)
newbom = new Sound();
newbom.attachSound("Zbom");
newbom.start();
newbom.setVolume(70);
Symbol 27 MovieClip [enemyA] Frame 14 (24 B)
this.removeMovieClip();
Symbol 27 MovieClip [enemyA] Frame 15 (24 B)
this.removeMovieClip();
Symbol 31 MovieClip [enemyB] Frame 1 (1.31 KiB) ●
function Es1() {
rotationP = -90;
i = 1;
while (i < 26) {
rotationP = rotationP + 15;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS3", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
i++;
}
}
function Es2() {
rotationP = -85;
i = 1;
while (i < 26) {
rotationP = rotationP + 15;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS1", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
i++;
}
}
function Es3() {
rotationP = kakudo;
i = 1;
while (i < 16) {
rotationP = rotationP + (Math.random() * 10);
rotationP = rotationP - (Math.random() * 10);
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS2", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
i++;
}
}
_global.EmoveP = 0;
Instance of Symbol 24 MovieClip in Symbol 31 MovieClip [enemyB] Frame 10 (1.38 KiB) ●
onClipEvent (load) {
_visible = false;
HP = 40;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.myshot200)) {
_root.myshot200.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot201)) {
_root.myshot201.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot202)) {
_root.myshot202.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot203)) {
_root.myshot203.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot204)) {
_root.myshot204.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot205)) {
_root.myshot205.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot206)) {
_root.myshot206.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot207)) {
_root.myshot207.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot208)) {
_root.myshot208.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot209)) {
_root.myshot209.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot210)) {
_root.myshot210.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot211)) {
_root.myshot211.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot212)) {
_root.myshot212.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot213)) {
_root.myshot213.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot214)) {
_root.myshot214.gotoAndPlay(4);
HP--;
}
if ((HP == 0) || (_root._currentframe >= 20)) {
_parent.gotoAndPlay(26);
}
}
Symbol 31 MovieClip [enemyB] Frame 11 (318 B)
i = i + (Math.random() / 2);
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
xDis = _root.P._x - thePoint.x;
yDis = _root.P._y - thePoint.y;
radian = Math.atan2(yDis, xDis);
kakudo = (radian / (Math.PI/180)) - 90;
if (i >= 16) {
Es1();
Es2();
Es3();
i = 0;
gotoAndPlay (13);
}
Symbol 31 MovieClip [enemyB] Frame 12 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 31 MovieClip [enemyB] Frame 18 (63 B)
this._x = Math.random() * 300;
this._y = Math.random() * 400;
Symbol 31 MovieClip [enemyB] Frame 24 (18 B)
gotoAndPlay (10);
Symbol 31 MovieClip [enemyB] Frame 27 (111 B)
newSe = new Sound();
newSe.attachSound("Zbom2");
newSe.start();
newSe.setVolume(60);
_global.EmoveP = 0.5;
Symbol 31 MovieClip [enemyB] Frame 35 (24 B)
this.removeMovieClip();
Symbol 31 MovieClip [enemyB] Frame 36 (24 B)
this.removeMovieClip();
Symbol 35 MovieClip [enemyC] Frame 1 (1.28 KiB) ●
i = 0;
PP = Math.PI;
Wait = 3;
Round = 20;
T = 2 * PP;
Parc = 1 / Round;
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
xDis = _root.P._x - thePoint.x;
yDis = _root.P._y - thePoint.y;
radian = Math.atan2(yDis, xDis);
kakudo = (radian / (Math.PI/180)) - 90;
krota = kakudo - this._rotation;
if ((((thePoint.x > 350) || (thePoint.x < -50)) || (thePoint.y < -50)) || (thePoint.y > 450)) {
_parent.removeMovieClip();
}
function Es1() {
rotationP = krota - 30;
i = 1;
while (i < 6) {
rotationP = rotationP + 10;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS3", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
i++;
}
}
function Es2() {
rotationP = krota - 25;
i = 1;
while (i < 5) {
rotationP = rotationP + 10;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS1", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
i++;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip [enemyC] Frame 1 (265 B)
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
xDis = _root.P._x - thePoint.x;
yDis = _root.P._y - thePoint.y;
radian = Math.atan2(yDis, xDis);
kakudo = (radian / (Math.PI/180)) - 90;
this._rotation = kakudo;
}
Instance of Symbol 24 MovieClip in Symbol 35 MovieClip [enemyC] Frame 1 (1.37 KiB) ●
onClipEvent (load) {
_visible = false;
hp = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.myshot200)) {
_root.myshot200.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot201)) {
_root.myshot201.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot202)) {
_root.myshot202.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot203)) {
_root.myshot203.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot204)) {
_root.myshot204.gotoAndPlay(4);
}
if (this.hitTest(_root.myshot205)) {
_root.myshot205.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot206)) {
_root.myshot206.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot207)) {
_root.myshot207.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot208)) {
_root.myshot208.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot209)) {
_root.myshot209.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot210)) {
_root.myshot210.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot211)) {
_root.myshot211.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot212)) {
_root.myshot212.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot213)) {
_root.myshot213.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot214)) {
_root.myshot214.gotoAndPlay(4);
HP--;
}
if ((HP == 0) || (_root._currentframe >= 20)) {
_parent.gotoAndPlay(5);
}
}
Symbol 35 MovieClip [enemyC] Frame 2 (351 B)
this._y = this._y + ((Math.sin(T) * Wait) + 1);
T = T + Parc;
xDis = _root.P._x - thePoint.x;
yDis = _root.P._y - thePoint.y;
radian = Math.atan2(yDis, xDis);
kakudo = (radian / (Math.PI/180)) - 90;
krota = kakudo - this._rotation;
is++;
if (is == 30) {
Es1();
Es2();
} else if (is == 50) {
Es1();
}
if (is >= 100) {
is = 0;
}
Symbol 35 MovieClip [enemyC] Frame 3 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 35 MovieClip [enemyC] Frame 5 (91 B)
newbom = new Sound();
newbom.attachSound("Zbom");
newbom.start();
newbom.setVolume(70);
Symbol 35 MovieClip [enemyC] Frame 13 (24 B)
this.removeMovieClip();
Symbol 35 MovieClip [enemyC] Frame 14 (24 B)
this.removeMovieClip();
Symbol 36 MovieClip [EnemyS2] Frame 1 (25 B)
speed = 1;
flugHit = 1;
Instance of Symbol 17 MovieClip in Symbol 36 MovieClip [EnemyS2] Frame 1 (309 B)
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
if ((((thePoint.x > 300) || (thePoint.x < 0)) || (thePoint.y < 0)) || (thePoint.y > 400)) {
_parent.removeMovieClip();
}
this._y = this._y + _parent.speed;
_parent.speed = _parent.speed + 0.1;
}
Symbol 36 MovieClip [EnemyS2] Frame 3 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 36 MovieClip [EnemyS2] Frame 4 (24 B)
this.removeMovieClip();
Symbol 36 MovieClip [EnemyS2] Frame 5 (24 B)
this.removeMovieClip();
Instance of Symbol 38 MovieClip in Symbol 39 MovieClip [EnemyS3] Frame 1 (596 B)
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this.hitTest(_root.P.Mycore)) {
if (_root.Myhp._currentframe < 21) {
_root.Myhp.nextFrame();
}
_parent.gotoAndPlay(4);
}
if (_global.cieldNo == 1) {
if (hitTest(_root.P.Mywing)) {
_root.Mymp.nextFrame();
}
} else if (_global.cieldNo == 3) {
if (this.hitTest(_root.cield)) {
_parent.gotoAndPlay(4);
}
}
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
if ((((thePoint.x > 300) || (thePoint.x < 0)) || (thePoint.y < 0)) || (thePoint.y > 400)) {
_parent.removeMovieClip();
}
}
Symbol 39 MovieClip [EnemyS3] Frame 3 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 39 MovieClip [EnemyS3] Frame 4 (24 B)
this.removeMovieClip();
Symbol 39 MovieClip [EnemyS3] Frame 5 (24 B)
this.removeMovieClip();
Symbol 42 MovieClip [EnemyS4] Frame 9 (91 B)
newEe = new Sound();
newEe.attachSound("beem");
newEe.start(0, 1);
newEe.setVolume(50);
Instance of Symbol 24 MovieClip in Symbol 42 MovieClip [EnemyS4] Frame 44 (184 B)
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.P.Mycore)) {
if (_root.Myhp._currentframe < 21) {
_root.Myhp.nextFrame();
}
}
}
Symbol 42 MovieClip [EnemyS4] Frame 76 (24 B)
this.removeMovieClip();
Symbol 42 MovieClip [EnemyS4] Frame 77 (24 B)
this.removeMovieClip();
Instance of Symbol 24 MovieClip in Symbol 44 MovieClip [enemyD] Frame 5 (1.37 KiB) ●
onClipEvent (load) {
_visible = false;
HP = 10;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.myshot200)) {
_root.myshot200.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot201)) {
_root.myshot201.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot202)) {
_root.myshot202.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot203)) {
_root.myshot203.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot204)) {
_root.myshot204.gotoAndPlay(4);
}
if (this.hitTest(_root.myshot205)) {
_root.myshot205.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot206)) {
_root.myshot206.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot207)) {
_root.myshot207.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot208)) {
_root.myshot208.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot209)) {
_root.myshot209.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot210)) {
_root.myshot210.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot211)) {
_root.myshot211.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot212)) {
_root.myshot212.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot213)) {
_root.myshot213.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot214)) {
_root.myshot214.gotoAndPlay(4);
HP--;
}
if ((HP == 0) || (_root._currentframe >= 20)) {
_parent.gotoAndPlay(60);
}
}
Symbol 44 MovieClip [enemyD] Frame 16 (53 B)
Px = Math.random() * 300;
Py = Math.random() * 100;
Symbol 44 MovieClip [enemyD] Frame 17 (85 B)
this._x = this._x + ((Px - this._x) / 5);
this._y = this._y + ((Py - this._y) / 5);
Symbol 44 MovieClip [enemyD] Frame 18 (85 B)
this._x = this._x + ((Px - this._x) / 5);
this._y = this._y + ((Py - this._y) / 5);
Symbol 44 MovieClip [enemyD] Frame 19 (85 B)
this._x = this._x + ((Px - this._x) / 5);
this._y = this._y + ((Py - this._y) / 5);
Symbol 44 MovieClip [enemyD] Frame 20 (292 B)
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
xDis = _root.P._x - thePoint.x;
yDis = _root.P._y - thePoint.y;
radian = Math.atan2(yDis, xDis);
kakudo = (radian / (Math.PI/180)) - 90;
krota = kakudo - this._rotation;
this._rotation = this._rotation + (krota / 6);
Symbol 44 MovieClip [enemyD] Frame 21 (47 B)
this._rotation = this._rotation + (krota / 6);
Symbol 44 MovieClip [enemyD] Frame 22 (47 B)
this._rotation = this._rotation + (krota / 6);
Symbol 44 MovieClip [enemyD] Frame 23 (47 B)
this._rotation = this._rotation + (krota / 6);
Symbol 44 MovieClip [enemyD] Frame 24 (47 B)
this._rotation = this._rotation + (krota / 6);
Symbol 44 MovieClip [enemyD] Frame 25 (311 B)
rotationP = this._rotation;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS3", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
Symbol 44 MovieClip [enemyD] Frame 26 (311 B)
rotationP = this._rotation;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS3", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
Symbol 44 MovieClip [enemyD] Frame 27 (311 B)
rotationP = this._rotation;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS3", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
Symbol 44 MovieClip [enemyD] Frame 28 (311 B)
rotationP = this._rotation;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS3", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
Symbol 44 MovieClip [enemyD] Frame 58 (21 B)
this.gotoAndPlay(6);
Symbol 44 MovieClip [enemyD] Frame 61 (88 B)
newSe = new Sound();
newSe.attachSound("Zbom2");
newSe.start();
newSe.setVolume(60);
Symbol 44 MovieClip [enemyD] Frame 74 (24 B)
this.removeMovieClip();
Symbol 44 MovieClip [enemyD] Frame 75 (24 B)
this.removeMovieClip();
Symbol 45 MovieClip [enemyF] Frame 1 (512 B)
function Es1() {
rotationP = 0;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS2", newName, depth);
_root[newName]._x = this._x;
_root[newName]._y = this._y;
_root[newName]._rotation = rotationP;
}
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
UpPoint = 0.05;
if (thePoint.x >= 150) {
DisX = -3;
DisY = 0.1;
} else {
DisX = 3;
DisY = 0.1;
}
Instance of Symbol 20 MovieClip in Symbol 45 MovieClip [enemyF] Frame 1 (278 B)
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
if ((((thePoint.x > 350) || (thePoint.x < -50)) || (thePoint.y < -50)) || (thePoint.y > 450)) {
_parent.removeMovieClip();
}
this._rotation = this._rotation + 10;
}
Instance of Symbol 24 MovieClip in Symbol 45 MovieClip [enemyF] Frame 1 (1.37 KiB) ●
onClipEvent (load) {
_visible = false;
HP = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.myshot200)) {
_root.myshot200.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot201)) {
_root.myshot201.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot202)) {
_root.myshot202.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot203)) {
_root.myshot203.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot204)) {
_root.myshot204.gotoAndPlay(4);
}
if (this.hitTest(_root.myshot205)) {
_root.myshot205.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot206)) {
_root.myshot206.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot207)) {
_root.myshot207.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot208)) {
_root.myshot208.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot209)) {
_root.myshot209.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot210)) {
_root.myshot210.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot211)) {
_root.myshot211.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot212)) {
_root.myshot212.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot213)) {
_root.myshot213.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot214)) {
_root.myshot214.gotoAndPlay(4);
HP--;
}
if ((HP == 0) || (_root._currentframe >= 20)) {
_parent.gotoAndPlay(5);
}
}
Symbol 45 MovieClip [enemyF] Frame 2 (232 B)
this._x = this._x + DisX;
this._y = this._y + DisY;
if (DisX <= 0) {
DisX = DisX - UpPoint;
} else {
DisX = DisX + UpPoint;
}
DisY = DisY - UpPoint;
i = i + (Math.random() / 2);
if (i >= 2.5) {
Es1();
i = 0;
}
Symbol 45 MovieClip [enemyF] Frame 3 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 45 MovieClip [enemyF] Frame 4 (91 B)
newbom = new Sound();
newbom.attachSound("Zbom");
newbom.start();
newbom.setVolume(70);
Symbol 45 MovieClip [enemyF] Frame 18 (24 B)
this.removeMovieClip();
Symbol 45 MovieClip [enemyF] Frame 19 (24 B)
this.removeMovieClip();
Symbol 54 MovieClip Frame 1 (95 B)
newbom = new Sound();
newbom.attachSound("Zbom");
newbom.start(0, 5);
newbom.setVolume(50);
Symbol 54 MovieClip Frame 60 (45 B)
this.stop();
_parent.gotoAndStop("change");
Symbol 57 MovieClip Frame 30 (13 B)
this.stop();
Symbol 58 MovieClip Frame 60 (44 B)
this.stop();
_parent.gotoAndPlay("mode2");
Symbol 65 MovieClip Frame 1 (99 B)
newbom1 = new Sound();
newbom1.attachSound("Zbom");
newbom1.start(0, 5);
newbom1.setVolume(70);
Symbol 65 MovieClip Frame 7 (100 B)
newbom2 = new Sound();
newbom2.attachSound("Zbom2");
newbom2.start(0, 2);
newbom2.setVolume(70);
Symbol 65 MovieClip Frame 185 (61 B)
_root.gotoAndPlay("stageClear");
_parent.removeMovieClip();
Symbol 66 MovieClip [boss] Frame 1 (141 B)
moveSelect = 1;
moveCountNo = 0;
Pmark = {x:125, y:100};
this._y = this._y + 2;
if (this._y >= 100) {
this.gotoAndPlay("mode1");
}
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 1 (1.34 KiB) ●
onClipEvent (load) {
_visible = false;
HP = 120;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.myshot200)) {
_root.myshot200.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot201)) {
_root.myshot201.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot202)) {
_root.myshot202.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot203)) {
_root.myshot203.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot204)) {
_root.myshot204.gotoAndPlay(4);
}
if (this.hitTest(_root.myshot205)) {
_root.myshot205.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot206)) {
_root.myshot206.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot207)) {
_root.myshot207.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot208)) {
_root.myshot208.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot209)) {
_root.myshot209.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot210)) {
_root.myshot210.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot211)) {
_root.myshot211.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot212)) {
_root.myshot212.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot213)) {
_root.myshot213.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot214)) {
_root.myshot214.gotoAndPlay(4);
HP--;
}
if (HP == 0) {
_parent.gotoAndStop("break");
}
}
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 1 (912 B)
onClipEvent (load) {
function Es1() {
xDis = _root.P._x - thePoint.x;
yDis = _root.P._y - thePoint.y;
radian = Math.atan2(yDis, xDis);
kakudo = (radian / (Math.PI/180)) - 90;
krota = kakudo - this._rotation;
rotationP = krota - 30;
i = 1;
while (i < 6) {
rotationP = rotationP + 10;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS1", newName, depth);
_root[newName]._x = thePoint.x;
_root[newName]._y = thePoint.y;
_root[newName]._rotation = rotationP;
i++;
}
}
this._visible = false;
ShootCount = 0;
PP = Math.PI;
Wait = 3;
Round = 20;
T = 2 * PP;
Parc = 1 / Round;
}
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
ShootCount++;
if (ShootCount == 30) {
Es1();
ShootCount = 0;
}
}
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 1 (912 B)
onClipEvent (load) {
function Es1() {
xDis = _root.P._x - thePoint.x;
yDis = _root.P._y - thePoint.y;
radian = Math.atan2(yDis, xDis);
kakudo = (radian / (Math.PI/180)) - 90;
krota = kakudo - this._rotation;
rotationP = krota - 30;
i = 1;
while (i < 6) {
rotationP = rotationP + 10;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS1", newName, depth);
_root[newName]._x = thePoint.x;
_root[newName]._y = thePoint.y;
_root[newName]._rotation = rotationP;
i++;
}
}
this._visible = false;
ShootCount = 0;
PP = Math.PI;
Wait = 3;
Round = 20;
T = 2 * PP;
Parc = 1 / Round;
}
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
ShootCount++;
if (ShootCount == 30) {
Es1();
ShootCount = 0;
}
}
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 1 (555 B)
onClipEvent (load) {
function Es1() {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
rotationP = 0;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS4", newName, depth);
_root[newName]._x = thePoint.x;
_root[newName]._y = thePoint.y;
_root[newName]._rotation = rotationP;
}
this._visible = false;
count = 0;
}
onClipEvent (enterFrame) {
count++;
if (count >= 400) {
Es1();
count = 0;
}
}
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 1 (927 B)
onClipEvent (load) {
function Es1() {
xDis = _root.P._x - thePoint.x;
yDis = _root.P._y - thePoint.y;
radian = Math.atan2(yDis, xDis);
kakudo = (radian / (Math.PI/180)) - 90;
krota = kakudo - this._rotation;
rotationP = krota;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS3", newName, depth);
_root[newName]._x = thePoint.x;
_root[newName]._y = thePoint.y;
_root[newName]._rotation = rotationP;
}
this._visible = false;
ShootCount = 0;
PP = Math.PI;
Wait = 3;
Round = 20;
T = 2 * PP;
Parc = 1 / Round;
}
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
ShootCount++;
if (ShootCount >= 40) {
Es1();
}
if (ShootCount >= 46) {
ShootCount = 0;
}
if (_root._currentframe >= 20) {
_parent.removeMovieClip();
}
}
Symbol 66 MovieClip [boss] Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 66 MovieClip [boss] Frame 3 (578 B)
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
XcountNo = Pmark.x - thePoint.x;
YcountNo = Pmark.y - thePoint.y;
this._x = this._x + (XcountNo / 40);
this._y = this._y + (YcountNo / 40);
moveCountNo++;
if (moveCountNo >= 80) {
if (moveSelect == 3) {
moveSelect = 1;
moveCountNo = 0;
Pmark.x = 150;
Pmark.y = 75;
} else if (moveSelect == 2) {
moveSelect = 3;
moveCountNo = 0;
Pmark.x = 180;
Pmark.y = 100;
} else if (moveSelect == 1) {
moveSelect = 2;
moveCountNo = 0;
Pmark.x = 125;
Pmark.y = 100;
}
}
Symbol 66 MovieClip [boss] Frame 4 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 66 MovieClip [boss] Frame 15 (13 B)
this.stop();
Symbol 66 MovieClip [boss] Frame 17 (51 B)
this.stop();
_global.musicNo = 2;
_root.music();
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 30 (1.4 KiB) ●
onClipEvent (load) {
_visible = false;
HP = 150;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.myshot200)) {
_root.myshot200.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot201)) {
_root.myshot201.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot202)) {
_root.myshot202.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot203)) {
_root.myshot203.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot204)) {
_root.myshot204.gotoAndPlay(4);
}
if (this.hitTest(_root.myshot205)) {
_root.myshot205.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot206)) {
_root.myshot206.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot207)) {
_root.myshot207.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot208)) {
_root.myshot208.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot209)) {
_root.myshot209.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot210)) {
_root.myshot210.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot211)) {
_root.myshot211.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot212)) {
_root.myshot212.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot213)) {
_root.myshot213.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot214)) {
_root.myshot214.gotoAndPlay(4);
HP--;
}
if (HP <= 0) {
_parent.gotoAndPlay(47);
}
if (_root._currentframe >= 20) {
_parent.removeMovieClip();
}
}
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 30 (479 B)
onClipEvent (load) {
function come() {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
zakoName = "zako" + _global.Edeep;
_root.attachMovie("enemyG", zakoName, Edeep);
_root[zakoName]._x = thePoint.x;
_root[zakoName]._y = thePoint.y;
_root[zakoName]._xscale = 40;
_root[zakoName]._yscale = 40;
_global.Edeep++;
}
this._visible = false;
count = 0;
}
onClipEvent (enterFrame) {
count++;
if (count >= 200) {
come();
count = 0;
}
}
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 30 (479 B)
onClipEvent (load) {
function come() {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
zakoName = "zako" + _global.Edeep;
_root.attachMovie("enemyG", zakoName, Edeep);
_root[zakoName]._x = thePoint.x;
_root[zakoName]._y = thePoint.y;
_root[zakoName]._xscale = 40;
_root[zakoName]._yscale = 40;
_global.Edeep++;
}
this._visible = false;
count = 0;
}
onClipEvent (enterFrame) {
count++;
if (count >= 200) {
come();
count = 0;
}
}
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 30 (1.12 KiB) ●
onClipEvent (load) {
function Es1() {
rotationP = -45;
i = 1;
while (i < 8) {
rotationP = rotationP + 10;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS2", newName, depth);
_root[newName]._x = thePoint.x;
_root[newName]._y = thePoint.y;
_root[newName]._rotation = rotationP;
i++;
}
}
function Es2() {
rotationZ = -60;
si = 1;
while (si < 8) {
rotationZ = rotationZ + 10;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS1", newName, depth);
_root[newName]._x = thePoint.x;
_root[newName]._y = thePoint.y;
_root[newName]._rotation = rotationZ;
si++;
}
}
this._visible = false;
ShootCount = 0;
}
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
ShootCount++;
if (ShootCount == 15) {
Es1();
}
if (ShootCount == 45) {
Es2();
}
if (ShootCount == 60) {
ShootCount = 0;
}
}
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 30 (1.12 KiB) ●
onClipEvent (load) {
function Es1() {
rotationP = -10;
i = 1;
while (i < 8) {
rotationP = rotationP + 10;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS1", newName, depth);
_root[newName]._x = thePoint.x;
_root[newName]._y = thePoint.y;
_root[newName]._rotation = rotationP;
i++;
}
}
function Es2() {
rotationZ = -25;
si = 1;
while (si < 8) {
rotationZ = rotationZ + 10;
depth = _global.ESdeep;
_global.ESdeep++;
if (_global.ESdeep >= 900) {
_global.ESdeep = 700;
}
newName = "enemyshoot" + depth;
_root.attachMovie("EnemyS2", newName, depth);
_root[newName]._x = thePoint.x;
_root[newName]._y = thePoint.y;
_root[newName]._rotation = rotationZ;
si++;
}
}
this._visible = false;
ShootCount = 0;
}
onClipEvent (enterFrame) {
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
ShootCount++;
if (ShootCount == 15) {
Es1();
}
if (ShootCount == 45) {
Es2();
}
if (ShootCount == 60) {
ShootCount = 0;
}
}
Symbol 66 MovieClip [boss] Frame 43 (59 B)
moveSelect = 1;
moveCountNo = 0;
Pmark = {x:125, y:100};
Symbol 66 MovieClip [boss] Frame 44 (578 B)
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
XcountNo = Pmark.x - thePoint.x;
YcountNo = Pmark.y - thePoint.y;
this._x = this._x + (XcountNo / 40);
this._y = this._y + (YcountNo / 40);
moveCountNo++;
if (moveCountNo >= 80) {
if (moveSelect == 3) {
moveSelect = 1;
moveCountNo = 0;
Pmark.x = 150;
Pmark.y = 75;
} else if (moveSelect == 2) {
moveSelect = 3;
moveCountNo = 0;
Pmark.x = 180;
Pmark.y = 100;
} else if (moveSelect == 1) {
moveSelect = 2;
moveCountNo = 0;
Pmark.x = 125;
Pmark.y = 100;
}
}
Symbol 66 MovieClip [boss] Frame 45 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 66 MovieClip [boss] Frame 90 (13 B)
this.stop();
Symbol 69 MovieClip [enemyG] Frame 1 (223 B)
thePoint = {x:this._x, y:this._y};
_parent.localToGlobal(thePoint);
this._x = this._x + ((_root._xmouse - thePoint.x) / 30);
this._y = this._y + ((_root._ymouse - thePoint.y) / 30);
this._rotation = this._rotation + 5;
Instance of Symbol 24 MovieClip in Symbol 69 MovieClip [enemyG] Frame 1 (1.37 KiB) ●
onClipEvent (load) {
_visible = false;
HP = 5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.myshot200)) {
_root.myshot200.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot201)) {
_root.myshot201.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot202)) {
_root.myshot202.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot203)) {
_root.myshot203.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot204)) {
_root.myshot204.gotoAndPlay(4);
}
if (this.hitTest(_root.myshot205)) {
_root.myshot205.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot206)) {
_root.myshot206.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot207)) {
_root.myshot207.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot208)) {
_root.myshot208.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot209)) {
_root.myshot209.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot210)) {
_root.myshot210.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot211)) {
_root.myshot211.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot212)) {
_root.myshot212.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot213)) {
_root.myshot213.gotoAndPlay(4);
HP--;
}
if (this.hitTest(_root.myshot214)) {
_root.myshot214.gotoAndPlay(4);
HP--;
}
if ((HP == 0) || (_root._currentframe >= 20)) {
_parent.gotoAndPlay(5);
}
}
Symbol 69 MovieClip [enemyG] Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 69 MovieClip [enemyG] Frame 4 (90 B)
newSe = new Sound();
newSe.attachSound("se4");
newSe.start(0, 1);
newSe.setVolume(50);
Instance of Symbol 24 MovieClip in Symbol 69 MovieClip [enemyG] Frame 18 (184 B)
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.P.Mycore)) {
if (_root.Myhp._currentframe < 21) {
_root.Myhp.nextFrame();
}
}
}
Symbol 69 MovieClip [enemyG] Frame 38 (24 B)
this.removeMovieClip();
Symbol 69 MovieClip [enemyG] Frame 39 (24 B)
this.removeMovieClip();
Symbol 69 MovieClip [enemyG] Frame 40 (24 B)
this.removeMovieClip();
Symbol 69 MovieClip [enemyG] Frame 41 (46 B)
this.removeMovieClip();
this.gotoAndStop(1);
Symbol 78 MovieClip [Cield] Frame 1 (11 B)
this.stop;
Symbol 78 MovieClip [Cield] Frame 5 (13 B)
this.stop();
Symbol 82 MovieClip [player] Frame 9 (22 B)
this.gotoAndStop(21);
Symbol 82 MovieClip [player] Frame 32 (23 B)
_global.myVan = false;
Symbol 82 MovieClip [player] Frame 52 (42 B)
this.stop();
_root.gotoAndPlay("death");
Symbol 89 Button (28 B)
on (press) {
this.play();
}
Symbol 101 Button (40 B)
on (press) {
_root._quality = "BEST";
}
Symbol 103 Button (40 B)
on (press) {
_root._quality = "HIGH";
}
Symbol 105 Button (39 B)
on (press) {
_root._quality = "LOW";
}
Symbol 112 MovieClip Frame 1 (13 B)
this.stop();
Symbol 112 MovieClip Frame 20 (46 B)
_global.al = false;
_root.P.gotoAndPlay(32);
Symbol 126 MovieClip Frame 1 (13 B)
this.stop();
Symbol 126 MovieClip Frame 170 (45 B)
_global.cieldNo = 2;
this.gotoAndStop(185);
Symbol 126 MovieClip Frame 256 (74 B)
_root.cield._visible = false;
_global.cieldNo = 1;
this.gotoAndStop(1);
Symbol 130 MovieClip Frame 1 (365 B)
_visible = false;
this._y = this._y + _global.EmoveP;
if (this._y > 1) {
zakoName = "zako" + _global.Edeep;
_root.attachMovie("enemyF", zakoName, Edeep);
if (this._x >= 150) {
_root[zakoName]._x = 300;
_root[zakoName]._y = 100;
} else {
_root[zakoName]._x = 0;
_root[zakoName]._y = 100;
}
_global.Edeep++;
this.gotoAndPlay(3);
}
Symbol 130 MovieClip Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 130 MovieClip Frame 3 (13 B)
this.stop();
Symbol 132 MovieClip Frame 1 (273 B)
_visible = false;
this._y = this._y + _global.EmoveP;
if (this._y > 1) {
zakoName = "zako" + _global.Edeep;
_root.attachMovie("enemyC", zakoName, Edeep);
_root[zakoName]._x = this._x;
_root[zakoName]._y = this._y;
_global.Edeep++;
this.gotoAndPlay(3);
}
Symbol 132 MovieClip Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 132 MovieClip Frame 3 (13 B)
this.stop();
Symbol 134 MovieClip Frame 1 (273 B)
_visible = false;
this._y = this._y + _global.EmoveP;
if (this._y > 1) {
zakoName = "zako" + _global.Edeep;
_root.attachMovie("enemyA", zakoName, Edeep);
_root[zakoName]._x = this._x;
_root[zakoName]._y = this._y;
_global.Edeep++;
this.gotoAndPlay(3);
}
Symbol 134 MovieClip Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 134 MovieClip Frame 3 (13 B)
this.stop();
Symbol 137 MovieClip Frame 1 (151 B)
_visible = false;
this._y = this._y + _global.EmoveP;
if (this._y > 1) {
_root.gotoAndStop(_root._currentframe + 1);
this.gotoAndPlay(3);
}
Symbol 137 MovieClip Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 137 MovieClip Frame 3 (13 B)
this.stop();
Symbol 139 MovieClip Frame 1 (274 B)
_visible = false;
this._y = this._y + _global.EmoveP;
if (this._y > 40) {
zakoName = "zako" + _global.Edeep;
_root.attachMovie("enemyD", zakoName, Edeep);
_root[zakoName]._x = this._x;
_root[zakoName]._y = this._y;
_global.Edeep++;
this.gotoAndPlay(3);
}
Symbol 139 MovieClip Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 139 MovieClip Frame 3 (13 B)
this.stop();
Symbol 141 MovieClip Frame 1 (274 B)
_visible = false;
this._y = this._y + _global.EmoveP;
if (this._y > 40) {
zakoName = "zako" + _global.Edeep;
_root.attachMovie("enemyB", zakoName, Edeep);
_root[zakoName]._x = this._x;
_root[zakoName]._y = this._y;
_global.Edeep++;
this.gotoAndPlay(3);
}
Symbol 141 MovieClip Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 141 MovieClip Frame 3 (13 B)
this.stop();
Symbol 143 MovieClip Frame 1 (151 B)
_visible = false;
this._y = this._y + _global.EmoveP;
if (this._y > 1) {
_root.gotoAndStop(_root._currentframe + 1);
this.gotoAndPlay(3);
}
Symbol 143 MovieClip Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 143 MovieClip Frame 3 (13 B)
this.stop();
Symbol 145 MovieClip Frame 1 (337 B)
_visible = false;
this._y = this._y + _global.EmoveP;
if (this._y > 1) {
zakoName = "zako" + _global.Edeep;
_root.attachMovie("enemyG", zakoName, Edeep);
_root[zakoName]._x = this._x;
_root[zakoName]._y = this._y;
_root[zakoName]._xscale = 50;
_root[zakoName]._yscale = 50;
_global.Edeep++;
this.gotoAndPlay(3);
}
Symbol 145 MovieClip Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 145 MovieClip Frame 3 (13 B)
this.stop();
Symbol 147 MovieClip Frame 1 (335 B)
_visible = false;
this._y = this._y + _global.EmoveP;
if (this._y > 1) {
zakoName = "boss" + _global.Edeep;
_root.attachMovie("boss", zakoName, Edeep);
_root[zakoName]._x = this._x;
_root[zakoName]._y = this._y;
_root[zakoName]._xscale = 80;
_root[zakoName]._yscale = 80;
_global.Edeep++;
this.gotoAndPlay(3);
}
Symbol 147 MovieClip Frame 2 (37 B)
this.gotoAndPlay(_currentframe - 1);
Symbol 147 MovieClip Frame 3 (13 B)
this.stop();
Symbol 155 Button (37 B)
on (press) {
_root.gotoAndStop(1);
}
Symbol 156 MovieClip Frame 35 (13 B)
this.stop();
Symbol 164 MovieClip Frame 40 (13 B)
this.stop();