STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228086
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/52163542?noj=FRM52163542-2DC" width="1" height="1"></div>

Shooting_Neo.swf

This is the info page for
Flash #17198

(Click the ID number above for more basic data on this flash file.)


Text
c

i

e

l

shooting neo!

start

start

system

system

このゲームではキーボードは使用しません。
左クリック shoot
マウス移動 自機の操作
hpゲージが0になるとゲームオーバーです。
mpゲージは敵ショットを羽に掠めると溜ります。
mpゲージが満タンの時にダブルクリックで一定時間シール
ドを展開し、敵の攻撃を防ぎます。

system

quality

ver.0,7

created by phantom

hp

mp

shield

mp

next

G

O

ame

ver

Retry?

Congratulation!!

thank you for playing!

ActionScript [AS1/AS2]

Frame 1
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
Mouse.hide();
Instance of Symbol 82 MovieClip [player] "P" in Frame 2
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
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
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
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._rotation = this._rotation + 10; this._x = _root.P._x; this._y = _root.P._y; }
Frame 13
this.stop(); music();
Instance of Symbol 128 MovieClip in Frame 13
onClipEvent (enterFrame) { this._y = this._y + _global.EmoveP; }
Frame 34
this.stop(); newSe.stop(); Mouse.show();
Frame 45
this.stop(); newSe.stop(); Mouse.show();
Symbol 12 MovieClip [myS] Frame 1
speed = 3;
Symbol 12 MovieClip [myS] Frame 2
this._y = this._y - speed; speed = speed + 1;
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip [myS] Frame 2
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
this.gotoAndPlay(_currentframe - 1);
Symbol 12 MovieClip [myS] Frame 4
SE = new Sound(); SE.attachSound("hitse"); SE.start(); this.removeMovieClip();
Symbol 12 MovieClip [myS] Frame 5
this.removeMovieClip();
Instance of Symbol 16 MovieClip in Symbol 17 MovieClip Frame 1
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
speed = 3; flugHit = 1;
Instance of Symbol 17 MovieClip in Symbol 18 MovieClip [EnemyS1] Frame 1
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
gotoAndPlay(_currentframe - 1);
Symbol 18 MovieClip [EnemyS1] Frame 4
this.removeMovieClip();
Symbol 18 MovieClip [EnemyS1] Frame 5
this.removeMovieClip();
Symbol 27 MovieClip [enemyA] Frame 1
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
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
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
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
this.gotoAndPlay(_currentframe - 1);
Symbol 27 MovieClip [enemyA] Frame 4
newbom = new Sound(); newbom.attachSound("Zbom"); newbom.start(); newbom.setVolume(70);
Symbol 27 MovieClip [enemyA] Frame 14
this.removeMovieClip();
Symbol 27 MovieClip [enemyA] Frame 15
this.removeMovieClip();
Symbol 31 MovieClip [enemyB] Frame 1
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
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
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
this.gotoAndPlay(_currentframe - 1);
Symbol 31 MovieClip [enemyB] Frame 18
this._x = Math.random() * 300; this._y = Math.random() * 400;
Symbol 31 MovieClip [enemyB] Frame 24
gotoAndPlay (10);
Symbol 31 MovieClip [enemyB] Frame 27
newSe = new Sound(); newSe.attachSound("Zbom2"); newSe.start(); newSe.setVolume(60); _global.EmoveP = 0.5;
Symbol 31 MovieClip [enemyB] Frame 35
this.removeMovieClip();
Symbol 31 MovieClip [enemyB] Frame 36
this.removeMovieClip();
Symbol 35 MovieClip [enemyC] Frame 1
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
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
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
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
this.gotoAndPlay(_currentframe - 1);
Symbol 35 MovieClip [enemyC] Frame 5
newbom = new Sound(); newbom.attachSound("Zbom"); newbom.start(); newbom.setVolume(70);
Symbol 35 MovieClip [enemyC] Frame 13
this.removeMovieClip();
Symbol 35 MovieClip [enemyC] Frame 14
this.removeMovieClip();
Symbol 36 MovieClip [EnemyS2] Frame 1
speed = 1; flugHit = 1;
Instance of Symbol 17 MovieClip in Symbol 36 MovieClip [EnemyS2] Frame 1
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
gotoAndPlay(_currentframe - 1);
Symbol 36 MovieClip [EnemyS2] Frame 4
this.removeMovieClip();
Symbol 36 MovieClip [EnemyS2] Frame 5
this.removeMovieClip();
Instance of Symbol 38 MovieClip in Symbol 39 MovieClip [EnemyS3] Frame 1
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
gotoAndPlay(_currentframe - 1);
Symbol 39 MovieClip [EnemyS3] Frame 4
this.removeMovieClip();
Symbol 39 MovieClip [EnemyS3] Frame 5
this.removeMovieClip();
Symbol 42 MovieClip [EnemyS4] Frame 9
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
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
this.removeMovieClip();
Symbol 42 MovieClip [EnemyS4] Frame 77
this.removeMovieClip();
Instance of Symbol 24 MovieClip in Symbol 44 MovieClip [enemyD] Frame 5
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
Px = Math.random() * 300; Py = Math.random() * 100;
Symbol 44 MovieClip [enemyD] Frame 17
this._x = this._x + ((Px - this._x) / 5); this._y = this._y + ((Py - this._y) / 5);
Symbol 44 MovieClip [enemyD] Frame 18
this._x = this._x + ((Px - this._x) / 5); this._y = this._y + ((Py - this._y) / 5);
Symbol 44 MovieClip [enemyD] Frame 19
this._x = this._x + ((Px - this._x) / 5); this._y = this._y + ((Py - this._y) / 5);
Symbol 44 MovieClip [enemyD] Frame 20
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
this._rotation = this._rotation + (krota / 6);
Symbol 44 MovieClip [enemyD] Frame 22
this._rotation = this._rotation + (krota / 6);
Symbol 44 MovieClip [enemyD] Frame 23
this._rotation = this._rotation + (krota / 6);
Symbol 44 MovieClip [enemyD] Frame 24
this._rotation = this._rotation + (krota / 6);
Symbol 44 MovieClip [enemyD] Frame 25
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
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
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
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
this.gotoAndPlay(6);
Symbol 44 MovieClip [enemyD] Frame 61
newSe = new Sound(); newSe.attachSound("Zbom2"); newSe.start(); newSe.setVolume(60);
Symbol 44 MovieClip [enemyD] Frame 74
this.removeMovieClip();
Symbol 44 MovieClip [enemyD] Frame 75
this.removeMovieClip();
Symbol 45 MovieClip [enemyF] Frame 1
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
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
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
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
this.gotoAndPlay(_currentframe - 1);
Symbol 45 MovieClip [enemyF] Frame 4
newbom = new Sound(); newbom.attachSound("Zbom"); newbom.start(); newbom.setVolume(70);
Symbol 45 MovieClip [enemyF] Frame 18
this.removeMovieClip();
Symbol 45 MovieClip [enemyF] Frame 19
this.removeMovieClip();
Symbol 54 MovieClip Frame 1
newbom = new Sound(); newbom.attachSound("Zbom"); newbom.start(0, 5); newbom.setVolume(50);
Symbol 54 MovieClip Frame 60
this.stop(); _parent.gotoAndStop("change");
Symbol 57 MovieClip Frame 30
this.stop();
Symbol 58 MovieClip Frame 60
this.stop(); _parent.gotoAndPlay("mode2");
Symbol 65 MovieClip Frame 1
newbom1 = new Sound(); newbom1.attachSound("Zbom"); newbom1.start(0, 5); newbom1.setVolume(70);
Symbol 65 MovieClip Frame 7
newbom2 = new Sound(); newbom2.attachSound("Zbom2"); newbom2.start(0, 2); newbom2.setVolume(70);
Symbol 65 MovieClip Frame 185
_root.gotoAndPlay("stageClear"); _parent.removeMovieClip();
Symbol 66 MovieClip [boss] Frame 1
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
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
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
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
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
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
this.gotoAndPlay(_currentframe - 1);
Symbol 66 MovieClip [boss] Frame 3
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
this.gotoAndPlay(_currentframe - 1);
Symbol 66 MovieClip [boss] Frame 15
this.stop();
Symbol 66 MovieClip [boss] Frame 17
this.stop(); _global.musicNo = 2; _root.music();
Instance of Symbol 24 MovieClip in Symbol 66 MovieClip [boss] Frame 30
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
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
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
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
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
moveSelect = 1; moveCountNo = 0; Pmark = {x:125, y:100};
Symbol 66 MovieClip [boss] Frame 44
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
this.gotoAndPlay(_currentframe - 1);
Symbol 66 MovieClip [boss] Frame 90
this.stop();
Symbol 69 MovieClip [enemyG] Frame 1
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
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
this.gotoAndPlay(_currentframe - 1);
Symbol 69 MovieClip [enemyG] Frame 4
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
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
this.removeMovieClip();
Symbol 69 MovieClip [enemyG] Frame 39
this.removeMovieClip();
Symbol 69 MovieClip [enemyG] Frame 40
this.removeMovieClip();
Symbol 69 MovieClip [enemyG] Frame 41
this.removeMovieClip(); this.gotoAndStop(1);
Symbol 78 MovieClip [Cield] Frame 1
this.stop;
Symbol 78 MovieClip [Cield] Frame 5
this.stop();
Symbol 82 MovieClip [player] Frame 9
this.gotoAndStop(21);
Symbol 82 MovieClip [player] Frame 32
_global.myVan = false;
Symbol 82 MovieClip [player] Frame 52
this.stop(); _root.gotoAndPlay("death");
Symbol 89 Button
on (press) { this.play(); }
Symbol 101 Button
on (press) { _root._quality = "BEST"; }
Symbol 103 Button
on (press) { _root._quality = "HIGH"; }
Symbol 105 Button
on (press) { _root._quality = "LOW"; }
Symbol 112 MovieClip Frame 1
this.stop();
Symbol 112 MovieClip Frame 20
_global.al = false; _root.P.gotoAndPlay(32);
Symbol 126 MovieClip Frame 1
this.stop();
Symbol 126 MovieClip Frame 170
_global.cieldNo = 2; this.gotoAndStop(185);
Symbol 126 MovieClip Frame 256
_root.cield._visible = false; _global.cieldNo = 1; this.gotoAndStop(1);
Symbol 130 MovieClip Frame 1
_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
this.gotoAndPlay(_currentframe - 1);
Symbol 130 MovieClip Frame 3
this.stop();
Symbol 132 MovieClip Frame 1
_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
this.gotoAndPlay(_currentframe - 1);
Symbol 132 MovieClip Frame 3
this.stop();
Symbol 134 MovieClip Frame 1
_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
this.gotoAndPlay(_currentframe - 1);
Symbol 134 MovieClip Frame 3
this.stop();
Symbol 137 MovieClip Frame 1
_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
this.gotoAndPlay(_currentframe - 1);
Symbol 137 MovieClip Frame 3
this.stop();
Symbol 139 MovieClip Frame 1
_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
this.gotoAndPlay(_currentframe - 1);
Symbol 139 MovieClip Frame 3
this.stop();
Symbol 141 MovieClip Frame 1
_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
this.gotoAndPlay(_currentframe - 1);
Symbol 141 MovieClip Frame 3
this.stop();
Symbol 143 MovieClip Frame 1
_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
this.gotoAndPlay(_currentframe - 1);
Symbol 143 MovieClip Frame 3
this.stop();
Symbol 145 MovieClip Frame 1
_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
this.gotoAndPlay(_currentframe - 1);
Symbol 145 MovieClip Frame 3
this.stop();
Symbol 147 MovieClip Frame 1
_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
this.gotoAndPlay(_currentframe - 1);
Symbol 147 MovieClip Frame 3
this.stop();
Symbol 155 Button
on (press) { _root.gotoAndStop(1); }
Symbol 156 MovieClip Frame 35
this.stop();
Symbol 164 MovieClip Frame 40
this.stop();

Library Items

Symbol 1 Sound [beem]
Symbol 2 Sound [se4]
Symbol 3 Sound [BGM2]
Symbol 4 Sound [hitse]
Symbol 5 Sound [shootSE]
Symbol 6 Sound [BGM1]
Symbol 7 Sound [Zbom2]
Symbol 8 Sound [Zbom]
Symbol 9 GraphicUsed by:12
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:12
Symbol 12 MovieClip [myS]Uses:9 11
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:17
Symbol 15 GraphicUsed by:16 68 79
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:14 16Used by:18 36
Symbol 18 MovieClip [EnemyS1]Uses:17
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:27 45
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:27 45
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:27 31 35 42 44 45 66 69
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:27 31 35 44 45 54 65 82
Symbol 27 MovieClip [enemyA]Uses:20 22 24 26
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:28 29Used by:31
Symbol 31 MovieClip [enemyB]Uses:30 24 26
Symbol 32 GraphicUsed by:35
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35
Symbol 35 MovieClip [enemyC]Uses:32 34 24 26
Symbol 36 MovieClip [EnemyS2]Uses:17
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:39
Symbol 39 MovieClip [EnemyS3]Uses:38
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClip [EnemyS4]Uses:40 41 24
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClip [enemyD]Uses:43 24 26
Symbol 45 MovieClip [enemyF]Uses:20 22 24 26
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:66
Symbol 48 GraphicUsed by:49 54
Symbol 49 MovieClipUses:48Used by:66
Symbol 50 GraphicUsed by:53 58 62 65
Symbol 51 GraphicUsed by:53 58 62 65
Symbol 52 GraphicUsed by:53 58 62 65
Symbol 53 MovieClipUses:50 51 52Used by:66
Symbol 54 MovieClipUses:48 26Used by:66
Symbol 55 ShapeTweeningUsed by:57
Symbol 56 GraphicUsed by:57 61
Symbol 57 MovieClipUses:55 56Used by:66
Symbol 58 MovieClipUses:50 51 52 SS1Used by:66
Symbol 59 ShapeTweeningUsed by:61
Symbol 60 ShapeTweeningUsed by:61
Symbol 61 MovieClipUses:59 60 56Used by:65 66
Symbol 62 MovieClipUses:52 51 50Used by:66
Symbol 63 GraphicUsed by:66
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64 61 52 51 50 26Used by:66
Symbol 66 MovieClip [boss]Uses:47 49 53 24 54 57 58 61 62 63 65
Symbol 67 GraphicUsed by:69
Symbol 68 MovieClipUses:15Used by:69
Symbol 69 MovieClip [enemyG]Uses:67 24 68
Symbol 70 GraphicUsed by:78
Symbol 71 GraphicUsed by:77
Symbol 72 FontUsed by:73 74 75 76
Symbol 73 TextUses:72Used by:77
Symbol 74 TextUses:72Used by:77
Symbol 75 TextUses:72Used by:77
Symbol 76 TextUses:72Used by:77
Symbol 77 MovieClipUses:71 73 74 75 76Used by:78
Symbol 78 MovieClip [Cield]Uses:70 77Used by:Timeline
Symbol 79 MovieClipUses:15Used by:82
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:82
Symbol 82 MovieClip [player]Uses:79 81 26Used by:Timeline
Symbol 83 FontUsed by:84 85 87 91 93 94 96 98 99 102 104 106 107 148 149 150 151
Symbol 84 TextUses:83Used by:Timeline
Symbol 85 TextUses:83Used by:89
Symbol 86 GraphicUsed by:89
Symbol 87 TextUses:83Used by:89
Symbol 88 GraphicUsed by:89 108
Symbol 89 ButtonUses:85 86 87 88Used by:Timeline
Symbol 90 GraphicUsed by:97
Symbol 91 TextUses:83Used by:97
Symbol 92 GraphicUsed by:97
Symbol 93 TextUses:83Used by:97
Symbol 94 TextUses:83Used by:97
Symbol 95 GraphicUsed by:97
Symbol 96 EditableTextUses:83Used by:97
Symbol 97 ButtonUses:90 91 92 93 94 95 96Used by:Timeline
Symbol 98 TextUses:83Used by:Timeline
Symbol 99 TextUses:83Used by:101
Symbol 100 GraphicUsed by:101 103 105
Symbol 101 ButtonUses:99 100Used by:Timeline
Symbol 102 TextUses:83Used by:103
Symbol 103 ButtonUses:102 100Used by:Timeline
Symbol 104 TextUses:83Used by:105
Symbol 105 ButtonUses:104 100Used by:Timeline
Symbol 106 TextUses:83Used by:Timeline
Symbol 107 TextUses:83Used by:Timeline
Symbol 108 MovieClipUses:88Used by:112 126
Symbol 109 GraphicUsed by:112
Symbol 110 FontUsed by:111 122 124 125 136 152 157 163
Symbol 111 EditableTextUses:110Used by:112
Symbol 112 MovieClipUses:108 109 111Used by:Timeline
Symbol 113 ShapeTweeningUsed by:119
Symbol 114 GraphicUsed by:119
Symbol 115 GraphicUsed by:119
Symbol 116 GraphicUsed by:119
Symbol 117 GraphicUsed by:119
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:113 114 115 116 117 118Used by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 GraphicUsed by:126
Symbol 122 TextUses:110Used by:126
Symbol 123 GraphicUsed by:126
Symbol 124 TextUses:110Used by:126
Symbol 125 TextUses:110Used by:126
Symbol 126 MovieClipUses:121 122 108 123 124 125Used by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:Timeline
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:Timeline
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 GraphicUsed by:137
Symbol 136 TextUses:110Used by:137 143
Symbol 137 MovieClipUses:135 136Used by:Timeline
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:Timeline
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:Timeline
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142 136Used by:Timeline
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:Timeline
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:Timeline
Symbol 148 TextUses:83Used by:156
Symbol 149 TextUses:83Used by:156
Symbol 150 TextUses:83Used by:156
Symbol 151 TextUses:83Used by:156
Symbol 152 TextUses:110Used by:155
Symbol 153 GraphicUsed by:155
Symbol 154 GraphicUsed by:155
Symbol 155 ButtonUses:152 153 154Used by:156 164
Symbol 156 MovieClipUses:148 149 150 151 155Used by:Timeline
Symbol 157 TextUses:110Used by:162
Symbol 158 GraphicUsed by:161
Symbol 159 GraphicUsed by:161
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:158 159 160Used by:162
Symbol 162 MovieClipUses:157 161Used by:164
Symbol 163 TextUses:110Used by:164
Symbol 164 MovieClipUses:162 163 155Used by:Timeline
Streaming Sound 1Used by:Symbol 58 MovieClip

Instance Names

"P"Frame 2Symbol 82 MovieClip [player]
"Myhp"Frame 2Symbol 112 MovieClip
"bitA"Frame 2Symbol 120 MovieClip
"bitB"Frame 2Symbol 120 MovieClip
"Mymp"Frame 2Symbol 126 MovieClip
"cield"Frame 2Symbol 78 MovieClip [Cield]
"Mycore"Symbol 82 MovieClip [player] Frame 1Symbol 79 MovieClip
"Mywing"Symbol 82 MovieClip [player] Frame 1Symbol 81 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "beem"
ExportAssets (56)Timeline Frame 1Symbol 2 as "se4"
ExportAssets (56)Timeline Frame 1Symbol 3 as "BGM2"
ExportAssets (56)Timeline Frame 1Symbol 4 as "hitse"
ExportAssets (56)Timeline Frame 1Symbol 5 as "shootSE"
ExportAssets (56)Timeline Frame 1Symbol 6 as "BGM1"
ExportAssets (56)Timeline Frame 1Symbol 7 as "Zbom2"
ExportAssets (56)Timeline Frame 1Symbol 8 as "Zbom"
ExportAssets (56)Timeline Frame 1Symbol 12 as "myS"
ExportAssets (56)Timeline Frame 1Symbol 18 as "EnemyS1"
ExportAssets (56)Timeline Frame 1Symbol 27 as "enemyA"
ExportAssets (56)Timeline Frame 1Symbol 31 as "enemyB"
ExportAssets (56)Timeline Frame 1Symbol 35 as "enemyC"
ExportAssets (56)Timeline Frame 1Symbol 36 as "EnemyS2"
ExportAssets (56)Timeline Frame 1Symbol 39 as "EnemyS3"
ExportAssets (56)Timeline Frame 1Symbol 42 as "EnemyS4"
ExportAssets (56)Timeline Frame 1Symbol 44 as "enemyD"
ExportAssets (56)Timeline Frame 1Symbol 45 as "enemyF"
ExportAssets (56)Timeline Frame 1Symbol 66 as "boss"
ExportAssets (56)Timeline Frame 1Symbol 69 as "enemyG"
ExportAssets (56)Timeline Frame 1Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 1Symbol 82 as "player"
ExportAssets (56)Timeline Frame 2Symbol 82 as "player"
ExportAssets (56)Timeline Frame 2Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 3Symbol 82 as "player"
ExportAssets (56)Timeline Frame 3Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 4Symbol 82 as "player"
ExportAssets (56)Timeline Frame 4Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 5Symbol 82 as "player"
ExportAssets (56)Timeline Frame 5Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 6Symbol 82 as "player"
ExportAssets (56)Timeline Frame 6Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 7Symbol 82 as "player"
ExportAssets (56)Timeline Frame 7Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 8Symbol 82 as "player"
ExportAssets (56)Timeline Frame 8Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 9Symbol 82 as "player"
ExportAssets (56)Timeline Frame 9Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 10Symbol 82 as "player"
ExportAssets (56)Timeline Frame 10Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 11Symbol 82 as "player"
ExportAssets (56)Timeline Frame 11Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 12Symbol 82 as "player"
ExportAssets (56)Timeline Frame 12Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 13Symbol 82 as "player"
ExportAssets (56)Timeline Frame 13Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 14Symbol 82 as "player"
ExportAssets (56)Timeline Frame 14Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 15Symbol 82 as "player"
ExportAssets (56)Timeline Frame 15Symbol 78 as "Cield"
ExportAssets (56)Timeline Frame 16Symbol 82 as "player"
ExportAssets (56)Timeline Frame 16Symbol 78 as "Cield"

Labels

#"death"Frame 17
#"stageClear"Frame 35
"appair"Symbol 66 MovieClip [boss] Frame 1
"mode1"Symbol 66 MovieClip [boss] Frame 3
"break"Symbol 66 MovieClip [boss] Frame 15
"change"Symbol 66 MovieClip [boss] Frame 17
"mode2"Symbol 66 MovieClip [boss] Frame 30
"bossdie"Symbol 66 MovieClip [boss] Frame 47
"mode1"Symbol 126 MovieClip Frame 1
"mode2"Symbol 126 MovieClip Frame 170
"mode3"Symbol 126 MovieClip Frame 185




http://swfchan.com/4/17198/info.shtml
Created: 1/6 -2019 06:32:18 Last modified: 1/6 -2019 06:32:18 Server time: 02/05 -2024 22:32:36