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

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

Invaders 2002.swf

This is the info page for
Flash #34004

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


Text
ROBOTUBE
GAMES

WE MAKE GAMES FOR FUN!

now loading

USE ARROW KEYS TO CHANGE SELECTION
USE SPACE TO ENTER SELECTION

Copyright 2002 Jason Cirillo / www.Robotube.com

PLAY INVADERS 2002
PLAY INVADERS 1978
HOW TO PLAY / CREDITS

Standard Invader - Simple, no special attacks.

Expander Invader - Expands 3 times before exploding.

Splitter Invader - Multiplies in half when shot.

Kamikaze Invader - Divebombs your ship when shot.

Landmine Invader - Divebombs your ship and lies on the
ground.  It remains an active explosive for 5 seconds, so
do not touch it!

UFO Mystery - Will drop down powerups when destroyed.

One Shot Laser - Pick this up to obtain a time limited laser.

Time Freeze - This powerup will temporarily stop time.

Temporary Shield - A shield will protect your ship for 5
seconds upon picking up this item.

HOW TO PLAY

Destroy all invaders and avoid enemy fire.
Space bar to shoot, Arrows to Move, P to Pause.

Programming
Jason Cirillo

Graphics
Jason Cirillo & Antonio Martins

Music
Ed Wilson

PRESS SPACE TO CONTINUE...

UPRIGHT CABINET VERSION
COCKTAIL BLACK AND WHITE
COCKTAIL CELLOPHANE COLOR
COCKTAIL RASTER COLOR

BACK

Please Select an Arcade Cabinet Type

sounds

mission

888

ready!

mission

888

ready!

SCORE

SCORE

MISSION

lev

press enter

300

SCORE

SCORE

SCORE

ActionScript [AS1/AS2]

Frame 1
fscommand ("allowscale", "false"); stopAllSounds();
Frame 126
loadPercent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); progressmeter.gotoAndStop(loadPercent); if (_root.getBytesLoaded() == _root.getBytesTotal()) { gotoAndPlay (128); }
Frame 127
prevFrame(); play();
Frame 128
stop(); level = 1; mission = 1;
Frame 129
stop();
Frame 174
stop();
Frame 175
ship_spd = 7; Set("/:game_over", 0); Set("/:cheater", 0); special_on = 0; 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 147 MovieClip "ship" in Frame 175
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 176
if ((/:pause == 0) and (/:time_stop == 0)) { Set("/:tick", /:tick + 1); if (/:tick > timer) { Set("/:tick", 0); gotoAndPlay (178); } }
Frame 177
ufo_out = random(500); if (((ufo_out == 11) 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 < 1) { Set("/:goto_next", 1); gotoAndPlay (184); } if (/:hit_bottom == 1) { gotoAndPlay (189); } else { gotoAndPlay (176); }
Frame 178
adv = adv + 2; Set("/:cheater", 0); if (adv > 6) { adv = 0; } move = move + 1; gotoAndPlay (176);
Frame 179
stop();
Frame 184
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 > 11) { Set("/:level", 1); } tellTarget ("/array/sets") { gotoAndPlay (100); };
Frame 188
gotoAndPlay (176); 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 189
Set("/:pause", 1);
Frame 213
toggleHighQuality(); Set("/:game_over", 1); Set("/:cheater", 0); stop();
Frame 214
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); }; tellTarget ("/array/sets") { gotoAndPlay (100); }; if (/:type == "bw") { tellTarget ("/backdrop") { gotoAndStop (2); }; } if (/:type == "cell") { tellTarget ("/backdrop") { gotoAndStop (2); }; tellTarget ("/overlay") { gotoAndStop (2); }; } if (/:type == "color") { tellTarget ("/backdrop") { gotoAndStop (2); Set("/:level", 80); }; } if (/:type == "moon") { Set("/:level", 90); }
Instance of Symbol 261 MovieClip "ship" in Frame 214
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 215
if ((/:pause == 0) and (/:time_stop == 0)) { Set("/:tick", /:tick + 1); if (/:tick > timer) { Set("/:tick", 0); gotoAndPlay (217); } }
Frame 216
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 (223); } if (/:hit_bottom == 1) { gotoAndPlay (228); } else { gotoAndPlay (215); }
Frame 217
adv = adv + 2; Set("/:cheater", 0); tellTarget ("/advance") { gotoAndStop(/:adv); }; if (adv > 6) { adv = 0; } move = move + 1; gotoAndPlay (215);
Frame 218
stop();
Frame 223
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 == 86) { Set("/:level", 80); } if (/:level == 96) { Set("/:level", 90); } tellTarget ("/array/sets") { gotoAndPlay (100); };
Frame 227
gotoAndPlay (215);
Frame 228
Set("/:pause", 1);
Frame 252
stop(); Set("/:game_over", 1); Set("/:cheater", 0);
Symbol 13 MovieClip Frame 104
stop();
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 100
stop();
Symbol 40 MovieClip Frame 17
stop();
Symbol 42 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 42 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 42 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1); Set("/:gun_load", 0); Set("/:score", /:score + 50);
Symbol 42 MovieClip Frame 64
Set("/:squadron", /:squadron + 1); stop();
Symbol 60 MovieClip Frame 1
Set("/:game_sel", 1); stop();
Symbol 60 MovieClip Frame 2
Set("/:game_sel", 2); stop();
Symbol 60 MovieClip Frame 3
Set("/:game_sel", 3); stop();
Symbol 62 Button
on (keyPress "<Down>") { tellTarget ("/menu") { nextFrame(); }; } on (keyPress "<Up>") { tellTarget ("/menu") { prevFrame(); }; } on (keyPress "<Space>") { if (/:game_sel == 1) { gotoAndPlay (175); } if (/:game_sel == 2) { gotoAndPlay (132); } 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 124 MovieClip Frame 1
Set("/:type", "moon"); stop();
Symbol 124 MovieClip Frame 2
Set("/:type", "bw"); stop();
Symbol 124 MovieClip Frame 3
Set("/:type", "cell"); stop();
Symbol 124 MovieClip Frame 4
Set("/:type", "color"); stop();
Symbol 124 MovieClip Frame 5
Set("/:type", "back"); stop();
Symbol 126 Button
on (keyPress "<Down>") { tellTarget ("/menu_2") { nextFrame(); }; } on (keyPress "<Up>") { tellTarget ("/menu_2") { prevFrame(); }; } on (keyPress "<Space>") { if (/:type == "back") { gotoAndStop (128); } else { Set("/:level", 90); gotoAndPlay (214); } }
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 2
Set("/:time_stop", 1); Set("/:stop_fire", 1);
Symbol 136 MovieClip Frame 175
Set("/:time_stop", 0); Set("/:stop_fire", 0); gotoAndStop (1);
Symbol 140 Button
on (keyPress "<Space>") { if (((/:gun_load == 0) and (/:pause == 0)) and (/:special_on == 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); } } on (keyPress "q") { toggleHighQuality(); }
Symbol 143 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 147 MovieClip Frame 1
Set("/:safe", 0);
Symbol 147 MovieClip Frame 2
Set("/:gun_load", 0); stop();
Symbol 147 MovieClip Frame 3
Set("/:safe", 1);
Symbol 147 MovieClip Frame 4
Set("/:gun_load", 0); Set("/:safe", 1);
Symbol 147 MovieClip Frame 198
Set("/:safe", 0); gotoAndStop (2);
Symbol 147 MovieClip Frame 199
Set("/:pause", 1);
Symbol 147 MovieClip Frame 251
Set("/:lives", /:lives - 1); tellTarget ("/remain") { gotoAndPlay(/:lives); }; if (/:lives < 1) { Set("/:pause", 1); tellTarget ("/game_over") { gotoAndStop (2); }; stop(); }
Symbol 147 MovieClip Frame 252
if (/:stop_fire == 0) { Set("/:pause", 0); gotoAndStop (1); }
Symbol 147 MovieClip Frame 253
prevFrame(); play();
Symbol 157 MovieClip Frame 1
if (/:pow_lev == 1) { gotoAndPlay (2); } if (/:pow_lev == 2) { gotoAndPlay (4); } if (/:pow_lev == 3) { gotoAndPlay (35); } 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 157 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 157 MovieClip Frame 3
this_y = this_y - 18; _y = this_y; gotoAndPlay (2);
Symbol 157 MovieClip Frame 4
Set("/:special_on", 1);
Symbol 157 MovieClip Frame 34
Set("/:pow_lev", 1); Set("/:gun_load", 0); Set("/:special_on", 0); removeMovieClip("");
Symbol 157 MovieClip Frame 35
Set("/:special_on", 1);
Symbol 157 MovieClip Frame 37
Set("/:pow_lev", 1); Set("/:gun_load", 0); Set("/:special_on", 0); removeMovieClip("");
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 5
gotoAndStop (1);
Symbol 163 MovieClip Frame 11
gotoAndStop (1);
Symbol 163 MovieClip Frame 20
gotoAndStop (1);
Symbol 165 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 165 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 165 MovieClip Frame 3
removeMovieClip("");
Symbol 168 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 168 MovieClip Frame 2
if (/:pause == 0) { fire = random(350); if ((fire == 1) and (/:alien_fire < 6)) { Set("/:alien_fire", /:alien_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 168 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1); Set("/:gun_load", 0); Set("/:score", /:score + 50);
Symbol 168 MovieClip Frame 15
Set("/:squadron", /:squadron + 1); stop();
Symbol 169 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 169 MovieClip Frame 2
if (/:pause == 0) { fire = random(350); if ((fire == 1) and (/:alien_fire < 6)) { Set("/:alien_fire", /:alien_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 169 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1); Set("/:gun_load", 0); Set("/:score", /:score + 50);
Symbol 169 MovieClip Frame 16
Set("/:squadron", /:squadron + 1); stop();
Symbol 170 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 170 MovieClip Frame 2
if (/:pause == 0) { fire = random(350); if ((fire == 1) and (/:alien_fire < 6)) { Set("/:alien_fire", /:alien_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 170 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1); Set("/:gun_load", 0); Set("/:score", /:score + 50);
Symbol 170 MovieClip Frame 15
Set("/:squadron", /:squadron + 1); stop();
Symbol 172 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 172 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 172 MovieClip Frame 3
Set("/:destroyed", /:destroyed - 1); Set("/:gun_load", 0); Set("/:score", /:score + 50);
Symbol 172 MovieClip Frame 15
Set("/:squadron", /:squadron + 1); stop();
Symbol 173 MovieClip Frame 1
Set("/:destroyed", 54); stop();
Symbol 173 MovieClip Frame 2
Set("/:destroyed", 38); stop();
Symbol 173 MovieClip Frame 3
Set("/:destroyed", 43); stop();
Symbol 173 MovieClip Frame 4
Set("/:destroyed", 39); stop();
Symbol 173 MovieClip Frame 5
Set("/:destroyed", 52); stop();
Symbol 173 MovieClip Frame 6
Set("/:destroyed", 44); stop();
Symbol 173 MovieClip Frame 7
Set("/:destroyed", 21); stop();
Symbol 173 MovieClip Frame 8
Set("/:destroyed", 26); stop();
Symbol 173 MovieClip Frame 9
Set("/:destroyed", 5); stop();
Symbol 173 MovieClip Frame 10
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 11
Set("/:destroyed", 23); stop();
Symbol 173 MovieClip Frame 80
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 81
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 82
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 83
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 84
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 85
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 90
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 91
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 92
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 93
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 94
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 95
Set("/:destroyed", 55); stop();
Symbol 173 MovieClip Frame 100
gotoAndPlay(/:level);
Symbol 175 MovieClip Frame 1
this_move = 0;
Symbol 175 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); } Set("/:cheater", /:cheater + 1);
Symbol 175 MovieClip Frame 3
if ((/:cheater > 300) and (/:pause == 0)) { if ((/:game_over == 0) or (/:time_stop == 0)) { gotoAndStop (10); } } else { gotoAndPlay (2); }
Symbol 175 MovieClip Frame 10
stop();
Symbol 180 MovieClip Frame 1
this_x = _x; if (this_x < 5) { removeMovieClip(""); stop(); }
Symbol 180 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 180 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 180 MovieClip Frame 10
removeMovieClip("");
Symbol 180 MovieClip Frame 12
Set("/:gun_load", 0); Set("/:score", /:score + 50);
Symbol 180 MovieClip Frame 28
removeMovieClip(""); stop();
Symbol 183 MovieClip Frame 1
_x = 410; stop();
Symbol 183 MovieClip Frame 2
this_x = _x; Set("/:ufo", 1); status1 = this.hitTest("/bullet"); if (status1 == true) { removeMovieClip("/bullet"); gotoAndPlay (4); }
Symbol 183 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 183 MovieClip Frame 4
Set("/:ufo", 0); Set("/:gun_load", 0); Set("/:score", /:score + 50); this_x = _x; this_y = _y; pow = random(5); 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) { if (/:time_stop == 0) { 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); } if (pow == 3) { pow = random(10); if (pow == 4) { Set("/:pb", /:pb + 1); duplicateMovieClip ("_root.1up", "blobr_" add /:pb, /:pb); setProperty("_root.blobr_" add /:pb, _x , this_x); setProperty("_root.blobr_" add /:pb, _y , this_y); } else { 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); } } if (pow == 4) { pow = random(5); if (pow == 2) { Set("/:pb", /:pb + 1); duplicateMovieClip ("_root.nuke", "blobr_" add /:pb, /:pb); setProperty("_root.blobr_" add /:pb, _x , this_x); setProperty("_root.blobr_" add /:pb, _y , this_y); } else { 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); } }
Symbol 183 MovieClip Frame 16
Set("/:ufo", 0); gotoAndStop (1);
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 50
gotoAndPlay (1);
Symbol 206 MovieClip Frame 1
this_x = _x; if (this_x < 5) { removeMovieClip(""); stop(); }
Symbol 206 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 206 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 206 MovieClip Frame 11
removeMovieClip("");
Symbol 206 MovieClip Frame 12
_y = 400;
Symbol 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 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 206 MovieClip Frame 148
removeMovieClip(""); stop();
Symbol 206 MovieClip Frame 153
Set("/:gun_load", 0); Set("/:score", /:score + 50);
Symbol 206 MovieClip Frame 169
removeMovieClip(""); stop();
Symbol 208 MovieClip Frame 38
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 39
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 40
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 41
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 42
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 43
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 44
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 45
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 46
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 47
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 48
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 49
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 50
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 51
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 52
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 53
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 54
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 55
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 56
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 57
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 58
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 59
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 60
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 61
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 62
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 63
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 64
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 65
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 66
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 67
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 68
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 69
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 70
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 71
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 72
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 73
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 74
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 75
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 76
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 77
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 78
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 79
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 80
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 81
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 82
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 83
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 84
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 85
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 86
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 87
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 88
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 89
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 90
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 91
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 92
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 93
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 94
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 95
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 96
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 97
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 98
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 99
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 100
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 101
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 102
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 103
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 104
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 105
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 106
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 107
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 108
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 109
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 110
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 111
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 112
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 113
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 114
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 208 MovieClip Frame 115
stop(); removeMovieClip("");
Symbol 208 MovieClip Frame 120
removeMovieClip(""); Set("/:pow_lev", 2); stop();
Symbol 209 MovieClip Frame 38
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 39
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 40
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 41
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 42
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 43
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 44
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 45
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 46
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 47
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 48
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 49
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 50
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 51
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 52
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 53
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 54
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 55
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 56
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 57
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 58
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 59
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 60
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 61
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 62
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 63
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 64
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 65
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 66
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 67
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 68
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 69
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 70
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 71
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 72
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 73
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 74
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 75
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 76
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 77
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 78
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 79
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 80
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 81
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 82
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 83
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 84
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 85
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 86
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 87
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 88
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 89
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 90
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 91
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 92
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 93
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 94
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 95
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 96
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 97
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 98
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 99
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 100
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 101
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 102
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 103
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 104
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 105
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 106
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 107
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 108
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 109
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 110
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 111
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 112
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 113
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 114
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 209 MovieClip Frame 115
stop(); removeMovieClip("");
Symbol 209 MovieClip Frame 120
tellTarget ("/cloak") { gotoAndPlay (2); }; removeMovieClip(""); stop();
Symbol 210 MovieClip Frame 38
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 39
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 40
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 41
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 42
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 43
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 44
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 45
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 46
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 47
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 48
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 49
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 50
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 51
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 52
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 53
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 54
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 55
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 56
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 57
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 58
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 59
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 60
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 61
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 62
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 63
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 64
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 65
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 66
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 67
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 68
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 69
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 70
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 71
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 72
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 73
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 74
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 75
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 76
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 77
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 78
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 79
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 80
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 81
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 82
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 83
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 84
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 85
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 86
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 87
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 88
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 89
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 90
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 91
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 92
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 93
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 94
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 95
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 96
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 97
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 98
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 99
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 100
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 101
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 102
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 103
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 104
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 105
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 106
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 107
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 108
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 109
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 110
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 111
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 112
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 113
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 114
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 210 MovieClip Frame 115
stop(); removeMovieClip("");
Symbol 210 MovieClip Frame 120
tellTarget ("/ship") { gotoAndPlay ("shield"); }; removeMovieClip(""); stop();
Symbol 213 MovieClip Frame 38
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 39
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 40
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 41
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 42
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 43
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 44
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 45
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 46
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 47
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 48
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 49
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 50
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 51
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 52
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 53
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 54
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 55
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 56
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 57
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 58
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 59
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 60
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 61
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 62
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 63
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 64
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 65
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 66
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 67
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 68
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 69
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 70
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 71
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 72
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 73
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 74
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 75
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 76
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 77
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 78
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 79
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 80
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 81
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 82
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 83
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 84
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 85
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 86
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 87
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 88
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 89
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 90
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 91
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 92
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 93
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 94
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 95
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 96
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 97
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 98
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 99
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 100
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 101
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 102
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 103
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 104
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 105
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 106
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 107
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 108
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 109
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 110
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 111
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 112
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 113
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 114
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 213 MovieClip Frame 115
stop(); removeMovieClip("");
Symbol 213 MovieClip Frame 120
Set("/:lives", /:lives + 1); tellTarget ("/remain") { gotoAndPlay(/:lives); }; removeMovieClip(""); stop();
Symbol 216 MovieClip Frame 38
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 39
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 40
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 41
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 42
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 43
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 44
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 45
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 46
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 47
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 48
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 49
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 50
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 51
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 52
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 53
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 54
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 55
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 56
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 57
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 58
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 59
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 60
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 61
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 62
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 63
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 64
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 65
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 66
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 67
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 68
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 69
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 70
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 71
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 72
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 73
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 74
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 75
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 76
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 77
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 78
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 79
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 80
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 81
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 82
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 83
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 84
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 85
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 86
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 87
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 88
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 89
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 90
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 91
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 92
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 93
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 94
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 95
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 96
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 97
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 98
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 99
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 100
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 101
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 102
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 103
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 104
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 105
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 106
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 107
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 108
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 109
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 110
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 111
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 112
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 113
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 114
ship_coll = this.hitTest(_root.ship.ship_hotspot); if (ship_coll == true) { gotoAndPlay (120); }
Symbol 216 MovieClip Frame 115
stop(); removeMovieClip("");
Symbol 216 MovieClip Frame 120
removeMovieClip(""); Set("/:pow_lev", 3); stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 2
stop();
Symbol 220 MovieClip Frame 3
stop();
Symbol 220 MovieClip Frame 4
stop();
Symbol 220 MovieClip Frame 5
stop();
Symbol 220 MovieClip Frame 6
stop();
Symbol 220 MovieClip Frame 7
stop();
Symbol 220 MovieClip Frame 8
stop();
Symbol 220 MovieClip Frame 9
stop();
Symbol 224 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 1
stop();
Symbol 230 Button
on (keyPress "<Enter>") { tellTarget ("/") { gotoAndPlay (1); }; }
Symbol 232 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 2
stopAllSounds(); Set("/:game_over", 1); stop();
Symbol 233 Button
on (keyPress "p") { if (/:game_over == 0) { Set("/:pause", 1); Set("/:stop_fire", 1); gotoAndPlay (179); } } on (keyPress "+") { Set("/:destroyed", 0); }
Symbol 234 Button
on (keyPress "p") { Set("/:cheater", 0); Set("/:pause", 0); Set("/:stop_fire", 0); gotoAndPlay (176); }
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
stop();
Symbol 254 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 2
stop();
Symbol 256 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); } } on (keyPress "q") { toggleHighQuality(); }
Symbol 257 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 261 MovieClip Frame 1
Set("/:safe", 0);
Symbol 261 MovieClip Frame 2
Set("/:gun_load", 0); stop();
Symbol 261 MovieClip Frame 4
Set("/:pause", 1);
Symbol 261 MovieClip Frame 56
Set("/:lives", /:lives - 1); tellTarget ("/remain") { gotoAndPlay(/:lives); }; if (/:lives < 1) { Set("/:pause", 1); tellTarget ("/game_over") { gotoAndStop (2); }; stop(); }
Symbol 261 MovieClip Frame 57
if (/:stop_fire == 0) { Set("/:pause", 0); gotoAndStop (1); }
Symbol 261 MovieClip Frame 58
prevFrame(); play();
Symbol 263 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 263 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 263 MovieClip Frame 3
this_y = this_y - 18; _y = this_y; gotoAndPlay (2);
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 5
gotoAndStop (1);
Symbol 266 MovieClip Frame 11
gotoAndStop (1);
Symbol 268 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); Set("/:alien_fire", /:alien_fire - 1); removeMovieClip(""); stop(); }
Symbol 268 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) { Set("/:alien_fire", /:alien_fire - 1); removeMovieClip(""); } else { tellTarget ("_root.ship") { gotoAndPlay ("explode"); }; } gotoAndPlay (3); } } gotoAndPlay (1);
Symbol 268 MovieClip Frame 3
Set("/:alien_fire", /:alien_fire - 1); removeMovieClip("");
Symbol 272 MovieClip Frame 1
_x = 0; stop();
Symbol 272 MovieClip Frame 2
this_x = _x; Set("/:ufo", 1); status1 = this.hitTest("/bullet"); if (status1 == true) { removeMovieClip("/bullet"); gotoAndPlay (4); }
Symbol 272 MovieClip Frame 3
this_x = this_x + 3; _x = this_x; if (/:pause == 0) { fire = random(200); } if (this_x > 410) { stopAllSounds(); Set("/:ufo", 0); gotoAndPlay (1); } else { gotoAndPlay (2); }
Symbol 272 MovieClip Frame 4
Set("/:ufo", 0); Set("/:gun_load", 0); Set("/:score", /:score + 300); this_x = _x; this_y = _y;
Symbol 272 MovieClip Frame 56
Set("/:ufo", 0); gotoAndStop (1);
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 2
stop();
Symbol 276 MovieClip Frame 3
stop();
Symbol 276 MovieClip Frame 4
stop();
Symbol 276 MovieClip Frame 5
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 2
stop();
Symbol 282 MovieClip Frame 4
stop();
Symbol 282 MovieClip Frame 6
stop();
Symbol 282 MovieClip Frame 8
stop();
Symbol 283 Button
on (keyPress "p") { Set("/:pause", 1); Set("/:stop_fire", 1); gotoAndPlay (218); }
Symbol 284 Button
on (keyPress "p") { Set("/:cheater", 0); Set("/:pause", 0); Set("/:stop_fire", 0); gotoAndPlay (215); }

Library Items

Symbol 1 GraphicUsed by:18  Timeline
Symbol 2 GraphicUsed by:Timeline
Symbol 3 FontUsed by:4 12 45 52 114 125
Symbol 4 TextUses:3Used by:13  Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:13
Symbol 7 GraphicUsed by:13
Symbol 8 GraphicUsed by:13 171  Timeline
Symbol 9 SoundUsed by:13 62 63 126 140 143 168 169 170 172 230 233 234 256 257 283 284
Symbol 10 GraphicUsed by:13
Symbol 11 GraphicUsed by:13
Symbol 12 TextUses:3Used by:13
Symbol 13 MovieClipUses:4 6 7 8 9 10 11 12Used by:Timeline
Symbol 14 FontUsed by:15
Symbol 15 TextUses:14Used by:Timeline
Symbol 16 ShapeTweeningUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:16 17 1Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:23
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:20 21 22Used by:42
Symbol 24 GraphicUsed by:40
Symbol 25 GraphicUsed by:40
Symbol 26 GraphicUsed by:40
Symbol 27 GraphicUsed by:40
Symbol 28 GraphicUsed by:40
Symbol 29 GraphicUsed by:40
Symbol 30 GraphicUsed by:40
Symbol 31 GraphicUsed by:40
Symbol 32 GraphicUsed by:40
Symbol 33 GraphicUsed by:40
Symbol 34 GraphicUsed by:40
Symbol 35 GraphicUsed by:40
Symbol 36 GraphicUsed by:40
Symbol 37 GraphicUsed by:40
Symbol 38 GraphicUsed by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39Used by:42 68 74 75 80 91 147 172 180 183 206  Timeline
Symbol 41 SoundUsed by:42 68 74 75 80 91 180 206
Symbol 42 MovieClipUses:23 40 41Used by:43 173  Timeline
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 TextUses:3Used by:Timeline
Symbol 46 FontUsed by:47 81 82 83 84 85 87 98 99 100 103 104 105 106 107
Symbol 47 TextUses:46Used by:Timeline
Symbol 48 GraphicUsed by:60
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:49 50Used by:60 124 168  Timeline
Symbol 52 TextUses:3Used by:60
Symbol 53 GraphicUsed by:60
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:54 55Used by:60 124 169  Timeline
Symbol 57 GraphicUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:57 58Used by:60 124 170  Timeline
Symbol 60 MovieClipUses:48 51 52 53 56 59Used by:Timeline
Symbol 61 GraphicUsed by:62 63 126 140 143 230 233 234 256 257 283 284
Symbol 62 ButtonUses:61 9Used by:Timeline
Symbol 63 ButtonUses:61 9Used by:Timeline
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:64 65 66Used by:68
Symbol 68 MovieClipUses:67 41 40Used by:173  Timeline
Symbol 69 GraphicUsed by:71 73
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:69 70Used by:75
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:69 72Used by:74
Symbol 74 MovieClipUses:73 40 41Used by:75 173
Symbol 75 MovieClipUses:71 40 41 74Used by:173  Timeline
Symbol 76 GraphicUsed by:79
Symbol 77 GraphicUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:76 77 78Used by:80
Symbol 80 MovieClipUses:79 40 41Used by:173  Timeline
Symbol 81 TextUses:46Used by:Timeline
Symbol 82 TextUses:46Used by:Timeline
Symbol 83 TextUses:46Used by:Timeline
Symbol 84 TextUses:46Used by:Timeline
Symbol 85 TextUses:46Used by:Timeline
Symbol 86 GraphicUsed by:182  Timeline
Symbol 87 TextUses:46Used by:Timeline
Symbol 88 GraphicUsed by:90 206
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:88 89Used by:91
Symbol 91 MovieClipUses:90 40 41Used by:173 206  Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:208  Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:209  Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:210  Timeline
Symbol 98 TextUses:46Used by:Timeline
Symbol 99 TextUses:46Used by:Timeline
Symbol 100 TextUses:46Used by:Timeline
Symbol 101 FontUsed by:102
Symbol 102 TextUses:101Used by:Timeline
Symbol 103 TextUses:46Used by:Timeline
Symbol 104 TextUses:46Used by:Timeline
Symbol 105 TextUses:46Used by:Timeline
Symbol 106 TextUses:46Used by:Timeline
Symbol 107 TextUses:46Used by:Timeline
Symbol 108 GraphicUsed by:123  Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 SoundUsed by:183  Timeline
Symbol 111 ShapeTweeningUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:124
Symbol 114 TextUses:3Used by:124
Symbol 115 GraphicUsed by:124
Symbol 116 GraphicUsed by:124
Symbol 117 FontUsed by:118
Symbol 118 TextUses:117Used by:124
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:124
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:124
Symbol 123 MovieClipUses:108Used by:124 272
Symbol 124 MovieClipUses:113 51 114 115 116 118 120 56 122 59 123Used by:Timeline
Symbol 125 TextUses:3Used by:Timeline
Symbol 126 ButtonUses:61 9Used by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:136
Symbol 129 SoundUsed by:136
Symbol 130 SoundUsed by:136  Timeline
Symbol 131 GraphicUsed by:136
Symbol 132 GraphicUsed by:136
Symbol 133 GraphicUsed by:136
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:128 129 130 131 132 133 134 135Used by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 GraphicUsed by:147 220
Symbol 140 ButtonUses:61 9Used by:147
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:147 261
Symbol 143 ButtonUses:61 9Used by:147
Symbol 144 GraphicUsed by:147
Symbol 145 GraphicUsed by:147
Symbol 146 SoundUsed by:147
Symbol 147 MovieClipUses:139 140 142 143 144 145 40 146Used by:Timeline
Symbol 148 GraphicUsed by:157
Symbol 149 ShapeTweeningUsed by:157
Symbol 150 SoundUsed by:157
Symbol 151 ShapeTweeningUsed by:157
Symbol 152 ShapeTweeningUsed by:157
Symbol 153 GraphicUsed by:157
Symbol 154 GraphicUsed by:157
Symbol 155 SoundUsed by:157 261  Timeline
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:148 149 150 151 152 153 154 155 156Used by:Timeline
Symbol 158 GraphicUsed by:163 266
Symbol 159 FontUsed by:160
Symbol 160 TextUses:159Used by:163 266
Symbol 161 SoundUsed by:163
Symbol 162 SoundUsed by:163 183
Symbol 163 MovieClipUses:158 160 161 162Used by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:Timeline
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:168 169 170 272
Symbol 168 MovieClipUses:51 167 9Used by:173
Symbol 169 MovieClipUses:56 167 9Used by:173
Symbol 170 MovieClipUses:59 167 9Used by:173
Symbol 171 MovieClipUses:8Used by:172
Symbol 172 MovieClipUses:171 40 9Used by:173
Symbol 173 MovieClipUses:42 68 80 75 91 74 168 169 170 172Used by:175
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:173 174Used by:Timeline
Symbol 176 GraphicUsed by:180
Symbol 177 GraphicUsed by:180
Symbol 178 GraphicUsed by:180
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:176 177 178 179 40 41Used by:Timeline
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:86 181Used by:183
Symbol 183 MovieClipUses:182 40 110 162Used by:Timeline
Symbol 184 FontUsed by:185 186 187 188 189 190 217 218 221 222 231
Symbol 185 TextUses:184Used by:191
Symbol 186 EditableTextUses:184Used by:191
Symbol 187 TextUses:184Used by:191
Symbol 188 TextUses:184Used by:191
Symbol 189 EditableTextUses:184Used by:191
Symbol 190 TextUses:184Used by:191
Symbol 191 MovieClipUses:185 186 187 188 189 190Used by:Timeline
Symbol 192 GraphicUsed by:206
Symbol 193 GraphicUsed by:206
Symbol 194 GraphicUsed by:206
Symbol 195 ShapeTweeningUsed by:206
Symbol 196 ShapeTweeningUsed by:206
Symbol 197 ShapeTweeningUsed by:206
Symbol 198 ShapeTweeningUsed by:206
Symbol 199 GraphicUsed by:206
Symbol 200 ShapeTweeningUsed by:206
Symbol 201 ShapeTweeningUsed by:206
Symbol 202 ShapeTweeningUsed by:206
Symbol 203 ShapeTweeningUsed by:206
Symbol 204 ShapeTweeningUsed by:206
Symbol 205 ShapeTweeningUsed by:206
Symbol 206 MovieClipUses:88 192 193 194 195 196 197 198 199 200 201 202 203 204 205 91 40 41Used by:Timeline
Symbol 207 SoundUsed by:208 209 210 213 216  Timeline
Symbol 208 MovieClipUses:93 207Used by:Timeline
Symbol 209 MovieClipUses:95 207Used by:Timeline
Symbol 210 MovieClipUses:97 207Used by:Timeline
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:213
Symbol 213 MovieClipUses:212 207Used by:Timeline
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:216
Symbol 216 MovieClipUses:215 207Used by:Timeline
Symbol 217 TextUses:184Used by:Timeline
Symbol 218 EditableTextUses:184Used by:Timeline
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:139 219Used by:Timeline
Symbol 221 TextUses:184Used by:Timeline
Symbol 222 EditableTextUses:184Used by:Timeline
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:223Used by:Timeline
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:225Used by:Timeline
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:227Used by:Timeline
Symbol 229 GraphicUsed by:232  Timeline
Symbol 230 ButtonUses:61 9Used by:232  Timeline
Symbol 231 TextUses:184Used by:232  Timeline
Symbol 232 MovieClipUses:229 230 231Used by:Timeline
Symbol 233 ButtonUses:61 9Used by:Timeline
Symbol 234 ButtonUses:61 9Used by:Timeline
Symbol 235 GraphicUsed by:242
Symbol 236 GraphicUsed by:242
Symbol 237 GraphicUsed by:242
Symbol 238 GraphicUsed by:242
Symbol 239 GraphicUsed by:242
Symbol 240 GraphicUsed by:242
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:235 236 237 238 239 240 241Used by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 ShapeTweeningUsed by:Timeline
Symbol 245 ShapeTweeningUsed by:Timeline
Symbol 246 GraphicUsed by:Timeline
Symbol 247 GraphicUsed by:Timeline
Symbol 248 GraphicUsed by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 BitmapUsed by:251
Symbol 251 GraphicUses:250Used by:252
Symbol 252 MovieClipUses:251Used by:Timeline
Symbol 253 GraphicUsed by:254
Symbol 254 MovieClipUses:253Used by:Timeline
Symbol 255 GraphicUsed by:261 276
Symbol 256 ButtonUses:61 9Used by:261
Symbol 257 ButtonUses:61 9Used by:261
Symbol 258 GraphicUsed by:261
Symbol 259 GraphicUsed by:261
Symbol 260 GraphicUsed by:261
Symbol 261 MovieClipUses:255 256 142 257 258 155 259 260Used by:Timeline
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:262Used by:Timeline
Symbol 264 SoundUsed by:266
Symbol 265 SoundUsed by:266 272
Symbol 266 MovieClipUses:158 160 264 265Used by:Timeline
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:267Used by:Timeline
Symbol 269 SoundUsed by:272
Symbol 270 FontUsed by:271 274 275 277
Symbol 271 TextUses:270Used by:272
Symbol 272 MovieClipUses:123 167 269 265 271Used by:Timeline
Symbol 273 GraphicUsed by:Timeline
Symbol 274 EditableTextUses:270Used by:Timeline
Symbol 275 EditableTextUses:270Used by:276
Symbol 276 MovieClipUses:255 275Used by:Timeline
Symbol 277 TextUses:270Used by:Timeline
Symbol 278 SoundUsed by:282
Symbol 279 SoundUsed by:282
Symbol 280 SoundUsed by:282
Symbol 281 SoundUsed by:282
Symbol 282 MovieClipUses:278 279 280 281Used by:Timeline
Symbol 283 ButtonUses:61 9Used by:Timeline
Symbol 284 ButtonUses:61 9Used by:Timeline
Symbol 285 GraphicUsed by:Timeline

Instance Names

"progressmeter"Frame 124Symbol 18 MovieClip
"menu"Frame 128Symbol 60 MovieClip
"menu"Frame 132Symbol 60 MovieClip
"menu_2"Frame 174Symbol 124 MovieClip
"cloak"Frame 175Symbol 136 MovieClip
"ship"Frame 175Symbol 147 MovieClip
"ship_fire"Frame 175Symbol 157 MovieClip
"sounds"Frame 175Symbol 163 MovieClip
"a_f_1"Frame 175Symbol 165 MovieClip
"array"Frame 175Symbol 175 MovieClip
"faller"Frame 175Symbol 180 MovieClip
"ufo"Frame 175Symbol 183 MovieClip
"mission"Frame 175Symbol 191 MovieClip
"mine"Frame 175Symbol 206 MovieClip
"laser"Frame 175Symbol 208 MovieClip
"time"Frame 175Symbol 209 MovieClip
"shield"Frame 175Symbol 210 MovieClip
"1up"Frame 175Symbol 213 MovieClip
"nuke"Frame 175Symbol 216 MovieClip
"score"Frame 175Symbol 218 EditableText
"remain"Frame 175Symbol 220 MovieClip
"score"Frame 175Symbol 222 EditableText
"wall_left"Frame 176Symbol 224 MovieClip
"wall_right"Frame 176Symbol 226 MovieClip
"wall_bottom"Frame 176Symbol 228 MovieClip
"game_over"Frame 176Symbol 232 MovieClip
"backdrop"Frame 214Symbol 252 MovieClip
"ship"Frame 214Symbol 261 MovieClip
"ship_fire"Frame 214Symbol 263 MovieClip
"sounds"Frame 214Symbol 266 MovieClip
"a_f_1"Frame 214Symbol 268 MovieClip
"array"Frame 214Symbol 175 MovieClip
"ufo"Frame 214Symbol 272 MovieClip
"score"Frame 214Symbol 274 EditableText
"remain"Frame 214Symbol 276 MovieClip
"overlay"Frame 214Symbol 254 MovieClip
"wall_left"Frame 215Symbol 224 MovieClip
"wall_right"Frame 215Symbol 226 MovieClip
"wall_bottom"Frame 215Symbol 228 MovieClip
"advance"Frame 215Symbol 282 MovieClip
"game_over"Frame 215Symbol 232 MovieClip
"alien"Symbol 42 MovieClip Frame 1Symbol 23 MovieClip
"alien"Symbol 68 MovieClip Frame 1Symbol 67 MovieClip
"alien"Symbol 74 MovieClip Frame 1Symbol 73 MovieClip
"alien"Symbol 75 MovieClip Frame 1Symbol 71 MovieClip
"alien"Symbol 80 MovieClip Frame 1Symbol 79 MovieClip
"alien"Symbol 91 MovieClip Frame 1Symbol 90 MovieClip
"ship_hotspot"Symbol 147 MovieClip Frame 1Symbol 142 MovieClip
"alien"Symbol 168 MovieClip Frame 1Symbol 51 MovieClip
"alien"Symbol 169 MovieClip Frame 1Symbol 56 MovieClip
"alien"Symbol 170 MovieClip Frame 1Symbol 59 MovieClip
"alien"Symbol 172 MovieClip Frame 1Symbol 171 MovieClip
"sets"Symbol 175 MovieClip Frame 1Symbol 173 MovieClip
"ship_hotspot"Symbol 261 MovieClip Frame 1Symbol 142 MovieClip
"score"Symbol 276 MovieClip Frame 1Symbol 275 EditableText

Labels

"ending"Frame 127
"cab_sel"Frame 132
"timer"Frame 176
"adv_up"Frame 178
"pause"Frame 179
"next_stage"Frame 184
"nuke"Frame 189
"timer"Frame 215
"adv_up"Frame 217
"pause"Frame 218
"next_stage"Frame 223
"nuke"Frame 228
"explode"Symbol 42 MovieClip Frame 3
"last"Symbol 42 MovieClip Frame 64
"explode"Symbol 68 MovieClip Frame 29
"last"Symbol 68 MovieClip Frame 40
"explode"Symbol 74 MovieClip Frame 3
"last"Symbol 74 MovieClip Frame 64
"explode"Symbol 75 MovieClip Frame 3
"explode"Symbol 80 MovieClip Frame 3
"last"Symbol 80 MovieClip Frame 64
"explode"Symbol 91 MovieClip Frame 3
"last"Symbol 91 MovieClip Frame 64
"ship_start"Symbol 147 MovieClip Frame 2
"shield"Symbol 147 MovieClip Frame 4
"explode"Symbol 147 MovieClip Frame 199
"nuke"Symbol 157 MovieClip Frame 35
"shot2"Symbol 163 MovieClip Frame 5
"ufo"Symbol 163 MovieClip Frame 11
"stop_ufo"Symbol 163 MovieClip Frame 20
"explode"Symbol 168 MovieClip Frame 3
"last"Symbol 168 MovieClip Frame 15
"explode"Symbol 169 MovieClip Frame 3
"last"Symbol 169 MovieClip Frame 16
"explode"Symbol 170 MovieClip Frame 3
"last"Symbol 170 MovieClip Frame 15
"explode"Symbol 172 MovieClip Frame 3
"last"Symbol 172 MovieClip Frame 15
"cheater"Symbol 175 MovieClip Frame 10
"starter"Symbol 180 MovieClip Frame 8
"explode"Symbol 180 MovieClip Frame 12
"explode"Symbol 183 MovieClip Frame 4
"starter"Symbol 206 MovieClip Frame 9
"fade"Symbol 206 MovieClip Frame 12
"end"Symbol 206 MovieClip Frame 148
"explode"Symbol 206 MovieClip Frame 153
"get"Symbol 208 MovieClip Frame 120
"get"Symbol 209 MovieClip Frame 120
"get"Symbol 210 MovieClip Frame 120
"get"Symbol 213 MovieClip Frame 120
"get"Symbol 216 MovieClip Frame 120
"ship_start"Symbol 261 MovieClip Frame 2
"explode"Symbol 261 MovieClip Frame 4
"shot2"Symbol 266 MovieClip Frame 5
"ufo"Symbol 266 MovieClip Frame 11
"explode"Symbol 272 MovieClip Frame 4

Dynamic Text Variables

/:missionSymbol 186 EditableText"888"
/:missionSymbol 189 EditableText"888"
scoreSymbol 218 EditableText"SCORE"
missionSymbol 222 EditableText"lev"
scoreSymbol 274 EditableText"SCORE"
/:livesSymbol 275 EditableText"SCORE"




http://swfchan.com/7/34004/info.shtml
Created: 17/5 -2019 03:08:22 Last modified: 17/5 -2019 03:08:22 Server time: 12/05 -2024 17:25:38