Frame 1
fscommand ("showmenu", false);
Instance of Symbol 100 MovieClip in Frame 231
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 240
stop();
Frame 241
stop();
Instance of Symbol 107 MovieClip "mainGround" in Frame 241
onClipEvent (load) {
ground.duplicateMovieClip("ground2", 1000);
ground2._x = ground._x + ground._width;
groundStartx = this._x;
groundSpeed = 10;
}
onClipEvent (enterFrame) {
this._x = this._x - groundSpeed;
if (this._x <= (groundStartx - ground._width)) {
this._x = groundStartx - groundSpeed;
}
}
Instance of Symbol 100 MovieClip in Frame 241
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 242
_root.captured = 0;
stop();
Instance of Symbol 153 MovieClip in Frame 242
onClipEvent (load) {
n = 20;
}
Instance of Symbol 159 MovieClip in Frame 242
onClipEvent (load) {
n = 20;
}
Instance of Symbol 167 MovieClip in Frame 242
onClipEvent (load) {
n = 20;
}
Instance of Symbol 167 MovieClip in Frame 242
onClipEvent (load) {
n = 20;
}
Instance of Symbol 169 MovieClip in Frame 242
onClipEvent (load) {
n = 20;
}
Instance of Symbol 159 MovieClip in Frame 242
onClipEvent (load) {
n = 20;
}
Instance of Symbol 169 MovieClip in Frame 242
onClipEvent (load) {
n = 20;
}
Instance of Symbol 159 MovieClip in Frame 242
onClipEvent (load) {
n = 20;
}
Instance of Symbol 176 MovieClip in Frame 242
onClipEvent (load) {
start = getTimer();
startCount = 30;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
current = (getTimer() - start) / 100;
} else {
current = (getTimer() - start) / 1000;
}
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else {
_root.gotoAndPlay("timeup");
}
}
Instance of Symbol 100 MovieClip in Frame 242
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 243
if (_root.captured < 3) {
_root.yousuck._visible = true;
_root.unknown._visible = false;
_root.marillbutton._visible = false;
_root.cumbreonbutton._visible = false;
_root.doggirlbutton._visible = false;
_root.roachbutton._visible = false;
}
if (_root.captured == 3) {
_root.yousuck._visible = true;
_root.unknown._visible = false;
_root.marillbutton._visible = false;
_root.cumbreonbutton._visible = false;
_root.doggirlbutton._visible = false;
_root.roachbutton._visible = false;
}
if (_root.captured == 4) {
_root.unknown._visible = false;
_root.marillbutton._visible = false;
_root.cumbreonbutton._visible = false;
_root.yousuck._visible = false;
_root.doggirlbutton._visible = true;
_root.roachbutton._visible = false;
}
if (_root.captured == 5) {
_root.yousuck._visible = false;
_root.unknown._visible = false;
_root.marillbutton._visible = true;
_root.cumbreonbutton._visible = false;
_root.doggirlbutton._visible = false;
_root.roachbutton._visible = false;
}
if (_root.captured == 6) {
_root.yousuck._visible = false;
_root.unknown._visible = true;
_root.marillbutton._visible = false;
_root.cumbreonbutton._visible = false;
_root.doggirlbutton._visible = false;
_root.roachbutton._visible = false;
}
if (_root.captured == 7) {
_root.yousuck._visible = false;
_root.unknown._visible = false;
_root.marillbutton._visible = false;
_root.cumbreonbutton._visible = false;
_root.doggirlbutton._visible = false;
_root.roachbutton._visible = true;
}
if (_root.captured >= 8) {
_root.yousuck._visible = false;
_root.unknown._visible = false;
_root.marillbutton._visible = false;
_root.cumbreonbutton._visible = true;
_root.doggirlbutton._visible = false;
_root.roachbutton._visible = false;
}
stopAllSounds();
stop();
Instance of Symbol 335 MovieClip in Frame 244
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 768
_root.gotoAndPlay("timeup");
Frame 769
stop();
Instance of Symbol 107 MovieClip "mainGround" in Frame 769
onClipEvent (load) {
ground.duplicateMovieClip("ground2", 1000);
ground2._x = ground._x + ground._width;
groundStartx = this._x;
groundSpeed = 10;
}
onClipEvent (enterFrame) {
this._x = this._x - groundSpeed;
if (this._x <= (groundStartx - ground._width)) {
this._x = groundStartx - groundSpeed;
}
}
Instance of Symbol 366 MovieClip "cursor" in Frame 769
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 770
stop();
Instance of Symbol 421 MovieClip "dildo" in Frame 770
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 772
stop();
Frame 774
stop();
Frame 776
stop();
Frame 778
stop();
Frame 780
stop();
Frame 782
stop();
Frame 784
stop();
Frame 786
stop();
Frame 788
stop();
Frame 789
stop();
Instance of Symbol 100 MovieClip in Frame 789
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 790
stop();
Instance of Symbol 452 MovieClip in Frame 790
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 791
stop();
Instance of Symbol 458 MovieClip in Frame 791
on (release) {
_root.gotoAndPlay("doggirltwo");
}
Frame 792
stop();
Frame 793
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stop();
Instance of Symbol 100 MovieClip in Frame 793
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 794
_root.bonus1 = false;
_root.bonus2 = false;
_root.bonus3 = false;
_root.boss = false;
life = 100;
score = 0;
level = 1;
weapon = "laser";
_root.ship.gotoAndPlay(2);
stop();
Instance of Symbol 526 MovieClip "ship" in Frame 794
onClipEvent (load) {
speed = 6;
_root.shipDead = false;
sy = _y;
ang = 0;
Redge = 300 - (_width / 2);
Ledge = 0 + (_width / 2);
Uedge = 350 - (_height / 2);
Dedge = 0 + (_height / 2);
}
onClipEvent (enterFrame) {
sh = 101 - _root.shield._width;
_root.scudo.gotoAndStop(sh);
_y = (sy + (4 * Math.cos((ang = ang + 0.092))));
if (Key.isDown(40) and (_y < (Uedge - 50))) {
_y = (_y + speed);
sy = sy + speed;
}
if (Key.isDown(38) and (_y > (Dedge + 50))) {
_y = (_y - speed);
sy = sy - speed;
}
if (Key.isDown(39) and (_x < Redge)) {
_x = (_x + speed);
}
if (Key.isDown(37) and (_x > Ledge)) {
_x = (_x - speed);
}
if (Key.isDown(32)) {
if (!a) {
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("laser", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = this._x + (_width - 15);
_root["sparo" + shotCount]._y = this._y;
a = true;
if (_root.bonus1) {
_root["sparo" + shotCount].gotoAndStop(2);
soundLaser1.start();
} else if (_root.bonus2) {
_root["sparo" + shotCount].gotoAndStop(3);
soundLaser2.start();
} else if (_root.bonus3) {
_root["sparo" + shotCount].gotoAndStop(4);
soundLaser4.start();
} else {
_root["sparo" + shotCount].gotoAndStop(1);
soundLaser3.start();
}
}
} else {
a = false;
}
if (_root.life <= 0) {
_root.shipDead = true;
gotoAndStop (797);
}
}
Instance of Symbol 543 MovieClip in Frame 794
onClipEvent (load) {
oldx = _x;
speed = 0;
go = true;
tf = _totalframes;
s = random(tf) + 1;
laserNames = ["laser", "green laser", "double laser", "triple laser"];
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
if (this.hitTest(_root.ship) and (b1.flag == false)) {
crf = _currentframe;
tempo = 0;
hit = true;
_root.ship.gotoAndPlay(3);
b1.gotoAndPlay(2);
if (crf == 1) {
_root.bonus1 = true;
_root.bonus2 = false;
_root.weapon = laserNames[crf];
} else if (crf == 2) {
_root.bonus2 = true;
_root.bonus1 = false;
_root.weapon = laserNames[crf];
}
if (crf == 3) {
_root.bonus3 = true;
_root.bonus1 = false;
_root.bonus2 = false;
_root.weapon = laserNames[crf];
}
b1.flag = true;
}
_x = (_x - speed);
if (hit) {
if ((++tempo) > 400) {
_root.bonus1 = false;
_root.bonus2 = false;
_root.bonus3 = false;
hit = false;
_root.weapon = laserNames[0];
}
}
if (((random(100) + 1) == 2) and go) {
speed = random(10) + 1;
go = false;
gotoAndStop(s +792);
} else if (_x < -10) {
_x = oldx;
speed = 0;
_y = (random(300) + 20);
s = random(tf) + 1;
b1.gotoAndStop(1);
go = true;
}
}
Frame 795
stop();
Instance of Symbol 551 MovieClip in Frame 795
onClipEvent (load) {
function followShip() {
_x = (_x-1);
if ((_x-1) < 100) {
_x = 100;
}
m = true;
my_pos = _root.ship._y + 10;
my = my_pos;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 20;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
}
}
killed = 0;
xdir = random(3) + 1;
x_speed = 3;
speed = random(3) + 1;
y = 0;
count = 0;
sl = _root.ship.shotCount;
MCColor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
newColor = {ra:"100", rb:"50", ga:"100", gb:"24", ba:"100", bb:"83", aa:"100", ab:"0"};
}
onClipEvent (enterFrame) {
followShip();
bl = _root.ship.shotCount;
i = sl + count;
while (i <= bl) {
if (hitTest(_root["sparo" + i])) {
count++;
_root.score = _root.score + 10;
_root["sparo" + i].removeMovieClip();
MCColor.setTransform(newColor);
}
i++;
}
y = y + 1;
if (y > 5) {
MCColor.setTransform(oldColor);
y = 0;
}
if (count >= 50) {
_root.gotoAndPlay("shipdeadone");
}
}
Frame 796
stop();
Frame 797
stop();
Instance of Symbol 588 MovieClip in Frame 797
onClipEvent (load) {
function followShip() {
_x = (_x-1);
if ((_x-1) < 400) {
_x = 200;
}
m = true;
my_pos = _root.ship._y - 10;
my = my_pos;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 20;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
}
}
killed = 0;
xdir = random(10) + 1;
x_speed = 10;
speed = random(10) + 1;
y = 0;
count = 0;
sl = _root.ship.shotCount;
MCColor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
newColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"100", aa:"100", ab:"0"};
}
onClipEvent (enterFrame) {
followShip();
bl = _root.ship.shotCount;
i = sl + count;
while (i <= bl) {
if (hitTest(_root["sparo" + i])) {
count++;
_root.score = _root.score + 10;
_root["sparo" + i].removeMovieClip();
MCColor.setTransform(newColor);
}
i++;
}
y = y + 1;
if (y > 5) {
MCColor.setTransform(oldColor);
y = 0;
}
if (count >= 75) {
_root.gotoAndPlay("monsterdead");
}
}
Frame 798
stop();
Frame 799
stop();
Instance of Symbol 609 MovieClip in Frame 799
onClipEvent (load) {
function followShip() {
_x = (_x-1);
if ((_x-1) < 400) {
_x = 200;
}
m = true;
my_pos = _root.ship._y - 10;
my = my_pos;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 20;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
}
}
killed = 0;
xdir = random(10) + 1;
x_speed = 10;
speed = random(10) + 1;
y = 0;
count = 0;
sl = _root.ship.shotCount;
MCColor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
newColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"100", aa:"100", ab:"0"};
}
onClipEvent (enterFrame) {
followShip();
bl = _root.ship.shotCount;
i = sl + count;
while (i <= bl) {
if (hitTest(_root["sparo" + i])) {
count++;
_root.score = _root.score + 10;
_root["sparo" + i].removeMovieClip();
MCColor.setTransform(newColor);
}
i++;
}
y = y + 1;
if (y > 5) {
MCColor.setTransform(oldColor);
y = 0;
}
if (count >= 100) {
_root.gotoAndPlay("missdefeated");
}
}
Frame 800
_root.ship.gotoAndPlay(4);
stop();
Frame 801
stop();
Frame 802
_root.clean();
stopAllSounds();
stop();
Frame 803
stopAllSounds();
stop();
Instance of Symbol 100 MovieClip in Frame 803
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 804
stopAllSounds();
Instance of Symbol 646 MovieClip in Frame 805
onClipEvent (load) {
mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 1348
_root.gotoAndPlay("timeup");
Symbol 8 MovieClip [snotone] Frame 1
if (_root.colisionmap.hitTest(this._x, this._y, true) == true) {
this.removeMovieClip();
}
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1000))) {
this._x = this._x - 20;
} else {
this._x = this._x + 20;
}
Instance of Symbol 4 MovieClip in Symbol 8 MovieClip [snotone] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 20;
}
}
Symbol 8 MovieClip [snotone] Frame 4
gotoAndPlay (1);
Symbol 15 MovieClip Frame 4
gotoAndPlay (2);
Symbol 16 MovieClip [enem] Frame 1
if (_root.colisionmap.hitTest(this._x, this._y, true) == true) {
this.removeMovieClip();
}
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 500))) {
this._x = this._x - 20;
} else {
this._x = this._x + 20;
}
Instance of Symbol 15 MovieClip in Symbol 16 MovieClip [enem] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 10;
}
}
Symbol 16 MovieClip [enem] Frame 2
gotoAndPlay (1);
Symbol 21 MovieClip Frame 11
_root.gotoAndStop("gameover");
Symbol 22 MovieClip [ship2] Frame 1
stop();
Symbol 22 MovieClip [ship2] Frame 2
stop();
Symbol 29 MovieClip Frame 4
gotoAndPlay (2);
Symbol 33 MovieClip Frame 3
gotoAndPlay (2);
Symbol 37 MovieClip Frame 3
gotoAndPlay (2);
Symbol 41 MovieClip Frame 3
gotoAndPlay (2);
Symbol 42 MovieClip [laser] Frame 1
stop();
Instance of Symbol 29 MovieClip "fire" in Symbol 42 MovieClip [laser] Frame 1
onClipEvent (load) {
n = _root.enemyNumber;
speed = 10;
}
onClipEvent (enterFrame) {
i = 0;
while (i < n) {
if (_root["new" + i].ship._currentframe == 1) {
if (this.hitTest(_root["new" + i]) and (_root["new" + i].enemyhit == true)) {
_root.score = _root.score + 10;
removeMovieClip(_parent);
}
}
i++;
}
if (_parent._x <= 550) {
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Symbol 42 MovieClip [laser] Frame 2
stop();
Instance of Symbol 33 MovieClip in Symbol 42 MovieClip [laser] Frame 2
onClipEvent (load) {
n = _root.enemyNumber;
speed = 10;
}
onClipEvent (enterFrame) {
i = 0;
while (i < n) {
if (_root["new" + i].ship._currentframe == 1) {
if (this.hitTest(_root["new" + i])) {
_root.score = _root.score + 10;
_root["new" + i].ship.gotoAndPlay(2);
removeMovieClip(_parent);
}
}
i++;
}
if (_parent._x <= 550) {
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Symbol 42 MovieClip [laser] Frame 3
stop();
Instance of Symbol 37 MovieClip "ball2" in Symbol 42 MovieClip [laser] Frame 3
onClipEvent (load) {
n = _root.enemyNumber;
speed = 10;
}
onClipEvent (enterFrame) {
_y = (_y + 1);
i = 0;
while (i < n) {
if (_root["new" + i].ship._currentframe == 1) {
if (this.hitTest(_root["new" + i])) {
_root.score = _root.score + 10;
_root["new" + i].ship.gotoAndPlay(2);
this.gotoAndStop(2);
}
}
i++;
}
if (_parent._x <= 550) {
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 37 MovieClip "ball1" in Symbol 42 MovieClip [laser] Frame 3
onClipEvent (load) {
n = _root.enemyNumber;
speed = 10;
}
onClipEvent (enterFrame) {
_y = (_y - 1);
i = 0;
while (i < n) {
if (_root["new" + i].ship._currentframe == 1) {
if (this.hitTest(_root["new" + i])) {
_root.score = _root.score + 10;
_root["new" + i].ship.gotoAndPlay(2);
this.gotoAndStop(2);
}
}
i++;
}
if (_parent._x <= 550) {
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Symbol 42 MovieClip [laser] Frame 4
stop();
Instance of Symbol 41 MovieClip in Symbol 42 MovieClip [laser] Frame 4
onClipEvent (load) {
n = _root.enemyNumber;
speed = 10;
}
onClipEvent (enterFrame) {
_y = (_y - 2);
i = 0;
while (i < n) {
if (_root["new" + i].ship._currentframe == 1) {
if (this.hitTest(_root["new" + i])) {
_root.score = _root.score + 10;
_root["new" + i].ship.gotoAndPlay(2);
this.gotoAndStop(2);
}
}
i++;
}
if (_parent._x <= 550) {
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 41 MovieClip in Symbol 42 MovieClip [laser] Frame 4
onClipEvent (load) {
n = _root.enemyNumber;
speed = 10;
}
onClipEvent (enterFrame) {
i = 0;
while (i < n) {
if (_root["new" + i].ship._currentframe == 1) {
if (this.hitTest(_root["new" + i])) {
_root.score = _root.score + 10;
_root["new" + i].ship.gotoAndPlay(2);
this.gotoAndStop(2);
}
}
i++;
}
if (_parent._x <= 550) {
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 41 MovieClip in Symbol 42 MovieClip [laser] Frame 4
onClipEvent (load) {
n = _root.enemyNumber;
speed = 10;
}
onClipEvent (enterFrame) {
_y = (_y + 2);
i = 0;
while (i < n) {
if (_root["new" + i].ship._currentframe == 1) {
if (this.hitTest(_root["new" + i])) {
_root.score = _root.score + 10;
_root["new" + i].ship.gotoAndPlay(2);
this.gotoAndStop(2);
}
}
i++;
}
if (_parent._x <= 550) {
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Symbol 43 MovieClip [enemtwo] Frame 1
if (_root.colisionmap.hitTest(this._x, this._y, true) == true) {
this.removeMovieClip();
}
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 500))) {
this._x = this._x - 20;
} else {
this._x = this._x + 20;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 500))) {
this._y = this._y - 20;
} else {
this._y = this._y + 20;
}
Instance of Symbol 15 MovieClip in Symbol 43 MovieClip [enemtwo] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 10;
}
}
Symbol 43 MovieClip [enemtwo] Frame 2
gotoAndPlay (1);
Symbol 44 MovieClip [enemthree] Frame 1
if (_root.colisionmap.hitTest(this._x, this._y, true) == true) {
this.removeMovieClip();
}
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 500))) {
this._x = this._x - 20;
} else {
this._x = this._x + 20;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 500))) {
this._y = this._y + 20;
} else {
this._y = this._y + 20;
}
Instance of Symbol 15 MovieClip in Symbol 44 MovieClip [enemthree] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 10;
}
}
Symbol 44 MovieClip [enemthree] Frame 2
gotoAndPlay (1);
Symbol 45 MovieClip [enemfour] Frame 1
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 500))) {
this._x = this._x - 20;
} else {
this._x = this._x + 20;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 500))) {
this._y = this._y - 20;
} else {
this._y = this._y - 20;
}
Instance of Symbol 15 MovieClip in Symbol 45 MovieClip [enemfour] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 5;
}
}
Symbol 45 MovieClip [enemfour] Frame 2
gotoAndPlay (1);
Symbol 51 MovieClip [fairiesone] Frame 3
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Instance of Symbol 4 MovieClip "limit" in Symbol 51 MovieClip [fairiesone] Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 15;
}
}
Symbol 51 MovieClip [fairiesone] Frame 4
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 5
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 6
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 7
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 8
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 9
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 10
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 11
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 12
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 13
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 14
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 15
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 16
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 17
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 18
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 19
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 20
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 21
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 22
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 23
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 24
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 25
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 26
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 27
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 28
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 29
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 30
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 31
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 32
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 33
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 34
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 35
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 36
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 37
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 38
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 39
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 40
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 41
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 42
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 43
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 44
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 45
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 46
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 47
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 48
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 49
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 50
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 51
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 52
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 53
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 54
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 55
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 56
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 57
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 58
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 59
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 60
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 61
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 62
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 63
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 64
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 65
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 66
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 67
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 68
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 69
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 70
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 71
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 72
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 73
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 74
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 75
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 76
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 77
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 78
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 79
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 80
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 81
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 82
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 83
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 84
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 85
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 86
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 87
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 88
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 89
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 90
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 91
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 92
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 93
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 94
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 95
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 96
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 97
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 98
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 99
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 100
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 101
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 102
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 103
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 104
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 105
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 106
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 107
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 108
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 109
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 110
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 111
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 112
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 113
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 114
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 115
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 116
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 117
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 118
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 119
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 120
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 121
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 122
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 123
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 124
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 125
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 126
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 127
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 1))) {
this._x = this._x + 2;
} else {
this._x = this._x - 2;
}
if ((this._y < _root.ship._y) or (this._y < (_root.ship._y + 1))) {
this._y = this._y + 2;
} else {
this._y = this._y - 2;
}
n = 0;
while (n < 11) {
if (this.hitTest(_root["sparo" + n]) == true) {
removeMovieClip(this);
removeMovieClip(_root["sparo" + n]);
}
n++;
}
Symbol 51 MovieClip [fairiesone] Frame 133
stop();
Instance of Symbol 54 MovieClip in Symbol 61 MovieClip [fingerlaser] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 20;
}
}
Symbol 61 MovieClip [fingerlaser] Frame 4
if (_root.colisionmap.hitTest(this._x, this._y, true) == true) {
this.removeMovieClip();
}
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 500))) {
this._x = this._x - 20;
} else {
this._x = this._x + 20;
}
Symbol 61 MovieClip [fingerlaser] Frame 5
if (_root.colisionmap.hitTest(this._x, this._y, true) == true) {
this.removeMovieClip();
}
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 500))) {
this._x = this._x - 20;
} else {
this._x = this._x + 20;
}
Symbol 61 MovieClip [fingerlaser] Frame 6
if (_root.colisionmap.hitTest(this._x, this._y, true) == true) {
this.removeMovieClip();
}
if ((this._x < _root.ship._x) or (this._x < (_root.ship._x + 500))) {
this._x = this._x - 20;
} else {
this._x = this._x + 20;
}
Symbol 61 MovieClip [fingerlaser] Frame 7
gotoAndPlay (4);
Symbol 65 MovieClip [exlplosion] Frame 13
stop();
Symbol 103 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
_root.gotoAndStop("getready");
}
Symbol 103 MovieClip Frame 2
gotoAndPlay (1);
Symbol 115 Button
on (release) {
toggleHighQuality();
}
Symbol 138 Button
on (release) {
_root.gotoAndPlay("gamestart");
}
Symbol 149 MovieClip Frame 6
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
_parent.n = _parent.n + 5;
_root.captured++;
stop();
Symbol 152 Button
on (release) {
poke.play();
}
Symbol 153 MovieClip Frame 1
if (Math.round(Math.random() * n) == 1) {
gotoAndPlay (3);
}
Symbol 153 MovieClip Frame 2
gotoAndPlay (1);
Symbol 153 MovieClip Frame 22
gotoAndPlay (1);
Symbol 157 MovieClip Frame 6
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 2
stop();
_parent.n = _parent.n + 5;
_root.captured++;
Symbol 159 MovieClip Frame 1
if (Math.round(Math.random() * n) == 1) {
gotoAndPlay (3);
}
Symbol 159 MovieClip Frame 2
gotoAndPlay (1);
Symbol 159 MovieClip Frame 22
gotoAndPlay (1);
Symbol 163 MovieClip Frame 6
stop();
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 2
_parent.n = _parent.n + 5;
_root.captured++;
stop();
Symbol 165 Button
on (release) {
dog.gotoAndPlay(2);
}
Symbol 166 Button
on (release) {
dog.gotoAndPlay(2);
}
Symbol 167 MovieClip Frame 1
if (Math.round(Math.random() * n) == 1) {
gotoAndPlay (3);
}
Symbol 167 MovieClip Frame 2
gotoAndPlay (1);
Symbol 167 MovieClip Frame 22
gotoAndPlay (1);
Symbol 169 MovieClip Frame 1
if (Math.round(Math.random() * n) == 1) {
gotoAndPlay (3);
}
Symbol 169 MovieClip Frame 2
gotoAndPlay (1);
Symbol 169 MovieClip Frame 22
gotoAndPlay (1);
Symbol 177 Button
on (release) {
getURL ("http://mhitmand.keenspace.com");
}
Symbol 203 Button
on (release) {
_root.gotoAndPlay("roaches");
}
Symbol 213 Button
on (release) {
_root.gotoAndPlay("unknown");
}
Symbol 215 Button
on (release) {
poke.play;
}
Symbol 217 MovieClip Frame 1
if (Math.round(Math.random() * n) == 1) {
gotoAndPlay (3);
}
Symbol 217 MovieClip Frame 2
gotoAndPlay (1);
Symbol 217 MovieClip Frame 22
gotoAndPlay (1);
Symbol 224 Button
on (release) {
_root.gotoAndPlay("marill");
}
Symbol 230 Button
on (release) {
_root.gotoAndPlay("doggirl");
}
Symbol 234 Button
on (release) {
_root.gotoAndPlay("cumbreon");
}
Symbol 246 Button
on (release) {
_root.gotoAndPlay("getready");
}
Symbol 248 Button
on (release) {
gotoAndPlay (2);
}
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 3
stop();
Symbol 262 Button
on (release) {
gotoAndPlay (2);
}
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 3
stop();
Symbol 285 Button
on (release) {
gotoAndPlay (2);
}
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 3
stop();
Symbol 298 Button
on (release) {
gotoAndPlay (2);
}
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 3
stop();
Symbol 305 Button
on (release) {
gotoAndPlay (2);
}
Symbol 306 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 3
stop();
Symbol 321 Button
on (release) {
gotoAndPlay (2);
}
Symbol 322 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 3
stop();
Symbol 354 MovieClip Frame 1
stop();
Symbol 359 Button
on (rollOver) {
_root.marill.gotoAndPlay(2);
_root.cursor.gotoAndPlay(2);
}
on (release) {
_root.gotoAndPlay("marillvag");
}
on (rollOut) {
_root.cursor.gotoAndPlay(1);
}
Symbol 366 MovieClip Frame 1
stop();
Symbol 366 MovieClip Frame 2
stop();
Symbol 376 MovieClip Frame 3
stop();
Symbol 377 MovieClip Frame 1
stop();
Symbol 377 MovieClip Frame 2
stop();
Symbol 377 MovieClip Frame 3
stop();
Symbol 396 MovieClip Frame 1
stop();
Symbol 396 MovieClip Frame 2
stop();
Symbol 396 MovieClip Frame 3
stop();
Symbol 399 MovieClip Frame 1
stop();
Symbol 399 MovieClip Frame 2
stop();
Symbol 403 MovieClip Frame 1
stop();
Symbol 403 MovieClip Frame 2
stop();
Symbol 420 MovieClip Frame 5
stop();
Symbol 421 MovieClip Frame 1
stop();
Symbol 421 MovieClip Frame 2
stop();
Symbol 421 MovieClip Frame 3
stop();
Symbol 422 Button
on (rollOver) {
_root.head.gotoAndPlay(2);
_root.body.gotoAndPlay(2);
_root.dildo.gotoAndPlay(2);
_root.vagina.gotoAndPlay(2);
}
on (release) {
nextFrame();
}
on (release) {
_root.head.gotoAndPlay(3);
_root.body.gotoAndPlay(3);
_root.dildo.gotoAndPlay(3);
}
on (rollOut) {
_root.head.gotoAndPlay(1);
_root.body.gotoAndPlay(1);
_root.dildo.gotoAndPlay(1);
_root.vagina.gotoAndPlay(1);
}
Symbol 432 MovieClip Frame 16
_root.gotoAndPlay("timeup");
Symbol 443 Button
on (release) {
_root.gotoAndPlay("doggirltwo");
}
Symbol 448 Button
on (release) {
_root.gotoAndPlay("timeup");
}
Symbol 455 Button
on (release) {
_root.gotoAndPlay("doggirlthree");
}
Symbol 456 Button
on (release) {
_root.gotoAndPlay("doggirl");
}
Symbol 461 Button
on (release) {
_root.gotoAndPlay("doggirlfour");
}
Symbol 462 Button
on (release) {
_root.gotoAndPlay("doggirltwo");
}
Symbol 468 Button
on (release) {
_root.gotoAndPlay("timeup");
}
Symbol 469 Button
on (release) {
_root.gotoAndPlay("doggirlthree");
}
Symbol 479 Button
on (release) {
_root.gotoAndPlay("cumbreontwo");
}
Symbol 485 Button
on (release) {
_root.gotoAndPlay("timeup");
}
Symbol 504 MovieClip Frame 37
stop();
Symbol 511 MovieClip Frame 41
stop();
Symbol 516 MovieClip Frame 50
stop();
Symbol 517 MovieClip Frame 20
_root.gotoAndPlay("cumbreonthree");
stop();
Symbol 517 MovieClip Frame 34
_root.gotoAndPlay("cumbreonfour");
stop();
Symbol 517 MovieClip Frame 49
_root.gotoAndPlay("cumbreonfive");
stop();
Symbol 517 MovieClip Frame 101
_root.gotoAndPlay("fadeout");
stop();
Symbol 523 MovieClip Frame 24
_root.ship.gotoAndPlay(1);
Symbol 524 MovieClip Frame 10
_root.ship.gotoAndPlay(1);
Symbol 525 MovieClip Frame 76
_root.ship.gotoAndPlay(1);
Symbol 526 MovieClip Frame 1
stop();
Symbol 526 MovieClip Frame 2
stop();
Symbol 526 MovieClip Frame 3
stop();
Symbol 526 MovieClip Frame 4
stop();
Symbol 526 MovieClip Frame 5
stop();
Symbol 536 MovieClip Frame 1
flag = false;
stop();
Symbol 536 MovieClip Frame 10
stop();
Symbol 539 MovieClip Frame 1
flag = false;
stop();
Symbol 539 MovieClip Frame 10
stop();
Symbol 542 MovieClip Frame 1
flag = false;
stop();
Symbol 542 MovieClip Frame 10
stop();
Symbol 543 MovieClip Frame 1
stop();
Symbol 543 MovieClip Frame 2
stop();
Symbol 543 MovieClip Frame 3
stop();
Instance of Symbol 54 MovieClip "limit" in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 50;
}
}
Symbol 551 MovieClip Frame 3
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 5
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 7
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 10
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 13
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 15
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 17
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 21
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 24
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 26
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 28
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 31
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 33
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 35
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 38
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 40
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 43
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 45
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 47
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 49
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 51
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 53
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 55
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 57
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 59
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 61
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 64
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 66
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 69
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 71
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 73
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 75
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 77
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 79
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 81
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 83
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 85
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 87
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 89
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 91
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 94
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 96
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 98
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 100
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 102
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 103
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 105
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 108
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 110
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 112
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 113
_root.attachMovie("enemfour", "enemfour" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 115
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 117
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 120
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 122
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 124
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 127
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 130
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 132
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 135
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 137
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 140
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 142
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 145
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 147
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 149
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 151
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 153
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 155
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 158
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 160
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 162
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 164
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 165
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 167
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 168
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 171
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 173
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 176
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 178
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 181
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 183
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 185
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 186
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 188
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 191
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 193
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 194
_root.attachMovie("enemtwo", "enemtwo" + c, 2000 + c);
_root["enemtwo" + c]._x = this._x;
_root["enemtwo" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 197
_root.attachMovie("enemthree", "enemthree" + c, 2000 + c);
_root["enemthree" + c]._x = this._x;
_root["enemthree" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 199
_root.attachMovie("enemfour", "enemtwo" + c, 2000 + c);
_root["enemfour" + c]._x = this._x;
_root["enemfour" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 201
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 203
_root.attachMovie("enem", "enem" + c, 2000 + c);
_root["enem" + c]._x = this._x;
_root["enem" + c]._y = this._y;
c++;
Symbol 551 MovieClip Frame 204
gotoAndPlay (1);
Symbol 559 MovieClip Frame 8
stop();
Symbol 561 MovieClip Frame 1
_root.score = _root.score + 5000;
Symbol 561 MovieClip Frame 21
_root.background.play();
stop();
Instance of Symbol 54 MovieClip "limit" in Symbol 584 MovieClip Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 20;
}
}
Symbol 584 MovieClip Frame 60
gotoAndPlay (2);
Symbol 588 MovieClip Frame 1
_root.attachMovie("snotone", "snotone" + c, 500 + c);
_root["snotone" + c]._x = this._x;
_root["snotone" + c]._y = this._y;
c++;
Instance of Symbol 54 MovieClip "limit" in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 50;
}
}
Symbol 588 MovieClip Frame 20
_root.attachMovie("snotone", "snotone" + c, 500 + c);
_root["snotone" + c]._x = this._x;
_root["snotone" + c]._y = this._y;
c++;
Symbol 588 MovieClip Frame 40
_root.attachMovie("snotone", "snotone" + c, 500 + c);
_root["snotone" + c]._x = this._x;
_root["snotone" + c]._y = this._y;
c++;
Symbol 588 MovieClip Frame 60
_root.attachMovie("snotone", "snotone" + c, 500 + c);
_root["snotone" + c]._x = this._x;
_root["snotone" + c]._y = this._y;
c++;
Symbol 588 MovieClip Frame 80
_root.attachMovie("snotone", "snotone" + c, 500 + c);
_root["snotone" + c]._x = this._x;
_root["snotone" + c]._y = this._y;
c++;
Symbol 592 MovieClip Frame 1
stopAllSounds();
_root.score = _root.score + 7500;
Symbol 592 MovieClip Frame 56
_root.background.play();
stop();
Symbol 609 MovieClip Frame 1
_root.attachMovie("fairiesone", "fairiesone" + c, 2000 + c);
_root["fairiesone" + c]._x = this._x;
_root["fairiesone" + c]._y = this._y;
c++;
Instance of Symbol 54 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.limit)) {
_root.ship.gotoAndPlay(2);
_root.life = _root.life - 50;
}
}
Symbol 609 MovieClip Frame 12
_root.attachMovie("fingerlaser", "fingerlaser" + c, 2000 + c);
_root["fingerlaser" + c]._x = this._x;
_root["fingerlaser" + c]._y = this._y;
c++;
Symbol 623 MovieClip Frame 1
_root.score = _root.score + 10000;
Symbol 623 MovieClip Frame 46
_root.background.play();
stop();
Symbol 627 MovieClip Frame 16
_root.gotoAndPlay("youwin");
stop();
Symbol 632 MovieClip Frame 36
_root.gotoAndPlay("cumbreon");