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

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

Drakojan Skies Mission 1.swf

This is the info page for
Flash #29022

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


Text
.com

.com

Extras

The Game

Credits:
All visuals, Game Design, Programming, Characters, Story,
Concepts, etc by M. Wemhoff aka OmegaDragon3000
Additional programming found at www.actionscript.org
Music by:
"Harry Gregson-Williams" - Kingdom of Heaven
"Windir" - 1184
"Edguy"
Sounds from various games (doom3, ut2k4) + free sound sites

Special Thanks
-Sheezyart; -Newgrounds; -RPG Maker Pavilion;
-The Adregalus Forums; -[DV]Suicicide Commando; -BKGD;
-Sabrina; -Karl Heinz (our revolutionary comrade =P);
Chris for the long debates on realism VS fantasy.
And last but not least: THOT
Voice Talent:
MetaFinal49; Allingar; LostSpartan and everyone else! =P
Find any cheats yet . . ? ;)

Pilot: Ivone
We're nearing the shores. There're some heavy air assault
crafts heading our way..

Pilot: Rick
Alright. Everyone follow me closely. We're going down.

Pilot: Gabe
Below the clouds?! No way!
The battle is way too heavy down there!!

Pilot: Rick
It beats flying against assault ships..
We should be ok...

Pilot: Ivone
Oh well.. Lead the way.

Pilot: Dillon
Remember, we’re doing this for the Nachenyu dragons.

Single MG

Weapon Status

Level 1

Dual MG

Level 2

Beat Laser

Level 3

Twin  Laser

Level 4

Pulse Laser

Level 5

Tripple Bolts

Level 6

Rockets

Level 7

Combo

Level 8

Wave

Level 9

Ultra

x 5

x 4

x 3

x 2

x 1

x 0

x

Hull Integrity

ENTER

Nachenyu Drakojan
A gift from us...

Nachenyu Drakojan
May the gods look upon you, young ones!
Now we can help you even more.

Gabe
We're here. Everyone report status.

Ivone
All is ok here.

Dillon
I took some hits, but I'm fine.

John
My ship took a beating. Switching to
hover-mode to save energy.

Rick
Everyone split up and head towards that radar dish.
Take it out before they send that signal. Ready?

ActionScript [AS1/AS2]

Frame 1
total_bytes = _root.getBytesTotal(); loaded_bytes = _root.getBytesLoaded(); remaining_bytes = total_bytes - loaded_bytes; percent_done = int((loaded_bytes / total_bytes) * 100); bar.gotoAndStop(percent_done); ifFrameLoaded ((remaining_bytes = total_bytes - loaded_bytes)) { gotoAndPlay (3); }
Frame 2
gotoAndPlay (1);
Frame 431
Frame 652
stop();
Frame 2640
numEnemy = 10; numdropship = 5;
Instance of Symbol 254 MovieClip "thrust" in Frame 2640
onClipEvent (enterFrame) { this._x = _root.spaceship._x + 0; this._y = _root.spaceship._y + 10; if (_root.spaceship._currentframe > 140) { nextFrame(); } }
Instance of Symbol 310 MovieClip "laser" in Frame 2640
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 32; this._y = _root.spaceship._y + 12; stop(); } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (this._x > 600) { _root.spaceship.laserCounter--; this.removeMovieClip(); } } }
Instance of Symbol 335 MovieClip "player_dam" in Frame 2640
onClipEvent (load) { this._x = _root.spaceship._x + 0; this._y = _root.spaceship._y + 0; } onClipEvent (enterFrame) { this._x = _root.spaceship._x; this._y = _root.spaceship._y; if (_root.spaceship._currentframe == 2) { nextFrame(); stop(); } if (_root.spaceship._currentframe == 26) { nextFrame(); stop(); } if (_root.spaceship._currentframe == 51) { nextFrame(); stop(); } if (_root.spaceship._currentframe == 76) { nextFrame(); stop(); } if (_root.spaceship._currentframe == 101) { nextFrame(); stop(); } if (_root.spaceship._currentframe == 127) { nextFrame(); stop(); } if (_root.spaceship._currentframe == 146) { nextFrame(); stop(); } }
Instance of Symbol 339 MovieClip "pw_water" in Frame 2640
onClipEvent (load) { stop(); _root.pw1.gotoAndStop(1); } onClipEvent (enterFrame) { this._x = _root.spaceship._x - 30; this._y = _root.sbar._y + 0; if (_root.spaceship._currentframe < 180) { if (_root.sbar.hitTest(_root.spaceship)) { _root.pw1.gotoAndStop(2); } else { _root.pw1.gotoAndStop(3); } } }
Instance of Symbol 347 MovieClip "pw1" in Frame 2640
onClipEvent (load) { stop(); _root.pw1.gotoAndStop(1); } onClipEvent (enterFrame) { this._x = _root.spaceship._x - 30; this._y = _root.sbar._y + 0; if (_root.spaceship._currentframe < 180) { if (_root.sbar.hitTest(_root.spaceship)) { _root.pw1.gotoAndStop(2); } else { _root.pw1.gotoAndStop(3); } } }
Instance of Symbol 417 MovieClip in Frame 2640
on (release) { toggleHighQuality(); }
Instance of Symbol 419 MovieClip in Frame 2640
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Instance of Symbol 431 MovieClip "mis0" in Frame 2659
onClipEvent (load) { stop(); this._x = _root.spaceship._x + 5; this._y = _root.spaceship._y + 20; } onClipEvent (enterFrame) { if (Key.isDown(88)) { if (_root.misscounter._currentframe < 6) { if (_root.mis0._currentframe < 2) { if (_root.spaceship._currentframe < 130) { if (_root.mis0._currentframe == 1) { _root.misscounter.nextFrame(); } this._x = _root.spaceship._x + 5; this._y = _root.spaceship._y + 20; _root.mis0.nextFrame(); play(); } } } } if (Key.isDown(88)) { if (_root.misscounter._currentframe > 9) { if (_root.mis0._currentframe < 2) { if (_root.spaceship._currentframe < 130) { if (_root.mis0._currentframe == 1) { this._x = _root.spaceship._x + 5; } this._y = _root.spaceship._y + 20; _root.mis0.nextFrame(); play(); } } } } if (_root.mis0._currentframe == 73) { _root.mis0.gotoAndStop(1); } }
Instance of Symbol 499 MovieClip "spaceship" in Frame 2669
onClipEvent (load) { moveSpeed = 6; _root.laser._visible = false; _root.enemylaser._visible = false; laserCounter = 0; scrollx = _root.mainGround.ground._width / 1; scrollStart = false; maxLasers = 5; depthCounter = 0; var reloadtime = 5; fired = 0; Redge = 600 - (_width / 2); Ledge = 50 - (_width / 2); Uedge = 285 - (_height / 2); Dedge = -60 + (_height / 2); sy = _y; ang = 0; } onClipEvent (enterFrame) { if (_root.spaceship._currentframe < 130) { if (Key.isDown(67) and (laserCounter <= maxLasers)) { reload++; if (reload > reloadtime) { fired = 0; reload = 0; } if (fired == 0) { fired = 1; laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (depthCounter > maxLasers) { depthCounter = 0; } } } } _y = (sy + (2 * Math.cos((ang = ang + 0.092)))); if (_root.spaceship._currentframe < 140) { if (Key.isDown(39) and (_x < Redge)) { this._x = this._x + (moveSpeed + 1); } if (Key.isDown(37) and (_x > Ledge)) { this._x = this._x - (moveSpeed + 1); } if (Key.isDown(40) and (_y < (Uedge - 50))) { this._y = this._y + moveSpeed; sy = sy + moveSpeed; } if (Key.isDown(38) and (_y > (Dedge + 50))) { this._y = this._y - moveSpeed; sy = sy - moveSpeed; } } if (_root.powerbar._currentframe == 2) { var reloadtime = 4; maxLasers = 3; } if (_root.powerbar._currentframe == 3) { var reloadtime = 5; maxLasers = 3; } if (_root.powerbar._currentframe == 4) { var reloadtime = 4; maxLasers = 5; } if (_root.powerbar._currentframe == 5) { var reloadtime = 5; maxLasers = 3; } if (_root.powerbar._currentframe == 6) { var reloadtime = 5; maxLasers = 5; } if (_root.powerbar._currentframe == 7) { var reloadtime = 6; maxLasers = 3; } if (_root.powerbar._currentframe == 8) { var reloadtime = 6; maxLasers = 4; } if (_root.powerbar._currentframe == 9) { var reloadtime = 7; maxLasers = 3; } if (_root.powerbar._currentframe == 10) { var reloadtime = 7; maxLasers = 4; } }
Frame 2676
Instance of Symbol 517 MovieClip "we5" in Frame 2786
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy5._currentframe == 2) { this._x = _root.enemy5._x + 30; this._y = _root.enemy5._y + 20; _root.we5.nextFrame(); stop(); } }
Instance of Symbol 517 MovieClip "we6" in Frame 2786
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy6._currentframe == 2) { this._x = _root.enemy6._x + 30; this._y = _root.enemy6._y + 20; _root.we6.nextFrame(); stop(); } }
Instance of Symbol 517 MovieClip "we4" in Frame 2786
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy4._currentframe == 2) { this._x = _root.enemy4._x + 30; this._y = _root.enemy4._y + 20; _root.we4.nextFrame(); stop(); } }
Instance of Symbol 517 MovieClip "we2" in Frame 2786
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 2) { this._x = _root.enemy2._x + 30; this._y = _root.enemy2._y + 20; _root.we2.nextFrame(); stop(); } }
Instance of Symbol 520 MovieClip "enemy6" in Frame 2795
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 520 MovieClip "enemy4" in Frame 2814
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 520 MovieClip "enemy5" in Frame 2830
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 520 MovieClip "enemy2" in Frame 2848
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 536 MovieClip "we1" in Frame 2915
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x + 30; this._y = _root.enemy1._y + 20; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 536 MovieClip "we2" in Frame 2915
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x + 30; this._y = _root.enemy2._y + 20; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 536 MovieClip "we3" in Frame 2915
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x + 30; this._y = _root.enemy3._y + 20; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 539 MovieClip "enemy1" in Frame 2916
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 539 MovieClip "enemy2" in Frame 2941
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 539 MovieClip "enemy3" in Frame 2968
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 555 MovieClip "ds1" in Frame 3017
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship1._currentframe < 16) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; stop(); } if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe > 16) { _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 561 MovieClip "ball" in Frame 3047
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship1._currentframe < 15) { nextFrame(); } }
Instance of Symbol 561 MovieClip "ball" in Frame 3062
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship1._currentframe < 15) { nextFrame(); } }
Instance of Symbol 561 MovieClip "ball" in Frame 3078
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship1._currentframe < 15) { nextFrame(); } }
Instance of Symbol 561 MovieClip "ball" in Frame 3112
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship1._currentframe < 15) { nextFrame(); } }
Instance of Symbol 561 MovieClip "ball" in Frame 3112
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship1._currentframe < 15) { nextFrame(); } }
Instance of Symbol 578 MovieClip "powerup3" in Frame 3129
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 561 MovieClip "ball" in Frame 3130
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship1._currentframe < 15) { nextFrame(); } }
Instance of Symbol 520 MovieClip "enemy6" in Frame 3165
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 517 MovieClip "we5" in Frame 3165
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy5._currentframe == 2) { this._x = _root.enemy5._x + 30; this._y = _root.enemy5._y + 20; _root.we5.nextFrame(); stop(); } }
Instance of Symbol 517 MovieClip "we6" in Frame 3165
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy6._currentframe == 2) { this._x = _root.enemy6._x + 30; this._y = _root.enemy6._y + 20; _root.we6.nextFrame(); stop(); } }
Instance of Symbol 517 MovieClip "we4" in Frame 3165
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy4._currentframe == 2) { this._x = _root.enemy4._x + 30; this._y = _root.enemy4._y + 20; _root.we4.nextFrame(); stop(); } }
Instance of Symbol 517 MovieClip "we2" in Frame 3165
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 2) { this._x = _root.enemy2._x + 30; this._y = _root.enemy2._y + 20; _root.we2.nextFrame(); stop(); } }
Instance of Symbol 517 MovieClip "we3" in Frame 3165
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 2) { this._x = _root.enemy3._x + 30; this._y = _root.enemy3._y + 20; _root.we3.nextFrame(); stop(); } }
Instance of Symbol 517 MovieClip "we1" in Frame 3165
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 2) { this._x = _root.enemy1._x + 30; this._y = _root.enemy1._y + 20; _root.we1.nextFrame(); stop(); } }
Instance of Symbol 520 MovieClip "enemy1" in Frame 3176
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 520 MovieClip "enemy2" in Frame 3186
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 520 MovieClip "enemy3" in Frame 3197
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 520 MovieClip "enemy4" in Frame 3207
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 520 MovieClip "enemy5" in Frame 3216
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 536 MovieClip "we7" in Frame 3249
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy7._currentframe == 1) { this._x = _root.enemy7._x + 30; this._y = _root.enemy7._y + 20; stop(); } if (_root.enemy7._currentframe > 1) { _root.we7.nextFrame(); stop(); } }
Instance of Symbol 536 MovieClip "we8" in Frame 3249
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy8._currentframe == 1) { this._x = _root.enemy8._x + 30; this._y = _root.enemy8._y + 20; stop(); } if (_root.enemy8._currentframe > 1) { _root.we8.nextFrame(); stop(); } }
Instance of Symbol 536 MovieClip "we9" in Frame 3249
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy9._currentframe == 1) { this._x = _root.enemy9._x + 30; this._y = _root.enemy9._y + 20; stop(); } if (_root.enemy9._currentframe > 1) { _root.we9.nextFrame(); stop(); } }
Instance of Symbol 539 MovieClip "enemy7" in Frame 3250
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 539 MovieClip "enemy8" in Frame 3271
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 539 MovieClip "enemy9" in Frame 3289
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 594 MovieClip "dropship2" in Frame 3401
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 596 MovieClip "ds1" in Frame 3407
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship1._currentframe < 4) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; stop(); } if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe > 4) { _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 596 MovieClip "ds2" in Frame 3407
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship2._currentframe < 4) { this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; stop(); } if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe > 4) { _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 596 MovieClip "ds3" in Frame 3407
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship3._currentframe < 4) { this._x = _root.dropship3._x + 0; this._y = _root.dropship3._y + 0; stop(); } if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe > 4) { _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 594 MovieClip "dropship3" in Frame 3408
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 594 MovieClip "dropship1" in Frame 3408
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 602 MovieClip in Frame 3456
onClipEvent (enterFrame) { if (_root.dropship1._currentframe < 3) { nextFrame(); } }
Instance of Symbol 602 MovieClip in Frame 3467
onClipEvent (enterFrame) { if (_root.dropship2._currentframe < 3) { nextFrame(); } }
Instance of Symbol 602 MovieClip in Frame 3477
onClipEvent (enterFrame) { if (_root.dropship3._currentframe < 3) { nextFrame(); } }
Instance of Symbol 578 MovieClip "powerup3" in Frame 3530
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 594 MovieClip "dropship1" in Frame 3557
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 651 MovieClip "tg1" in Frame 3700
onClipEvent (enterFrame) { rot = Math.atan2(_root.spaceship._y - this._y, _root.spaceship._x - this._x); rotNum = (rot * 360) / (Math.PI*2); if (rotNum < 0) { this._rotation = rotNum; } this._x = _root.dropship1._x + 5; this._y = _root.dropship1._y - 5; if (_root.dropship1._currentframe == 7) { _root.tg1.nextFrame(); stop(); } }
Instance of Symbol 653 MovieClip "dropship1" in Frame 3700
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 666 MovieClip "ds1" in Frame 3700
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe == 7) { _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 651 MovieClip "tg2" in Frame 3707
onClipEvent (enterFrame) { rot = Math.atan2(_root.spaceship._y - this._y, _root.spaceship._x - this._x); rotNum = (rot * 360) / (Math.PI*2); if (rotNum < 0) { this._rotation = rotNum; } this._x = _root.dropship2._x + 5; this._y = _root.dropship2._y - 5; if (_root.dropship2._currentframe == 7) { _root.tg2.nextFrame(); stop(); } }
Instance of Symbol 653 MovieClip "dropship2" in Frame 3707
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 666 MovieClip "ds2" in Frame 3707
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe == 7) { _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 668 MovieClip in Frame 3708
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship1._currentframe < 6) { nextFrame(); } }
Instance of Symbol 668 MovieClip in Frame 3726
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship1._currentframe < 6) { nextFrame(); } }
Instance of Symbol 668 MovieClip in Frame 3739
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship1._currentframe < 6) { nextFrame(); } }
Instance of Symbol 668 MovieClip in Frame 3748
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship2._currentframe < 6) { nextFrame(); } }
Instance of Symbol 670 MovieClip "we1" in Frame 3758
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x; this._y = _root.enemy1._y; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 670 MovieClip "we2" in Frame 3758
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x; this._y = _root.enemy2._y; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 670 MovieClip "we3" in Frame 3758
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x; this._y = _root.enemy3._y; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 670 MovieClip "we4" in Frame 3758
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy4._currentframe == 1) { this._x = _root.enemy4._x; this._y = _root.enemy4._y; stop(); } if (_root.enemy4._currentframe > 1) { _root.we4.nextFrame(); stop(); } }
Instance of Symbol 668 MovieClip in Frame 3777
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship2._currentframe < 6) { nextFrame(); } }
Instance of Symbol 671 MovieClip "enemy1" in Frame 3787
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy2" in Frame 3806
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 668 MovieClip in Frame 3815
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship2._currentframe < 6) { nextFrame(); } }
Instance of Symbol 673 MovieClip in Frame 3819
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 671 MovieClip "enemy3" in Frame 3821
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy4" in Frame 3830
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 673 MovieClip in Frame 3832
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 673 MovieClip in Frame 3847
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy3._currentframe == 1) { nextFrame(); } }
Instance of Symbol 673 MovieClip in Frame 3860
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy4._currentframe == 1) { nextFrame(); } }
Instance of Symbol 653 MovieClip "dropship1" in Frame 3861
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 651 MovieClip "tg3" in Frame 3868
onClipEvent (enterFrame) { rot = Math.atan2(_root.spaceship._y - this._y, _root.spaceship._x - this._x); rotNum = (rot * 360) / (Math.PI*2); if (rotNum < 0) { this._rotation = rotNum; } this._x = _root.dropship3._x + 5; this._y = _root.dropship3._y - 5; if (_root.dropship3._currentframe == 7) { _root.tg3.nextFrame(); stop(); } }
Instance of Symbol 653 MovieClip "dropship3" in Frame 3868
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 666 MovieClip "ds3" in Frame 3868
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { this._x = _root.dropship3._x + 0; this._y = _root.dropship3._y + 0; if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe == 7) { _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 539 MovieClip "enemy5" in Frame 3888
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 676 MovieClip "we7" in Frame 3889
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy7._currentframe == 1) { this._x = _root.enemy7._x + 30; this._y = _root.enemy7._y + 20; stop(); } if (_root.enemy7._currentframe > 1) { _root.we7.nextFrame(); stop(); } }
Instance of Symbol 676 MovieClip "we6" in Frame 3889
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy6._currentframe == 1) { this._x = _root.enemy6._x + 30; this._y = _root.enemy6._y + 20; stop(); } if (_root.enemy6._currentframe > 1) { _root.we6.nextFrame(); stop(); } }
Instance of Symbol 676 MovieClip "we5" in Frame 3889
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy5._currentframe == 1) { this._x = _root.enemy5._x + 30; this._y = _root.enemy5._y + 20; stop(); } if (_root.enemy5._currentframe > 1) { _root.we5.nextFrame(); stop(); } }
Instance of Symbol 539 MovieClip "enemy6" in Frame 3904
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 539 MovieClip "enemy7" in Frame 3916
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 678 MovieClip in Frame 3920
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy5._currentframe == 1) { nextFrame(); } }
Instance of Symbol 678 MovieClip in Frame 3935
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy6._currentframe == 1) { nextFrame(); } }
Instance of Symbol 678 MovieClip in Frame 3949
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy7._currentframe == 1) { nextFrame(); } }
Instance of Symbol 685 MovieClip "ds1" in Frame 3964
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship1._currentframe < 4) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; stop(); } if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe > 4) { _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 685 MovieClip "ds2" in Frame 3964
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship2._currentframe < 4) { this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; stop(); } if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe > 4) { _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 685 MovieClip "ds4" in Frame 3964
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship4._currentframe < 4) { this._x = _root.dropship4._x + 0; this._y = _root.dropship4._y + 0; stop(); } if (_root.ds4._currentframe < 2) { if (_root.dropship4._currentframe > 4) { _root.ds4.nextFrame(); stop(); } } }
Instance of Symbol 668 MovieClip in Frame 4002
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship1._currentframe < 4) { nextFrame(); } }
Instance of Symbol 668 MovieClip in Frame 4033
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship2._currentframe < 4) { nextFrame(); } }
Instance of Symbol 697 MovieClip "enemy1" in Frame 4040
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 701 MovieClip "we3" in Frame 4040
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x + 0; this._y = _root.enemy3._y + 0; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 701 MovieClip "we2" in Frame 4040
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x + 0; this._y = _root.enemy2._y + 0; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 701 MovieClip "we1" in Frame 4040
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x + 0; this._y = _root.enemy1._y + 0; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 668 MovieClip in Frame 4050
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.dropship4._currentframe < 4) { nextFrame(); } }
Instance of Symbol 697 MovieClip "enemy2" in Frame 4063
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 697 MovieClip "enemy3" in Frame 4088
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 578 MovieClip "powerup3" in Frame 4194
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 713 MovieClip "ds1" in Frame 4224
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship1._currentframe < 6) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; stop(); } if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe > 6) { _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 713 MovieClip "ds2" in Frame 4224
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship2._currentframe < 6) { this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; stop(); } if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe > 6) { _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 713 MovieClip "ds3" in Frame 4224
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship3._currentframe < 6) { this._x = _root.dropship3._x + 0; this._y = _root.dropship3._y + 0; stop(); } if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe > 6) { _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 713 MovieClip "ds4" in Frame 4224
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship4._currentframe < 6) { this._x = _root.dropship4._x + 0; this._y = _root.dropship4._y + 0; stop(); } if (_root.ds4._currentframe < 2) { if (_root.dropship4._currentframe > 6) { _root.ds4.nextFrame(); stop(); } } }
Instance of Symbol 713 MovieClip "ds5" in Frame 4224
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship5._currentframe < 6) { this._x = _root.dropship5._x + 0; this._y = _root.dropship5._y + 0; stop(); } if (_root.ds5._currentframe < 2) { if (_root.dropship5._currentframe > 6) { _root.ds5.nextFrame(); stop(); } } }
Instance of Symbol 717 MovieClip "dropship1" in Frame 4241
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 717 MovieClip "dropship2" in Frame 4264
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 717 MovieClip "dropship3" in Frame 4302
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 717 MovieClip "dropship4" in Frame 4344
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 717 MovieClip "dropship5" in Frame 4394
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 701 MovieClip "we3" in Frame 4496
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x + 0; this._y = _root.enemy3._y + 0; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 701 MovieClip "we2" in Frame 4496
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x + 0; this._y = _root.enemy2._y + 0; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 697 MovieClip "enemy3" in Frame 4497
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 697 MovieClip "enemy2" in Frame 4518
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 701 MovieClip "we1" in Frame 4913
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x + 0; this._y = _root.enemy1._y + 0; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 701 MovieClip "we2" in Frame 4913
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x + 0; this._y = _root.enemy2._y + 0; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 770 MovieClip "we3" in Frame 4913
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x; this._y = _root.enemy3._y; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 770 MovieClip "we4" in Frame 4913
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy4._currentframe == 1) { this._x = _root.enemy4._x; this._y = _root.enemy4._y; stop(); } if (_root.enemy4._currentframe > 1) { _root.we4.nextFrame(); stop(); } }
Instance of Symbol 697 MovieClip "enemy1" in Frame 4914
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy3" in Frame 4914
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 697 MovieClip "enemy2" in Frame 4944
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy4" in Frame 4944
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 673 MovieClip in Frame 5041
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy3._currentframe == 1) { nextFrame(); } }
Instance of Symbol 673 MovieClip in Frame 5074
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy4._currentframe == 1) { nextFrame(); } }
Instance of Symbol 578 MovieClip "powerup3" in Frame 5178
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 779 MovieClip "healthup" in Frame 5178
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(1); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(25); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(50); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(75); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(100); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(125); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } }
Instance of Symbol 339 MovieClip "pw1" in Frame 5286
onClipEvent (load) { stop(); _root.pw1.gotoAndStop(1); } onClipEvent (enterFrame) { this._x = _root.spaceship._x - 30; this._y = _root.sbar._y + 0; if (_root.spaceship._currentframe < 180) { if (_root.sbar.hitTest(_root.spaceship)) { _root.pw1.gotoAndStop(2); } else { _root.pw1.gotoAndStop(3); } } }
Instance of Symbol 785 MovieClip "image" in Frame 5286
onClipEvent (load) { stop(); this._x = _root.spaceship._x; this._y = _root.spaceship._y + 20; }
Instance of Symbol 792 MovieClip "we1" in Frame 5333
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x; this._y = _root.enemy1._y; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 792 MovieClip "we2" in Frame 5333
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x; this._y = _root.enemy2._y; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 792 MovieClip "we3" in Frame 5333
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x; this._y = _root.enemy3._y; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 792 MovieClip "we4" in Frame 5333
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy4._currentframe == 1) { this._x = _root.enemy4._x; this._y = _root.enemy4._y; stop(); } if (_root.enemy4._currentframe > 1) { _root.we4.nextFrame(); stop(); } }
Instance of Symbol 671 MovieClip "enemy1" in Frame 5334
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy2" in Frame 5362
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy4" in Frame 5369
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy3" in Frame 5376
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 798 MovieClip "we5" in Frame 5457
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy5._currentframe == 1) { this._x = _root.enemy5._x; this._y = _root.enemy5._y; stop(); } if (_root.enemy5._currentframe > 1) { _root.we5.nextFrame(); stop(); } }
Instance of Symbol 798 MovieClip "we6" in Frame 5457
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy6._currentframe == 1) { this._x = _root.enemy6._x; this._y = _root.enemy6._y; stop(); } if (_root.enemy6._currentframe > 1) { _root.we6.nextFrame(); stop(); } }
Instance of Symbol 792 MovieClip "we7" in Frame 5457
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy7._currentframe == 1) { this._x = _root.enemy7._x; this._y = _root.enemy7._y; stop(); } if (_root.enemy7._currentframe > 1) { _root.we7.nextFrame(); stop(); } }
Instance of Symbol 792 MovieClip "we8" in Frame 5457
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy8._currentframe == 1) { this._x = _root.enemy8._x; this._y = _root.enemy8._y; stop(); } if (_root.enemy8._currentframe > 1) { _root.we8.nextFrame(); stop(); } }
Instance of Symbol 671 MovieClip "enemy7" in Frame 5458
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy8" in Frame 5474
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 801 MovieClip in Frame 5505
onClipEvent (enterFrame) { if (_root.enemy7._currentframe == 1) { nextFrame(); } }
Instance of Symbol 804 MovieClip "ds5" in Frame 5514
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship5._currentframe < 6) { this._x = _root.dropship5._x + 0; this._y = _root.dropship5._y + 0; stop(); } if (_root.ds5._currentframe < 2) { if (_root.dropship5._currentframe > 6) { _root.ds5.nextFrame(); stop(); } } }
Instance of Symbol 717 MovieClip "dropship5" in Frame 5516
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 860 MovieClip "b1" in Frame 5854
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.boss._currentframe == 7) { this._x = _root.boss._x + 30; this._y = _root.boss._y + 20; _root.b1.nextFrame(); stop(); } }
Instance of Symbol 861 MovieClip "dropship1" in Frame 5855
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Instance of Symbol 673 MovieClip in Frame 5886
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 673 MovieClip in Frame 5893
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 673 MovieClip in Frame 5900
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 865 MovieClip in Frame 5934
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 865 MovieClip in Frame 5939
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 865 MovieClip in Frame 5943
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 865 MovieClip in Frame 5948
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 865 MovieClip in Frame 5954
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 865 MovieClip in Frame 5960
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 874 MovieClip in Frame 6209
onClipEvent (enterFrame) { if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Frame 6403
gotoAndPlay (5874);
Instance of Symbol 881 MovieClip "ds1" in Frame 6444
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe > 4) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 881 MovieClip "ds2" in Frame 6444
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe > 4) { this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 865 MovieClip in Frame 6471
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 801 MovieClip in Frame 6491
onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 578 MovieClip "powerup3" in Frame 6498
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 865 MovieClip in Frame 6504
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 801 MovieClip in Frame 6530
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 894 MovieClip "ds3" in Frame 6538
onClipEvent (load) { this._x = _root.boss._x + 0; this._y = _root.boss._y + 0; stop(); } onClipEvent (enterFrame) { this._x = _root.boss._x + 0; this._y = _root.boss._y + 0; if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe > 17) { _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 905 MovieClip "dropship3" in Frame 6539
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Instance of Symbol 912 MovieClip "we1" in Frame 6618
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x; this._y = _root.enemy1._y; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 912 MovieClip "we2" in Frame 6618
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x; this._y = _root.enemy2._y; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 912 MovieClip "we3" in Frame 6618
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x; this._y = _root.enemy3._y; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 914 MovieClip "enemy1" in Frame 6619
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Instance of Symbol 914 MovieClip "enemy2" in Frame 6624
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Instance of Symbol 914 MovieClip "enemy3" in Frame 6632
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Instance of Symbol 779 MovieClip "healthup" in Frame 6675
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(1); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(25); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(50); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(75); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(100); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(125); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } }
Instance of Symbol 930 MovieClip "ds1" in Frame 6765
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe > 4) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 930 MovieClip "ds2" in Frame 6765
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe > 4) { this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 923 MovieClip "dropship1" in Frame 6766
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Instance of Symbol 935 MovieClip in Frame 6786
onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 779 MovieClip "healthup" in Frame 6809
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(1); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(25); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(50); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(75); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(100); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(125); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } }
Instance of Symbol 935 MovieClip in Frame 6817
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 701 MovieClip "we1" in Frame 6820
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x + 0; this._y = _root.enemy1._y + 0; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 701 MovieClip "we2" in Frame 6820
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x + 0; this._y = _root.enemy2._y + 0; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 701 MovieClip "we3" in Frame 6820
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x + 0; this._y = _root.enemy3._y + 0; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 701 MovieClip "we4" in Frame 6820
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy4._currentframe == 1) { this._x = _root.enemy4._x + 0; this._y = _root.enemy4._y + 0; stop(); } if (_root.enemy4._currentframe > 1) { _root.we4.nextFrame(); stop(); } }
Instance of Symbol 697 MovieClip "enemy1" in Frame 6821
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 697 MovieClip "enemy2" in Frame 6837
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 938 MovieClip "ds4" in Frame 6841
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds4._currentframe < 2) { if (_root.dropship4._currentframe > 4) { this._x = _root.dropship4._x + 0; this._y = _root.dropship4._y + 0; _root.ds4.nextFrame(); stop(); } } }
Instance of Symbol 939 MovieClip in Frame 6843
onClipEvent (enterFrame) { if (_root.ds4._currentframe == 2) { nextFrame(); } }
Instance of Symbol 697 MovieClip "enemy3" in Frame 6856
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 697 MovieClip "enemy4" in Frame 6871
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 578 MovieClip "powerup3" in Frame 6897
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 792 MovieClip "we5" in Frame 6915
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy5._currentframe == 1) { this._x = _root.enemy5._x; this._y = _root.enemy5._y; stop(); } if (_root.enemy5._currentframe > 1) { _root.we5.nextFrame(); stop(); } }
Instance of Symbol 792 MovieClip "we6" in Frame 6915
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy6._currentframe == 1) { this._x = _root.enemy6._x; this._y = _root.enemy6._y; stop(); } if (_root.enemy6._currentframe > 1) { _root.we6.nextFrame(); stop(); } }
Instance of Symbol 792 MovieClip "we7" in Frame 6915
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy7._currentframe == 1) { this._x = _root.enemy7._x; this._y = _root.enemy7._y; stop(); } if (_root.enemy7._currentframe > 1) { _root.we7.nextFrame(); stop(); } }
Instance of Symbol 792 MovieClip "we8" in Frame 6915
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy8._currentframe == 1) { this._x = _root.enemy8._x; this._y = _root.enemy8._y; stop(); } if (_root.enemy8._currentframe > 1) { _root.we8.nextFrame(); stop(); } }
Instance of Symbol 671 MovieClip "enemy5" in Frame 6916
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy6" in Frame 6916
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy7" in Frame 6916
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 671 MovieClip "enemy8" in Frame 6916
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 561 MovieClip "ball" in Frame 6919
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds4._currentframe == 1) { nextFrame(); } }
Instance of Symbol 561 MovieClip "ball" in Frame 6930
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds4._currentframe == 1) { nextFrame(); } }
Instance of Symbol 561 MovieClip "ball" in Frame 6938
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds4._currentframe == 1) { nextFrame(); } }
Instance of Symbol 673 MovieClip in Frame 6955
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy5._currentframe == 1) { nextFrame(); } }
Instance of Symbol 673 MovieClip in Frame 6965
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy7._currentframe == 1) { nextFrame(); } }
Instance of Symbol 942 MovieClip "we1" in Frame 6985
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x; this._y = _root.enemy1._y; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 942 MovieClip "we2" in Frame 6985
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x; this._y = _root.enemy2._y; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 942 MovieClip "we3" in Frame 6985
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x; this._y = _root.enemy3._y; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 942 MovieClip "we4" in Frame 6985
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy4._currentframe == 1) { this._x = _root.enemy4._x; this._y = _root.enemy4._y; stop(); } if (_root.enemy4._currentframe > 1) { _root.we4.nextFrame(); stop(); } }
Instance of Symbol 943 MovieClip "enemy3" in Frame 6986
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 943 MovieClip "enemy1" in Frame 6986
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 943 MovieClip "enemy4" in Frame 7012
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 943 MovieClip "enemy2" in Frame 7012
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 578 MovieClip "powerup3" in Frame 7096
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 969 MovieClip "ds1" in Frame 7103
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe > 4) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 975 MovieClip in Frame 7109
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 975 MovieClip in Frame 7121
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 975 MovieClip in Frame 7132
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 975 MovieClip in Frame 7143
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 984 MovieClip "ds2" in Frame 7149
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe > 8) { this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 984 MovieClip "ds3" in Frame 7149
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe > 8) { this._x = _root.dropship3._x + 0; this._y = _root.dropship3._y + 0; _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 984 MovieClip "ds4" in Frame 7149
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds4._currentframe < 2) { if (_root.dropship4._currentframe > 8) { this._x = _root.dropship4._x + 0; this._y = _root.dropship4._y + 0; _root.ds4.nextFrame(); stop(); } } }
Instance of Symbol 985 MovieClip "dropship2" in Frame 7150
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 975 MovieClip in Frame 7159
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 985 MovieClip "dropship3" in Frame 7168
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 975 MovieClip in Frame 7170
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 985 MovieClip "dropship4" in Frame 7185
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 988 MovieClip in Frame 7192
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 990 MovieClip "we1" in Frame 7205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x; this._y = _root.enemy1._y; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 990 MovieClip "we2" in Frame 7205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x; this._y = _root.enemy2._y; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 990 MovieClip "we3" in Frame 7205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x; this._y = _root.enemy3._y; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 539 MovieClip "enemy1" in Frame 7206
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 991 MovieClip in Frame 7215
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.we1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 539 MovieClip "enemy2" in Frame 7223
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 991 MovieClip in Frame 7232
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.we2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 539 MovieClip "enemy3" in Frame 7241
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 991 MovieClip in Frame 7250
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.we3._currentframe == 1) { nextFrame(); } }
Instance of Symbol 1000 MovieClip "ds1" in Frame 7266
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe > 8) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 1003 MovieClip "dropship1" in Frame 7267
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 1007 MovieClip in Frame 7315
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 1007 MovieClip in Frame 7325
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 1007 MovieClip in Frame 7331
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 1007 MovieClip in Frame 7345
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 1010 MovieClip in Frame 7397
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 1010 MovieClip in Frame 7414
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 779 MovieClip "healthup" in Frame 7419
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(1); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(25); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(50); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(75); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(100); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(125); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } }
Instance of Symbol 1010 MovieClip in Frame 7431
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 1011 MovieClip in Frame 7432
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 578 MovieClip "powerup3" in Frame 7471
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 347 MovieClip "pw1" in Frame 7645
onClipEvent (load) { stop(); _root.pw1.gotoAndStop(1); } onClipEvent (enterFrame) { this._x = _root.spaceship._x - 30; this._y = _root.sbar._y + 0; if (_root.spaceship._currentframe < 180) { if (_root.sbar.hitTest(_root.spaceship)) { _root.pw1.gotoAndStop(2); } else { _root.pw1.gotoAndStop(3); } } }
Instance of Symbol 1044 MovieClip "ds1" in Frame 7824
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { this._x = _root.dropship1._x - 5; this._y = _root.dropship1._y + 0; if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe == 7) { _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 1044 MovieClip "ds2" in Frame 7824
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { this._x = _root.dropship2._x - 5; this._y = _root.dropship2._y + 0; if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe == 7) { _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 1047 MovieClip "dropship1" in Frame 7826
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 1049 MovieClip "tg1" in Frame 7826
onClipEvent (enterFrame) { rot = Math.atan2(_root.spaceship._y - this._y, _root.spaceship._x - this._x); rotNum = (rot * 360) / (Math.PI*2); if (rotNum < 0) { this._rotation = rotNum; } this._x = _root.dropship1._x + 5; this._y = _root.dropship1._y - 10; if (_root.dropship1._currentframe == 7) { _root.tg1.nextFrame(); stop(); } }
Instance of Symbol 1047 MovieClip "dropship2" in Frame 7826
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 1049 MovieClip "tg2" in Frame 7826
onClipEvent (enterFrame) { rot = Math.atan2(_root.spaceship._y - this._y, _root.spaceship._x - this._x); rotNum = (rot * 360) / (Math.PI*2); if (rotNum < 0) { this._rotation = rotNum; } this._x = _root.dropship2._x + 5; this._y = _root.dropship2._y - 10; if (_root.dropship2._currentframe == 7) { _root.tg2.nextFrame(); stop(); } }
Instance of Symbol 1054 MovieClip "ds3" in Frame 7893
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { this._x = _root.dropship3._x + 0; this._y = _root.dropship3._y + 0; if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe == 8) { _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 1054 MovieClip "ds4" in Frame 7897
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { this._x = _root.dropship4._x + 0; this._y = _root.dropship4._y + 0; if (_root.ds4._currentframe < 2) { if (_root.dropship4._currentframe == 8) { _root.ds4.nextFrame(); stop(); } } }
Instance of Symbol 561 MovieClip "ball" in Frame 7918
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 561 MovieClip "ball" in Frame 7934
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 561 MovieClip "ball" in Frame 7973
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 561 MovieClip "ball" in Frame 7986
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 1066 MovieClip "ds5" in Frame 8046
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { this._x = _root.dropship5._x + 0; this._y = _root.dropship5._y + 0; if (_root.ds5._currentframe < 2) { if (_root.dropship5._currentframe == 7) { _root.ds5.nextFrame(); stop(); } } }
Instance of Symbol 1072 MovieClip "we1" in Frame 8046
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x; this._y = _root.enemy1._y; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 578 MovieClip "powerup3" in Frame 8058
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 1078 MovieClip "we2" in Frame 8075
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x; this._y = _root.enemy2._y; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 1078 MovieClip "we3" in Frame 8075
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x; this._y = _root.enemy3._y; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 1078 MovieClip "we4" in Frame 8075
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy4._currentframe == 1) { this._x = _root.enemy4._x; this._y = _root.enemy4._y; stop(); } if (_root.enemy4._currentframe > 1) { _root.we4.nextFrame(); stop(); } }
Instance of Symbol 779 MovieClip "healthup" in Frame 8095
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(1); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(25); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(50); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(75); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(100); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndStop(125); nextFrame(); tellTarget ("/life") { prevFrame(); }; tellTarget ("/player_dam") { prevFrame(); }; } } } }
Instance of Symbol 1044 MovieClip "ds1" in Frame 8114
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe == 7) { _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 1086 MovieClip "ds1" in Frame 8239
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe > 6) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 1086 MovieClip "ds2" in Frame 8239
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe > 6) { this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 1086 MovieClip "ds3" in Frame 8239
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe > 6) { this._x = _root.dropship3._x + 0; this._y = _root.dropship3._y + 0; _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 1086 MovieClip "ds4" in Frame 8239
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds4._currentframe < 2) { if (_root.dropship4._currentframe > 6) { this._x = _root.dropship4._x + 0; this._y = _root.dropship4._y + 0; _root.ds4.nextFrame(); stop(); } } }
Instance of Symbol 1130 MovieClip "tg6" in Frame 8385
onClipEvent (enterFrame) { rot = Math.atan2(_root.spaceship._y - this._y, _root.spaceship._x - this._x); rotNum = (rot * 360) / (Math.PI*2); if (rotNum < 0) { this._rotation = rotNum; } this._x = _root.tank1._x + 5; this._y = _root.tank1._y - 10; }
Instance of Symbol 1130 MovieClip "tg7" in Frame 8385
onClipEvent (enterFrame) { rot = Math.atan2(_root.spaceship._y - this._y, _root.spaceship._x - this._x); rotNum = (rot * 360) / (Math.PI*2); if (rotNum < 0) { this._rotation = rotNum; } this._x = _root.tank2._x + 5; this._y = _root.tank2._y - 10; }
Instance of Symbol 1138 MovieClip "dropship5" in Frame 8488
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 450) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 450) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 450) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 450) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 450) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 450) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 450) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Instance of Symbol 865 MovieClip in Frame 8541
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; nextFrame(); }
Instance of Symbol 865 MovieClip in Frame 8558
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 865 MovieClip in Frame 8575
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 668 MovieClip in Frame 8659
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 668 MovieClip in Frame 8669
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 1140 MovieClip in Frame 8761
onClipEvent (enterFrame) { nextFrame(); }
Instance of Symbol 1140 MovieClip in Frame 8942
onClipEvent (enterFrame) { nextFrame(); }
Instance of Symbol 1010 MovieClip in Frame 9136
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 1010 MovieClip in Frame 9147
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 1010 MovieClip in Frame 9159
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 1010 MovieClip in Frame 9170
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 25; goY = (this._y - _root.spaceship._y) / 25; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Frame 9320
gotoAndPlay (8489);
Instance of Symbol 417 MovieClip in Frame 9325
on (release) { toggleHighQuality(); }
Instance of Symbol 419 MovieClip in Frame 9325
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Frame 9432
gotoAndPlay (9605);
Frame 9439
gotoAndPlay (9440);
Frame 9604
stop();
Frame 9802
stop();
Frame 9844
stop();
Frame 9875
stop();
Frame 9908
gotoAndPlay (426);
Symbol 12 MovieClip Frame 1
bar.stop();
Symbol 17 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 97 MovieClip Frame 6
stop();
Symbol 98 Button
on (release) { gotoAndPlay (2); }
Symbol 108 Button
on (release) { gotoAndPlay (20); }
Symbol 109 Button
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Symbol 110 Button
on (release) { getURL ("http://omegadragon3000.sheezyart.com", "_blank"); }
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
if (_root.game._currentframe > 2) { _root.game.gotoAndPlay(47); }
Symbol 112 MovieClip Frame 14
stop();
Symbol 112 MovieClip Frame 30
gotoAndStop (1);
Symbol 114 Button
on (release) { gotoAndPlay (2); }
Symbol 117 Button
on (release) { gotoAndPlay (47); }
Symbol 118 Button
on (release) { gotoAndPlay (31); }
Symbol 119 Button
on (release) { gotoAndPlay (20); }
Symbol 120 Button
on (release) { gotoAndPlay (40); }
Symbol 125 Button
on (release) { gotoAndStop (14); }
Symbol 129 Button
on (release) { nextFrame(); }
Symbol 131 Button
on (release) { prevFrame(); }
Symbol 139 MovieClip Frame 1
targY = 0; dragger._x = theMask._width - 30; dragger.onPress = function () { startDrag (this, false, this._x, 0, this._x, theMask._height - this._height); }; dragger.onRelease = (dragger.onReleaseOutside = function () { stopDrag(); }); theText.setMask(theMask); theText.onEnterFrame = function () { scrollAmount = (theText._height - (theMask._height / 1.1)) / (theMask._height - dragger._height); targY = (-dragger._y) * scrollAmount; this._y = this._y - ((this._y - targY) / 3); };
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 2
if (_root.extras._currentframe > 2) { _root.extras.gotoAndPlay(20); }
Symbol 141 MovieClip Frame 14
stop();
Symbol 141 MovieClip Frame 25
stop();
Symbol 141 MovieClip Frame 35
stop();
Symbol 141 MovieClip Frame 45
stop();
Symbol 141 MovieClip Frame 59
gotoAndStop (1);
Symbol 144 Button
on (release) { nextFrame(); play(); }
Symbol 146 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 150 Button
on (release) { gotoAndPlay (1636); }
Symbol 205 Button
on (release) { gotoAndPlay (2524); }
Symbol 247 MovieClip Frame 30
stop();
Symbol 248 MovieClip Frame 30
stop();
Symbol 249 MovieClip Frame 30
stop();
Symbol 250 MovieClip Frame 26
stop();
Symbol 251 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 7
stop();
Symbol 259 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 1
stop();
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
stop();
Symbol 264 MovieClip Frame 2
stop();
Symbol 266 MovieClip Frame 2
stop();
Symbol 267 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 2
stop();
Symbol 271 MovieClip Frame 1
stop();
Symbol 273 MovieClip Frame 2
stop();
Symbol 277 MovieClip Frame 1
stop();
Instance of Symbol 277 MovieClip in Symbol 278 MovieClip Frame 11
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 277 MovieClip in Symbol 278 MovieClip Frame 11
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 278 MovieClip Frame 28
stop();
Symbol 280 MovieClip Frame 2
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 1
stop();
Instance of Symbol 282 MovieClip in Symbol 283 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 285 MovieClip Frame 2
stop();
Symbol 288 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 1
stop();
Instance of Symbol 291 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 292 MovieClip Frame 17
stop();
Symbol 295 MovieClip Frame 17
stop();
Symbol 296 MovieClip Frame 26
stop();
Symbol 297 MovieClip Frame 2
stop();
Symbol 299 MovieClip Frame 1
stop();
Instance of Symbol 282 MovieClip in Symbol 300 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 302 MovieClip Frame 2
stop();
Symbol 304 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 1
stop();
Instance of Symbol 304 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 304 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 306 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 306 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 309 MovieClip Frame 2
stop();
Symbol 310 MovieClip Frame 1
stop(); if (_root.powerbar._currentframe == 2) { gotoAndStop (2); } if (_root.powerbar._currentframe == 3) { gotoAndStop (3); } if (_root.powerbar._currentframe == 4) { gotoAndStop (4); } if (_root.powerbar._currentframe == 5) { gotoAndStop (5); } if (_root.powerbar._currentframe == 6) { gotoAndStop (6); } if (_root.powerbar._currentframe == 7) { gotoAndStop (7); } if (_root.powerbar._currentframe == 8) { gotoAndStop (8); } if (_root.powerbar._currentframe == 9) { gotoAndStop (9); } if (_root.powerbar._currentframe == 10) { gotoAndStop (10); }
Instance of Symbol 262 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) { if (currentframe < 2) { if (Key.isDown(67)) { nextFrame(); } stop(); } stop(); } onClipEvent (enterFrame) { }
Instance of Symbol 267 MovieClip in Symbol 310 MovieClip Frame 2
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 271 MovieClip in Symbol 310 MovieClip Frame 3
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 271 MovieClip in Symbol 310 MovieClip Frame 4
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 271 MovieClip in Symbol 310 MovieClip Frame 4
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 282 MovieClip in Symbol 310 MovieClip Frame 6
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 289 MovieClip in Symbol 310 MovieClip Frame 7
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 289 MovieClip in Symbol 310 MovieClip Frame 7
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 289 MovieClip in Symbol 310 MovieClip Frame 7
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 299 MovieClip in Symbol 310 MovieClip Frame 9
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 299 MovieClip in Symbol 310 MovieClip Frame 9
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 299 MovieClip in Symbol 310 MovieClip Frame 9
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 315 MovieClip Frame 17
stop();
Symbol 316 MovieClip Frame 24
gotoAndPlay (8);
Symbol 317 MovieClip Frame 18
stop();
Symbol 323 MovieClip Frame 24
stop();
Symbol 324 MovieClip Frame 1
Symbol 324 MovieClip Frame 33
stop();
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Symbol 325 MovieClip Frame 118
stop();
Symbol 333 MovieClip Frame 65
stop();
Symbol 335 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 7
stop();
Instance of Symbol 315 MovieClip in Symbol 335 MovieClip Frame 7
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 317 MovieClip in Symbol 335 MovieClip Frame 7
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Symbol 335 MovieClip Frame 8
stop();
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(20)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(20)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(20)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(20)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(20)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(20)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(20)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 326 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 327 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 328 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 329 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 330 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 331 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Symbol 337 MovieClip Frame 14
gotoAndPlay (11);
Symbol 338 MovieClip Frame 16
stop();
Symbol 339 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 24
gotoAndPlay (12);
Symbol 346 MovieClip Frame 20
stop();
Symbol 347 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 6
stop();
Symbol 386 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 10
stop();
Symbol 412 MovieClip Frame 12
stop();
Symbol 413 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 2
play();
Instance of Symbol 428 MovieClip in Symbol 431 MovieClip Frame 17
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 430 MovieClip in Symbol 431 MovieClip Frame 29
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 431 MovieClip Frame 74
gotoAndStop (1);
Symbol 436 Button
on (release) { nextFrame(); stop(); }
Symbol 444 MovieClip Frame 6
stop();
Symbol 445 Button
on (release, keyPress "<Enter>") { if (password eq "topgun") { _root.powerbar.gotoAndStop(10); gotoAndStop (3); } else if (password eq "vimana") { _root.spaceship.gotoAndStop(3); gotoAndStop (4); } else if (password eq "spitfire") { _root.misscounter.gotoAndStop(10); gotoAndStop (5); } else if (password eq "sirius") { _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop (6); } else if (password eq "thot") { _root.spaceship.gotoAndStop(3); _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop (7); } else { gotoAndStop (2); } }
Symbol 453 Button
on (release, keyPress "<Enter>") { if (password eq "topgun") { _root.powerbar.gotoAndStop(10); gotoAndStop (3); } else if (password eq "vimana") { _root.spaceship.gotoAndStop(3); gotoAndStop (4); } else if (password eq "spitfire") { _root.misscounter.gotoAndStop(10); gotoAndStop (5); } else if (password eq "sirius") { _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop (6); } else if (password eq "god") { _root.spaceship.gotoAndPlay(12); tellTarget ("/life") { nextFrame(); }; gotoAndStop (1); } else if (password eq "thot") { _root.spaceship.gotoAndStop(3); _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop (7); } else { gotoAndStop (2); } }
Symbol 457 MovieClip Frame 84
stop();
Symbol 460 MovieClip Frame 88
stop();
Symbol 463 MovieClip Frame 79
stop();
Symbol 466 MovieClip Frame 73
stop();
Symbol 469 MovieClip Frame 85
stop();
Symbol 470 Button
on (release, keyPress "<Enter>") { if (password eq "topgun") { _root.powerbar.gotoAndStop(10); gotoAndStop (3); } else if (password eq "vimana") { _root.spaceship.gotoAndStop(3); gotoAndStop (4); } else if (password eq "spitfire") { _root.misscounter.gotoAndStop(10); gotoAndStop (5); } else if (password eq "sirius") { _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop (6); } else if (password eq "god") { _root.spaceship.gotoAndPlay(126); tellTarget ("/life") { nextFrame(); }; gotoAndStop (1); } else if (password eq "thot") { _root.spaceship.gotoAndStop(3); _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop (7); } else { gotoAndStop (2); } }
Symbol 471 MovieClip Frame 1
stop();
Symbol 473 Button
on (release) { prevFrame(); stop(); }
Symbol 474 MovieClip Frame 1
stop();
Symbol 499 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip "p" in Symbol 499 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p.gotoAndStop(5); } }
Symbol 499 MovieClip Frame 2
tellTarget ("/life") { nextFrame(); };
Symbol 499 MovieClip Frame 25
stop();
Instance of Symbol 251 MovieClip "p1" in Symbol 499 MovieClip Frame 25
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p1.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p1.gotoAndStop(5); } }
Symbol 499 MovieClip Frame 26
tellTarget ("/life") { nextFrame(); };
Symbol 499 MovieClip Frame 50
stop();
Instance of Symbol 251 MovieClip "p2" in Symbol 499 MovieClip Frame 50
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p2.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p2.gotoAndStop(5); } }
Symbol 499 MovieClip Frame 51
tellTarget ("/life") { nextFrame(); };
Symbol 499 MovieClip Frame 75
stop();
Instance of Symbol 251 MovieClip "p3" in Symbol 499 MovieClip Frame 75
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p3.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p3.gotoAndStop(5); } }
Symbol 499 MovieClip Frame 76
tellTarget ("/life") { nextFrame(); };
Symbol 499 MovieClip Frame 100
stop();
Instance of Symbol 251 MovieClip "p4" in Symbol 499 MovieClip Frame 100
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p4.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p4.gotoAndStop(5); } }
Symbol 499 MovieClip Frame 101
tellTarget ("/life") { nextFrame(); };
Symbol 499 MovieClip Frame 125
stop();
Instance of Symbol 251 MovieClip "p5" in Symbol 499 MovieClip Frame 125
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p5.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p5.gotoAndStop(5); } }
Symbol 499 MovieClip Frame 126
tellTarget ("/life") { nextFrame(); };
Symbol 499 MovieClip Frame 215
stop(); _root.gotoAndPlay("death");
Symbol 512 MovieClip Frame 27
stop();
Symbol 515 MovieClip Frame 58
stop();
Symbol 516 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 1
stop();
Instance of Symbol 516 MovieClip "brass" in Symbol 517 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2.6; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 516 MovieClip "brass" in Symbol 517 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2.6; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 516 MovieClip "brass" in Symbol 517 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2.6; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 515 MovieClip "chunk" in Symbol 517 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 517 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 517 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 517 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 517 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 520 MovieClip Frame 1
stop();
Symbol 520 MovieClip Frame 10
stop();
Symbol 533 MovieClip Frame 26
stop();
Symbol 535 MovieClip Frame 30
stop();
Symbol 536 MovieClip Frame 1
stop();
Instance of Symbol 515 MovieClip "chunk" in Symbol 536 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 536 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 536 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 539 MovieClip Frame 1
stop();
Symbol 539 MovieClip Frame 10
stop();
Symbol 544 MovieClip Frame 6
stop();
Symbol 545 MovieClip Frame 1
stop();
Symbol 545 MovieClip Frame 16
play();
Symbol 545 MovieClip Frame 20
stop();
Symbol 554 MovieClip Frame 43
stop();
Symbol 555 MovieClip Frame 1
stop();
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 557 MovieClip Frame 1
stop();
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 1
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Symbol 559 MovieClip Frame 1
stop();
Symbol 561 MovieClip Frame 1
stop();
Symbol 572 MovieClip Frame 14
stop();
Symbol 577 MovieClip Frame 33
stop();
Symbol 578 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 6
stop();
Symbol 594 MovieClip Frame 1
stop();
Symbol 594 MovieClip Frame 4
play();
Symbol 594 MovieClip Frame 13
stop();
Symbol 595 MovieClip Frame 22
stop();
Symbol 596 MovieClip Frame 1
stop();
Instance of Symbol 515 MovieClip "chunk" in Symbol 596 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = random(20) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 596 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = random(20) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 596 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = random(20) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 596 MovieClip Frame 2
onClipEvent (load) { xvel = random(30) - 10; yvel = random(20) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 600 MovieClip in Symbol 601 MovieClip Frame 20
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Symbol 601 MovieClip Frame 38
stop();
Symbol 602 MovieClip Frame 1
stop();
Symbol 651 MovieClip Frame 1
stop();
Symbol 652 MovieClip Frame 6
stop();
Symbol 653 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 7
stop();
Symbol 663 MovieClip Frame 36
stop();
Symbol 665 MovieClip Frame 29
stop();
Symbol 666 MovieClip Frame 1
stop();
Symbol 668 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 22
stop();
Symbol 670 MovieClip Frame 1
stop();
Symbol 671 MovieClip Frame 1
stop();
Symbol 671 MovieClip Frame 2
play();
Symbol 671 MovieClip Frame 11
stop();
Symbol 673 MovieClip Frame 1
stop();
Symbol 674 MovieClip Frame 7
stop();
Symbol 675 MovieClip Frame 30
stop();
Symbol 676 MovieClip Frame 1
stop();
Symbol 678 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 26
stop();
Symbol 685 MovieClip Frame 1
stop();
Symbol 690 MovieClip Frame 7
stop();
Symbol 691 MovieClip Frame 1
stop();
Symbol 691 MovieClip Frame 4
play();
Symbol 691 MovieClip Frame 10
stop();
Symbol 697 MovieClip Frame 1
stop();
Symbol 697 MovieClip Frame 2
play();
Symbol 697 MovieClip Frame 10
stop();
Symbol 700 MovieClip Frame 30
stop();
Symbol 701 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 40
stop();
Symbol 713 MovieClip Frame 1
stop();
Symbol 716 MovieClip Frame 6
stop();
Symbol 717 MovieClip Frame 1
stop();
Symbol 717 MovieClip Frame 6
play();
Symbol 717 MovieClip Frame 10
stop();
Symbol 763 MovieClip Frame 38
gotoAndPlay (8);
Symbol 766 MovieClip Frame 365
stop();
Symbol 770 MovieClip Frame 1
stop();
Symbol 778 MovieClip Frame 33
stop();
Symbol 779 MovieClip Frame 1
stop();
Symbol 784 MovieClip Frame 22
stop();
Instance of Symbol 784 MovieClip in Symbol 785 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 50; yvel = (-random(10)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 3; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 3)); _y = (_y + (yvel / 3)); if (_y > (300 + (_height / 0.5))) { _y = (300 + (_height / 0.5)); } }
Symbol 790 MovieClip Frame 24
stop();
Symbol 791 MovieClip Frame 1
stop();
Symbol 792 MovieClip Frame 1
stop();
Instance of Symbol 791 MovieClip "brass" in Symbol 792 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2.6; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 791 MovieClip "brass" in Symbol 792 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 791 MovieClip "brass" in Symbol 792 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Symbol 797 MovieClip Frame 20
stop();
Symbol 798 MovieClip Frame 1
stop();
Instance of Symbol 791 MovieClip "brass" in Symbol 798 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2.6; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 150) { _y = (150 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 791 MovieClip "brass" in Symbol 798 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2.6; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 150) { _y = (150 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 791 MovieClip "brass" in Symbol 798 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2.6; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 150) { _y = (150 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Symbol 800 MovieClip Frame 1
stop();
Symbol 800 MovieClip Frame 2
play();
Symbol 800 MovieClip Frame 10
stop();
Symbol 801 MovieClip Frame 1
stop();
Symbol 803 MovieClip Frame 40
stop();
Symbol 804 MovieClip Frame 1
stop();
Symbol 812 MovieClip Frame 6
stop();
Symbol 813 MovieClip Frame 1
stop();
Symbol 813 MovieClip Frame 17
gotoAndStop (2);
Symbol 823 MovieClip Frame 1
stop();
Instance of Symbol 321 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 315 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 317 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 315 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 317 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 315 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 315 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 315 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 315 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 315 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 315 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 315 MovieClip in Symbol 823 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 823 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 823 MovieClip Frame 3
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 823 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 823 MovieClip Frame 4
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 823 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 321 MovieClip in Symbol 823 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Symbol 823 MovieClip Frame 10
stop();
Symbol 826 MovieClip Frame 1
stop();
Symbol 840 Button
on (release) { gotoAndStop (1); }
Symbol 843 Button
on (release) { play(); }
Symbol 846 Button
on (release) { stop(); }
Symbol 859 MovieClip Frame 88
stop(); _root.gotoAndPlay("boss_dead");
Symbol 860 MovieClip Frame 1
stop();
Symbol 861 MovieClip Frame 2
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 3
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 4
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 5
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 6
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 7
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 8
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 9
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 10
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 11
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 12
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 13
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 14
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 15
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 16
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 17
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 18
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 19
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 20
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 21
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 22
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 23
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 24
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 25
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 26
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 27
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 28
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 29
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 30
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 31
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 32
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 33
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 34
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 35
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 36
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 37
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 38
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 39
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 40
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 861 MovieClip Frame 41
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 42
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 43
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 44
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 45
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 46
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 47
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 48
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 49
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 50
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 51
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 52
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 53
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 54
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 55
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 56
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 57
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 58
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 59
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 60
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 61
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 62
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 63
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 64
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 65
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 66
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 67
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 68
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 69
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 70
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 861 MovieClip Frame 71
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 72
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 73
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 74
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 75
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 76
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 77
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 78
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 79
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 80
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 81
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 82
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 83
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 84
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 85
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 86
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 87
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 88
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 89
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 90
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 91
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 92
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 93
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 94
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 95
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 96
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 97
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 98
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 99
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 100
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 861 MovieClip Frame 101
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 102
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 103
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 104
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 105
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 106
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 107
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 108
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 109
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 110
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 111
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 112
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 113
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 114
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 115
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 116
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 117
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 118
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 119
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 120
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 861 MovieClip Frame 121
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 122
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 123
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 124
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 125
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 126
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 127
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 128
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 129
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 130
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 131
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 132
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 133
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 134
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 135
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 136
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 137
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 138
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 139
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 140
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 141
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 142
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 143
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 144
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 145
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 146
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 147
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 861 MovieClip Frame 148
tellTarget ("/boss") { nextFrame(); play(); }; tellTarget ("/boss_gun") { nextFrame(); };
Symbol 863 MovieClip Frame 1
stop();
Instance of Symbol 863 MovieClip in Symbol 864 MovieClip Frame 1
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Symbol 865 MovieClip Frame 1
stop();
Instance of Symbol 872 MovieClip in Symbol 873 MovieClip Frame 33
onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Instance of Symbol 872 MovieClip in Symbol 873 MovieClip Frame 42
onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Symbol 873 MovieClip Frame 96
stop();
Symbol 877 MovieClip Frame 26
stop();
Symbol 878 MovieClip Frame 19
stop();
Symbol 879 MovieClip Frame 30
stop();
Instance of Symbol 515 MovieClip "chunk" in Symbol 880 MovieClip Frame 1
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 879 MovieClip in Symbol 880 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 880 MovieClip Frame 4
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 879 MovieClip in Symbol 880 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 880 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 880 MovieClip Frame 6
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 879 MovieClip in Symbol 880 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 880 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 880 MovieClip Frame 10
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 880 MovieClip Frame 12
stop();
Symbol 881 MovieClip Frame 1
stop();
Symbol 883 MovieClip Frame 5
stop();
Symbol 884 MovieClip Frame 1
stop();
Symbol 884 MovieClip Frame 4
play();
Symbol 884 MovieClip Frame 10
stop();
Symbol 893 MovieClip Frame 25
stop();
Symbol 894 MovieClip Frame 1
stop();
Symbol 897 MovieClip Frame 1
stop();
Symbol 902 MovieClip Frame 15
stop();
Symbol 903 MovieClip Frame 1
stop();
Symbol 903 MovieClip Frame 3
play();
Symbol 903 MovieClip Frame 7
stop();
Symbol 905 MovieClip Frame 10
tellTarget ("/boss") { nextFrame(); stop(); };
Symbol 905 MovieClip Frame 18
tellTarget ("/boss") { nextFrame(); play(); }; tellTarget ("/boss_gun") { nextFrame(); }; tellTarget ("/sub_hat") { nextFrame(); };
Symbol 905 MovieClip Frame 19
stop();
Symbol 908 MovieClip Frame 1
stop();
Symbol 911 MovieClip Frame 20
stop();
Symbol 912 MovieClip Frame 1
stop();
Symbol 914 MovieClip Frame 1
stop();
Symbol 914 MovieClip Frame 2
play();
Symbol 914 MovieClip Frame 10
stop();
Symbol 923 MovieClip Frame 1
stop();
Symbol 923 MovieClip Frame 4
play();
Symbol 923 MovieClip Frame 10
stop();
Instance of Symbol 879 MovieClip in Symbol 928 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2.5)); _y = (_y + (yvel / 2.5)); }
Instance of Symbol 879 MovieClip in Symbol 928 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2.5)); _y = (_y + (yvel / 2.5)); }
Instance of Symbol 879 MovieClip in Symbol 928 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2.5)); _y = (_y + (yvel / 2.5)); }
Instance of Symbol 879 MovieClip in Symbol 928 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 928 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 928 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 928 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 928 MovieClip Frame 10
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 928 MovieClip Frame 12
stop();
Symbol 929 MovieClip Frame 30
stop();
Symbol 930 MovieClip Frame 1
stop();
Instance of Symbol 932 MovieClip in Symbol 933 MovieClip Frame 1
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Symbol 934 MovieClip Frame 53
stop();
Symbol 935 MovieClip Frame 1
stop();
Symbol 937 MovieClip Frame 30
stop();
Symbol 938 MovieClip Frame 1
stop();
Instance of Symbol 791 MovieClip "brass" in Symbol 938 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2.6; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 791 MovieClip "brass" in Symbol 938 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 791 MovieClip "brass" in Symbol 938 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Symbol 939 MovieClip Frame 1
stop();
Symbol 941 MovieClip Frame 1
stop();
Symbol 942 MovieClip Frame 1
stop();
Instance of Symbol 941 MovieClip "brass" in Symbol 942 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 100) { _y = (100 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 941 MovieClip "brass" in Symbol 942 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 100) { _y = (100 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Symbol 943 MovieClip Frame 1
stop();
Symbol 943 MovieClip Frame 2
play();
Symbol 943 MovieClip Frame 8
stop();
Instance of Symbol 949 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 2; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 949 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 2; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 952 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 2; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 955 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 2; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 958 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 2; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 961 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 2; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 964 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 2; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 968 MovieClip Frame 20
stop();
Symbol 969 MovieClip Frame 1
stop();
Symbol 971 MovieClip Frame 1
stop();
Symbol 971 MovieClip Frame 5
stop();
Symbol 971 MovieClip Frame 10
stop();
Symbol 973 MovieClip Frame 1
stop();
Instance of Symbol 972 MovieClip in Symbol 973 MovieClip Frame 1
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Symbol 975 MovieClip Frame 1
stop();
Symbol 982 MovieClip Frame 26
stop();
Symbol 983 MovieClip Frame 18
stop();
Symbol 984 MovieClip Frame 1
stop();
Instance of Symbol 791 MovieClip "brass" in Symbol 984 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Instance of Symbol 791 MovieClip "brass" in Symbol 984 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; _xscale = (random(20) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > 120) { _y = (120 + (_height / 2)); yvel = (-yvel) * 0; xvel = (-xvel) * 0; nextFrame(); } }
Symbol 985 MovieClip Frame 1
stop();
Symbol 985 MovieClip Frame 8
play();
Symbol 985 MovieClip Frame 12
stop();
Symbol 987 MovieClip Frame 20
stop();
Symbol 988 MovieClip Frame 1
stop();
Symbol 989 MovieClip Frame 24
stop();
Symbol 990 MovieClip Frame 1
stop();
Symbol 991 MovieClip Frame 1
stop();
Instance of Symbol 515 MovieClip "chunk" in Symbol 998 MovieClip Frame 1
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 879 MovieClip in Symbol 998 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 998 MovieClip Frame 4
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 879 MovieClip in Symbol 998 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 998 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 998 MovieClip Frame 6
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 2; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 879 MovieClip in Symbol 998 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 998 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 998 MovieClip Frame 10
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 998 MovieClip Frame 12
stop();
Symbol 999 MovieClip Frame 21
stop();
Symbol 1000 MovieClip Frame 1
stop();
Symbol 1002 MovieClip Frame 11
stop();
Symbol 1003 MovieClip Frame 1
stop();
Symbol 1003 MovieClip Frame 8
play();
Symbol 1003 MovieClip Frame 16
stop();
Symbol 1007 MovieClip Frame 1
stop();
Instance of Symbol 1006 MovieClip in Symbol 1007 MovieClip Frame 2
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Symbol 1010 MovieClip Frame 1
stop();
Instance of Symbol 1009 MovieClip in Symbol 1010 MovieClip Frame 2
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Symbol 1011 MovieClip Frame 1
stop();
Symbol 1043 MovieClip Frame 26
stop();
Symbol 1044 MovieClip Frame 1
stop();
Symbol 1046 MovieClip Frame 7
stop();
Symbol 1047 MovieClip Frame 1
stop();
Symbol 1049 MovieClip Frame 1
stop();
Symbol 1052 MovieClip Frame 36
stop();
Symbol 1053 MovieClip Frame 15
stop();
Symbol 1054 MovieClip Frame 1
stop();
Symbol 1058 MovieClip Frame 6
stop();
Symbol 1059 MovieClip Frame 1
stop();
Symbol 1059 MovieClip Frame 8
stop();
Symbol 1065 MovieClip Frame 12
stop();
Symbol 1066 MovieClip Frame 1
stop();
Instance of Symbol 879 MovieClip in Symbol 1070 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2.5)); _y = (_y + (yvel / 2.5)); }
Instance of Symbol 879 MovieClip in Symbol 1070 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2.5)); _y = (_y + (yvel / 2.5)); }
Instance of Symbol 879 MovieClip in Symbol 1070 MovieClip Frame 1
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2.5)); _y = (_y + (yvel / 2.5)); }
Instance of Symbol 879 MovieClip in Symbol 1070 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 1070 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 1070 MovieClip Frame 5
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 1070 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 879 MovieClip in Symbol 1070 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(30)) + 10; } onClipEvent (enterFrame) { _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 515 MovieClip "chunk" in Symbol 1070 MovieClip Frame 10
onClipEvent (load) { xvel = random(30) - 10; yvel = (-random(20)) - 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 1070 MovieClip Frame 12
stop();
Symbol 1071 MovieClip Frame 10
stop();
Symbol 1072 MovieClip Frame 1
stop();
Symbol 1073 MovieClip Frame 7
stop();
Symbol 1074 MovieClip Frame 1
stop();
Symbol 1074 MovieClip Frame 7
stop();
Symbol 1076 MovieClip Frame 1
stop();
Symbol 1076 MovieClip Frame 2
play();
Symbol 1076 MovieClip Frame 9
stop();
Symbol 1077 MovieClip Frame 10
stop();
Symbol 1078 MovieClip Frame 1
stop();
Symbol 1079 MovieClip Frame 1
stop();
Symbol 1079 MovieClip Frame 2
play();
Symbol 1079 MovieClip Frame 9
stop();
Symbol 1085 MovieClip Frame 4
stop();
Symbol 1086 MovieClip Frame 1
stop();
Symbol 1088 MovieClip Frame 6
stop();
Symbol 1089 MovieClip Frame 1
stop();
Symbol 1089 MovieClip Frame 6
play();
Symbol 1089 MovieClip Frame 10
stop();
Symbol 1090 Button
on (release) { gotoAndStop (1); }
Symbol 1099 MovieClip Frame 6
stop();
Symbol 1100 MovieClip Frame 1
stop();
Symbol 1100 MovieClip Frame 15
gotoAndStop (2);
Symbol 1103 MovieClip Frame 25
stop();
Symbol 1107 MovieClip Frame 25
stop();
Symbol 1110 MovieClip Frame 25
stop();
Symbol 1113 MovieClip Frame 25
stop();
Symbol 1117 MovieClip Frame 65
stop();
Symbol 1118 MovieClip Frame 25
stop();
Symbol 1119 MovieClip Frame 1
stop();
Symbol 1119 MovieClip Frame 10
stop();
Symbol 1127 MovieClip Frame 6
stop();
Symbol 1128 MovieClip Frame 1
stop();
Symbol 1128 MovieClip Frame 7
stop();
Symbol 1130 MovieClip Frame 1
stop();
Symbol 1138 MovieClip Frame 2
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 3
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 4
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 5
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 6
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 7
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 8
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 9
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 10
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 11
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 12
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 13
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 14
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 15
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 16
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 17
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 18
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 19
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 20
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 21
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 22
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 23
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 24
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 25
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 26
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 27
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 28
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 29
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 30
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1138 MovieClip Frame 31
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 32
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 33
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 34
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 35
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 36
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 37
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 38
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 39
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 40
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 41
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 42
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 43
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 44
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 45
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 46
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 47
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 48
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 49
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 50
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 51
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 52
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 53
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 54
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 55
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 56
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 57
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 58
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 59
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 60
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 61
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 62
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 63
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 64
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 65
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 66
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 67
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 68
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 69
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 70
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 71
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 72
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 73
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 74
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 75
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 76
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 77
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 78
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 79
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 80
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 81
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 82
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 83
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 84
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 85
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 86
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 87
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 88
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 89
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 90
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 91
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 92
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 93
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 94
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 95
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 96
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 97
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 98
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 99
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 100
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 101
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 102
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 103
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 104
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 105
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 106
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 107
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1138 MovieClip Frame 108
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 109
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 110
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 111
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 112
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 113
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 114
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 115
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 116
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 117
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 118
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 119
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 120
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 121
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 122
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 123
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 124
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 125
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 126
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 127
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 128
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 129
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 130
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 131
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 132
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 133
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 134
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 135
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 136
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 137
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 138
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 139
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 140
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 141
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 142
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 143
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 144
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 145
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 146
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 147
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 148
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 149
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 150
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 151
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 152
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 153
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 154
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 155
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 156
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 157
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 158
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 159
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 160
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 161
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 162
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 163
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 164
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 165
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 166
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 167
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 168
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 169
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 170
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 171
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 172
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 173
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 174
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 175
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 176
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 177
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 178
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 179
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 180
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 181
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 182
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1138 MovieClip Frame 183
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 184
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 185
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 186
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 187
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 188
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 189
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 190
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 191
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 192
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 193
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 194
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 195
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 196
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 197
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 198
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 199
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 200
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 201
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 202
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 203
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 204
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 205
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 206
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 207
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 208
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 209
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 210
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 211
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 212
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 213
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 214
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 215
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 216
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 217
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 218
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 219
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 220
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 221
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 222
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 223
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 224
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 225
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 226
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 227
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 228
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 229
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 230
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 231
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 232
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 233
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 234
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 235
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 236
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 237
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 238
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 239
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 240
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 241
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 242
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 243
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1138 MovieClip Frame 244
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 245
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 246
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 247
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 248
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 249
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 250
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 251
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 252
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 253
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 254
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 255
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 256
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 257
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 258
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 259
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 260
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 261
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 262
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 263
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 264
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 265
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 266
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 267
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 268
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 269
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 270
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 271
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 272
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 273
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 274
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 275
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 276
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 277
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 278
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 279
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 280
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 281
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 282
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 283
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 284
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 285
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 286
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 287
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 288
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 289
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 290
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 291
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 292
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 293
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 294
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 295
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 296
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 297
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 298
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 299
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 300
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 301
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 302
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 303
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 304
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 305
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 306
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 307
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 308
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 309
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 310
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 311
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 312
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 313
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 314
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 315
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 316
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 317
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 318
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 319
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 320
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 321
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 322
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 323
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 324
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 325
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 326
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 327
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 328
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 329
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 330
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 331
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 332
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 333
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 334
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 335
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1138 MovieClip Frame 336
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 337
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 338
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 339
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 340
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 341
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 342
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 343
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 344
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 345
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 346
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 347
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 348
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 349
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 350
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 351
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 352
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 353
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 354
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 355
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 356
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 357
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 358
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 359
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 360
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 361
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 362
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 363
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 364
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 365
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 366
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 367
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 368
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 369
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 370
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 371
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 372
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 373
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 374
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 375
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 376
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 377
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 378
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 379
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 380
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 381
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 382
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 383
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 384
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 385
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 386
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 387
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 388
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 389
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 390
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 391
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 392
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 393
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 394
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 395
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 396
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 397
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 398
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 399
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 400
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 401
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 402
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 403
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 404
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 405
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 406
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 407
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 408
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 409
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 410
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 411
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 412
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 413
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 414
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 415
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 416
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 417
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 418
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 419
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 420
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 421
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 422
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 423
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 424
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 425
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 426
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 427
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 428
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 429
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 430
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 431
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 432
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 433
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 434
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 435
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 436
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 437
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 438
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 439
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 440
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 441
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 442
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 443
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 444
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 445
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 446
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 447
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 448
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 449
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 450
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 451
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 452
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 453
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 454
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 455
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 456
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 457
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 458
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 459
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1138 MovieClip Frame 460
stop(); _root.gotoAndPlay("the_end");
Instance of Symbol 872 MovieClip in Symbol 1139 MovieClip Frame 33
onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Instance of Symbol 872 MovieClip in Symbol 1139 MovieClip Frame 42
onClipEvent (enterFrame) { if (_currentframe < 148) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); } } } if (_currentframe < 148) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); } } } }
Symbol 1139 MovieClip Frame 124
stop();
Symbol 1145 MovieClip Frame 10
stop();
Symbol 1178 Button
on (release) { gotoAndPlay (1890); }
Symbol 1179 Button
on (release) { gotoAndPlay (426); }
Symbol 1186 MovieClip Frame 21
stop();
Symbol 1192 Button
on (release) { play(); }
Symbol 1198 Button
on (release) { gotoAndStop (9802); }
Symbol 1204 Button
on (release) { gotoAndStop (9844); }

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:Timeline
Symbol 5 FontUsed by:6 7 8
Symbol 6 EditableTextUses:5Used by:Timeline
Symbol 7 EditableTextUses:5Used by:Timeline
Symbol 8 EditableTextUses:5Used by:Timeline
Symbol 9 ShapeTweeningUsed by:12
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12 904
Symbol 12 MovieClipUses:9 10 11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:17
Symbol 17 ButtonUses:16Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:136 416 861  Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 FontUsed by:55 56
Symbol 55 TextUses:54Used by:Timeline
Symbol 56 TextUses:54Used by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:Timeline
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:Timeline
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:Timeline
Symbol 71 GraphicUsed by:97 98 108 109 110 114 117 118 119 120 125 129 131 148 150 205 357 456 838 839 840 843 846 1090 1146  Timeline
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:431  Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:Timeline
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:Timeline
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:Timeline
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:Timeline
Symbol 86 BitmapUsed by:87 88
Symbol 87 GraphicUses:86Used by:Timeline
Symbol 88 GraphicUses:86Used by:Timeline
Symbol 89 MovieClipUses:SS2Used by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:Timeline
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:Timeline
Symbol 94 GraphicUsed by:112 141
Symbol 95 FontUsed by:96 113 127 130 215 221 236 238 239 242 351 352 353 355 356 360 361 364 365 368 369 372 373 375 376 379 380 382 383 385 399 451 645 885 1018 1020 1023 1027 1032
Symbol 96 TextUses:95Used by:103 112
Symbol 97 MovieClipUses:71Used by:98 108 109 110 114 117 118 119 120 125 129 131
Symbol 98 ButtonUses:71 97Used by:112
Symbol 99 GraphicUsed by:112 141
Symbol 100 GraphicUsed by:112 141
Symbol 101 GraphicUsed by:112 141
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102 96Used by:112
Symbol 104 SoundUsed by:112 141
Symbol 105 SoundUsed by:112 141
Symbol 106 GraphicUsed by:112
Symbol 107 GraphicUsed by:112 141
Symbol 108 ButtonUses:71 97Used by:112
Symbol 109 ButtonUses:71 97Used by:112
Symbol 110 ButtonUses:71 97Used by:112
Symbol 111 SoundUsed by:112
Symbol 112 MovieClipUses:94 96 98 99 100 101 103 104 105 106 107 108 109 110 111Used by:Timeline
Symbol 113 TextUses:95Used by:141
Symbol 114 ButtonUses:71 97Used by:141
Symbol 115 GraphicUsed by:141
Symbol 116 GraphicUsed by:141
Symbol 117 ButtonUses:71 97Used by:141
Symbol 118 ButtonUses:71 97Used by:141
Symbol 119 ButtonUses:71 97Used by:141
Symbol 120 ButtonUses:71 97Used by:141
Symbol 121 GraphicUsed by:141
Symbol 122 GraphicUsed by:141
Symbol 123 GraphicUsed by:141
Symbol 124 GraphicUsed by:141
Symbol 125 ButtonUses:71 97Used by:141
Symbol 126 GraphicUsed by:141
Symbol 127 TextUses:95Used by:141
Symbol 128 GraphicUsed by:141
Symbol 129 ButtonUses:71 97Used by:141
Symbol 130 TextUses:95Used by:141
Symbol 131 ButtonUses:71 97Used by:141
Symbol 132 GraphicUsed by:141
Symbol 133 GraphicUsed by:141
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:139
Symbol 136 MovieClipUses:25Used by:139
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:139
Symbol 139 MovieClipUses:135 136 138Used by:141
Symbol 140 SoundUsed by:141
Symbol 141 MovieClipUses:94 113 114 99 100 101 115 105 104 116 107 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 139 140Used by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 GraphicUsed by:144
Symbol 144 ButtonUses:143Used by:Timeline
Symbol 145 GraphicUsed by:146
Symbol 146 ButtonUses:145Used by:Timeline
Symbol 147 GraphicUsed by:149 150 205
Symbol 148 MovieClipUses:71Used by:149
Symbol 149 MovieClipUses:147 148Used by:150 205
Symbol 150 ButtonUses:149 147 71Used by:Timeline
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:Timeline
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:1031  Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 GraphicUsed by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 GraphicUsed by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 GraphicUsed by:Timeline
Symbol 200 BitmapUsed by:201
Symbol 201 GraphicUses:200Used by:Timeline
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:1004  Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 ButtonUses:149 147 71Used by:Timeline
Symbol 206 GraphicUsed by:Timeline
Symbol 207 GraphicUsed by:1019  Timeline
Symbol 208 GraphicUsed by:1019  Timeline
Symbol 209 GraphicUsed by:1019  Timeline
Symbol 210 GraphicUsed by:1016 1019 1022 1031  Timeline
Symbol 211 GraphicUsed by:1016 1019 1022 1031  Timeline
Symbol 212 GraphicUsed by:1016 1019 1022 1031  Timeline
Symbol 213 GraphicUsed by:1016 1019  Timeline
Symbol 214 FontUsed by:215 221 236 238 239 242 389 390 391 392 393 394 396
Symbol 215 TextUses:95 214Used by:Timeline
Symbol 216 BitmapUsed by:217
Symbol 217 GraphicUses:216Used by:Timeline
Symbol 218 BitmapUsed by:219
Symbol 219 GraphicUses:218Used by:Timeline
Symbol 220 GraphicUsed by:1031  Timeline
Symbol 221 TextUses:95 214Used by:Timeline
Symbol 222 GraphicUsed by:234 1021 1024  Timeline
Symbol 223 GraphicUsed by:234 537 697 949 1021 1024  Timeline
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:247 248 249 250 251 327 499 1021 1024  Timeline
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:247 248 249 250 251 328 499 1021 1024  Timeline
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:247 248 249 250 251 329 499 1021 1024  Timeline
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:247 248 249 250 251 330 499 1021 1024  Timeline
Symbol 232 BitmapUsed by:233
Symbol 233 GraphicUses:232Used by:247 248 249 250 251 326 331 499 1021 1024  Timeline
Symbol 234 MovieClipUses:222 223Used by:254 520 823  Timeline
Symbol 235 GraphicUsed by:1016  Timeline
Symbol 236 TextUses:95 214Used by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 TextUses:95 214Used by:Timeline
Symbol 239 TextUses:95 214Used by:Timeline
Symbol 240 GraphicUsed by:1022  Timeline
Symbol 241 GraphicUsed by:1022  Timeline
Symbol 242 TextUses:95 214Used by:Timeline
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:1015  Timeline
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:Timeline
Symbol 247 MovieClipUses:225 227 229 231 233Used by:251
Symbol 248 MovieClipUses:225 227 229 231 233Used by:251
Symbol 249 MovieClipUses:225 227 229 231 233Used by:251
Symbol 250 MovieClipUses:225 227 229 231 233Used by:251
Symbol 251 MovieClipUses:225 227 229 231 233 247 248 249 250Used by:499  Timeline
Symbol 252 BitmapUsed by:253
Symbol 253 GraphicUses:252Used by:Timeline
Symbol 254 MovieClipUses:234Used by:939  Timeline
Symbol 255 GraphicUsed by:257 264 266 278 288
Symbol 256 GraphicUsed by:257 264
Symbol 257 MovieClipUses:255 256Used by:259
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:257 258Used by:260
Symbol 260 MovieClipUses:259Used by:310
Symbol 261 SoundUsed by:262
Symbol 262 MovieClipUses:261Used by:310
Symbol 263 GraphicUsed by:267
Symbol 264 MovieClipUses:255 256Used by:267
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:255 265Used by:267
Symbol 267 MovieClipUses:263 264 266Used by:310
Symbol 268 SoundUsed by:269
Symbol 269 MovieClipUses:268Used by:310
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:310
Symbol 272 SoundUsed by:273 1010
Symbol 273 MovieClipUses:272Used by:310
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:278
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:278
Symbol 278 MovieClipUses:275 255 277Used by:310
Symbol 279 SoundUsed by:280 934
Symbol 280 MovieClipUses:279Used by:310
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:283 300 310
Symbol 283 MovieClipUses:282Used by:310
Symbol 284 SoundUsed by:285 297 1007
Symbol 285 MovieClipUses:284Used by:310
Symbol 286 GraphicUsed by:289
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287 255Used by:289
Symbol 289 MovieClipUses:286 288Used by:310
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:290Used by:292
Symbol 292 MovieClipUses:291Used by:310
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:295 316 532 663 763 766
Symbol 295 MovieClipUses:294Used by:296
Symbol 296 MovieClipUses:295Used by:310
Symbol 297 MovieClipUses:284Used by:310
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:298Used by:310
Symbol 300 MovieClipUses:282Used by:310
Symbol 301 SoundUsed by:302 865
Symbol 302 MovieClipUses:301Used by:310
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:303Used by:307
Symbol 305 GraphicUsed by:306
Symbol 306 MovieClipUses:305Used by:307
Symbol 307 MovieClipUses:304 306Used by:310
Symbol 308 SoundUsed by:309
Symbol 309 MovieClipUses:308Used by:310
Symbol 310 MovieClipUses:260 262 267 269 271 273 278 280 282 283 285 289 292 296 297 299 300 302 307 309Used by:Timeline
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:315 330 333 499 533 674 766 797 803 877 929 937 982 1052 1117 1145  Timeline
Symbol 313 BitmapUsed by:314
Symbol 314 GraphicUses:313Used by:315 330 333 499 533 674 766 797 803 877 929 937 982 1052 1117 1145  Timeline
Symbol 315 MovieClipUses:312 314Used by:335 823 893
Symbol 316 MovieClipUses:294Used by:317 330 331 333 499 533 665 704 766 823 982 1052 1117  Timeline
Symbol 317 MovieClipUses:316Used by:335 823
Symbol 318 BitmapUsed by:319
Symbol 319 GraphicUses:318Used by:320 507
Symbol 320 MovieClipUses:319Used by:321 330 331 531 816
Symbol 321 MovieClipUses:320Used by:330 333 335 535 704 766 823 982 1052 1053 1117  Timeline
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:324
Symbol 324 MovieClipUses:323Used by:325
Symbol 325 MovieClipUses:324Used by:335
Symbol 326 MovieClipUses:233Used by:335
Symbol 327 MovieClipUses:225Used by:335
Symbol 328 MovieClipUses:227Used by:335
Symbol 329 MovieClipUses:229Used by:335
Symbol 330 MovieClipUses:320 231 316 312 321 314Used by:335
Symbol 331 MovieClipUses:233 320 316Used by:335
Symbol 332 GraphicUsed by:333 766
Symbol 333 MovieClipUses:312 332 316 321 314Used by:335 554 823 826 859 1113 1118  Timeline
Symbol 334 SoundUsed by:335 823 1119  Timeline
Symbol 335 MovieClipUses:315 317 321 325 326 327 328 329 330 331 333 334Used by:Timeline
Symbol 336 GraphicUsed by:337 338
Symbol 337 MovieClipUses:336Used by:339 1011  Timeline
Symbol 338 MovieClipUses:336Used by:339
Symbol 339 MovieClipUses:337 338Used by:Timeline
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:340Used by:Timeline
Symbol 342 BitmapUsed by:343 654
Symbol 343 GraphicUses:342Used by:344
Symbol 344 MovieClipUses:343Used by:345 346  Timeline
Symbol 345 MovieClipUses:344Used by:347  Timeline
Symbol 346 MovieClipUses:344Used by:347 516
Symbol 347 MovieClipUses:345 346Used by:Timeline
Symbol 348 GraphicUsed by:349
Symbol 349 MovieClipUses:348Used by:386
Symbol 350 GraphicUsed by:386
Symbol 351 TextUses:95Used by:386
Symbol 352 TextUses:95Used by:386
Symbol 353 TextUses:95Used by:386
Symbol 354 GraphicUsed by:386
Symbol 355 TextUses:95Used by:386
Symbol 356 TextUses:95Used by:386
Symbol 357 MovieClipUses:71Used by:386 397
Symbol 358 SoundUsed by:386
Symbol 359 GraphicUsed by:386
Symbol 360 TextUses:95Used by:386
Symbol 361 TextUses:95Used by:386
Symbol 362 SoundUsed by:386 778
Symbol 363 GraphicUsed by:386
Symbol 364 TextUses:95Used by:386
Symbol 365 TextUses:95Used by:386
Symbol 366 SoundUsed by:386
Symbol 367 GraphicUsed by:386
Symbol 368 TextUses:95Used by:386
Symbol 369 TextUses:95Used by:386
Symbol 370 SoundUsed by:386
Symbol 371 GraphicUsed by:386
Symbol 372 TextUses:95Used by:386
Symbol 373 TextUses:95Used by:386
Symbol 374 GraphicUsed by:386
Symbol 375 TextUses:95Used by:386
Symbol 376 TextUses:95Used by:386
Symbol 377 SoundUsed by:386
Symbol 378 GraphicUsed by:386
Symbol 379 TextUses:95Used by:386
Symbol 380 TextUses:95Used by:386
Symbol 381 GraphicUsed by:386
Symbol 382 TextUses:95Used by:386
Symbol 383 TextUses:95Used by:386
Symbol 384 GraphicUsed by:386
Symbol 385 TextUses:95Used by:386
Symbol 386 MovieClipUses:349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385Used by:Timeline
Symbol 387 GraphicUsed by:397
Symbol 388 GraphicUsed by:397
Symbol 389 TextUses:214Used by:397
Symbol 390 TextUses:214Used by:397
Symbol 391 TextUses:214Used by:397
Symbol 392 TextUses:214Used by:397
Symbol 393 TextUses:214Used by:397
Symbol 394 TextUses:214Used by:397
Symbol 395 GraphicUsed by:397
Symbol 396 TextUses:214Used by:397
Symbol 397 MovieClipUses:387 388 389 390 357 391 392 393 394 395 396Used by:Timeline
Symbol 398 GraphicUsed by:413
Symbol 399 TextUses:95Used by:413
Symbol 400 GraphicUsed by:413
Symbol 401 GraphicUsed by:413
Symbol 402 GraphicUsed by:413
Symbol 403 GraphicUsed by:413
Symbol 404 GraphicUsed by:413
Symbol 405 GraphicUsed by:413
Symbol 406 GraphicUsed by:413
Symbol 407 GraphicUsed by:408
Symbol 408 MovieClipUses:407Used by:412
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClipUses:409Used by:411
Symbol 411 MovieClipUses:410Used by:412
Symbol 412 MovieClipUses:408 411Used by:413
Symbol 413 MovieClipUses:398 399 400 401 402 403 404 405 406 412Used by:Timeline
Symbol 414 GraphicUsed by:Timeline
Symbol 415 GraphicUsed by:417
Symbol 416 MovieClipUses:25Used by:417 419
Symbol 417 MovieClipUses:415 416Used by:Timeline
Symbol 418 GraphicUsed by:419
Symbol 419 MovieClipUses:418 416Used by:Timeline
Symbol 420 GraphicUsed by:Timeline
Symbol 421 GraphicUsed by:Timeline
Symbol 422 GraphicUsed by:428 431
Symbol 423 GraphicUsed by:428 431
Symbol 424 GraphicUsed by:425
Symbol 425 MovieClipUses:424Used by:426
Symbol 426 MovieClipUses:425Used by:428 431
Symbol 427 GraphicUsed by:428 431
Symbol 428 MovieClipUses:426 427 422 423Used by:431
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClipUses:429Used by:431
Symbol 431 MovieClipUses:422 423 426 427 428 76 430 SS3Used by:Timeline
Symbol 432 GraphicUsed by:433 436 473
Symbol 433 MovieClipUses:432Used by:436 473
Symbol 434 GraphicUsed by:435 436 473
Symbol 435 MovieClipUses:434Used by:436 473
Symbol 436 ButtonUses:433 435 432 434Used by:474
Symbol 437 GraphicUsed by:438
Symbol 438 MovieClipUses:437Used by:471
Symbol 439 GraphicUsed by:445 453 470
Symbol 440 FontUsed by:441
Symbol 441 TextUses:440Used by:445 453 470
Symbol 442 GraphicUsed by:443 445 453 470
Symbol 443 MovieClipUses:442Used by:444 445 453 470
Symbol 444 MovieClipUses:443Used by:445 453 470
Symbol 445 ButtonUses:439 441 444 443 442Used by:471
Symbol 446 GraphicUsed by:447
Symbol 447 MovieClipUses:446Used by:471
Symbol 448 GraphicUsed by:449
Symbol 449 MovieClipUses:448Used by:471
Symbol 450 GraphicUsed by:471
Symbol 451 EditableTextUses:95Used by:471
Symbol 452 GraphicUsed by:471
Symbol 453 ButtonUses:439 441 444 443 442Used by:471
Symbol 454 GraphicUsed by:455
Symbol 455 MovieClipUses:454Used by:457
Symbol 456 MovieClipUses:71Used by:457 460 463 466 469
Symbol 457 MovieClipUses:455 456Used by:471
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:458Used by:460
Symbol 460 MovieClipUses:459 456Used by:471
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClipUses:461Used by:463
Symbol 463 MovieClipUses:462 456Used by:471
Symbol 464 GraphicUsed by:465
Symbol 465 MovieClipUses:464Used by:466
Symbol 466 MovieClipUses:465 456Used by:471
Symbol 467 GraphicUsed by:468
Symbol 468 MovieClipUses:467Used by:469
Symbol 469 MovieClipUses:468 456Used by:471
Symbol 470 ButtonUses:439 441 444 443 442Used by:471
Symbol 471 MovieClipUses:438 445 447 449 450 451 452 453 457 460 463 466 469 470Used by:474
Symbol 472 GraphicUsed by:474
Symbol 473 ButtonUses:433 435 432 434Used by:474
Symbol 474 MovieClipUses:436 471 472 473Used by:Timeline
Symbol 475 SoundUsed by:499
Symbol 476 SoundUsed by:499
Symbol 477 SoundUsed by:499
Symbol 478 SoundUsed by:499
Symbol 479 GraphicUsed by:493
Symbol 480 GraphicUsed by:493
Symbol 481 GraphicUsed by:493
Symbol 482 GraphicUsed by:493
Symbol 483 GraphicUsed by:493
Symbol 484 GraphicUsed by:493
Symbol 485 GraphicUsed by:493
Symbol 486 GraphicUsed by:493
Symbol 487 GraphicUsed by:493
Symbol 488 GraphicUsed by:493
Symbol 489 GraphicUsed by:493
Symbol 490 GraphicUsed by:493
Symbol 491 GraphicUsed by:493
Symbol 492 GraphicUsed by:493
Symbol 493 MovieClipUses:479 480 481 482 483 484 485 486 487 488 489 490 491 492Used by:499
Symbol 494 BitmapUsed by:495
Symbol 495 GraphicUses:494Used by:499 674 766 797 803 877 929 937 982 1052 1145  Timeline
Symbol 496 SoundUsed by:499 823
Symbol 497 BitmapUsed by:498
Symbol 498 GraphicUses:497Used by:499
Symbol 499 MovieClipUses:251 233 225 227 229 231 475 476 477 478 493 316 312 495 496 314 498Used by:Timeline
Symbol 500 BitmapUsed by:501 503 505
Symbol 501 GraphicUses:500Used by:502
Symbol 502 MovieClipUses:501Used by:512
Symbol 503 GraphicUses:500Used by:504
Symbol 504 MovieClipUses:503Used by:512
Symbol 505 GraphicUses:500Used by:506
Symbol 506 MovieClipUses:505Used by:512
Symbol 507 MovieClipUses:319Used by:512
Symbol 508 SoundUsed by:512 595 797 999
Symbol 509 BitmapUsed by:510
Symbol 510 GraphicUses:509Used by:512
Symbol 511 SoundUsed by:512 1053
Symbol 512 MovieClipUses:502 504 506 507 508 510 511Used by:517
Symbol 513 GraphicUsed by:514
Symbol 514 MovieClipUses:513Used by:515
Symbol 515 MovieClipUses:514Used by:516 517 536 555 596 791 880 928 998 1070
Symbol 516 MovieClipUses:515 346Used by:517
Symbol 517 MovieClipUses:512 516 515Used by:Timeline
Symbol 518 BitmapUsed by:519
Symbol 519 GraphicUses:518Used by:520
Symbol 520 MovieClipUses:234 519Used by:Timeline
Symbol 521 GraphicUsed by:Timeline
Symbol 522 GraphicUsed by:523
Symbol 523 MovieClipUses:522Used by:Timeline
Symbol 524 BitmapUsed by:525
Symbol 525 GraphicUses:524Used by:Timeline
Symbol 526 BitmapUsed by:527 529 538
Symbol 527 GraphicUses:526Used by:528
Symbol 528 MovieClipUses:527Used by:535
Symbol 529 GraphicUses:526Used by:530
Symbol 530 MovieClipUses:529Used by:535
Symbol 531 MovieClipUses:320Used by:535
Symbol 532 MovieClipUses:294Used by:533 797 803 877 929 937 982 1052  Timeline
Symbol 533 MovieClipUses:312 532 314 316Used by:535 554 595 665 669 675 684 700 712 912 1043 1071 1077 1103 1107 1110 1113 1118  Timeline
Symbol 534 SoundUsed by:535 675 878
Symbol 535 MovieClipUses:528 321 530 531 533 534Used by:536
Symbol 536 MovieClipUses:535 515Used by:Timeline
Symbol 537 MovieClipUses:223Used by:539 545 985
Symbol 538 GraphicUses:526Used by:539 989
Symbol 539 MovieClipUses:537 538Used by:Timeline
Symbol 540 BitmapUsed by:541 542 546 548 550 976 978 980
Symbol 541 GraphicUses:540Used by:545 985
Symbol 542 GraphicUses:540Used by:543
Symbol 543 MovieClipUses:542Used by:544
Symbol 544 MovieClipUses:543Used by:545 985
Symbol 545 MovieClipUses:537 541 544Used by:Timeline
Symbol 546 GraphicUses:540Used by:547
Symbol 547 MovieClipUses:546Used by:554
Symbol 548 GraphicUses:540Used by:549
Symbol 549 MovieClipUses:548Used by:554
Symbol 550 GraphicUses:540Used by:551
Symbol 551 MovieClipUses:550Used by:554
Symbol 552 SoundUsed by:554 665 669
Symbol 553 SoundUsed by:554 684 823 878 989  Timeline
Symbol 554 MovieClipUses:547 549 551 333 533 552 553Used by:555
Symbol 555 MovieClipUses:554 515Used by:Timeline
Symbol 556 GraphicUsed by:557
Symbol 557 MovieClipUses:556Used by:558 972
Symbol 558 MovieClipUses:557Used by:559
Symbol 559 MovieClipUses:558Used by:561 668 673 678 991
Symbol 560 SoundUsed by:561
Symbol 561 MovieClipUses:559 560Used by:Timeline
Symbol 562 GraphicUsed by:578
Symbol 563 GraphicUsed by:577
Symbol 564 GraphicUsed by:572
Symbol 565 GraphicUsed by:572
Symbol 566 GraphicUsed by:572
Symbol 567 GraphicUsed by:572
Symbol 568 GraphicUsed by:572
Symbol 569 GraphicUsed by:572
Symbol 570 GraphicUsed by:572
Symbol 571 GraphicUsed by:572
Symbol 572 MovieClipUses:564 565 566 567 568 569 570 571Used by:577 778
Symbol 573 GraphicUsed by:577 778
Symbol 574 GraphicUsed by:577 778
Symbol 575 GraphicUsed by:577 778
Symbol 576 GraphicUsed by:577
Symbol 577 MovieClipUses:563 572 573 574 575 576Used by:578
Symbol 578 MovieClipUses:562 577Used by:Timeline
Symbol 579 GraphicUsed by:Timeline
Symbol 580 BitmapUsed by:581
Symbol 581 GraphicUses:580Used by:582
Symbol 582 MovieClipUses:581Used by:586 665  Timeline
Symbol 583 BitmapUsed by:584
Symbol 584 GraphicUses:583Used by:585
Symbol 585 MovieClipUses:584Used by:586 665  Timeline
Symbol 586 MovieClipUses:582 585Used by:652 653  Timeline
Symbol 587 BitmapUsed by:588
Symbol 588 GraphicUses:587Used by:Timeline
Symbol 589 BitmapUsed by:590 591
Symbol 590 GraphicUses:589Used by:594 671
Symbol 591 GraphicUses:589Used by:592
Symbol 592 MovieClipUses:591Used by:593 595 669 766
Symbol 593 MovieClipUses:592Used by:594
Symbol 594 MovieClipUses:590 593Used by:Timeline
Symbol 595 MovieClipUses:592 533 508Used by:596
Symbol 596 MovieClipUses:595 515Used by:Timeline
Symbol 597 GraphicUsed by:598
Symbol 598 MovieClipUses:597Used by:601
Symbol 599 GraphicUsed by:600
Symbol 600 MovieClipUses:599Used by:601
Symbol 601 MovieClipUses:598 600Used by:602
Symbol 602 MovieClipUses:601Used by:Timeline
Symbol 603 GraphicUsed by:604
Symbol 604 MovieClipUses:603Used by:633
Symbol 605 GraphicUsed by:606
Symbol 606 MovieClipUses:605Used by:633
Symbol 607 GraphicUsed by:633
Symbol 608 GraphicUsed by:609
Symbol 609 MovieClipUses:608Used by:633
Symbol 610 GraphicUsed by:611
Symbol 611 MovieClipUses:610Used by:633
Symbol 612 GraphicUsed by:613
Symbol 613 MovieClipUses:612Used by:633
Symbol 614 GraphicUsed by:616
Symbol 615 GraphicUsed by:616
Symbol 616 MovieClipUses:614 615Used by:633
Symbol 617 GraphicUsed by:618
Symbol 618 MovieClipUses:617Used by:633
Symbol 619 GraphicUsed by:633
Symbol 620 GraphicUsed by:633
Symbol 621 GraphicUsed by:633
Symbol 622 GraphicUsed by:633
Symbol 623 GraphicUsed by:633
Symbol 624 GraphicUsed by:633
Symbol 625 GraphicUsed by:633
Symbol 626 GraphicUsed by:633
Symbol 627 GraphicUsed by:633
Symbol 628 GraphicUsed by:633
Symbol 629 GraphicUsed by:633
Symbol 630 GraphicUsed by:633
Symbol 631 GraphicUsed by:633
Symbol 632 GraphicUsed by:633
Symbol 633 MovieClipUses:604 606 607 609 611 613 616 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632Used by:Timeline
Symbol 634 GraphicUsed by:635
Symbol 635 MovieClipUses:634Used by:Timeline
Symbol 636 GraphicUsed by:637
Symbol 637 MovieClipUses:636Used by:638
Symbol 638 MovieClipUses:637Used by:Timeline
Symbol 639 GraphicUsed by:643
Symbol 640 GraphicUsed by:641
Symbol 641 MovieClipUses:640Used by:643
Symbol 642 GraphicUsed by:643
Symbol 643 MovieClipUses:639 641 642Used by:Timeline
Symbol 644 FontUsed by:645 885
Symbol 645 TextUses:644 95Used by:Timeline
Symbol 646 BitmapUsed by:647
Symbol 647 GraphicUses:646Used by:648
Symbol 648 MovieClipUses:647Used by:Timeline
Symbol 649 BitmapUsed by:650
Symbol 650 GraphicUses:649Used by:651
Symbol 651 MovieClipUses:650Used by:665  Timeline
Symbol 652 MovieClipUses:586Used by:653
Symbol 653 MovieClipUses:586 652Used by:Timeline
Symbol 654 GraphicUses:342Used by:663 764 766  Timeline
Symbol 655 GraphicUsed by:663
Symbol 656 GraphicUsed by:663
Symbol 657 GraphicUsed by:663
Symbol 658 GraphicUsed by:663
Symbol 659 GraphicUsed by:663
Symbol 660 GraphicUsed by:663
Symbol 661 GraphicUsed by:663
Symbol 662 GraphicUsed by:663
Symbol 663 MovieClipUses:654 655 294 656 657 658 659 660 661 662Used by:665
Symbol 664 SoundUsed by:665 700 999 1043
Symbol 665 MovieClipUses:651 582 585 663 552 664 533 316Used by:666
Symbol 666 MovieClipUses:665Used by:Timeline
Symbol 667 SoundUsed by:668
Symbol 668 MovieClipUses:559 667Used by:Timeline
Symbol 669 MovieClipUses:592 533 552Used by:670 770 792
Symbol 670 MovieClipUses:669Used by:Timeline
Symbol 671 MovieClipUses:590Used by:Timeline
Symbol 672 SoundUsed by:673 991
Symbol 673 MovieClipUses:559 672Used by:Timeline
Symbol 674 MovieClipUses:312 314 495Used by:675 684 700 712 878 902  Timeline
Symbol 675 MovieClipUses:674 533 534Used by:676
Symbol 676 MovieClipUses:675Used by:Timeline
Symbol 677 SoundUsed by:678
Symbol 678 MovieClipUses:559 677Used by:Timeline
Symbol 679 BitmapUsed by:680 682 688 793 795 799
Symbol 680 GraphicUses:679Used by:681
Symbol 681 MovieClipUses:680Used by:684
Symbol 682 GraphicUses:679Used by:683
Symbol 683 MovieClipUses:682Used by:684
Symbol 684 MovieClipUses:681 683 533 553 674Used by:685
Symbol 685 MovieClipUses:684Used by:Timeline
Symbol 686 GraphicUsed by:687
Symbol 687 MovieClipUses:686Used by:691 717
Symbol 688 GraphicUses:679Used by:689 691
Symbol 689 MovieClipUses:688Used by:690
Symbol 690 MovieClipUses:689Used by:691
Symbol 691 MovieClipUses:687 688 690Used by:Timeline
Symbol 692 BitmapUsed by:693
Symbol 693 GraphicUses:692Used by:694
Symbol 694 MovieClipUses:693Used by:Timeline
Symbol 695 BitmapUsed by:696 698
Symbol 696 GraphicUses:695Used by:697
Symbol 697 MovieClipUses:223 696Used by:Timeline
Symbol 698 GraphicUses:695Used by:699
Symbol 699 MovieClipUses:698Used by:700
Symbol 700 MovieClipUses:699 674 533 664Used by:701
Symbol 701 MovieClipUses:700Used by:Timeline
Symbol 702 BitmapUsed by:703
Symbol 703 GraphicUses:702Used by:704
Symbol 704 MovieClipUses:703 316 321Used by:Timeline
Symbol 705 BitmapUsed by:706 708 714 875 876
Symbol 706 GraphicUses:705Used by:707
Symbol 707 MovieClipUses:706Used by:712 803
Symbol 708 GraphicUses:705Used by:709
Symbol 709 MovieClipUses:708Used by:712 803
Symbol 710 SoundUsed by:712 983 1077  Timeline
Symbol 711 SoundUsed by:712
Symbol 712 MovieClipUses:707 709 533 710 674 711Used by:713
Symbol 713 MovieClipUses:712Used by:Timeline
Symbol 714 GraphicUses:705Used by:715
Symbol 715 MovieClipUses:714Used by:716 717
Symbol 716 MovieClipUses:715Used by:717
Symbol 717 MovieClipUses:687 715 716Used by:Timeline
Symbol 718 BitmapUsed by:719
Symbol 719 GraphicUses:718Used by:720
Symbol 720 MovieClipUses:719Used by:Timeline
Symbol 721 BitmapUsed by:722 724 725
Symbol 722 GraphicUses:721Used by:723
Symbol 723 MovieClipUses:722Used by:Timeline
Symbol 724 GraphicUses:721Used by:Timeline
Symbol 725 GraphicUses:721Used by:726
Symbol 726 MovieClipUses:725Used by:Timeline
Symbol 727 SoundUsed by:Timeline
Symbol 728 BitmapUsed by:729
Symbol 729 GraphicUses:728Used by:730
Symbol 730 MovieClipUses:729Used by:Timeline
Symbol 731 SoundUsed by:Timeline
Symbol 732 BitmapUsed by:733
Symbol 733 GraphicUses:732Used by:734
Symbol 734 MovieClipUses:733Used by:Timeline
Symbol 735 BitmapUsed by:736 746 748 750 752
Symbol 736 GraphicUses:735Used by:766
Symbol 737 SoundUsed by:766
Symbol 738 SoundUsed by:766
Symbol 739 SoundUsed by:766
Symbol 740 GraphicUsed by:766
Symbol 741 GraphicUsed by:766
Symbol 742 GraphicUsed by:766
Symbol 743 GraphicUsed by:766
Symbol 744 GraphicUsed by:766
Symbol 745 SoundUsed by:766
Symbol 746 GraphicUses:735Used by:747
Symbol 747 MovieClipUses:746Used by:766
Symbol 748 GraphicUses:735Used by:749
Symbol 749 MovieClipUses:748Used by:766
Symbol 750 GraphicUses:735Used by:751
Symbol 751 MovieClipUses:750Used by:766
Symbol 752 GraphicUses:735Used by:753
Symbol 753 MovieClipUses:752Used by:766
Symbol 754 GraphicUsed by:760
Symbol 755 GraphicUsed by:760
Symbol 756 GraphicUsed by:760
Symbol 757 GraphicUsed by:760
Symbol 758 GraphicUsed by:760
Symbol 759 GraphicUsed by:760
Symbol 760 MovieClipUses:754 755 756 757 758 759Used by:766 879
Symbol 761 SoundUsed by:766 1053 1119
Symbol 762 SoundUsed by:766
Symbol 763 MovieClipUses:294Used by:766 807 902 1043  Timeline
Symbol 764 MovieClipUses:654Used by:766  Timeline
Symbol 765 SoundUsed by:766 859 902 1085 1119  Timeline
Symbol 766 MovieClipUses:736 737 738 316 592 739 312 654 314 740 294 495 741 742 743 744 745 747 749 751 753 760 761 762 763 332 321 764 765Used by:Timeline
Symbol 767 BitmapUsed by:768
Symbol 768 GraphicUses:767Used by:769
Symbol 769 MovieClipUses:768Used by:Timeline
Symbol 770 MovieClipUses:669Used by:Timeline
Symbol 771 BitmapUsed by:772
Symbol 772 GraphicUses:771Used by:773
Symbol 773 MovieClipUses:772Used by:Timeline
Symbol 774 GraphicUsed by:779
Symbol 775 GraphicUsed by:778
Symbol 776 GraphicUsed by:778
Symbol 777 SoundUsed by:778
Symbol 778 MovieClipUses:775 572 573 574 575 776 362 777Used by:779
Symbol 779 MovieClipUses:774 778Used by:Timeline
Symbol 780 BitmapUsed by:781
Symbol 781 GraphicUses:780Used by:782
Symbol 782 MovieClipUses:781Used by:Timeline
Symbol 783 GraphicUsed by:784
Symbol 784 MovieClipUses:783Used by:785
Symbol 785 MovieClipUses:784Used by:Timeline
Symbol 786 BitmapUsed by:787
Symbol 787 GraphicUses:786Used by:788
Symbol 788 MovieClipUses:787Used by:Timeline
Symbol 789 GraphicUsed by:790 803 929  Timeline
Symbol 790 MovieClipUses:789Used by:791 801 803 893 941
Symbol 791 MovieClipUses:515 790Used by:792 798 938 984
Symbol 792 MovieClipUses:669 791Used by:Timeline
Symbol 793 GraphicUses:679Used by:794
Symbol 794 MovieClipUses:793Used by:797
Symbol 795 GraphicUses:679Used by:796
Symbol 796 MovieClipUses:795Used by:797
Symbol 797 MovieClipUses:794 796 312 508 314 532 495Used by:798
Symbol 798 MovieClipUses:797 791Used by:Timeline
Symbol 799 GraphicUses:679Used by:800
Symbol 800 MovieClipUses:799Used by:Timeline
Symbol 801 MovieClipUses:790Used by:Timeline
Symbol 802 SoundUsed by:803 893
Symbol 803 MovieClipUses:707 709 312 789 802 314 532 495 790Used by:804
Symbol 804 MovieClipUses:803Used by:Timeline
Symbol 805 BitmapUsed by:806
Symbol 806 GraphicUses:805Used by:807
Symbol 807 MovieClipUses:806 763Used by:Timeline
Symbol 808 BitmapUsed by:809
Symbol 809 GraphicUses:808Used by:823
Symbol 810 GraphicUsed by:811
Symbol 811 MovieClipUses:810Used by:812
Symbol 812 MovieClipUses:811Used by:813
Symbol 813 MovieClipUses:812Used by:823
Symbol 814 BitmapUsed by:815
Symbol 815 GraphicUses:814Used by:823
Symbol 816 MovieClipUses:320Used by:823
Symbol 817 BitmapUsed by:818
Symbol 818 GraphicUses:817Used by:823
Symbol 819 BitmapUsed by:820
Symbol 820 GraphicUses:819Used by:823
Symbol 821 BitmapUsed by:822 848 850 852 854
Symbol 822 GraphicUses:821Used by:823
Symbol 823 MovieClipUses:234 809 813 815 321 315 317 816 334 818 333 316 496 820 553 822Used by:827  Timeline
Symbol 824 BitmapUsed by:825
Symbol 825 GraphicUses:824Used by:826
Symbol 826 MovieClipUses:825 333Used by:827  Timeline
Symbol 827 MovieClipUses:823 826Used by:Timeline
Symbol 828 GraphicUsed by:829
Symbol 829 MovieClipUses:828Used by:Timeline
Symbol 830 GraphicUsed by:Timeline
Symbol 831 GraphicUsed by:832
Symbol 832 MovieClipUses:831Used by:Timeline
Symbol 833 GraphicUsed by:834
Symbol 834 MovieClipUses:833Used by:835
Symbol 835 MovieClipUses:834Used by:Timeline
Symbol 836 GraphicUsed by:837
Symbol 837 MovieClipUses:836Used by:847
Symbol 838 MovieClipUses:71Used by:839 842 845
Symbol 839 MovieClipUses:71 838Used by:840 1090
Symbol 840 ButtonUses:839 71Used by:847
Symbol 841 GraphicUsed by:842 843
Symbol 842 MovieClipUses:841 838Used by:843
Symbol 843 ButtonUses:842 841 71Used by:847 1093
Symbol 844 GraphicUsed by:845 846
Symbol 845 MovieClipUses:844 838Used by:846
Symbol 846 ButtonUses:845 844 71Used by:847 1093
Symbol 847 MovieClipUses:837 840 843 846 SS4Used by:Timeline
Symbol 848 GraphicUses:821Used by:849
Symbol 849 MovieClipUses:848Used by:859
Symbol 850 GraphicUses:821Used by:851
Symbol 851 MovieClipUses:850Used by:859
Symbol 852 GraphicUses:821Used by:853
Symbol 853 MovieClipUses:852Used by:859
Symbol 854 GraphicUses:821Used by:855
Symbol 855 MovieClipUses:854Used by:859
Symbol 856 GraphicUsed by:857
Symbol 857 MovieClipUses:856Used by:859
Symbol 858 SoundUsed by:859 911 968
Symbol 859 MovieClipUses:849 851 853 855 333 857 765 858Used by:860
Symbol 860 MovieClipUses:859Used by:Timeline
Symbol 861 MovieClipUses:25Used by:Timeline
Symbol 862 GraphicUsed by:863
Symbol 863 MovieClipUses:862Used by:864
Symbol 864 MovieClipUses:863Used by:865
Symbol 865 MovieClipUses:864 301Used by:Timeline
Symbol 866 GraphicUsed by:867
Symbol 867 MovieClipUses:866Used by:873 1139
Symbol 868 GraphicUsed by:869
Symbol 869 MovieClipUses:868Used by:872
Symbol 870 GraphicUsed by:871
Symbol 871 MovieClipUses:870Used by:872
Symbol 872 MovieClipUses:869 871Used by:873 1139
Symbol 873 MovieClipUses:867 872 SS5Used by:874
Symbol 874 MovieClipUses:873Used by:Timeline
Symbol 875 GraphicUses:705Used by:878 882
Symbol 876 GraphicUses:705Used by:878 882
Symbol 877 MovieClipUses:312 314 532 495Used by:878 902 968 989 1053 1065 1110 1113 1118  Timeline
Symbol 878 MovieClipUses:875 876 877 534 674 553Used by:881 942
Symbol 879 MovieClipUses:760Used by:880 928 998 1070
Symbol 880 MovieClipUses:515 879Used by:881 893 902 911 942 969 984 990
Symbol 881 MovieClipUses:878 880Used by:Timeline
Symbol 882 MovieClipUses:875 876Used by:883 884 943
Symbol 883 MovieClipUses:882Used by:884
Symbol 884 MovieClipUses:882 883Used by:Timeline
Symbol 885 TextUses:644 95Used by:Timeline
Symbol 886 BitmapUsed by:887
Symbol 887 GraphicUses:886Used by:888
Symbol 888 MovieClipUses:887Used by:Timeline
Symbol 889 BitmapUsed by:890
Symbol 890 GraphicUses:889Used by:891
Symbol 891 MovieClipUses:890Used by:893
Symbol 892 SoundUsed by:893 1119
Symbol 893 MovieClipUses:891 790 892 880 315 802Used by:894
Symbol 894 MovieClipUses:893Used by:Timeline
Symbol 895 BitmapUsed by:896
Symbol 896 GraphicUses:895Used by:897
Symbol 897 MovieClipUses:896Used by:Timeline
Symbol 898 BitmapUsed by:899
Symbol 899 GraphicUses:898Used by:903
Symbol 900 BitmapUsed by:901
Symbol 901 GraphicUses:900Used by:903
Symbol 902 MovieClipUses:880 877 765 674 763Used by:903
Symbol 903 MovieClipUses:899 901 902Used by:Timeline
Symbol 904 MovieClipUses:11Used by:905
Symbol 905 MovieClipUses:904Used by:Timeline
Symbol 906 BitmapUsed by:907
Symbol 907 GraphicUses:906Used by:908
Symbol 908 MovieClipUses:907Used by:Timeline
Symbol 909 GraphicUsed by:910
Symbol 910 MovieClipUses:909Used by:Timeline
Symbol 911 MovieClipUses:880 858Used by:912
Symbol 912 MovieClipUses:911 533Used by:Timeline
Symbol 913 GraphicUsed by:914
Symbol 914 MovieClipUses:913Used by:Timeline
Symbol 915 BitmapUsed by:916 918 920
Symbol 916 GraphicUses:915Used by:917
Symbol 917 MovieClipUses:916Used by:922 929 937
Symbol 918 GraphicUses:915Used by:919
Symbol 919 MovieClipUses:918Used by:922 929 937
Symbol 920 GraphicUses:915Used by:921
Symbol 921 MovieClipUses:920Used by:922 929 937
Symbol 922 MovieClipUses:917 919 921Used by:923
Symbol 923 MovieClipUses:922Used by:Timeline
Symbol 924 BitmapUsed by:925
Symbol 925 GraphicUses:924Used by:926
Symbol 926 MovieClipUses:925Used by:Timeline
Symbol 927 SoundUsed by:929
Symbol 928 MovieClipUses:879 515Used by:929 937 1053 1065 1103  Timeline
Symbol 929 MovieClipUses:917 919 921 789 927 312 314 928 532 495Used by:930
Symbol 930 MovieClipUses:929Used by:Timeline
Symbol 931 GraphicUsed by:932
Symbol 932 MovieClipUses:931Used by:933
Symbol 933 MovieClipUses:932Used by:934
Symbol 934 MovieClipUses:933 279Used by:935
Symbol 935 MovieClipUses:934Used by:Timeline
Symbol 936 SoundUsed by:937 1043 1085
Symbol 937 MovieClipUses:917 919 921 936 312 314 928 532 495Used by:938
Symbol 938 MovieClipUses:937 791Used by:Timeline
Symbol 939 MovieClipUses:254Used by:Timeline
Symbol 940 GraphicUsed by:941
Symbol 941 MovieClipUses:940 790Used by:942
Symbol 942 MovieClipUses:878 880 941Used by:Timeline
Symbol 943 MovieClipUses:882Used by:Timeline
Symbol 944 BitmapUsed by:945
Symbol 945 GraphicUses:944Used by:946
Symbol 946 MovieClipUses:945Used by:Timeline
Symbol 947 BitmapUsed by:948
Symbol 948 GraphicUses:947Used by:949
Symbol 949 MovieClipUses:223 948Used by:965 968 970 987  Timeline
Symbol 950 BitmapUsed by:951
Symbol 951 GraphicUses:950Used by:952
Symbol 952 MovieClipUses:951Used by:965 968 970 987  Timeline
Symbol 953 BitmapUsed by:954
Symbol 954 GraphicUses:953Used by:955
Symbol 955 MovieClipUses:954Used by:965 968 970 987  Timeline
Symbol 956 BitmapUsed by:957
Symbol 957 GraphicUses:956Used by:958
Symbol 958 MovieClipUses:957Used by:965 968 970 987  Timeline
Symbol 959 BitmapUsed by:960
Symbol 960 GraphicUses:959Used by:961
Symbol 961 MovieClipUses:960Used by:965 968 970 987  Timeline
Symbol 962 BitmapUsed by:963
Symbol 963 GraphicUses:962Used by:964
Symbol 964 MovieClipUses:963Used by:965 968 970 987  Timeline
Symbol 965 MovieClipUses:949 952 955 958 961 964Used by:Timeline
Symbol 966 SoundUsed by:987  Timeline
Symbol 967 SoundUsed by:Timeline
Symbol 968 MovieClipUses:949 952 955 958 961 964 877 858Used by:969
Symbol 969 MovieClipUses:968 880Used by:Timeline
Symbol 970 MovieClipUses:949 952 955 958 961 964Used by:971
Symbol 971 MovieClipUses:970Used by:Timeline
Symbol 972 MovieClipUses:557Used by:973
Symbol 973 MovieClipUses:972Used by:975
Symbol 974 SoundUsed by:975
Symbol 975 MovieClipUses:973 974Used by:Timeline
Symbol 976 GraphicUses:540Used by:977
Symbol 977 MovieClipUses:976Used by:983
Symbol 978 GraphicUses:540Used by:979
Symbol 979 MovieClipUses:978Used by:983
Symbol 980 GraphicUses:540Used by:981
Symbol 981 MovieClipUses:980Used by:983
Symbol 982 MovieClipUses:312 314 532 321 495 316Used by:983 999 1043 1065  Timeline
Symbol 983 MovieClipUses:977 979 981 982 710Used by:984
Symbol 984 MovieClipUses:983 880 791Used by:Timeline
Symbol 985 MovieClipUses:537 541 544Used by:Timeline
Symbol 986 SoundUsed by:987
Symbol 987 MovieClipUses:949 952 955 958 961 964 966 986Used by:988
Symbol 988 MovieClipUses:987Used by:Timeline
Symbol 989 MovieClipUses:538 553 877Used by:990
Symbol 990 MovieClipUses:989 880Used by:Timeline
Symbol 991 MovieClipUses:559 672Used by:Timeline
Symbol 992 BitmapUsed by:993
Symbol 993 GraphicUses:992Used by:994
Symbol 994 MovieClipUses:993Used by:Timeline
Symbol 995 BitmapUsed by:996
Symbol 996 GraphicUses:995Used by:997 1001 1003
Symbol 997 MovieClipUses:996Used by:999
Symbol 998 MovieClipUses:515 879Used by:999
Symbol 999 MovieClipUses:997 982 998 508 664Used by:1000
Symbol 1000 MovieClipUses:999Used by:Timeline
Symbol 1001 MovieClipUses:996Used by:1002
Symbol 1002 MovieClipUses:1001Used by:1003
Symbol 1003 MovieClipUses:996 1002Used by:Timeline
Symbol 1004 MovieClipUses:203Used by:Timeline
Symbol 1005 GraphicUsed by:1006
Symbol 1006 MovieClipUses:1005Used by:1007
Symbol 1007 MovieClipUses:1006 284Used by:Timeline
Symbol 1008 GraphicUsed by:1009
Symbol 1009 MovieClipUses:1008Used by:1010
Symbol 1010 MovieClipUses:1009 272Used by:Timeline
Symbol 1011 MovieClipUses:337Used by:Timeline
Symbol 1012 BitmapUsed by:1013
Symbol 1013 GraphicUses:1012Used by:1014
Symbol 1014 MovieClipUses:1013Used by:Timeline
Symbol 1015 MovieClipUses:244Used by:Timeline
Symbol 1016 MovieClipUses:235 210 212 211 213Used by:Timeline
Symbol 1017 FontUsed by:1018 1020 1023 1027 1032
Symbol 1018 TextUses:1017 95Used by:Timeline
Symbol 1019 MovieClipUses:207 208 209 210 211 212 213Used by:Timeline
Symbol 1020 TextUses:1017 95Used by:Timeline
Symbol 1021 MovieClipUses:222 223 233 225 227 229 231Used by:Timeline
Symbol 1022 MovieClipUses:240 241 210 211 212Used by:Timeline
Symbol 1023 TextUses:1017 95Used by:Timeline
Symbol 1024 MovieClipUses:222 223 233 225 227 229 231Used by:Timeline
Symbol 1025 GraphicUsed by:1026
Symbol 1026 MovieClipUses:1025Used by:Timeline
Symbol 1027 TextUses:1017 95Used by:Timeline
Symbol 1028 BitmapUsed by:1029
Symbol 1029 GraphicUses:1028Used by:1030
Symbol 1030 MovieClipUses:1029Used by:Timeline
Symbol 1031 MovieClipUses:172 220 210 211 212Used by:Timeline
Symbol 1032 TextUses:1017 95Used by:Timeline
Symbol 1033 BitmapUsed by:1034
Symbol 1034 GraphicUses:1033Used by:1035
Symbol 1035 MovieClipUses:1034Used by:Timeline
Symbol 1036 SoundUsed by:Timeline
Symbol 1037 BitmapUsed by:1038
Symbol 1038 GraphicUses:1037Used by:1039 1045
Symbol 1039 MovieClipUses:1038Used by:1043
Symbol 1040 BitmapUsed by:1041 1048
Symbol 1041 GraphicUses:1040Used by:1042
Symbol 1042 MovieClipUses:1041Used by:1043
Symbol 1043 MovieClipUses:1039 1042 982 936 533 664 763Used by:1044
Symbol 1044 MovieClipUses:1043Used by:Timeline
Symbol 1045 MovieClipUses:1038Used by:1046 1047
Symbol 1046 MovieClipUses:1045Used by:1047
Symbol 1047 MovieClipUses:1045 1046Used by:Timeline
Symbol 1048 GraphicUses:1040Used by:1049
Symbol 1049 MovieClipUses:1048Used by:Timeline
Symbol 1050 BitmapUsed by:1051
Symbol 1051 GraphicUses:1050Used by:1053
Symbol 1052 MovieClipUses:312 314 532 321 495 316Used by:1053 1085 1103 1107 1110 1113 1118  Timeline
Symbol 1053 MovieClipUses:1051 877 511 761 928 1052 321Used by:1054
Symbol 1054 MovieClipUses:1053Used by:Timeline
Symbol 1055 BitmapUsed by:1056
Symbol 1056 GraphicUses:1055Used by:1057
Symbol 1057 MovieClipUses:1056Used by:1058 1059
Symbol 1058 MovieClipUses:1057Used by:1059
Symbol 1059 MovieClipUses:1057 1058Used by:Timeline
Symbol 1060 BitmapUsed by:1061
Symbol 1061 GraphicUses:1060Used by:1062
Symbol 1062 MovieClipUses:1061Used by:1065 1073 1074
Symbol 1063 BitmapUsed by:1064
Symbol 1064 GraphicUses:1063Used by:1065
Symbol 1065 MovieClipUses:1062 877 1064 982 928Used by:1066
Symbol 1066 MovieClipUses:1065Used by:Timeline
Symbol 1067 BitmapUsed by:1068 1075
Symbol 1068 GraphicUses:1067Used by:1069 1079
Symbol 1069 MovieClipUses:1068Used by:1071 1077
Symbol 1070 MovieClipUses:879 515Used by:1071 1077 1103 1107 1110
Symbol 1071 MovieClipUses:1069 1070 533Used by:1072
Symbol 1072 MovieClipUses:1071Used by:Timeline
Symbol 1073 MovieClipUses:1062Used by:1074
Symbol 1074 MovieClipUses:1062 1073Used by:Timeline
Symbol 1075 GraphicUses:1067Used by:1076
Symbol 1076 MovieClipUses:1075Used by:Timeline
Symbol 1077 MovieClipUses:1069 1070 533 710Used by:1078
Symbol 1078 MovieClipUses:1077Used by:Timeline
Symbol 1079 MovieClipUses:1068Used by:Timeline
Symbol 1080 BitmapUsed by:1081
Symbol 1081 GraphicUses:1080Used by:1082
Symbol 1082 MovieClipUses:1081Used by:Timeline
Symbol 1083 BitmapUsed by:1084
Symbol 1084 GraphicUses:1083Used by:1085 1087 1089
Symbol 1085 MovieClipUses:1084 1052 765 936Used by:1086
Symbol 1086 MovieClipUses:1085Used by:Timeline
Symbol 1087 MovieClipUses:1084Used by:1088
Symbol 1088 MovieClipUses:1087Used by:1089
Symbol 1089 MovieClipUses:1084 1088Used by:Timeline
Symbol 1090 ButtonUses:839 71Used by:1093
Symbol 1091 GraphicUsed by:1092
Symbol 1092 MovieClipUses:1091Used by:1093
Symbol 1093 MovieClipUses:1090 843 846 1092 SS6Used by:Timeline
Symbol 1094 BitmapUsed by:1095
Symbol 1095 GraphicUses:1094Used by:1119
Symbol 1096 GraphicUsed by:1098
Symbol 1097 GraphicUsed by:1098
Symbol 1098 MovieClipUses:1096 1097Used by:1099
Symbol 1099 MovieClipUses:1098Used by:1100
Symbol 1100 MovieClipUses:1099Used by:1119
Symbol 1101 BitmapUsed by:1102
Symbol 1102 GraphicUses:1101Used by:1119
Symbol 1103 MovieClipUses:533 1070 1052 928Used by:1119
Symbol 1104 SoundUsed by:1119  Timeline
Symbol 1105 BitmapUsed by:1106
Symbol 1106 GraphicUses:1105Used by:1119
Symbol 1107 MovieClipUses:533 1070 1052Used by:1119
Symbol 1108 BitmapUsed by:1109
Symbol 1109 GraphicUses:1108Used by:1119
Symbol 1110 MovieClipUses:533 1070 1052 877Used by:1119
Symbol 1111 BitmapUsed by:1112
Symbol 1112 GraphicUses:1111Used by:1119
Symbol 1113 MovieClipUses:533 333 877 1052Used by:1119
Symbol 1114 BitmapUsed by:1115
Symbol 1115 GraphicUses:1114Used by:1116
Symbol 1116 MovieClipUses:1115Used by:1119  Timeline
Symbol 1117 MovieClipUses:312 316 321 314Used by:1118  Timeline
Symbol 1118 MovieClipUses:533 877 1052 333 1117Used by:1119
Symbol 1119 MovieClipUses:1095 1100 1102 1103 1104 1106 1107 761 1109 1110 334 1112 1113 765 1116 1118 892Used by:Timeline
Symbol 1120 GraphicUsed by:Timeline
Symbol 1121 GraphicUsed by:1122
Symbol 1122 MovieClipUses:1121Used by:1123
Symbol 1123 MovieClipUses:1122Used by:Timeline
Symbol 1124 BitmapUsed by:1125 1129
Symbol 1125 GraphicUses:1124Used by:1126 1128
Symbol 1126 MovieClipUses:1125Used by:1127
Symbol 1127 MovieClipUses:1126Used by:1128
Symbol 1128 MovieClipUses:1125 1127Used by:Timeline
Symbol 1129 GraphicUses:1124Used by:1130
Symbol 1130 MovieClipUses:1129Used by:Timeline
Symbol 1131 BitmapUsed by:1132
Symbol 1132 GraphicUses:1131Used by:1133
Symbol 1133 MovieClipUses:1132Used by:1134
Symbol 1134 MovieClipUses:1133Used by:Timeline
Symbol 1135 GraphicUsed by:Timeline
Symbol 1136 GraphicUsed by:Timeline
Symbol 1137 GraphicUsed by:1138
Symbol 1138 MovieClipUses:1137Used by:Timeline
Symbol 1139 MovieClipUses:867 872 SS7Used by:1140
Symbol 1140 MovieClipUses:1139Used by:Timeline
Symbol 1141 GraphicUsed by:1142
Symbol 1142 MovieClipUses:1141Used by:Timeline
Symbol 1143 GraphicUsed by:1144
Symbol 1144 MovieClipUses:1143Used by:Timeline
Symbol 1145 MovieClipUses:312 314 495Used by:Timeline
Symbol 1146 MovieClipUses:71Used by:Timeline
Symbol 1147 BitmapUsed by:1148
Symbol 1148 GraphicUses:1147Used by:Timeline
Symbol 1149 BitmapUsed by:1150
Symbol 1150 GraphicUses:1149Used by:1151
Symbol 1151 MovieClipUses:1150Used by:Timeline
Symbol 1152 BitmapUsed by:1153
Symbol 1153 GraphicUses:1152Used by:1154
Symbol 1154 MovieClipUses:1153Used by:Timeline
Symbol 1155 GraphicUsed by:1156
Symbol 1156 MovieClipUses:1155Used by:Timeline
Symbol 1157 GraphicUsed by:1158
Symbol 1158 MovieClipUses:1157Used by:Timeline
Symbol 1159 GraphicUsed by:1160
Symbol 1160 MovieClipUses:1159Used by:Timeline
Symbol 1161 GraphicUsed by:1162
Symbol 1162 MovieClipUses:1161Used by:Timeline
Symbol 1163 GraphicUsed by:1164
Symbol 1164 MovieClipUses:1163Used by:Timeline
Symbol 1165 GraphicUsed by:1166
Symbol 1166 MovieClipUses:1165Used by:Timeline
Symbol 1167 GraphicUsed by:1168
Symbol 1168 MovieClipUses:1167Used by:Timeline
Symbol 1169 GraphicUsed by:1170
Symbol 1170 MovieClipUses:1169Used by:Timeline
Symbol 1171 GraphicUsed by:1172
Symbol 1172 MovieClipUses:1171Used by:Timeline
Symbol 1173 BitmapUsed by:1174
Symbol 1174 GraphicUses:1173Used by:1175
Symbol 1175 MovieClipUses:1174Used by:Timeline
Symbol 1176 GraphicUsed by:Timeline
Symbol 1177 GraphicUsed by:1178 1179
Symbol 1178 ButtonUses:1177Used by:Timeline
Symbol 1179 ButtonUses:1177Used by:Timeline
Symbol 1180 MovieClipUses:SS8Used by:Timeline
Symbol 1181 BitmapUsed by:1182 1183
Symbol 1182 GraphicUses:1181Used by:1186
Symbol 1183 GraphicUses:1181Used by:1186
Symbol 1184 GraphicUsed by:1185
Symbol 1185 MovieClipUses:1184Used by:1186
Symbol 1186 MovieClipUses:1182 1183 1185Used by:Timeline
Symbol 1187 BitmapUsed by:1188
Symbol 1188 GraphicUses:1187Used by:1189
Symbol 1189 MovieClipUses:1188Used by:Timeline
Symbol 1190 GraphicUsed by:1191 1192
Symbol 1191 MovieClipUses:1190Used by:1192
Symbol 1192 ButtonUses:1191 1190Used by:Timeline
Symbol 1193 BitmapUsed by:1194
Symbol 1194 GraphicUses:1193Used by:1195
Symbol 1195 MovieClipUses:1194Used by:Timeline
Symbol 1196 GraphicUsed by:1197 1198 1204
Symbol 1197 MovieClipUses:1196Used by:1198 1204
Symbol 1198 ButtonUses:1197 1196Used by:Timeline
Symbol 1199 GraphicUsed by:1200
Symbol 1200 MovieClipUses:1199Used by:1203
Symbol 1201 GraphicUsed by:1202
Symbol 1202 MovieClipUses:1201Used by:1203
Symbol 1203 MovieClipUses:1200 1202Used by:Timeline
Symbol 1204 ButtonUses:1197 1196Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 89 MovieClip
Streaming Sound 3Used by:Symbol 431 MovieClip
Streaming Sound 4Used by:Symbol 847 MovieClip
Streaming Sound 5Used by:Symbol 873 MovieClip
Streaming Sound 6Used by:Symbol 1093 MovieClip
Streaming Sound 7Used by:Symbol 1139 MovieClip
Streaming Sound 8Used by:Symbol 1180 MovieClip

Instance Names

"bar"Frame 1Symbol 12 MovieClip
"extras"Frame 641Symbol 112 MovieClip
"game"Frame 641Symbol 141 MovieClip
"thrust"Frame 2134Symbol 234 MovieClip
"thrust"Frame 2134Symbol 234 MovieClip
"thrust"Frame 2640Symbol 254 MovieClip
"laser"Frame 2640Symbol 310 MovieClip
"player_dam"Frame 2640Symbol 335 MovieClip
"pw_water"Frame 2640Symbol 339 MovieClip
"sbar"Frame 2640Symbol 341 MovieClip
"pw1"Frame 2640Symbol 347 MovieClip
"powerbar"Frame 2640Symbol 386 MovieClip
"misscounter"Frame 2640Symbol 397 MovieClip
"life"Frame 2640Symbol 413 MovieClip
"powerbar"Frame 2659Symbol 386 MovieClip
"misscounter"Frame 2659Symbol 397 MovieClip
"life"Frame 2659Symbol 413 MovieClip
"mis0"Frame 2659Symbol 431 MovieClip
"spaceship"Frame 2669Symbol 499 MovieClip
"we5"Frame 2786Symbol 517 MovieClip
"we6"Frame 2786Symbol 517 MovieClip
"we4"Frame 2786Symbol 517 MovieClip
"we2"Frame 2786Symbol 517 MovieClip
"enemy6"Frame 2795Symbol 520 MovieClip
"enemy4"Frame 2814Symbol 520 MovieClip
"enemy5"Frame 2830Symbol 520 MovieClip
"enemy2"Frame 2848Symbol 520 MovieClip
"we1"Frame 2915Symbol 536 MovieClip
"we2"Frame 2915Symbol 536 MovieClip
"we3"Frame 2915Symbol 536 MovieClip
"enemy1"Frame 2916Symbol 539 MovieClip
"enemy2"Frame 2941Symbol 539 MovieClip
"enemy3"Frame 2968Symbol 539 MovieClip
"dropship1"Frame 3017Symbol 545 MovieClip
"ds1"Frame 3017Symbol 555 MovieClip
"ball"Frame 3047Symbol 561 MovieClip
"ball"Frame 3062Symbol 561 MovieClip
"ball"Frame 3078Symbol 561 MovieClip
"ball"Frame 3112Symbol 561 MovieClip
"ball"Frame 3112Symbol 561 MovieClip
"powerup3"Frame 3129Symbol 578 MovieClip
"ball"Frame 3130Symbol 561 MovieClip
"enemy6"Frame 3165Symbol 520 MovieClip
"we5"Frame 3165Symbol 517 MovieClip
"we6"Frame 3165Symbol 517 MovieClip
"we4"Frame 3165Symbol 517 MovieClip
"we2"Frame 3165Symbol 517 MovieClip
"we3"Frame 3165Symbol 517 MovieClip
"we1"Frame 3165Symbol 517 MovieClip
"enemy1"Frame 3176Symbol 520 MovieClip
"enemy2"Frame 3186Symbol 520 MovieClip
"enemy3"Frame 3197Symbol 520 MovieClip
"enemy4"Frame 3207Symbol 520 MovieClip
"enemy5"Frame 3216Symbol 520 MovieClip
"we7"Frame 3249Symbol 536 MovieClip
"we8"Frame 3249Symbol 536 MovieClip
"we9"Frame 3249Symbol 536 MovieClip
"enemy7"Frame 3250Symbol 539 MovieClip
"enemy8"Frame 3271Symbol 539 MovieClip
"enemy9"Frame 3289Symbol 539 MovieClip
"dropship2"Frame 3401Symbol 594 MovieClip
"ds1"Frame 3407Symbol 596 MovieClip
"ds2"Frame 3407Symbol 596 MovieClip
"ds3"Frame 3407Symbol 596 MovieClip
"dropship3"Frame 3408Symbol 594 MovieClip
"dropship1"Frame 3408Symbol 594 MovieClip
"powerup3"Frame 3530Symbol 578 MovieClip
"dropship1"Frame 3557Symbol 594 MovieClip
"tg1"Frame 3700Symbol 651 MovieClip
"dropship1"Frame 3700Symbol 653 MovieClip
"ds1"Frame 3700Symbol 666 MovieClip
"tg2"Frame 3707Symbol 651 MovieClip
"dropship2"Frame 3707Symbol 653 MovieClip
"ds2"Frame 3707Symbol 666 MovieClip
"we1"Frame 3758Symbol 670 MovieClip
"we2"Frame 3758Symbol 670 MovieClip
"we3"Frame 3758Symbol 670 MovieClip
"we4"Frame 3758Symbol 670 MovieClip
"enemy1"Frame 3787Symbol 671 MovieClip
"enemy2"Frame 3806Symbol 671 MovieClip
"enemy3"Frame 3821Symbol 671 MovieClip
"enemy4"Frame 3830Symbol 671 MovieClip
"dropship1"Frame 3861Symbol 653 MovieClip
"tg3"Frame 3868Symbol 651 MovieClip
"dropship3"Frame 3868Symbol 653 MovieClip
"ds3"Frame 3868Symbol 666 MovieClip
"enemy5"Frame 3888Symbol 539 MovieClip
"we7"Frame 3889Symbol 676 MovieClip
"we6"Frame 3889Symbol 676 MovieClip
"we5"Frame 3889Symbol 676 MovieClip
"enemy6"Frame 3904Symbol 539 MovieClip
"enemy7"Frame 3916Symbol 539 MovieClip
"ds1"Frame 3964Symbol 685 MovieClip
"ds2"Frame 3964Symbol 685 MovieClip
"ds4"Frame 3964Symbol 685 MovieClip
"dropship1"Frame 3966Symbol 691 MovieClip
"dropship2"Frame 3993Symbol 691 MovieClip
"dropship4"Frame 3993Symbol 691 MovieClip
"enemy1"Frame 4040Symbol 697 MovieClip
"we3"Frame 4040Symbol 701 MovieClip
"we2"Frame 4040Symbol 701 MovieClip
"we1"Frame 4040Symbol 701 MovieClip
"enemy2"Frame 4063Symbol 697 MovieClip
"enemy3"Frame 4088Symbol 697 MovieClip
"powerup3"Frame 4194Symbol 578 MovieClip
"ds1"Frame 4224Symbol 713 MovieClip
"ds2"Frame 4224Symbol 713 MovieClip
"ds3"Frame 4224Symbol 713 MovieClip
"ds4"Frame 4224Symbol 713 MovieClip
"ds5"Frame 4224Symbol 713 MovieClip
"dropship1"Frame 4241Symbol 717 MovieClip
"dropship2"Frame 4264Symbol 717 MovieClip
"dropship3"Frame 4302Symbol 717 MovieClip
"dropship4"Frame 4344Symbol 717 MovieClip
"dropship5"Frame 4394Symbol 717 MovieClip
"we3"Frame 4496Symbol 701 MovieClip
"we2"Frame 4496Symbol 701 MovieClip
"enemy3"Frame 4497Symbol 697 MovieClip
"enemy2"Frame 4518Symbol 697 MovieClip
"we1"Frame 4913Symbol 701 MovieClip
"we2"Frame 4913Symbol 701 MovieClip
"we3"Frame 4913Symbol 770 MovieClip
"we4"Frame 4913Symbol 770 MovieClip
"enemy1"Frame 4914Symbol 697 MovieClip
"enemy3"Frame 4914Symbol 671 MovieClip
"enemy2"Frame 4944Symbol 697 MovieClip
"enemy4"Frame 4944Symbol 671 MovieClip
"powerup3"Frame 5178Symbol 578 MovieClip
"healthup"Frame 5178Symbol 779 MovieClip
"pw1"Frame 5286Symbol 339 MovieClip
"image"Frame 5286Symbol 785 MovieClip
"we1"Frame 5333Symbol 792 MovieClip
"we2"Frame 5333Symbol 792 MovieClip
"we3"Frame 5333Symbol 792 MovieClip
"we4"Frame 5333Symbol 792 MovieClip
"enemy1"Frame 5334Symbol 671 MovieClip
"enemy2"Frame 5362Symbol 671 MovieClip
"enemy4"Frame 5369Symbol 671 MovieClip
"enemy3"Frame 5376Symbol 671 MovieClip
"we5"Frame 5457Symbol 798 MovieClip
"we6"Frame 5457Symbol 798 MovieClip
"we7"Frame 5457Symbol 792 MovieClip
"we8"Frame 5457Symbol 792 MovieClip
"enemy7"Frame 5458Symbol 671 MovieClip
"enemy5"Frame 5458Symbol 800 MovieClip
"enemy8"Frame 5474Symbol 671 MovieClip
"enemy6"Frame 5474Symbol 800 MovieClip
"ds5"Frame 5514Symbol 804 MovieClip
"dropship5"Frame 5516Symbol 717 MovieClip
"b1"Frame 5854Symbol 860 MovieClip
"boss"Frame 5855Symbol 823 MovieClip
"boss_gun"Frame 5855Symbol 826 MovieClip
"dropship1"Frame 5855Symbol 861 MovieClip
"ds1"Frame 6444Symbol 881 MovieClip
"ds2"Frame 6444Symbol 881 MovieClip
"dropship1"Frame 6445Symbol 884 MovieClip
"dropship2"Frame 6469Symbol 884 MovieClip
"powerup3"Frame 6498Symbol 578 MovieClip
"ds3"Frame 6538Symbol 894 MovieClip
"boss_gun"Frame 6539Symbol 897 MovieClip
"boss"Frame 6539Symbol 903 MovieClip
"dropship3"Frame 6539Symbol 905 MovieClip
"sub_hat"Frame 6539Symbol 908 MovieClip
"we1"Frame 6618Symbol 912 MovieClip
"we2"Frame 6618Symbol 912 MovieClip
"we3"Frame 6618Symbol 912 MovieClip
"enemy1"Frame 6619Symbol 914 MovieClip
"enemy2"Frame 6624Symbol 914 MovieClip
"enemy3"Frame 6632Symbol 914 MovieClip
"healthup"Frame 6675Symbol 779 MovieClip
"ds1"Frame 6765Symbol 930 MovieClip
"ds2"Frame 6765Symbol 930 MovieClip
"dropship1"Frame 6766Symbol 923 MovieClip
"dropship2"Frame 6808Symbol 923 MovieClip
"healthup"Frame 6809Symbol 779 MovieClip
"we1"Frame 6820Symbol 701 MovieClip
"we2"Frame 6820Symbol 701 MovieClip
"we3"Frame 6820Symbol 701 MovieClip
"we4"Frame 6820Symbol 701 MovieClip
"enemy1"Frame 6821Symbol 697 MovieClip
"enemy2"Frame 6837Symbol 697 MovieClip
"ds4"Frame 6841Symbol 938 MovieClip
"dropship4"Frame 6843Symbol 923 MovieClip
"enemy3"Frame 6856Symbol 697 MovieClip
"enemy4"Frame 6871Symbol 697 MovieClip
"powerup3"Frame 6897Symbol 578 MovieClip
"we5"Frame 6915Symbol 792 MovieClip
"we6"Frame 6915Symbol 792 MovieClip
"we7"Frame 6915Symbol 792 MovieClip
"we8"Frame 6915Symbol 792 MovieClip
"enemy5"Frame 6916Symbol 671 MovieClip
"enemy6"Frame 6916Symbol 671 MovieClip
"enemy7"Frame 6916Symbol 671 MovieClip
"enemy8"Frame 6916Symbol 671 MovieClip
"ball"Frame 6919Symbol 561 MovieClip
"ball"Frame 6930Symbol 561 MovieClip
"ball"Frame 6938Symbol 561 MovieClip
"we1"Frame 6985Symbol 942 MovieClip
"we2"Frame 6985Symbol 942 MovieClip
"we3"Frame 6985Symbol 942 MovieClip
"we4"Frame 6985Symbol 942 MovieClip
"enemy3"Frame 6986Symbol 943 MovieClip
"enemy1"Frame 6986Symbol 943 MovieClip
"enemy4"Frame 7012Symbol 943 MovieClip
"enemy2"Frame 7012Symbol 943 MovieClip
"powerup3"Frame 7096Symbol 578 MovieClip
"ds1"Frame 7103Symbol 969 MovieClip
"dropship1"Frame 7105Symbol 971 MovieClip
"ds2"Frame 7149Symbol 984 MovieClip
"ds3"Frame 7149Symbol 984 MovieClip
"ds4"Frame 7149Symbol 984 MovieClip
"dropship2"Frame 7150Symbol 985 MovieClip
"dropship3"Frame 7168Symbol 985 MovieClip
"dropship4"Frame 7185Symbol 985 MovieClip
"we1"Frame 7205Symbol 990 MovieClip
"we2"Frame 7205Symbol 990 MovieClip
"we3"Frame 7205Symbol 990 MovieClip
"enemy1"Frame 7206Symbol 539 MovieClip
"enemy2"Frame 7223Symbol 539 MovieClip
"enemy3"Frame 7241Symbol 539 MovieClip
"ds1"Frame 7266Symbol 1000 MovieClip
"dropship1"Frame 7267Symbol 1003 MovieClip
"healthup"Frame 7419Symbol 779 MovieClip
"powerup3"Frame 7471Symbol 578 MovieClip
"pw1"Frame 7645Symbol 347 MovieClip
"ds1"Frame 7824Symbol 1044 MovieClip
"ds2"Frame 7824Symbol 1044 MovieClip
"dropship1"Frame 7826Symbol 1047 MovieClip
"tg1"Frame 7826Symbol 1049 MovieClip
"dropship2"Frame 7826Symbol 1047 MovieClip
"tg2"Frame 7826Symbol 1049 MovieClip
"ds3"Frame 7893Symbol 1054 MovieClip
"dropship3"Frame 7894Symbol 1059 MovieClip
"ds4"Frame 7897Symbol 1054 MovieClip
"dropship4"Frame 7898Symbol 1059 MovieClip
"ball"Frame 7918Symbol 561 MovieClip
"ball"Frame 7934Symbol 561 MovieClip
"ball"Frame 7973Symbol 561 MovieClip
"ball"Frame 7986Symbol 561 MovieClip
"ds5"Frame 8046Symbol 1066 MovieClip
"we1"Frame 8046Symbol 1072 MovieClip
"dropship5"Frame 8047Symbol 1074 MovieClip
"enemy1"Frame 8047Symbol 1076 MovieClip
"powerup3"Frame 8058Symbol 578 MovieClip
"we2"Frame 8075Symbol 1078 MovieClip
"we3"Frame 8075Symbol 1078 MovieClip
"we4"Frame 8075Symbol 1078 MovieClip
"enemy4"Frame 8076Symbol 1079 MovieClip
"enemy3"Frame 8076Symbol 1079 MovieClip
"enemy2"Frame 8076Symbol 1079 MovieClip
"healthup"Frame 8095Symbol 779 MovieClip
"ds1"Frame 8114Symbol 1044 MovieClip
"dropshjip3"Frame 8222Symbol 1059 MovieClip
"ds1"Frame 8239Symbol 1086 MovieClip
"ds2"Frame 8239Symbol 1086 MovieClip
"ds3"Frame 8239Symbol 1086 MovieClip
"ds4"Frame 8239Symbol 1086 MovieClip
"dropship4"Frame 8241Symbol 1089 MovieClip
"dropship3"Frame 8241Symbol 1089 MovieClip
"dropship2"Frame 8241Symbol 1089 MovieClip
"dropship1"Frame 8241Symbol 1089 MovieClip
"tank1"Frame 8385Symbol 1128 MovieClip
"tank2"Frame 8385Symbol 1128 MovieClip
"tg6"Frame 8385Symbol 1130 MovieClip
"tg7"Frame 8385Symbol 1130 MovieClip
"boss1"Frame 8488Symbol 1119 MovieClip
"dropship5"Frame 8488Symbol 1138 MovieClip
"tank1"Frame 9325Symbol 1128 MovieClip
"tank2"Frame 9325Symbol 1128 MovieClip
"tank1"Frame 9605Symbol 1128 MovieClip
"tank2"Frame 9605Symbol 1128 MovieClip
"thrust"Frame 9605Symbol 254 MovieClip
"spaceship"Frame 9605Symbol 499 MovieClip
"theText"Symbol 139 MovieClip Frame 1Symbol 135 MovieClip
"theMask"Symbol 139 MovieClip Frame 1Symbol 136 MovieClip
"dragger"Symbol 139 MovieClip Frame 1Symbol 138 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 2Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 3Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 4Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"chunk"Symbol 325 MovieClip Frame 5Symbol 324 MovieClip
"p"Symbol 499 MovieClip Frame 1Symbol 251 MovieClip
"p1"Symbol 499 MovieClip Frame 25Symbol 251 MovieClip
"p2"Symbol 499 MovieClip Frame 50Symbol 251 MovieClip
"p3"Symbol 499 MovieClip Frame 75Symbol 251 MovieClip
"p4"Symbol 499 MovieClip Frame 100Symbol 251 MovieClip
"p5"Symbol 499 MovieClip Frame 125Symbol 251 MovieClip
"chunk"Symbol 516 MovieClip Frame 1Symbol 515 MovieClip
"brass"Symbol 517 MovieClip Frame 2Symbol 516 MovieClip
"brass"Symbol 517 MovieClip Frame 2Symbol 516 MovieClip
"brass"Symbol 517 MovieClip Frame 2Symbol 516 MovieClip
"chunk"Symbol 517 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 517 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 517 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 517 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 517 MovieClip Frame 2Symbol 515 MovieClip
"thrust"Symbol 520 MovieClip Frame 1Symbol 234 MovieClip
"thrust"Symbol 520 MovieClip Frame 1Symbol 234 MovieClip
"chunk"Symbol 536 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 536 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 536 MovieClip Frame 2Symbol 515 MovieClip
"thrust"Symbol 539 MovieClip Frame 1Symbol 537 MovieClip
"thrust"Symbol 539 MovieClip Frame 1Symbol 537 MovieClip
"thrust"Symbol 545 MovieClip Frame 1Symbol 537 MovieClip
"thrust"Symbol 545 MovieClip Frame 1Symbol 537 MovieClip
"chunk"Symbol 555 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 555 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 555 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 555 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 555 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 555 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 555 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 555 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 555 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 555 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 596 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 596 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 596 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 596 MovieClip Frame 2Symbol 515 MovieClip
"chunk"Symbol 791 MovieClip Frame 1Symbol 515 MovieClip
"brass"Symbol 792 MovieClip Frame 2Symbol 791 MovieClip
"brass"Symbol 792 MovieClip Frame 2Symbol 791 MovieClip
"brass"Symbol 792 MovieClip Frame 2Symbol 791 MovieClip
"brass"Symbol 798 MovieClip Frame 2Symbol 791 MovieClip
"brass"Symbol 798 MovieClip Frame 2Symbol 791 MovieClip
"brass"Symbol 798 MovieClip Frame 2Symbol 791 MovieClip
"thrust"Symbol 823 MovieClip Frame 1Symbol 234 MovieClip
"thrust"Symbol 823 MovieClip Frame 1Symbol 234 MovieClip
"thrust"Symbol 823 MovieClip Frame 1Symbol 234 MovieClip
"thrust"Symbol 823 MovieClip Frame 1Symbol 234 MovieClip
"bblink"Symbol 823 MovieClip Frame 1Symbol 813 MovieClip
"boss"Symbol 827 MovieClip Frame 1Symbol 823 MovieClip
"boss_gun"Symbol 827 MovieClip Frame 1Symbol 826 MovieClip
"chunk"Symbol 880 MovieClip Frame 1Symbol 515 MovieClip
"chunk"Symbol 880 MovieClip Frame 4Symbol 515 MovieClip
"chunk"Symbol 880 MovieClip Frame 6Symbol 515 MovieClip
"chunk"Symbol 880 MovieClip Frame 10Symbol 515 MovieClip
"chunk"Symbol 928 MovieClip Frame 10Symbol 515 MovieClip
"brass"Symbol 938 MovieClip Frame 2Symbol 791 MovieClip
"brass"Symbol 938 MovieClip Frame 2Symbol 791 MovieClip
"brass"Symbol 938 MovieClip Frame 2Symbol 791 MovieClip
"brass"Symbol 942 MovieClip Frame 2Symbol 941 MovieClip
"brass"Symbol 942 MovieClip Frame 2Symbol 941 MovieClip
"dropship2"Symbol 984 MovieClip Frame 2Symbol 983 MovieClip
"brass"Symbol 984 MovieClip Frame 2Symbol 791 MovieClip
"brass"Symbol 984 MovieClip Frame 2Symbol 791 MovieClip
"thrust"Symbol 985 MovieClip Frame 1Symbol 537 MovieClip
"thrust"Symbol 985 MovieClip Frame 1Symbol 537 MovieClip
"chunk"Symbol 998 MovieClip Frame 1Symbol 515 MovieClip
"chunk"Symbol 998 MovieClip Frame 4Symbol 515 MovieClip
"chunk"Symbol 998 MovieClip Frame 6Symbol 515 MovieClip
"chunk"Symbol 998 MovieClip Frame 10Symbol 515 MovieClip
"chunk"Symbol 1070 MovieClip Frame 10Symbol 515 MovieClip
"bblink1"Symbol 1119 MovieClip Frame 1Symbol 1100 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$W6$RTjBeO8HYdFD6corwZtEh.."

Labels

"boss_dead"Frame 6404
"the_end"Frame 9325
"death"Frame 9439
"bar tween"Symbol 12 MovieClip Frame 1
"right"Symbol 251 MovieClip Frame 2
"left"Symbol 251 MovieClip Frame 3
"down"Symbol 251 MovieClip Frame 4
"up"Symbol 251 MovieClip Frame 5
"error"Symbol 471 MovieClip Frame 2
"topgun"Symbol 471 MovieClip Frame 3
"vimana"Symbol 471 MovieClip Frame 4
"spitfire"Symbol 471 MovieClip Frame 5
"sirius"Symbol 471 MovieClip Frame 6
"thot"Symbol 471 MovieClip Frame 7

Dynamic Text Variables

total_bytesSymbol 6 EditableText""
loaded_bytesSymbol 7 EditableText""
percent_doneSymbol 8 EditableText""
passwordSymbol 451 EditableText""




http://swfchan.com/6/29022/info.shtml
Created: 11/8 -2019 17:50:32 Last modified: 11/8 -2019 17:50:32 Server time: 02/05 -2024 17:58:28