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

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

Invaders 2002.swf

This is the info page for
Flash #48137

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


Text
ROBOTUBE
GAMES

WE MAKE GAMES FOR FUN!

100 percent

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...

please click a selection

Standard Invader

Expander Invader

Splitter Invader

Kamikaze Invader

Landmine Invader

UFO Mystery

Halfsize Invader

One Shot Laser

Time Freeze

Temporary Shield

sounds

mission

888

ready!

mission

888

ready!

SCORE

SCORE

MISSION

lev

press enter

300

SCORE

ActionScript [AS1/AS2]

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

Library Items

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

Instance Names

"menu"Frame 128Symbol 59 MovieClip
"cloak"Frame 133Symbol 131 MovieClip
"ship"Frame 133Symbol 140 MovieClip
"ship_fire"Frame 133Symbol 147 MovieClip
"sounds"Frame 133Symbol 153 MovieClip
"a_f_1"Frame 133Symbol 155 MovieClip
"array"Frame 133Symbol 162 MovieClip
"faller"Frame 133Symbol 167 MovieClip
"ufo"Frame 133Symbol 171 MovieClip
"mission"Frame 133Symbol 178 MovieClip
"mine"Frame 133Symbol 193 MovieClip
"laser"Frame 133Symbol 195 MovieClip
"time"Frame 133Symbol 196 MovieClip
"shield"Frame 133Symbol 197 MovieClip
"score"Frame 133Symbol 199 EditableText
"remain"Frame 133Symbol 201 MovieClip
"score"Frame 133Symbol 203 EditableText
"wall_left"Frame 134Symbol 205 MovieClip
"wall_right"Frame 134Symbol 207 MovieClip
"wall_bottom"Frame 134Symbol 209 MovieClip
"game_over"Frame 134Symbol 214 MovieClip
"ship"Frame 172Symbol 239 MovieClip
"ship_fire"Frame 172Symbol 241 MovieClip
"sounds"Frame 172Symbol 244 MovieClip
"a_f_1"Frame 172Symbol 246 MovieClip
"array"Frame 172Symbol 162 MovieClip
"ufo"Frame 172Symbol 251 MovieClip
"score"Frame 172Symbol 253 EditableText
"remain"Frame 172Symbol 254 MovieClip
"wall_left"Frame 173Symbol 205 MovieClip
"wall_right"Frame 173Symbol 207 MovieClip
"wall_bottom"Frame 173Symbol 209 MovieClip
"advance"Frame 173Symbol 259 MovieClip
"game_over"Frame 173Symbol 214 MovieClip
"alien"Symbol 40 MovieClip Frame 1Symbol 21 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 140 MovieClip Frame 1Symbol 136 MovieClip
"alien"Symbol 158 MovieClip Frame 1Symbol 50 MovieClip
"alien"Symbol 159 MovieClip Frame 1Symbol 55 MovieClip
"alien"Symbol 160 MovieClip Frame 1Symbol 58 MovieClip
"sets"Symbol 162 MovieClip Frame 1Symbol 161 MovieClip
"ship_hotspot"Symbol 239 MovieClip Frame 1Symbol 136 MovieClip

Labels

"ending"Frame 127
"timer"Frame 134
"adv_up"Frame 136
"pause"Frame 137
"next_stage"Frame 142
"nuke"Frame 147
"timer"Frame 173
"adv_up"Frame 175
"pause"Frame 176
"next_stage"Frame 181
"nuke"Frame 186
"explode"Symbol 40 MovieClip Frame 3
"last"Symbol 40 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 140 MovieClip Frame 2
"shield"Symbol 140 MovieClip Frame 4
"explode"Symbol 140 MovieClip Frame 199
"shot2"Symbol 153 MovieClip Frame 5
"ufo"Symbol 153 MovieClip Frame 11
"stop_ufo"Symbol 153 MovieClip Frame 20
"explode"Symbol 158 MovieClip Frame 3
"last"Symbol 158 MovieClip Frame 15
"explode"Symbol 159 MovieClip Frame 3
"last"Symbol 159 MovieClip Frame 16
"explode"Symbol 160 MovieClip Frame 3
"last"Symbol 160 MovieClip Frame 15
"starter"Symbol 167 MovieClip Frame 8
"explode"Symbol 167 MovieClip Frame 12
"explode"Symbol 171 MovieClip Frame 4
"starter"Symbol 193 MovieClip Frame 9
"fade"Symbol 193 MovieClip Frame 12
"end"Symbol 193 MovieClip Frame 148
"explode"Symbol 193 MovieClip Frame 153
"get"Symbol 195 MovieClip Frame 120
"get"Symbol 196 MovieClip Frame 120
"get"Symbol 197 MovieClip Frame 120
"ship_start"Symbol 239 MovieClip Frame 2
"explode"Symbol 239 MovieClip Frame 4
"shot2"Symbol 244 MovieClip Frame 5
"ufo"Symbol 244 MovieClip Frame 11
"explode"Symbol 251 MovieClip Frame 4

Dynamic Text Variables

percentageSymbol 15 EditableText"100 percent"
/:missionSymbol 173 EditableText"888"
/:missionSymbol 176 EditableText"888"
scoreSymbol 199 EditableText"SCORE"
missionSymbol 203 EditableText"lev"
scoreSymbol 253 EditableText"SCORE"




http://swfchan.com/10/48137/info.shtml
Created: 30/4 -2019 12:40:25 Last modified: 30/4 -2019 12:40:25 Server time: 18/05 -2024 01:57:21