Frame 1
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
Frame 126
PercentLoaded = (getProperty("_level0", _framesloaded) / getProperty("_level0", _totalframes)) * 100;
PercentLoaded = int(PercentLoaded);
Percentage = PercentLoaded add " percent";
if (Number(getProperty("_level0", _framesloaded)) < Number(getProperty("_level0", _totalframes))) {
prevFrame();
play();
} else {
gotoAndPlay (128);
}
Frame 127
gotoAndPlay (1);
Frame 128
stop();
stopAllSounds();
level = 1;
mission = 1;
Frame 129
stop();
Frame 133
ship_spd = 7;
ufo = 0;
Set("/:gun_load", 0);
ship_fire = 0;
Set("/:goto_next", 0);
timer = 30;
safe = 0;
pause = 0;
stop_fire = 0;
time_stop = 0;
tick = 0;
pow_lev = 1;
score = 0;
lives = 5;
pb = 2;
dir = 0;
adv = 0;
laser = 0;
godown = 1;
hit_bottom = 0;
Set("/:main_x", 0);
Set("/:main_y", 0);
tellTarget ("/remain") {
gotoAndPlay(/:lives);
};
toggleHighQuality();
tellTarget ("/array/sets") {
gotoAndPlay (100);
};
Instance of Symbol 140 MovieClip "ship" in Frame 133
onClipEvent (enterFrame) {
_x = this_x;
_y = this_y;
this_x = _x;
this_y = _y;
if (key.isDown(key.Right) and (/:pause == 0)) {
if (this_x < 380) {
this_x = this_x + /:ship_spd;
}
}
if (key.isDown(key.Left) and (/:pause == 0)) {
if (this_x > 20) {
this_x = this_x - /:ship_spd;
}
}
}
Frame 134
if ((/:pause == 0) and (/:time_stop == 0)) {
Set("/:tick", /:tick + 1);
if (/:tick > timer) {
Set("/:tick", 0);
gotoAndPlay (136);
}
}
Frame 135
ufo_out = random(700);
if (((ufo_out == 101) and (ufo == 0)) and (/:destroyed > 7)) {
tellTarget ("/sounds") {
gotoAndPlay ("ufo");
};
tellTarget ("/ufo") {
gotoAndPlay (2);
};
}
if ((/:destroyed > 20) and (/:destroyed < 30)) {
Set("/:timer", 20);
}
if ((/:destroyed > 10) and (/:destroyed < 20)) {
Set("/:timer", 15);
}
if ((/:destroyed > 5) and (/:destroyed < 10)) {
Set("/:timer", 10);
}
if ((/:destroyed > 1) and (/:destroyed < 5)) {
Set("/:timer", 3);
}
if (/:destroyed < 2) {
Set("/:timer", 1);
}
if (/:destroyed == 0) {
Set("/:goto_next", 1);
gotoAndPlay (142);
}
if (/:hit_bottom == 1) {
gotoAndPlay (147);
} else {
gotoAndPlay (134);
}
Frame 136
adv = adv + 2;
if (adv > 6) {
adv = 0;
}
move = move + 1;
gotoAndPlay (134);
Frame 137
stop();
Frame 142
Set("/:timer", 30);
Set("/array/:this_x", 0);
Set("/array/:this_y", 0);
Set("/:main_x", 0);
Set("/:main_y", 0);
tellTarget ("/mission") {
gotoAndPlay (2);
};
Set("/:pause", 0);
Set("/:level", /:level + 1);
Set("/:mission", /:mission + 1);
if (/:level > 6) {
Set("/:level", 1);
}
tellTarget ("/array/sets") {
gotoAndPlay (100);
};
Frame 146
gotoAndPlay (134);
ship_spd = 7;
ufo = 0;
Set("/:gun_load", 0);
ship_fire = 0;
Set("/:goto_next", 0);
timer = 30;
safe = 0;
pause = 0;
stop_fire = 0;
time_stop = 0;
tick = 0;
pow_lev = 1;
score = 0;
lives = 5;
pb = 2;
dir = 0;
adv = 0;
laser = 0;
godown = 1;
hit_bottom = 0;
Set("/:main_x", 0);
Set("/:main_y", 0);
tellTarget ("/remain") {
gotoAndPlay(/:lives);
};
toggleHighQuality();
tellTarget ("/array/sets") {
gotoAndPlay (100);
};
Frame 147
Set("/:pause", 1);
Frame 171
toggleHighQuality();
stop();
Frame 172
ship_spd = 7;
ufo = 0;
Set("/:gun_load", 0);
ship_fire = 0;
Set("/:goto_next", 0);
timer = 30;
safe = 0;
pause = 0;
stop_fire = 0;
time_stop = 0;
tick = 0;
pow_lev = 1;
score = 0;
lives = 5;
pb = 2;
dir = 0;
adv = 0;
laser = 0;
godown = 1;
hit_bottom = 0;
Set("/:main_x", 0);
Set("/:main_y", 0);
tellTarget ("/remain") {
gotoAndPlay(/:lives);
};
toggleHighQuality();
tellTarget ("/array/sets") {
gotoAndPlay (100);
};
Instance of Symbol 239 MovieClip "ship" in Frame 172
onClipEvent (enterFrame) {
_x = this_x;
_y = this_y;
this_x = _x;
this_y = _y;
if (key.isDown(key.Right) and (/:pause == 0)) {
if (this_x < 380) {
this_x = this_x + /:ship_spd;
}
}
if (key.isDown(key.Left) and (/:pause == 0)) {
if (this_x > 20) {
this_x = this_x - /:ship_spd;
}
}
}
Frame 173
if ((/:pause == 0) and (/:time_stop == 0)) {
Set("/:tick", /:tick + 1);
if (/:tick > timer) {
Set("/:tick", 0);
gotoAndPlay (175);
}
}
Frame 174
ufo_out = random(700);
if (((ufo_out == 101) and (ufo == 0)) and (/:destroyed > 7)) {
tellTarget ("/sounds") {
gotoAndPlay ("ufo");
};
tellTarget ("/ufo") {
gotoAndPlay (2);
};
}
if ((/:destroyed > 20) and (/:destroyed < 30)) {
Set("/:timer", 20);
}
if ((/:destroyed > 10) and (/:destroyed < 20)) {
Set("/:timer", 15);
}
if ((/:destroyed > 5) and (/:destroyed < 10)) {
Set("/:timer", 10);
}
if ((/:destroyed > 1) and (/:destroyed < 5)) {
Set("/:timer", 3);
}
if (/:destroyed < 2) {
Set("/:timer", 1);
}
if (/:destroyed == 0) {
Set("/:goto_next", 1);
gotoAndPlay (181);
}
if (/:hit_bottom == 1) {
gotoAndPlay (186);
} else {
gotoAndPlay (173);
}
Frame 175
adv = adv + 2;
tellTarget ("/advance") {
gotoAndStop(/:adv);
};
if (adv > 6) {
adv = 0;
}
move = move + 1;
gotoAndPlay (173);
Frame 176
stop();
Frame 181
Set("/:timer", 30);
Set("/array/:this_x", 0);
Set("/array/:this_y", 0);
Set("/:main_x", 0);
Set("/:main_y", 0);
Set("/:pause", 0);
Set("/:level", /:level + 1);
if (/:level > 95) {
Set("/:level", 90);
}
tellTarget ("/array/sets") {
gotoAndPlay (100);
};
Frame 185
gotoAndPlay (173);
Frame 186
Set("/:pause", 1);
Frame 210
stop();
Symbol 13 MovieClip Frame 104
stop();
Symbol 38 MovieClip Frame 17
stop();
Symbol 40 MovieClip Frame 1
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (3);
}
Symbol 40 MovieClip Frame 2
if (/:pause == 0) {
fire = random(350);
if (fire == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.a_f_1", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
}
}
gotoAndPlay (1);
Symbol 40 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1);
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Symbol 40 MovieClip Frame 64
Set("/:squadron", /:squadron + 1);
stop();
Symbol 59 MovieClip Frame 1
Set("/:game_sel", 1);
stop();
Symbol 59 MovieClip Frame 2
Set("/:game_sel", 2);
stop();
Symbol 59 MovieClip Frame 3
Set("/:game_sel", 3);
stop();
Symbol 61 Button
on (keyPress "<Down>") {
tellTarget ("/menu") {
nextFrame();
};
}
on (keyPress "<Up>") {
tellTarget ("/menu") {
prevFrame();
};
}
on (keyPress "<Space>") {
if (/:game_sel == 1) {
gotoAndPlay (133);
}
if (/:game_sel == 2) {
Set("/:level", 90);
gotoAndPlay (172);
}
if (/:game_sel == 3) {
gotoAndPlay (129);
}
}
Symbol 63 Button
on (keyPress "<Space>") {
gotoAndPlay (128);
}
Symbol 68 MovieClip Frame 1
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (3);
}
Symbol 68 MovieClip Frame 2
if (/:pause == 0) {
fire = random(200);
if (fire == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.a_f_1", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
}
}
gotoAndPlay (1);
Symbol 68 MovieClip Frame 3
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Symbol 68 MovieClip Frame 14
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (16);
}
Symbol 68 MovieClip Frame 15
if (/:pause == 0) {
fire = random(200);
if (fire == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.a_f_1", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
}
}
gotoAndPlay (14);
Symbol 68 MovieClip Frame 16
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Symbol 68 MovieClip Frame 27
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (29);
}
Symbol 68 MovieClip Frame 28
if (/:pause == 0) {
fire = random(200);
if (fire == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.a_f_1", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
}
}
gotoAndPlay (27);
Symbol 68 MovieClip Frame 29
Set("/:gun_load", 0);
Set("/:destroyed", /:destroyed - 1);
Set("/:score", /:score + 50);
Symbol 68 MovieClip Frame 40
Set("/:squadron", /:squadron + 1);
stop();
Symbol 74 MovieClip Frame 1
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (3);
}
Symbol 74 MovieClip Frame 2
gotoAndPlay (1);
Symbol 74 MovieClip Frame 3
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Set("/:destroyed", /:destroyed - 1);
Symbol 74 MovieClip Frame 64
Set("/:squadron", /:squadron + 1);
stop();
Symbol 75 MovieClip Frame 1
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (3);
}
Symbol 75 MovieClip Frame 2
if (/:pause == 0) {
fire = random(200);
if (fire == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.a_f_1", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
}
}
gotoAndPlay (1);
Symbol 75 MovieClip Frame 3
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Symbol 75 MovieClip Frame 14
stop();
Symbol 80 MovieClip Frame 1
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (3);
}
Symbol 80 MovieClip Frame 2
if (/:pause == 0) {
fire = random(400);
if (fire == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.a_f_1", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
}
}
gotoAndPlay (1);
Symbol 80 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1);
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.faller", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
Symbol 80 MovieClip Frame 64
Set("/:squadron", /:squadron + 1);
stop();
Symbol 91 MovieClip Frame 1
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (3);
}
Symbol 91 MovieClip Frame 2
if (/:pause == 0) {
fire = random(400);
if (fire == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.a_f_1", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
}
}
gotoAndPlay (1);
Symbol 91 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1);
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.mine", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
Symbol 91 MovieClip Frame 64
Set("/:squadron", /:squadron + 1);
stop();
Symbol 111 Button
on (keyPress "<Space>") {
gotoAndPlay (133);
}
on (keyPress "c") {
Set("/:level", 90);
Set("/:mission", "???");
gotoAndPlay (172);
}
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 2
Set("/:time_stop", 1);
Set("/:stop_fire", 1);
Symbol 131 MovieClip Frame 175
Set("/:time_stop", 0);
Set("/:stop_fire", 0);
gotoAndStop (1);
Symbol 134 Button
on (keyPress "<Space>") {
if ((/:gun_load == 0) and (/:pause == 0)) {
Set("/:gun_load", 1);
tellTarget ("/sounds") {
gotoAndPlay ("shot2");
};
duplicateMovieClip ("/ship_fire", "bullet", 1);
setProperty("/bullet", _x , getProperty("/ship", _x));
setProperty("/bullet", _y , getProperty("/ship", _y) - 10);
}
}
Symbol 140 MovieClip Frame 1
Set("/:safe", 0);
Symbol 140 MovieClip Frame 2
Set("/:gun_load", 0);
stop();
Symbol 140 MovieClip Frame 3
Set("/:safe", 1);
Symbol 140 MovieClip Frame 4
Set("/:gun_load", 0);
Set("/:safe", 1);
Symbol 140 MovieClip Frame 198
Set("/:safe", 0);
gotoAndStop (2);
Symbol 140 MovieClip Frame 199
Set("/:pause", 1);
Symbol 140 MovieClip Frame 251
Set("/:lives", /:lives - 1);
tellTarget ("/remain") {
gotoAndPlay(/:lives);
};
if (/:lives < 1) {
Set("/:pause", 1);
tellTarget ("/game_over") {
gotoAndStop (2);
};
stop();
}
Symbol 140 MovieClip Frame 252
if (/:stop_fire == 0) {
Set("/:pause", 0);
gotoAndStop (1);
}
Symbol 140 MovieClip Frame 253
prevFrame();
play();
Symbol 147 MovieClip Frame 1
if (/:pow_lev == 1) {
gotoAndPlay (2);
}
if (/:pow_lev == 2) {
gotoAndPlay (4);
}
if (/:pow_lev == 3) {
gotoAndPlay (6);
}
if (/:pow_lev == 4) {
gotoAndPlay (8);
}
if (/:pow_lev == 5) {
gotoAndPlay (10);
}
if (/:pow_lev == 6) {
gotoAndPlay (12);
}
if (/:pow_lev == 10) {
gotoAndPlay (40);
}
if ((/:pow_lev > 5) and (/:pow_lev != 10)) {
Set("/:pow_lev", 6);
gotoAndPlay (12);
}
Symbol 147 MovieClip Frame 2
Set("/:ship_bullet_x", _x);
Set("/:ship_bullet_y", _y);
this_y = _y;
this_x = _x;
if (this_x < 5) {
Set("/:gun_load", 0);
removeMovieClip("");
stop();
}
if (this_y < 15) {
Set("/:gun_load", 0);
removeMovieClip("");
}
Symbol 147 MovieClip Frame 3
this_y = this_y - 18;
_y = this_y;
gotoAndPlay (2);
Symbol 147 MovieClip Frame 34
Set("/:pow_lev", 1);
Set("/:gun_load", 0);
gotoAndStop (1);
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 5
gotoAndStop (1);
Symbol 153 MovieClip Frame 11
gotoAndStop (1);
Symbol 153 MovieClip Frame 20
gotoAndStop (1);
Symbol 155 MovieClip Frame 1
this_y = _y;
this_x = _x;
if (this_x < 5) {
removeMovieClip("");
stop();
}
if (this_y > 500) {
Set("/:boss_shot", /:boss_shot + 1);
removeMovieClip("");
stop();
}
Symbol 155 MovieClip Frame 2
if (/:stop_fire == 0) {
this_y = this_y + 7;
_y = this_y;
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
if (/:safe == 1) {
removeMovieClip("");
} else {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
}
gotoAndPlay (3);
}
}
gotoAndPlay (1);
Symbol 155 MovieClip Frame 3
removeMovieClip("");
Symbol 158 MovieClip Frame 1
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (3);
}
Symbol 158 MovieClip Frame 2
if (/:pause == 0) {
fire = random(350);
if (fire == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.a_f_1", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
}
}
gotoAndPlay (1);
Symbol 158 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1);
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Symbol 158 MovieClip Frame 15
Set("/:squadron", /:squadron + 1);
stop();
Symbol 159 MovieClip Frame 1
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (3);
}
Symbol 159 MovieClip Frame 2
if (/:pause == 0) {
fire = random(350);
if (fire == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.a_f_1", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
}
}
gotoAndPlay (1);
Symbol 159 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1);
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Symbol 159 MovieClip Frame 16
Set("/:squadron", /:squadron + 1);
stop();
Symbol 160 MovieClip Frame 1
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (3);
}
Symbol 160 MovieClip Frame 2
if (/:pause == 0) {
fire = random(350);
if (fire == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.a_f_1", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x + /:main_x);
setProperty("_root.blobr_" add /:pb, _y , this_y + /:main_y);
}
}
gotoAndPlay (1);
Symbol 160 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1);
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Symbol 160 MovieClip Frame 15
Set("/:squadron", /:squadron + 1);
stop();
Symbol 161 MovieClip Frame 1
Set("/:destroyed", 54);
stop();
Symbol 161 MovieClip Frame 2
Set("/:destroyed", 38);
stop();
Symbol 161 MovieClip Frame 3
Set("/:destroyed", 43);
stop();
Symbol 161 MovieClip Frame 4
Set("/:destroyed", 39);
stop();
Symbol 161 MovieClip Frame 5
Set("/:destroyed", 52);
stop();
Symbol 161 MovieClip Frame 6
Set("/:destroyed", 44);
stop();
Symbol 161 MovieClip Frame 90
Set("/:destroyed", 55);
stop();
Symbol 161 MovieClip Frame 91
Set("/:destroyed", 55);
stop();
Symbol 161 MovieClip Frame 92
Set("/:destroyed", 55);
stop();
Symbol 161 MovieClip Frame 93
Set("/:destroyed", 55);
stop();
Symbol 161 MovieClip Frame 94
Set("/:destroyed", 55);
stop();
Symbol 161 MovieClip Frame 95
Set("/:destroyed", 55);
stop();
Symbol 161 MovieClip Frame 100
gotoAndPlay(/:level);
Symbol 162 MovieClip Frame 1
this_move = 0;
Symbol 162 MovieClip Frame 2
if ((/:pause == 0) and (/:time_stop == 0)) {
setProperty("/array", _x , this_x);
setProperty("/array", _y , this_y);
statusl = this.hitTest(_root.wall_left);
statusr = this.hitTest(_root.wall_right);
statusb = this.hitTest(_root.wall_bottom);
this_x = getProperty("/array", _x);
this_y = getProperty("/array", _y);
if (/:move > this_move) {
if (/:dir == 0) {
this_x = this_x - 15;
Set("/:main_x", /:main_x - 15);
}
if (/:dir == 1) {
this_x = this_x + 15;
Set("/:main_x", /:main_x + 15);
}
this_move = /:move;
}
if (statusl == true) {
tellTarget ("/wall_left") {
gotoAndPlay (2);
};
this_y == getProperty("/array", _y);
this_y = this_y + 12;
Set("/:main_y", /:main_y + 12);
Set("/:dir", 1);
setProperty("/array", _x , this_x);
setProperty("/array", _y , this_y);
}
if (statusr == true) {
tellTarget ("/wall_right") {
gotoAndPlay (2);
};
this_y == getProperty("/array", _y);
this_y = this_y + 12;
Set("/:main_y", /:main_y + 12);
Set("/:dir", 0);
setProperty("/array", _x , this_x);
setProperty("/array", _y , this_y);
}
}
if (statusb == true) {
Set("/:hit_bottom", 1);
}
Symbol 162 MovieClip Frame 3
gotoAndPlay (2);
Symbol 167 MovieClip Frame 1
this_x = _x;
if (this_x < 5) {
removeMovieClip("");
stop();
}
Symbol 167 MovieClip Frame 8
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (12);
}
if (this_x < 5) {
removeMovieClip("");
stop();
}
if (this_y > 500) {
Set("/:boss_shot", /:boss_shot + 1);
removeMovieClip("");
stop();
}
Symbol 167 MovieClip Frame 9
if (/:stop_fire == 0) {
this_y = this_y + 12;
_y = this_y;
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (12);
}
}
gotoAndPlay (8);
Symbol 167 MovieClip Frame 10
removeMovieClip("");
Symbol 167 MovieClip Frame 12
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Symbol 167 MovieClip Frame 28
removeMovieClip("");
stop();
Symbol 171 MovieClip Frame 1
_x = 410;
stop();
Symbol 171 MovieClip Frame 2
this_x = _x;
Set("/:ufo", 1);
status1 = this.hitTest("/bullet");
if (status1 == true) {
removeMovieClip("/bullet");
gotoAndPlay (4);
}
Symbol 171 MovieClip Frame 3
this_x = this_x - 2;
_x = this_x;
if (/:pause == 0) {
fire = random(200);
}
if (this_x < 0) {
tellTarget ("/sounds") {
gotoAndPlay ("stop_ufo");
};
Set("/:ufo", 0);
gotoAndPlay (1);
} else {
gotoAndPlay (2);
}
Symbol 171 MovieClip Frame 4
Set("/:ufo", 0);
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
this_x = _x;
this_y = _y;
pow = random(3);
if (pow == 0) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.laser", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x);
setProperty("_root.blobr_" add /:pb, _y , this_y);
}
if (pow == 1) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.time", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x);
setProperty("_root.blobr_" add /:pb, _y , this_y);
}
if (pow == 2) {
Set("/:pb", /:pb + 1);
duplicateMovieClip ("_root.shield", "blobr_" add /:pb, /:pb);
setProperty("_root.blobr_" add /:pb, _x , this_x);
setProperty("_root.blobr_" add /:pb, _y , this_y);
}
Symbol 171 MovieClip Frame 16
Set("/:ufo", 0);
gotoAndStop (1);
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 50
gotoAndPlay (1);
Symbol 193 MovieClip Frame 1
this_x = _x;
if (this_x < 5) {
removeMovieClip("");
stop();
}
Symbol 193 MovieClip Frame 9
this_y = _y;
this_x = _x;
status1 = this.hitTest("/bullet");
if (status1 == true) {
if (/:pow_lev == 1) {
removeMovieClip("/bullet");
}
gotoAndPlay (153);
}
if (this_x < 5) {
removeMovieClip("");
stop();
}
if (this_y > 408) {
Set("/:boss_shot", /:boss_shot + 1);
gotoAndPlay (12);
}
Symbol 193 MovieClip Frame 10
if (/:stop_fire == 0) {
this_y = this_y + 12;
_y = this_y;
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (153);
}
}
gotoAndPlay (9);
Symbol 193 MovieClip Frame 11
removeMovieClip("");
Symbol 193 MovieClip Frame 12
_y = 400;
Symbol 193 MovieClip Frame 13
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 14
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 15
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 16
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 17
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 18
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 19
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 20
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 21
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 22
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 23
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 24
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 25
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 26
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 27
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 28
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 29
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 30
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 31
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 32
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 33
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 34
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 35
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 36
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 37
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 38
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 39
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 40
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 41
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 42
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 43
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 44
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 45
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 46
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 47
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 48
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 49
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 50
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 51
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 52
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 53
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 54
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 55
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 56
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 57
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 58
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 59
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 60
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 61
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
tellTarget ("_root.ship and /:safe==0") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 62
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 63
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 64
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 65
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 66
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 67
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 68
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 69
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 70
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 71
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 72
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 73
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 74
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 75
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 76
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 77
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 78
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 79
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 80
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 81
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 82
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 83
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 84
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 85
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 86
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 87
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 88
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 89
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 90
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 91
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 92
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 93
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 94
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 95
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 96
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 97
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 98
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 99
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 100
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 101
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 102
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 103
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 104
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 105
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 106
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 107
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 108
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 109
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 110
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 111
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 112
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
tellTarget ("_root.ship and /:safe==0") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 113
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 114
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 115
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 116
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 117
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 118
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 119
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 120
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 121
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 122
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 123
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 124
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 125
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if ((ship_coll == true) and (/:safe == 0)) {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
gotoAndPlay (148);
}
Symbol 193 MovieClip Frame 148
removeMovieClip("");
stop();
Symbol 193 MovieClip Frame 153
Set("/:gun_load", 0);
Set("/:score", /:score + 50);
Symbol 193 MovieClip Frame 169
removeMovieClip("");
stop();
Symbol 195 MovieClip Frame 38
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 39
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 40
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 41
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 42
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 43
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 44
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 45
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 46
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 47
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 48
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 49
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 50
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 51
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 52
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 53
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 54
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 55
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 56
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 57
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 58
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 59
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 60
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 61
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 62
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 63
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 64
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 65
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 66
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 67
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 68
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 69
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 70
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 71
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 72
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 73
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 74
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 75
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 76
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 77
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 78
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 79
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 80
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 81
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 82
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 83
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 84
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 85
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 86
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 87
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 88
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 89
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 90
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 91
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 92
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 93
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 94
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 95
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 96
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 97
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 98
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 99
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 100
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 101
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 102
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 103
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 104
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 105
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 106
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 107
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 108
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 109
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 110
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 111
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 112
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 113
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 114
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 195 MovieClip Frame 115
stop();
removeMovieClip("");
Symbol 195 MovieClip Frame 120
removeMovieClip("");
Set("/:pow_lev", 2);
stop();
Symbol 196 MovieClip Frame 38
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 39
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 40
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 41
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 42
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 43
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 44
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 45
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 46
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 47
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 48
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 49
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 50
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 51
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 52
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 53
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 54
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 55
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 56
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 57
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 58
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 59
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 60
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 61
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 62
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 63
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 64
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 65
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 66
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 67
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 68
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 69
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 70
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 71
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 72
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 73
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 74
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 75
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 76
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 77
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 78
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 79
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 80
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 81
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 82
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 83
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 84
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 85
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 86
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 87
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 88
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 89
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 90
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 91
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 92
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 93
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 94
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 95
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 96
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 97
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 98
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 99
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 100
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 101
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 102
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 103
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 104
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 105
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 106
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 107
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 108
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 109
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 110
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 111
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 112
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 113
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 114
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 196 MovieClip Frame 115
stop();
removeMovieClip("");
Symbol 196 MovieClip Frame 120
tellTarget ("/cloak") {
gotoAndPlay (2);
};
removeMovieClip("");
stop();
Symbol 197 MovieClip Frame 38
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 39
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 40
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 41
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 42
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 43
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 44
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 45
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 46
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 47
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 48
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 49
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 50
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 51
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 52
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 53
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 54
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 55
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 56
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 57
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 58
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 59
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 60
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 61
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 62
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 63
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 64
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 65
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 66
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 67
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 68
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 69
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 70
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 71
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 72
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 73
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 74
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 75
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 76
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 77
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 78
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 79
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 80
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 81
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 82
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 83
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 84
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 85
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 86
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 87
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 88
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 89
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 90
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 91
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 92
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 93
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 94
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 95
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 96
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 97
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 98
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 99
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 100
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 101
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 102
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 103
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 104
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 105
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 106
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 107
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 108
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 109
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 110
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 111
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 112
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 113
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 114
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
gotoAndPlay (120);
}
Symbol 197 MovieClip Frame 115
stop();
removeMovieClip("");
Symbol 197 MovieClip Frame 120
tellTarget ("/ship") {
gotoAndPlay ("shield");
};
removeMovieClip("");
stop();
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 2
stop();
Symbol 201 MovieClip Frame 3
stop();
Symbol 201 MovieClip Frame 4
stop();
Symbol 201 MovieClip Frame 5
stop();
Symbol 201 MovieClip Frame 6
stop();
Symbol 201 MovieClip Frame 7
stop();
Symbol 201 MovieClip Frame 8
stop();
Symbol 201 MovieClip Frame 9
stop();
Symbol 205 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 1
stop();
Symbol 210 Button
on (keyPress "p") {
Set("/:pause", 1);
Set("/:stop_fire", 1);
gotoAndPlay (137);
}
Symbol 212 Button
on (keyPress "<Enter>") {
tellTarget ("/") {
gotoAndPlay (1);
};
}
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 2
toggleHighQuality();
stopAllSounds();
stop();
Symbol 215 Button
on (keyPress "p") {
Set("/:pause", 0);
Set("/:stop_fire", 0);
gotoAndPlay (134);
}
Symbol 235 Button
on (keyPress "<Space>") {
if ((/:gun_load == 0) and (/:pause == 0)) {
Set("/:gun_load", 1);
tellTarget ("/sounds") {
gotoAndPlay ("shot2");
};
duplicateMovieClip ("/ship_fire", "bullet", 1);
setProperty("/bullet", _x , getProperty("/ship", _x));
setProperty("/bullet", _y , getProperty("/ship", _y) - 10);
}
}
Symbol 239 MovieClip Frame 1
Set("/:safe", 0);
Symbol 239 MovieClip Frame 2
Set("/:gun_load", 0);
stop();
Symbol 239 MovieClip Frame 4
Set("/:pause", 1);
Symbol 239 MovieClip Frame 56
Set("/:lives", /:lives - 1);
tellTarget ("/remain") {
gotoAndPlay(/:lives);
};
if (/:lives < 1) {
Set("/:pause", 1);
tellTarget ("/game_over") {
gotoAndStop (2);
};
stop();
}
Symbol 239 MovieClip Frame 57
if (/:stop_fire == 0) {
Set("/:pause", 0);
gotoAndStop (1);
}
Symbol 239 MovieClip Frame 58
prevFrame();
play();
Symbol 241 MovieClip Frame 1
if (/:pow_lev == 1) {
gotoAndPlay (2);
}
if (/:pow_lev == 2) {
gotoAndPlay (4);
}
if (/:pow_lev == 3) {
gotoAndPlay (6);
}
if (/:pow_lev == 4) {
gotoAndPlay (8);
}
if (/:pow_lev == 5) {
gotoAndPlay (10);
}
if (/:pow_lev == 6) {
gotoAndPlay (12);
}
if (/:pow_lev == 10) {
gotoAndPlay (40);
}
if ((/:pow_lev > 5) and (/:pow_lev != 10)) {
Set("/:pow_lev", 6);
gotoAndPlay (12);
}
Symbol 241 MovieClip Frame 2
Set("/:ship_bullet_x", _x);
Set("/:ship_bullet_y", _y);
this_y = _y;
this_x = _x;
if (this_x < 5) {
Set("/:gun_load", 0);
removeMovieClip("");
stop();
}
if (this_y < 15) {
Set("/:gun_load", 0);
removeMovieClip("");
}
Symbol 241 MovieClip Frame 3
this_y = this_y - 18;
_y = this_y;
gotoAndPlay (2);
Symbol 244 MovieClip Frame 1
stop();
Symbol 244 MovieClip Frame 5
gotoAndStop (1);
Symbol 244 MovieClip Frame 11
gotoAndStop (1);
Symbol 246 MovieClip Frame 1
this_y = _y;
this_x = _x;
if (this_x < 5) {
removeMovieClip("");
stop();
}
if (this_y > 500) {
Set("/:boss_shot", /:boss_shot + 1);
removeMovieClip("");
stop();
}
Symbol 246 MovieClip Frame 2
if (/:stop_fire == 0) {
this_y = this_y + 7;
_y = this_y;
ship_coll = this.hitTest(_root.ship.ship_hotspot);
if (ship_coll == true) {
if (/:safe == 1) {
removeMovieClip("");
} else {
tellTarget ("_root.ship") {
gotoAndPlay ("explode");
};
}
gotoAndPlay (3);
}
}
gotoAndPlay (1);
Symbol 246 MovieClip Frame 3
removeMovieClip("");
Symbol 251 MovieClip Frame 1
_x = 410;
stop();
Symbol 251 MovieClip Frame 2
this_x = _x;
Set("/:ufo", 1);
status1 = this.hitTest("/bullet");
if (status1 == true) {
removeMovieClip("/bullet");
gotoAndPlay (4);
}
Symbol 251 MovieClip Frame 3
this_x = this_x - 2;
_x = this_x;
if (/:pause == 0) {
fire = random(200);
}
if (this_x < 0) {
stopAllSounds();
Set("/:ufo", 0);
gotoAndPlay (1);
} else {
gotoAndPlay (2);
}
Symbol 251 MovieClip Frame 4
Set("/:ufo", 0);
Set("/:gun_load", 0);
Set("/:score", /:score + 300);
this_x = _x;
this_y = _y;
Symbol 251 MovieClip Frame 56
Set("/:ufo", 0);
gotoAndStop (1);
Symbol 254 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 2
stop();
Symbol 254 MovieClip Frame 3
stop();
Symbol 254 MovieClip Frame 4
stop();
Symbol 254 MovieClip Frame 5
stop();
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 2
stop();
Symbol 259 MovieClip Frame 4
stop();
Symbol 259 MovieClip Frame 6
stop();
Symbol 259 MovieClip Frame 8
stop();
Symbol 260 Button
on (keyPress "p") {
Set("/:pause", 1);
Set("/:stop_fire", 1);
gotoAndPlay (176);
}
Symbol 261 Button
on (keyPress "p") {
Set("/:pause", 0);
Set("/:stop_fire", 0);
gotoAndPlay (173);
}