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

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

Drakojan Skies 1.swf

This is the info page for
Flash #30219

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


Text
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 444
Frame 665
stop();
Frame 2653
numEnemy = 10; numdropship = 5;
Instance of Symbol 220 MovieClip "thrust" in Frame 2653
onClipEvent (enterFrame) { this._x = _root.spaceship._x + 0; this._y = _root.spaceship._y + 10; if (_root.spaceship._currentframe > 140) { nextFrame(); } }
Instance of Symbol 276 MovieClip "laser" in Frame 2653
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 301 MovieClip "player_dam" in Frame 2653
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 305 MovieClip "pw_water" in Frame 2653
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 313 MovieClip "pw1" in Frame 2653
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 383 MovieClip in Frame 2653
on (release) { toggleHighQuality(); }
Instance of Symbol 385 MovieClip in Frame 2653
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Instance of Symbol 397 MovieClip "mis0" in Frame 2672
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 465 MovieClip "spaceship" in Frame 2682
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 2689
Instance of Symbol 483 MovieClip "we5" in Frame 2799
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 483 MovieClip "we6" in Frame 2799
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 483 MovieClip "we4" in Frame 2799
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 483 MovieClip "we2" in Frame 2799
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 486 MovieClip "enemy6" in Frame 2808
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 486 MovieClip "enemy4" in Frame 2827
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 486 MovieClip "enemy5" in Frame 2843
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 486 MovieClip "enemy2" in Frame 2861
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 502 MovieClip "we1" in Frame 2928
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 502 MovieClip "we2" in Frame 2928
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 502 MovieClip "we3" in Frame 2928
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 505 MovieClip "enemy1" in Frame 2929
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 505 MovieClip "enemy2" in Frame 2954
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 505 MovieClip "enemy3" in Frame 2981
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 521 MovieClip "ds1" in Frame 3030
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 527 MovieClip "ball" in Frame 3060
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 527 MovieClip "ball" in Frame 3075
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 527 MovieClip "ball" in Frame 3091
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 527 MovieClip "ball" in Frame 3125
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 527 MovieClip "ball" in Frame 3125
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 544 MovieClip "powerup3" in Frame 3142
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 527 MovieClip "ball" in Frame 3143
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 486 MovieClip "enemy6" in Frame 3178
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 483 MovieClip "we5" in Frame 3178
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 483 MovieClip "we6" in Frame 3178
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 483 MovieClip "we4" in Frame 3178
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 483 MovieClip "we2" in Frame 3178
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 483 MovieClip "we3" in Frame 3178
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 483 MovieClip "we1" in Frame 3178
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 486 MovieClip "enemy1" in Frame 3189
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 486 MovieClip "enemy2" in Frame 3199
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 486 MovieClip "enemy3" in Frame 3210
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 486 MovieClip "enemy4" in Frame 3220
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 486 MovieClip "enemy5" in Frame 3229
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 502 MovieClip "we7" in Frame 3262
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 502 MovieClip "we8" in Frame 3262
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 502 MovieClip "we9" in Frame 3262
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 505 MovieClip "enemy7" in Frame 3263
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 505 MovieClip "enemy8" in Frame 3284
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 505 MovieClip "enemy9" in Frame 3302
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 560 MovieClip "dropship2" in Frame 3414
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 562 MovieClip "ds1" in Frame 3420
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 562 MovieClip "ds2" in Frame 3420
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 562 MovieClip "ds3" in Frame 3420
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 560 MovieClip "dropship3" in Frame 3421
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 560 MovieClip "dropship1" in Frame 3421
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 568 MovieClip in Frame 3469
onClipEvent (enterFrame) { if (_root.dropship1._currentframe < 3) { nextFrame(); } }
Instance of Symbol 568 MovieClip in Frame 3480
onClipEvent (enterFrame) { if (_root.dropship2._currentframe < 3) { nextFrame(); } }
Instance of Symbol 568 MovieClip in Frame 3490
onClipEvent (enterFrame) { if (_root.dropship3._currentframe < 3) { nextFrame(); } }
Instance of Symbol 544 MovieClip "powerup3" in Frame 3543
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 560 MovieClip "dropship1" in Frame 3570
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 617 MovieClip "tg1" in Frame 3713
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 619 MovieClip "dropship1" in Frame 3713
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 632 MovieClip "ds1" in Frame 3713
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 617 MovieClip "tg2" in Frame 3720
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 619 MovieClip "dropship2" in Frame 3720
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 632 MovieClip "ds2" in Frame 3720
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 634 MovieClip in Frame 3721
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 634 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 634 MovieClip in Frame 3752
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 634 MovieClip in Frame 3761
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 636 MovieClip "we1" in Frame 3771
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 636 MovieClip "we2" in Frame 3771
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 636 MovieClip "we3" in Frame 3771
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 636 MovieClip "we4" in Frame 3771
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 634 MovieClip in Frame 3790
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 637 MovieClip "enemy1" in Frame 3800
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 637 MovieClip "enemy2" in Frame 3819
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 634 MovieClip in Frame 3828
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 639 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.enemy1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 637 MovieClip "enemy3" in Frame 3834
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 637 MovieClip "enemy4" in Frame 3843
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 639 MovieClip in Frame 3845
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 639 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.enemy3._currentframe == 1) { nextFrame(); } }
Instance of Symbol 639 MovieClip in Frame 3873
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 619 MovieClip "dropship1" in Frame 3874
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 617 MovieClip "tg3" in Frame 3881
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 619 MovieClip "dropship3" in Frame 3881
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 632 MovieClip "ds3" in Frame 3881
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 505 MovieClip "enemy5" in Frame 3901
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 642 MovieClip "we7" in Frame 3902
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 642 MovieClip "we6" in Frame 3902
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 642 MovieClip "we5" in Frame 3902
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 505 MovieClip "enemy6" in Frame 3917
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 505 MovieClip "enemy7" in Frame 3929
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 644 MovieClip in Frame 3933
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 644 MovieClip in Frame 3948
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 644 MovieClip in Frame 3962
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 651 MovieClip "ds1" in Frame 3977
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 651 MovieClip "ds2" in Frame 3977
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 651 MovieClip "ds4" in Frame 3977
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 634 MovieClip in Frame 4015
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 634 MovieClip in Frame 4046
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 663 MovieClip "enemy1" in Frame 4053
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 667 MovieClip "we3" in Frame 4053
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 667 MovieClip "we2" in Frame 4053
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 667 MovieClip "we1" in Frame 4053
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 634 MovieClip in Frame 4063
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 663 MovieClip "enemy2" in Frame 4076
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 663 MovieClip "enemy3" in Frame 4101
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 544 MovieClip "powerup3" in Frame 4207
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 679 MovieClip "ds1" in Frame 4237
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 679 MovieClip "ds2" in Frame 4237
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 679 MovieClip "ds3" in Frame 4237
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 679 MovieClip "ds4" in Frame 4237
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 679 MovieClip "ds5" in Frame 4237
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 683 MovieClip "dropship1" in Frame 4254
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 683 MovieClip "dropship2" in Frame 4277
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 683 MovieClip "dropship3" in Frame 4315
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 683 MovieClip "dropship4" in Frame 4357
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 683 MovieClip "dropship5" in Frame 4407
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 667 MovieClip "we3" in Frame 4509
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 667 MovieClip "we2" in Frame 4509
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 663 MovieClip "enemy3" in Frame 4510
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 663 MovieClip "enemy2" in Frame 4531
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 667 MovieClip "we1" in Frame 4926
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 667 MovieClip "we2" in Frame 4926
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 736 MovieClip "we3" in Frame 4926
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 736 MovieClip "we4" in Frame 4926
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 663 MovieClip "enemy1" in Frame 4927
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 637 MovieClip "enemy3" in Frame 4927
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 663 MovieClip "enemy2" in Frame 4957
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 637 MovieClip "enemy4" in Frame 4957
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 639 MovieClip in Frame 5054
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 639 MovieClip in Frame 5087
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 544 MovieClip "powerup3" in Frame 5191
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 745 MovieClip "healthup" in Frame 5191
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 305 MovieClip "pw1" in Frame 5299
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 751 MovieClip "image" in Frame 5299
onClipEvent (load) { stop(); this._x = _root.spaceship._x; this._y = _root.spaceship._y + 20; }
Instance of Symbol 758 MovieClip "we1" in Frame 5346
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 758 MovieClip "we2" in Frame 5346
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 758 MovieClip "we3" in Frame 5346
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 758 MovieClip "we4" in Frame 5346
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 637 MovieClip "enemy1" in Frame 5347
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 637 MovieClip "enemy2" in Frame 5375
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 637 MovieClip "enemy4" in Frame 5382
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 637 MovieClip "enemy3" in Frame 5389
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 764 MovieClip "we5" in Frame 5470
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 764 MovieClip "we6" in Frame 5470
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 758 MovieClip "we7" in Frame 5470
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 758 MovieClip "we8" in Frame 5470
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 637 MovieClip "enemy7" in Frame 5471
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 637 MovieClip "enemy8" in Frame 5487
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 767 MovieClip in Frame 5518
onClipEvent (enterFrame) { if (_root.enemy7._currentframe == 1) { nextFrame(); } }
Instance of Symbol 770 MovieClip "ds5" in Frame 5527
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 683 MovieClip "dropship5" in Frame 5529
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 826 MovieClip "b1" in Frame 5867
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 827 MovieClip "dropship1" in Frame 5868
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 639 MovieClip in Frame 5899
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 639 MovieClip in Frame 5906
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 639 MovieClip in Frame 5913
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 831 MovieClip in Frame 5947
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 831 MovieClip in Frame 5952
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 831 MovieClip in Frame 5956
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 831 MovieClip in Frame 5961
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 831 MovieClip in Frame 5967
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 831 MovieClip in Frame 5973
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 840 MovieClip in Frame 6222
onClipEvent (enterFrame) { if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Frame 6416
gotoAndPlay (5887);
Instance of Symbol 847 MovieClip "ds1" in Frame 6457
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 847 MovieClip "ds2" in Frame 6457
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 831 MovieClip in Frame 6484
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 767 MovieClip in Frame 6504
onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 544 MovieClip "powerup3" in Frame 6511
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 831 MovieClip in Frame 6517
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 767 MovieClip in Frame 6543
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 860 MovieClip "ds3" in Frame 6551
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 871 MovieClip "dropship3" in Frame 6552
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 878 MovieClip "we1" in Frame 6631
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 878 MovieClip "we2" in Frame 6631
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 878 MovieClip "we3" in Frame 6631
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 880 MovieClip "enemy1" 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 880 MovieClip "enemy2" in Frame 6637
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 880 MovieClip "enemy3" in Frame 6645
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 745 MovieClip "healthup" in Frame 6688
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 896 MovieClip "ds1" in Frame 6778
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 896 MovieClip "ds2" in Frame 6778
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 889 MovieClip "dropship1" in Frame 6779
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 901 MovieClip in Frame 6799
onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 745 MovieClip "healthup" in Frame 6822
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 901 MovieClip in Frame 6830
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 667 MovieClip "we1" in Frame 6833
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 667 MovieClip "we2" in Frame 6833
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 667 MovieClip "we3" in Frame 6833
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 667 MovieClip "we4" in Frame 6833
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 663 MovieClip "enemy1" in Frame 6834
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 663 MovieClip "enemy2" in Frame 6850
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 904 MovieClip "ds4" in Frame 6854
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 905 MovieClip in Frame 6856
onClipEvent (enterFrame) { if (_root.ds4._currentframe == 2) { nextFrame(); } }
Instance of Symbol 663 MovieClip "enemy3" in Frame 6869
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 663 MovieClip "enemy4" in Frame 6884
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 544 MovieClip "powerup3" in Frame 6910
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 758 MovieClip "we5" in Frame 6928
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 758 MovieClip "we6" in Frame 6928
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 758 MovieClip "we7" in Frame 6928
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 758 MovieClip "we8" in Frame 6928
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 637 MovieClip "enemy5" in Frame 6929
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 637 MovieClip "enemy6" in Frame 6929
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 637 MovieClip "enemy7" in Frame 6929
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 637 MovieClip "enemy8" in Frame 6929
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 527 MovieClip "ball" in Frame 6932
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 527 MovieClip "ball" in Frame 6943
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 527 MovieClip "ball" in Frame 6951
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 639 MovieClip in Frame 6968
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 639 MovieClip in Frame 6978
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 908 MovieClip "we1" in Frame 6998
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 908 MovieClip "we2" in Frame 6998
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 908 MovieClip "we3" in Frame 6998
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 908 MovieClip "we4" in Frame 6998
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 909 MovieClip "enemy3" in Frame 6999
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 909 MovieClip "enemy1" in Frame 6999
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 909 MovieClip "enemy4" in Frame 7025
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 909 MovieClip "enemy2" in Frame 7025
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 544 MovieClip "powerup3" in Frame 7109
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 935 MovieClip "ds1" in Frame 7116
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 941 MovieClip in Frame 7122
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 941 MovieClip in Frame 7134
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 941 MovieClip in Frame 7145
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 941 MovieClip in Frame 7156
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 950 MovieClip "ds2" in Frame 7162
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 950 MovieClip "ds3" in Frame 7162
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 950 MovieClip "ds4" in Frame 7162
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 951 MovieClip "dropship2" in Frame 7163
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 941 MovieClip in Frame 7172
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 951 MovieClip "dropship3" in Frame 7181
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 941 MovieClip in Frame 7183
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 951 MovieClip "dropship4" in Frame 7198
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 954 MovieClip in Frame 7205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 956 MovieClip "we1" in Frame 7218
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 956 MovieClip "we2" in Frame 7218
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 956 MovieClip "we3" in Frame 7218
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 505 MovieClip "enemy1" in Frame 7219
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 957 MovieClip in Frame 7228
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 505 MovieClip "enemy2" in Frame 7236
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 957 MovieClip in Frame 7245
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 505 MovieClip "enemy3" in Frame 7254
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 957 MovieClip in Frame 7263
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 966 MovieClip "ds1" in Frame 7279
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 969 MovieClip "dropship1" in Frame 7280
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 973 MovieClip in Frame 7328
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 973 MovieClip in Frame 7338
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 973 MovieClip in Frame 7344
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 973 MovieClip in Frame 7358
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 976 MovieClip in Frame 7410
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 976 MovieClip in Frame 7427
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 745 MovieClip "healthup" in Frame 7432
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 976 MovieClip in Frame 7444
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 977 MovieClip in Frame 7445
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 544 MovieClip "powerup3" in Frame 7484
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 313 MovieClip "pw1" in Frame 7658
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 1010 MovieClip "ds1" in Frame 7837
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 1010 MovieClip "ds2" in Frame 7837
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 1013 MovieClip "dropship1" in Frame 7839
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 1015 MovieClip "tg1" in Frame 7839
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 1013 MovieClip "dropship2" in Frame 7839
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 1015 MovieClip "tg2" in Frame 7839
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 1020 MovieClip "ds3" in Frame 7906
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 1020 MovieClip "ds4" in Frame 7910
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 527 MovieClip "ball" in Frame 7931
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 527 MovieClip "ball" in Frame 7947
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 527 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.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 527 MovieClip "ball" in Frame 7999
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 1032 MovieClip "ds5" in Frame 8059
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 1038 MovieClip "we1" in Frame 8059
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 544 MovieClip "powerup3" in Frame 8071
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 1044 MovieClip "we2" in Frame 8088
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 1044 MovieClip "we3" in Frame 8088
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 1044 MovieClip "we4" in Frame 8088
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 745 MovieClip "healthup" in Frame 8108
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 "ds1" in Frame 8127
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 1052 MovieClip "ds1" in Frame 8252
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 1052 MovieClip "ds2" in Frame 8252
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 1052 MovieClip "ds3" in Frame 8252
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 1052 MovieClip "ds4" in Frame 8252
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 1096 MovieClip "tg6" in Frame 8398
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 1096 MovieClip "tg7" in Frame 8398
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 1104 MovieClip "dropship5" in Frame 8501
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 831 MovieClip in Frame 8554
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 831 MovieClip in Frame 8571
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 831 MovieClip in Frame 8588
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 634 MovieClip in Frame 8672
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 634 MovieClip in Frame 8682
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 1106 MovieClip in Frame 8774
onClipEvent (enterFrame) { nextFrame(); }
Instance of Symbol 1106 MovieClip in Frame 8955
onClipEvent (enterFrame) { nextFrame(); }
Instance of Symbol 976 MovieClip in Frame 9149
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 976 MovieClip in Frame 9160
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 976 MovieClip in Frame 9172
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 976 MovieClip in Frame 9183
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 9333
gotoAndPlay (8502);
Instance of Symbol 383 MovieClip in Frame 9338
on (release) { toggleHighQuality(); }
Instance of Symbol 385 MovieClip in Frame 9338
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Frame 9445
gotoAndPlay (9618);
Frame 9452
gotoAndPlay (9453);
Frame 9617
stop();
Frame 9815
stop();
Frame 9857
stop();
Frame 9888
stop();
Frame 9921
gotoAndPlay (439);
Symbol 12 MovieClip Frame 1
bar.stop();
Symbol 17 Button
on (release) { getURL ("http://www.gamesofgondor.com", "_blank"); }
Symbol 63 MovieClip Frame 6
stop();
Symbol 64 Button
on (release) { gotoAndPlay (2); }
Symbol 74 Button
on (release) { gotoAndPlay (20); }
Symbol 75 Button
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Symbol 76 Button
on (release) { getURL ("http://omegadragon3000.sheezyart.com", "_blank"); }
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 2
if (_root.game._currentframe > 2) { _root.game.gotoAndPlay(47); }
Symbol 78 MovieClip Frame 14
stop();
Symbol 78 MovieClip Frame 30
gotoAndStop (1);
Symbol 80 Button
on (release) { gotoAndPlay (2); }
Symbol 83 Button
on (release) { gotoAndPlay (47); }
Symbol 84 Button
on (release) { gotoAndPlay (31); }
Symbol 85 Button
on (release) { gotoAndPlay (20); }
Symbol 86 Button
on (release) { gotoAndPlay (40); }
Symbol 91 Button
on (release) { gotoAndStop (14); }
Symbol 95 Button
on (release) { nextFrame(); }
Symbol 97 Button
on (release) { prevFrame(); }
Symbol 105 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 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 2
if (_root.extras._currentframe > 2) { _root.extras.gotoAndPlay(20); }
Symbol 107 MovieClip Frame 14
stop();
Symbol 107 MovieClip Frame 25
stop();
Symbol 107 MovieClip Frame 35
stop();
Symbol 107 MovieClip Frame 45
stop();
Symbol 107 MovieClip Frame 59
gotoAndStop (1);
Symbol 110 Button
on (release) { nextFrame(); play(); }
Symbol 112 Button
on (release) { getURL ("http://www.gamesofgondor.com", "_blank"); }
Symbol 116 Button
on (release) { gotoAndPlay (1649); }
Symbol 171 Button
on (release) { gotoAndPlay (2537); }
Symbol 213 MovieClip Frame 30
stop();
Symbol 214 MovieClip Frame 30
stop();
Symbol 215 MovieClip Frame 30
stop();
Symbol 216 MovieClip Frame 26
stop();
Symbol 217 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 7
stop();
Symbol 225 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 1
stop();
Instance of Symbol 225 MovieClip in Symbol 226 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 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 2
stop();
Symbol 230 MovieClip Frame 2
stop();
Symbol 232 MovieClip Frame 2
stop();
Symbol 233 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 2
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 2
stop();
Symbol 243 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 244 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 243 MovieClip in Symbol 244 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 244 MovieClip Frame 28
stop();
Symbol 246 MovieClip Frame 2
stop();
Symbol 248 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 1
stop();
Instance of Symbol 248 MovieClip in Symbol 249 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 251 MovieClip Frame 2
stop();
Symbol 254 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 1
stop();
Instance of Symbol 257 MovieClip in Symbol 258 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 258 MovieClip Frame 17
stop();
Symbol 261 MovieClip Frame 17
stop();
Symbol 262 MovieClip Frame 26
stop();
Symbol 263 MovieClip Frame 2
stop();
Symbol 265 MovieClip Frame 1
stop();
Instance of Symbol 248 MovieClip in Symbol 266 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 268 MovieClip Frame 2
stop();
Symbol 270 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 1
stop();
Instance of Symbol 270 MovieClip in Symbol 273 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 270 MovieClip in Symbol 273 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 272 MovieClip in Symbol 273 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 272 MovieClip in Symbol 273 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 275 MovieClip Frame 2
stop();
Symbol 276 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 228 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (load) { if (currentframe < 2) { if (Key.isDown(67)) { nextFrame(); } stop(); } stop(); } onClipEvent (enterFrame) { }
Instance of Symbol 233 MovieClip in Symbol 276 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 237 MovieClip in Symbol 276 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 237 MovieClip in Symbol 276 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 237 MovieClip in Symbol 276 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 248 MovieClip in Symbol 276 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 255 MovieClip in Symbol 276 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 255 MovieClip in Symbol 276 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 255 MovieClip in Symbol 276 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 265 MovieClip in Symbol 276 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 265 MovieClip in Symbol 276 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 265 MovieClip in Symbol 276 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 281 MovieClip Frame 17
stop();
Symbol 282 MovieClip Frame 24
gotoAndPlay (8);
Symbol 283 MovieClip Frame 18
stop();
Symbol 289 MovieClip Frame 24
stop();
Symbol 290 MovieClip Frame 1
Symbol 290 MovieClip Frame 33
stop();
Instance of Symbol 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 290 MovieClip "chunk" in Symbol 291 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 291 MovieClip Frame 118
stop();
Symbol 299 MovieClip Frame 65
stop();
Symbol 301 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 7
stop();
Instance of Symbol 281 MovieClip in Symbol 301 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 283 MovieClip in Symbol 301 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 301 MovieClip Frame 8
stop();
Instance of Symbol 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 287 MovieClip in Symbol 301 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 292 MovieClip in Symbol 301 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 293 MovieClip in Symbol 301 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 294 MovieClip in Symbol 301 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 295 MovieClip in Symbol 301 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 296 MovieClip in Symbol 301 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 297 MovieClip in Symbol 301 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 303 MovieClip Frame 14
gotoAndPlay (11);
Symbol 304 MovieClip Frame 16
stop();
Symbol 305 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 24
gotoAndPlay (12);
Symbol 312 MovieClip Frame 20
stop();
Symbol 313 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 6
stop();
Symbol 352 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 10
stop();
Symbol 378 MovieClip Frame 12
stop();
Symbol 379 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 2
play();
Instance of Symbol 394 MovieClip in Symbol 397 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 396 MovieClip in Symbol 397 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 397 MovieClip Frame 74
gotoAndStop (1);
Symbol 402 Button
on (release) { nextFrame(); stop(); }
Symbol 410 MovieClip Frame 6
stop();
Symbol 411 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 419 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 423 MovieClip Frame 84
stop();
Symbol 426 MovieClip Frame 88
stop();
Symbol 429 MovieClip Frame 79
stop();
Symbol 432 MovieClip Frame 73
stop();
Symbol 435 MovieClip Frame 85
stop();
Symbol 436 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 437 MovieClip Frame 1
stop();
Symbol 439 Button
on (release) { prevFrame(); stop(); }
Symbol 440 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 1
stop();
Instance of Symbol 217 MovieClip "p" in Symbol 465 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p.gotoAndStop(5); } }
Symbol 465 MovieClip Frame 2
tellTarget ("/life") { nextFrame(); };
Symbol 465 MovieClip Frame 25
stop();
Instance of Symbol 217 MovieClip "p1" in Symbol 465 MovieClip Frame 25
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p1.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p1.gotoAndStop(5); } }
Symbol 465 MovieClip Frame 26
tellTarget ("/life") { nextFrame(); };
Symbol 465 MovieClip Frame 50
stop();
Instance of Symbol 217 MovieClip "p2" in Symbol 465 MovieClip Frame 50
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p2.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p2.gotoAndStop(5); } }
Symbol 465 MovieClip Frame 51
tellTarget ("/life") { nextFrame(); };
Symbol 465 MovieClip Frame 75
stop();
Instance of Symbol 217 MovieClip "p3" in Symbol 465 MovieClip Frame 75
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p3.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p3.gotoAndStop(5); } }
Symbol 465 MovieClip Frame 76
tellTarget ("/life") { nextFrame(); };
Symbol 465 MovieClip Frame 100
stop();
Instance of Symbol 217 MovieClip "p4" in Symbol 465 MovieClip Frame 100
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p4.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p4.gotoAndStop(5); } }
Symbol 465 MovieClip Frame 101
tellTarget ("/life") { nextFrame(); };
Symbol 465 MovieClip Frame 125
stop();
Instance of Symbol 217 MovieClip "p5" in Symbol 465 MovieClip Frame 125
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p5.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p5.gotoAndStop(5); } }
Symbol 465 MovieClip Frame 126
tellTarget ("/life") { nextFrame(); };
Symbol 465 MovieClip Frame 215
stop(); _root.gotoAndPlay("death");
Symbol 478 MovieClip Frame 27
stop();
Symbol 481 MovieClip Frame 58
stop();
Symbol 482 MovieClip Frame 1
stop();
Symbol 483 MovieClip Frame 1
stop();
Instance of Symbol 482 MovieClip "brass" in Symbol 483 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 482 MovieClip "brass" in Symbol 483 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 482 MovieClip "brass" in Symbol 483 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 481 MovieClip "chunk" in Symbol 483 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 481 MovieClip "chunk" in Symbol 483 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 481 MovieClip "chunk" in Symbol 483 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 481 MovieClip "chunk" in Symbol 483 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 481 MovieClip "chunk" in Symbol 483 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 486 MovieClip Frame 1
stop();
Symbol 486 MovieClip Frame 10
stop();
Symbol 499 MovieClip Frame 26
stop();
Symbol 501 MovieClip Frame 30
stop();
Symbol 502 MovieClip Frame 1
stop();
Instance of Symbol 481 MovieClip "chunk" in Symbol 502 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 481 MovieClip "chunk" in Symbol 502 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 481 MovieClip "chunk" in Symbol 502 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 505 MovieClip Frame 1
stop();
Symbol 505 MovieClip Frame 10
stop();
Symbol 510 MovieClip Frame 6
stop();
Symbol 511 MovieClip Frame 1
stop();
Symbol 511 MovieClip Frame 16
play();
Symbol 511 MovieClip Frame 20
stop();
Symbol 520 MovieClip Frame 43
stop();
Symbol 521 MovieClip Frame 1
stop();
Instance of Symbol 481 MovieClip "chunk" in Symbol 521 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 481 MovieClip "chunk" in Symbol 521 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 481 MovieClip "chunk" in Symbol 521 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 481 MovieClip "chunk" in Symbol 521 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 481 MovieClip "chunk" in Symbol 521 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 481 MovieClip "chunk" in Symbol 521 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 481 MovieClip "chunk" in Symbol 521 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 481 MovieClip "chunk" in Symbol 521 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 481 MovieClip "chunk" in Symbol 521 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 481 MovieClip "chunk" in Symbol 521 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 523 MovieClip Frame 1
stop();
Instance of Symbol 523 MovieClip in Symbol 524 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 525 MovieClip Frame 1
stop();
Symbol 527 MovieClip Frame 1
stop();
Symbol 538 MovieClip Frame 14
stop();
Symbol 543 MovieClip Frame 33
stop();
Symbol 544 MovieClip Frame 1
stop();
Symbol 559 MovieClip Frame 6
stop();
Symbol 560 MovieClip Frame 1
stop();
Symbol 560 MovieClip Frame 4
play();
Symbol 560 MovieClip Frame 13
stop();
Symbol 561 MovieClip Frame 22
stop();
Symbol 562 MovieClip Frame 1
stop();
Instance of Symbol 481 MovieClip "chunk" in Symbol 562 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 481 MovieClip "chunk" in Symbol 562 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 481 MovieClip "chunk" in Symbol 562 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 481 MovieClip "chunk" in Symbol 562 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 566 MovieClip in Symbol 567 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 567 MovieClip Frame 38
stop();
Symbol 568 MovieClip Frame 1
stop();
Symbol 617 MovieClip Frame 1
stop();
Symbol 618 MovieClip Frame 6
stop();
Symbol 619 MovieClip Frame 1
stop();
Symbol 619 MovieClip Frame 7
stop();
Symbol 629 MovieClip Frame 36
stop();
Symbol 631 MovieClip Frame 29
stop();
Symbol 632 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 1
stop();
Symbol 635 MovieClip Frame 22
stop();
Symbol 636 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 2
play();
Symbol 637 MovieClip Frame 11
stop();
Symbol 639 MovieClip Frame 1
stop();
Symbol 640 MovieClip Frame 7
stop();
Symbol 641 MovieClip Frame 30
stop();
Symbol 642 MovieClip Frame 1
stop();
Symbol 644 MovieClip Frame 1
stop();
Symbol 650 MovieClip Frame 26
stop();
Symbol 651 MovieClip Frame 1
stop();
Symbol 656 MovieClip Frame 7
stop();
Symbol 657 MovieClip Frame 1
stop();
Symbol 657 MovieClip Frame 4
play();
Symbol 657 MovieClip Frame 10
stop();
Symbol 663 MovieClip Frame 1
stop();
Symbol 663 MovieClip Frame 2
play();
Symbol 663 MovieClip Frame 10
stop();
Symbol 666 MovieClip Frame 30
stop();
Symbol 667 MovieClip Frame 1
stop();
Symbol 678 MovieClip Frame 40
stop();
Symbol 679 MovieClip Frame 1
stop();
Symbol 682 MovieClip Frame 6
stop();
Symbol 683 MovieClip Frame 1
stop();
Symbol 683 MovieClip Frame 6
play();
Symbol 683 MovieClip Frame 10
stop();
Symbol 729 MovieClip Frame 38
gotoAndPlay (8);
Symbol 732 MovieClip Frame 365
stop();
Symbol 736 MovieClip Frame 1
stop();
Symbol 744 MovieClip Frame 33
stop();
Symbol 745 MovieClip Frame 1
stop();
Symbol 750 MovieClip Frame 22
stop();
Instance of Symbol 750 MovieClip in Symbol 751 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 756 MovieClip Frame 24
stop();
Symbol 757 MovieClip Frame 1
stop();
Symbol 758 MovieClip Frame 1
stop();
Instance of Symbol 757 MovieClip "brass" in Symbol 758 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 757 MovieClip "brass" in Symbol 758 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 757 MovieClip "brass" in Symbol 758 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 763 MovieClip Frame 20
stop();
Symbol 764 MovieClip Frame 1
stop();
Instance of Symbol 757 MovieClip "brass" in Symbol 764 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 757 MovieClip "brass" in Symbol 764 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 757 MovieClip "brass" in Symbol 764 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 766 MovieClip Frame 1
stop();
Symbol 766 MovieClip Frame 2
play();
Symbol 766 MovieClip Frame 10
stop();
Symbol 767 MovieClip Frame 1
stop();
Symbol 769 MovieClip Frame 40
stop();
Symbol 770 MovieClip Frame 1
stop();
Symbol 778 MovieClip Frame 6
stop();
Symbol 779 MovieClip Frame 1
stop();
Symbol 779 MovieClip Frame 17
gotoAndStop (2);
Symbol 789 MovieClip Frame 1
stop();
Instance of Symbol 287 MovieClip in Symbol 789 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 281 MovieClip in Symbol 789 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 283 MovieClip in Symbol 789 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 281 MovieClip in Symbol 789 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 283 MovieClip in Symbol 789 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 281 MovieClip in Symbol 789 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 281 MovieClip in Symbol 789 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 281 MovieClip in Symbol 789 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 281 MovieClip in Symbol 789 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 281 MovieClip in Symbol 789 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 281 MovieClip in Symbol 789 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 281 MovieClip in Symbol 789 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 287 MovieClip in Symbol 789 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 287 MovieClip in Symbol 789 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 287 MovieClip in Symbol 789 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 287 MovieClip in Symbol 789 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 287 MovieClip in Symbol 789 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 287 MovieClip in Symbol 789 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 789 MovieClip Frame 10
stop();
Symbol 792 MovieClip Frame 1
stop();
Symbol 806 Button
on (release) { gotoAndStop (1); }
Symbol 809 Button
on (release) { play(); }
Symbol 812 Button
on (release) { stop(); }
Symbol 825 MovieClip Frame 88
stop(); _root.gotoAndPlay("boss_dead");
Symbol 826 MovieClip Frame 1
stop();
Symbol 827 MovieClip Frame 2
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 3
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 4
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 5
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 6
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 7
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 8
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 9
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 10
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 11
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 12
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 13
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 14
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 15
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 16
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 17
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 18
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 19
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 20
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 21
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 22
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 23
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 24
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 25
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 26
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 27
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 28
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 29
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 30
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 31
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 32
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 33
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 34
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 35
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 36
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 37
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 38
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 39
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 40
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 827 MovieClip Frame 41
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 42
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 43
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 44
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 45
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 46
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 47
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 48
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 49
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 50
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 51
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 52
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 53
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 54
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 55
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 56
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 57
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 58
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 59
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 60
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 61
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 62
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 63
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 64
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 65
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 66
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 67
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 68
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 69
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 70
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 827 MovieClip Frame 71
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 72
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 73
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 74
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 75
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 76
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 77
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 78
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 79
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 80
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 81
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 82
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 83
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 84
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 85
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 86
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 87
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 88
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 89
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 90
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 91
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 92
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 93
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 94
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 95
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 96
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 97
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 98
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 99
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 100
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 827 MovieClip Frame 101
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 102
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 103
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 104
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 105
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 106
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 107
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 108
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 109
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 110
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 111
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 112
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 113
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 114
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 115
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 116
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 117
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 118
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 119
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 120
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 827 MovieClip Frame 121
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 122
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 123
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 124
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 125
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 126
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 127
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 128
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 129
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 130
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 131
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 132
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 133
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 134
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 135
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 136
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 137
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 138
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 139
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 140
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 141
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 142
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 143
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 144
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 145
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 146
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 147
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 827 MovieClip Frame 148
tellTarget ("/boss") { nextFrame(); play(); }; tellTarget ("/boss_gun") { nextFrame(); };
Symbol 829 MovieClip Frame 1
stop();
Instance of Symbol 829 MovieClip in Symbol 830 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 831 MovieClip Frame 1
stop();
Instance of Symbol 838 MovieClip in Symbol 839 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 838 MovieClip in Symbol 839 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 839 MovieClip Frame 96
stop();
Symbol 843 MovieClip Frame 26
stop();
Symbol 844 MovieClip Frame 19
stop();
Symbol 845 MovieClip Frame 30
stop();
Instance of Symbol 481 MovieClip "chunk" in Symbol 846 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 845 MovieClip in Symbol 846 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 481 MovieClip "chunk" in Symbol 846 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 845 MovieClip in Symbol 846 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 845 MovieClip in Symbol 846 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 481 MovieClip "chunk" in Symbol 846 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 845 MovieClip in Symbol 846 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 845 MovieClip in Symbol 846 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 481 MovieClip "chunk" in Symbol 846 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 846 MovieClip Frame 12
stop();
Symbol 847 MovieClip Frame 1
stop();
Symbol 849 MovieClip Frame 5
stop();
Symbol 850 MovieClip Frame 1
stop();
Symbol 850 MovieClip Frame 4
play();
Symbol 850 MovieClip Frame 10
stop();
Symbol 859 MovieClip Frame 25
stop();
Symbol 860 MovieClip Frame 1
stop();
Symbol 863 MovieClip Frame 1
stop();
Symbol 868 MovieClip Frame 15
stop();
Symbol 869 MovieClip Frame 1
stop();
Symbol 869 MovieClip Frame 3
play();
Symbol 869 MovieClip Frame 7
stop();
Symbol 871 MovieClip Frame 10
tellTarget ("/boss") { nextFrame(); stop(); };
Symbol 871 MovieClip Frame 18
tellTarget ("/boss") { nextFrame(); play(); }; tellTarget ("/boss_gun") { nextFrame(); }; tellTarget ("/sub_hat") { nextFrame(); };
Symbol 871 MovieClip Frame 19
stop();
Symbol 874 MovieClip Frame 1
stop();
Symbol 877 MovieClip Frame 20
stop();
Symbol 878 MovieClip Frame 1
stop();
Symbol 880 MovieClip Frame 1
stop();
Symbol 880 MovieClip Frame 2
play();
Symbol 880 MovieClip Frame 10
stop();
Symbol 889 MovieClip Frame 1
stop();
Symbol 889 MovieClip Frame 4
play();
Symbol 889 MovieClip Frame 10
stop();
Instance of Symbol 845 MovieClip in Symbol 894 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 845 MovieClip in Symbol 894 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 845 MovieClip in Symbol 894 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 845 MovieClip in Symbol 894 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 845 MovieClip in Symbol 894 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 845 MovieClip in Symbol 894 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 845 MovieClip in Symbol 894 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 481 MovieClip "chunk" in Symbol 894 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 894 MovieClip Frame 12
stop();
Symbol 895 MovieClip Frame 30
stop();
Symbol 896 MovieClip Frame 1
stop();
Instance of Symbol 898 MovieClip in Symbol 899 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 900 MovieClip Frame 53
stop();
Symbol 901 MovieClip Frame 1
stop();
Symbol 903 MovieClip Frame 30
stop();
Symbol 904 MovieClip Frame 1
stop();
Instance of Symbol 757 MovieClip "brass" in Symbol 904 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 757 MovieClip "brass" in Symbol 904 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 757 MovieClip "brass" in Symbol 904 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 905 MovieClip Frame 1
stop();
Symbol 907 MovieClip Frame 1
stop();
Symbol 908 MovieClip Frame 1
stop();
Instance of Symbol 907 MovieClip "brass" in Symbol 908 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 907 MovieClip "brass" in Symbol 908 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 909 MovieClip Frame 1
stop();
Symbol 909 MovieClip Frame 2
play();
Symbol 909 MovieClip Frame 8
stop();
Instance of Symbol 915 MovieClip in Symbol 934 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 915 MovieClip in Symbol 934 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 918 MovieClip in Symbol 934 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 921 MovieClip in Symbol 934 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 924 MovieClip in Symbol 934 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 927 MovieClip in Symbol 934 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 930 MovieClip in Symbol 934 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 934 MovieClip Frame 20
stop();
Symbol 935 MovieClip Frame 1
stop();
Symbol 937 MovieClip Frame 1
stop();
Symbol 937 MovieClip Frame 5
stop();
Symbol 937 MovieClip Frame 10
stop();
Symbol 939 MovieClip Frame 1
stop();
Instance of Symbol 938 MovieClip in Symbol 939 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 941 MovieClip Frame 1
stop();
Symbol 948 MovieClip Frame 26
stop();
Symbol 949 MovieClip Frame 18
stop();
Symbol 950 MovieClip Frame 1
stop();
Instance of Symbol 757 MovieClip "brass" in Symbol 950 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 757 MovieClip "brass" in Symbol 950 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 951 MovieClip Frame 1
stop();
Symbol 951 MovieClip Frame 8
play();
Symbol 951 MovieClip Frame 12
stop();
Symbol 953 MovieClip Frame 20
stop();
Symbol 954 MovieClip Frame 1
stop();
Symbol 955 MovieClip Frame 24
stop();
Symbol 956 MovieClip Frame 1
stop();
Symbol 957 MovieClip Frame 1
stop();
Instance of Symbol 481 MovieClip "chunk" in Symbol 964 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 845 MovieClip in Symbol 964 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 481 MovieClip "chunk" in Symbol 964 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 845 MovieClip in Symbol 964 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 845 MovieClip in Symbol 964 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 481 MovieClip "chunk" in Symbol 964 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 845 MovieClip in Symbol 964 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 845 MovieClip in Symbol 964 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 481 MovieClip "chunk" in Symbol 964 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 964 MovieClip Frame 12
stop();
Symbol 965 MovieClip Frame 21
stop();
Symbol 966 MovieClip Frame 1
stop();
Symbol 968 MovieClip Frame 11
stop();
Symbol 969 MovieClip Frame 1
stop();
Symbol 969 MovieClip Frame 8
play();
Symbol 969 MovieClip Frame 16
stop();
Symbol 973 MovieClip Frame 1
stop();
Instance of Symbol 972 MovieClip in Symbol 973 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 976 MovieClip Frame 1
stop();
Instance of Symbol 975 MovieClip in Symbol 976 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 977 MovieClip Frame 1
stop();
Symbol 1009 MovieClip Frame 26
stop();
Symbol 1010 MovieClip Frame 1
stop();
Symbol 1012 MovieClip Frame 7
stop();
Symbol 1013 MovieClip Frame 1
stop();
Symbol 1015 MovieClip Frame 1
stop();
Symbol 1018 MovieClip Frame 36
stop();
Symbol 1019 MovieClip Frame 15
stop();
Symbol 1020 MovieClip Frame 1
stop();
Symbol 1024 MovieClip Frame 6
stop();
Symbol 1025 MovieClip Frame 1
stop();
Symbol 1025 MovieClip Frame 8
stop();
Symbol 1031 MovieClip Frame 12
stop();
Symbol 1032 MovieClip Frame 1
stop();
Instance of Symbol 845 MovieClip in Symbol 1036 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 845 MovieClip in Symbol 1036 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 845 MovieClip in Symbol 1036 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 845 MovieClip in Symbol 1036 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 845 MovieClip in Symbol 1036 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 845 MovieClip in Symbol 1036 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 845 MovieClip in Symbol 1036 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 845 MovieClip in Symbol 1036 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 481 MovieClip "chunk" in Symbol 1036 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 1036 MovieClip Frame 12
stop();
Symbol 1037 MovieClip Frame 10
stop();
Symbol 1038 MovieClip Frame 1
stop();
Symbol 1039 MovieClip Frame 7
stop();
Symbol 1040 MovieClip Frame 1
stop();
Symbol 1040 MovieClip Frame 7
stop();
Symbol 1042 MovieClip Frame 1
stop();
Symbol 1042 MovieClip Frame 2
play();
Symbol 1042 MovieClip Frame 9
stop();
Symbol 1043 MovieClip Frame 10
stop();
Symbol 1044 MovieClip Frame 1
stop();
Symbol 1045 MovieClip Frame 1
stop();
Symbol 1045 MovieClip Frame 2
play();
Symbol 1045 MovieClip Frame 9
stop();
Symbol 1051 MovieClip Frame 4
stop();
Symbol 1052 MovieClip Frame 1
stop();
Symbol 1054 MovieClip Frame 6
stop();
Symbol 1055 MovieClip Frame 1
stop();
Symbol 1055 MovieClip Frame 6
play();
Symbol 1055 MovieClip Frame 10
stop();
Symbol 1056 Button
on (release) { gotoAndStop (1); }
Symbol 1065 MovieClip Frame 6
stop();
Symbol 1066 MovieClip Frame 1
stop();
Symbol 1066 MovieClip Frame 15
gotoAndStop (2);
Symbol 1069 MovieClip Frame 25
stop();
Symbol 1073 MovieClip Frame 25
stop();
Symbol 1076 MovieClip Frame 25
stop();
Symbol 1079 MovieClip Frame 25
stop();
Symbol 1083 MovieClip Frame 65
stop();
Symbol 1084 MovieClip Frame 25
stop();
Symbol 1085 MovieClip Frame 1
stop();
Symbol 1085 MovieClip Frame 10
stop();
Symbol 1093 MovieClip Frame 6
stop();
Symbol 1094 MovieClip Frame 1
stop();
Symbol 1094 MovieClip Frame 7
stop();
Symbol 1096 MovieClip Frame 1
stop();
Symbol 1104 MovieClip Frame 2
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 3
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 4
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 5
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 6
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 7
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 8
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 9
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 10
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 11
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 12
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 13
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 14
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 15
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 16
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 17
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 18
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 19
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 20
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 21
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 22
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 23
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 24
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 25
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 26
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 27
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 28
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 29
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 30
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1104 MovieClip Frame 31
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 32
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 33
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 34
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 35
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 36
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 37
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 38
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 39
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 40
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 41
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 42
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 43
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 44
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 45
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 46
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 47
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 48
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 49
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 50
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 51
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 52
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 53
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 54
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 55
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 56
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 57
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 58
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 59
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 60
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 61
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 62
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 63
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 64
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 65
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 66
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 67
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 68
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 69
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 70
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 71
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 72
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 73
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 74
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 75
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 76
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 77
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 78
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 79
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 80
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 81
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 82
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 83
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 84
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 85
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 86
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 87
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 88
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 89
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 90
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 91
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 92
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 93
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 94
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 95
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 96
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 97
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 98
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 99
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 100
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 101
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 102
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 103
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 104
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 105
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 106
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 107
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1104 MovieClip Frame 108
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 109
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 110
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 111
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 112
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 113
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 114
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 115
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 116
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 117
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 118
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 119
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 120
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 121
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 122
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 123
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 124
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 125
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 126
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 127
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 128
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 129
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 130
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 131
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 132
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 133
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 134
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 135
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 136
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 137
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 138
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 139
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 140
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 141
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 142
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 143
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 144
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 145
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 146
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 147
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 148
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 149
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 150
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 151
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 152
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 153
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 154
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 155
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 156
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 157
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 158
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 159
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 160
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 161
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 162
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 163
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 164
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 165
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 166
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 167
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 168
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 169
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 170
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 171
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 172
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 173
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 174
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 175
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 176
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 177
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 178
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 179
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 180
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 181
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 182
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1104 MovieClip Frame 183
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 184
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 185
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 186
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 187
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 188
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 189
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 190
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 191
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 192
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 193
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 194
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 195
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 196
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 197
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 198
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 199
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 200
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 201
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 202
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 203
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 204
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 205
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 206
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 207
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 208
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 209
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 210
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 211
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 212
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 213
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 214
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 215
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 216
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 217
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 218
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 219
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 220
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 221
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 222
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 223
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 224
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 225
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 226
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 227
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 228
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 229
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 230
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 231
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 232
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 233
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 234
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 235
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 236
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 237
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 238
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 239
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 240
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 241
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 242
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 243
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1104 MovieClip Frame 244
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 245
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 246
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 247
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 248
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 249
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 250
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 251
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 252
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 253
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 254
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 255
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 256
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 257
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 258
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 259
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 260
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 261
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 262
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 263
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 264
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 265
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 266
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 267
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 268
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 269
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 270
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 271
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 272
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 273
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 274
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 275
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 276
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 277
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 278
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 279
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 280
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 281
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 282
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 283
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 284
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 285
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 286
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 287
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 288
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 289
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 290
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 291
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 292
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 293
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 294
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 295
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 296
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 297
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 298
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 299
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 300
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 301
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 302
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 303
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 304
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 305
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 306
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 307
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 308
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 309
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 310
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 311
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 312
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 313
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 314
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 315
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 316
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 317
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 318
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 319
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 320
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 321
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 322
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 323
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 324
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 325
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 326
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 327
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 328
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 329
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 330
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 331
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 332
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 333
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 334
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 335
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1104 MovieClip Frame 336
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 337
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 338
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 339
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 340
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 341
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 342
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 343
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 344
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 345
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 346
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 347
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 348
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 349
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 350
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 351
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 352
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 353
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 354
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 355
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 356
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 357
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 358
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 359
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 360
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 361
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 362
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 363
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 364
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 365
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 366
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 367
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 368
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 369
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 370
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 371
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 372
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 373
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 374
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 375
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 376
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 377
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 378
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 379
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 380
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 381
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 382
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 383
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 384
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 385
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 386
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 387
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 388
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 389
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 390
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 391
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 392
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 393
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 394
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 395
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 396
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 397
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 398
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 399
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 400
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 401
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 402
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 403
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 404
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 405
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 406
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 407
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 408
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 409
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 410
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 411
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 412
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 413
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 414
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 415
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 416
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 417
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 418
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 419
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 420
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 421
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 422
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 423
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 424
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 425
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 426
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 427
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 428
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 429
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 430
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 431
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 432
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 433
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 434
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 435
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 436
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 437
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 438
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 439
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 440
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 441
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 442
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 443
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 444
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 445
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 446
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 447
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 448
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 449
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 450
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 451
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 452
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 453
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 454
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 455
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 456
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 457
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 458
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 459
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1104 MovieClip Frame 460
stop(); _root.gotoAndPlay("the_end");
Instance of Symbol 838 MovieClip in Symbol 1105 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 838 MovieClip in Symbol 1105 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 1105 MovieClip Frame 124
stop();
Symbol 1111 MovieClip Frame 10
stop();
Symbol 1144 Button
on (release) { gotoAndPlay (1903); }
Symbol 1145 Button
on (release) { gotoAndPlay (439); }
Symbol 1152 MovieClip Frame 21
stop();
Symbol 1158 Button
on (release) { play(); }
Symbol 1164 Button
on (release) { gotoAndStop (9815); }
Symbol 1170 Button
on (release) { gotoAndStop (9857); }

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

Instance Names

"bar"Frame 1Symbol 12 MovieClip
"extras"Frame 654Symbol 78 MovieClip
"game"Frame 654Symbol 107 MovieClip
"thrust"Frame 2147Symbol 200 MovieClip
"thrust"Frame 2147Symbol 200 MovieClip
"thrust"Frame 2653Symbol 220 MovieClip
"laser"Frame 2653Symbol 276 MovieClip
"player_dam"Frame 2653Symbol 301 MovieClip
"pw_water"Frame 2653Symbol 305 MovieClip
"sbar"Frame 2653Symbol 307 MovieClip
"pw1"Frame 2653Symbol 313 MovieClip
"powerbar"Frame 2653Symbol 352 MovieClip
"misscounter"Frame 2653Symbol 363 MovieClip
"life"Frame 2653Symbol 379 MovieClip
"powerbar"Frame 2672Symbol 352 MovieClip
"misscounter"Frame 2672Symbol 363 MovieClip
"life"Frame 2672Symbol 379 MovieClip
"mis0"Frame 2672Symbol 397 MovieClip
"spaceship"Frame 2682Symbol 465 MovieClip
"we5"Frame 2799Symbol 483 MovieClip
"we6"Frame 2799Symbol 483 MovieClip
"we4"Frame 2799Symbol 483 MovieClip
"we2"Frame 2799Symbol 483 MovieClip
"enemy6"Frame 2808Symbol 486 MovieClip
"enemy4"Frame 2827Symbol 486 MovieClip
"enemy5"Frame 2843Symbol 486 MovieClip
"enemy2"Frame 2861Symbol 486 MovieClip
"we1"Frame 2928Symbol 502 MovieClip
"we2"Frame 2928Symbol 502 MovieClip
"we3"Frame 2928Symbol 502 MovieClip
"enemy1"Frame 2929Symbol 505 MovieClip
"enemy2"Frame 2954Symbol 505 MovieClip
"enemy3"Frame 2981Symbol 505 MovieClip
"dropship1"Frame 3030Symbol 511 MovieClip
"ds1"Frame 3030Symbol 521 MovieClip
"ball"Frame 3060Symbol 527 MovieClip
"ball"Frame 3075Symbol 527 MovieClip
"ball"Frame 3091Symbol 527 MovieClip
"ball"Frame 3125Symbol 527 MovieClip
"ball"Frame 3125Symbol 527 MovieClip
"powerup3"Frame 3142Symbol 544 MovieClip
"ball"Frame 3143Symbol 527 MovieClip
"enemy6"Frame 3178Symbol 486 MovieClip
"we5"Frame 3178Symbol 483 MovieClip
"we6"Frame 3178Symbol 483 MovieClip
"we4"Frame 3178Symbol 483 MovieClip
"we2"Frame 3178Symbol 483 MovieClip
"we3"Frame 3178Symbol 483 MovieClip
"we1"Frame 3178Symbol 483 MovieClip
"enemy1"Frame 3189Symbol 486 MovieClip
"enemy2"Frame 3199Symbol 486 MovieClip
"enemy3"Frame 3210Symbol 486 MovieClip
"enemy4"Frame 3220Symbol 486 MovieClip
"enemy5"Frame 3229Symbol 486 MovieClip
"we7"Frame 3262Symbol 502 MovieClip
"we8"Frame 3262Symbol 502 MovieClip
"we9"Frame 3262Symbol 502 MovieClip
"enemy7"Frame 3263Symbol 505 MovieClip
"enemy8"Frame 3284Symbol 505 MovieClip
"enemy9"Frame 3302Symbol 505 MovieClip
"dropship2"Frame 3414Symbol 560 MovieClip
"ds1"Frame 3420Symbol 562 MovieClip
"ds2"Frame 3420Symbol 562 MovieClip
"ds3"Frame 3420Symbol 562 MovieClip
"dropship3"Frame 3421Symbol 560 MovieClip
"dropship1"Frame 3421Symbol 560 MovieClip
"powerup3"Frame 3543Symbol 544 MovieClip
"dropship1"Frame 3570Symbol 560 MovieClip
"tg1"Frame 3713Symbol 617 MovieClip
"dropship1"Frame 3713Symbol 619 MovieClip
"ds1"Frame 3713Symbol 632 MovieClip
"tg2"Frame 3720Symbol 617 MovieClip
"dropship2"Frame 3720Symbol 619 MovieClip
"ds2"Frame 3720Symbol 632 MovieClip
"we1"Frame 3771Symbol 636 MovieClip
"we2"Frame 3771Symbol 636 MovieClip
"we3"Frame 3771Symbol 636 MovieClip
"we4"Frame 3771Symbol 636 MovieClip
"enemy1"Frame 3800Symbol 637 MovieClip
"enemy2"Frame 3819Symbol 637 MovieClip
"enemy3"Frame 3834Symbol 637 MovieClip
"enemy4"Frame 3843Symbol 637 MovieClip
"dropship1"Frame 3874Symbol 619 MovieClip
"tg3"Frame 3881Symbol 617 MovieClip
"dropship3"Frame 3881Symbol 619 MovieClip
"ds3"Frame 3881Symbol 632 MovieClip
"enemy5"Frame 3901Symbol 505 MovieClip
"we7"Frame 3902Symbol 642 MovieClip
"we6"Frame 3902Symbol 642 MovieClip
"we5"Frame 3902Symbol 642 MovieClip
"enemy6"Frame 3917Symbol 505 MovieClip
"enemy7"Frame 3929Symbol 505 MovieClip
"ds1"Frame 3977Symbol 651 MovieClip
"ds2"Frame 3977Symbol 651 MovieClip
"ds4"Frame 3977Symbol 651 MovieClip
"dropship1"Frame 3979Symbol 657 MovieClip
"dropship2"Frame 4006Symbol 657 MovieClip
"dropship4"Frame 4006Symbol 657 MovieClip
"enemy1"Frame 4053Symbol 663 MovieClip
"we3"Frame 4053Symbol 667 MovieClip
"we2"Frame 4053Symbol 667 MovieClip
"we1"Frame 4053Symbol 667 MovieClip
"enemy2"Frame 4076Symbol 663 MovieClip
"enemy3"Frame 4101Symbol 663 MovieClip
"powerup3"Frame 4207Symbol 544 MovieClip
"ds1"Frame 4237Symbol 679 MovieClip
"ds2"Frame 4237Symbol 679 MovieClip
"ds3"Frame 4237Symbol 679 MovieClip
"ds4"Frame 4237Symbol 679 MovieClip
"ds5"Frame 4237Symbol 679 MovieClip
"dropship1"Frame 4254Symbol 683 MovieClip
"dropship2"Frame 4277Symbol 683 MovieClip
"dropship3"Frame 4315Symbol 683 MovieClip
"dropship4"Frame 4357Symbol 683 MovieClip
"dropship5"Frame 4407Symbol 683 MovieClip
"we3"Frame 4509Symbol 667 MovieClip
"we2"Frame 4509Symbol 667 MovieClip
"enemy3"Frame 4510Symbol 663 MovieClip
"enemy2"Frame 4531Symbol 663 MovieClip
"we1"Frame 4926Symbol 667 MovieClip
"we2"Frame 4926Symbol 667 MovieClip
"we3"Frame 4926Symbol 736 MovieClip
"we4"Frame 4926Symbol 736 MovieClip
"enemy1"Frame 4927Symbol 663 MovieClip
"enemy3"Frame 4927Symbol 637 MovieClip
"enemy2"Frame 4957Symbol 663 MovieClip
"enemy4"Frame 4957Symbol 637 MovieClip
"powerup3"Frame 5191Symbol 544 MovieClip
"healthup"Frame 5191Symbol 745 MovieClip
"pw1"Frame 5299Symbol 305 MovieClip
"image"Frame 5299Symbol 751 MovieClip
"we1"Frame 5346Symbol 758 MovieClip
"we2"Frame 5346Symbol 758 MovieClip
"we3"Frame 5346Symbol 758 MovieClip
"we4"Frame 5346Symbol 758 MovieClip
"enemy1"Frame 5347Symbol 637 MovieClip
"enemy2"Frame 5375Symbol 637 MovieClip
"enemy4"Frame 5382Symbol 637 MovieClip
"enemy3"Frame 5389Symbol 637 MovieClip
"we5"Frame 5470Symbol 764 MovieClip
"we6"Frame 5470Symbol 764 MovieClip
"we7"Frame 5470Symbol 758 MovieClip
"we8"Frame 5470Symbol 758 MovieClip
"enemy7"Frame 5471Symbol 637 MovieClip
"enemy5"Frame 5471Symbol 766 MovieClip
"enemy8"Frame 5487Symbol 637 MovieClip
"enemy6"Frame 5487Symbol 766 MovieClip
"ds5"Frame 5527Symbol 770 MovieClip
"dropship5"Frame 5529Symbol 683 MovieClip
"b1"Frame 5867Symbol 826 MovieClip
"boss"Frame 5868Symbol 789 MovieClip
"boss_gun"Frame 5868Symbol 792 MovieClip
"dropship1"Frame 5868Symbol 827 MovieClip
"ds1"Frame 6457Symbol 847 MovieClip
"ds2"Frame 6457Symbol 847 MovieClip
"dropship1"Frame 6458Symbol 850 MovieClip
"dropship2"Frame 6482Symbol 850 MovieClip
"powerup3"Frame 6511Symbol 544 MovieClip
"ds3"Frame 6551Symbol 860 MovieClip
"boss_gun"Frame 6552Symbol 863 MovieClip
"boss"Frame 6552Symbol 869 MovieClip
"dropship3"Frame 6552Symbol 871 MovieClip
"sub_hat"Frame 6552Symbol 874 MovieClip
"we1"Frame 6631Symbol 878 MovieClip
"we2"Frame 6631Symbol 878 MovieClip
"we3"Frame 6631Symbol 878 MovieClip
"enemy1"Frame 6632Symbol 880 MovieClip
"enemy2"Frame 6637Symbol 880 MovieClip
"enemy3"Frame 6645Symbol 880 MovieClip
"healthup"Frame 6688Symbol 745 MovieClip
"ds1"Frame 6778Symbol 896 MovieClip
"ds2"Frame 6778Symbol 896 MovieClip
"dropship1"Frame 6779Symbol 889 MovieClip
"dropship2"Frame 6821Symbol 889 MovieClip
"healthup"Frame 6822Symbol 745 MovieClip
"we1"Frame 6833Symbol 667 MovieClip
"we2"Frame 6833Symbol 667 MovieClip
"we3"Frame 6833Symbol 667 MovieClip
"we4"Frame 6833Symbol 667 MovieClip
"enemy1"Frame 6834Symbol 663 MovieClip
"enemy2"Frame 6850Symbol 663 MovieClip
"ds4"Frame 6854Symbol 904 MovieClip
"dropship4"Frame 6856Symbol 889 MovieClip
"enemy3"Frame 6869Symbol 663 MovieClip
"enemy4"Frame 6884Symbol 663 MovieClip
"powerup3"Frame 6910Symbol 544 MovieClip
"we5"Frame 6928Symbol 758 MovieClip
"we6"Frame 6928Symbol 758 MovieClip
"we7"Frame 6928Symbol 758 MovieClip
"we8"Frame 6928Symbol 758 MovieClip
"enemy5"Frame 6929Symbol 637 MovieClip
"enemy6"Frame 6929Symbol 637 MovieClip
"enemy7"Frame 6929Symbol 637 MovieClip
"enemy8"Frame 6929Symbol 637 MovieClip
"ball"Frame 6932Symbol 527 MovieClip
"ball"Frame 6943Symbol 527 MovieClip
"ball"Frame 6951Symbol 527 MovieClip
"we1"Frame 6998Symbol 908 MovieClip
"we2"Frame 6998Symbol 908 MovieClip
"we3"Frame 6998Symbol 908 MovieClip
"we4"Frame 6998Symbol 908 MovieClip
"enemy3"Frame 6999Symbol 909 MovieClip
"enemy1"Frame 6999Symbol 909 MovieClip
"enemy4"Frame 7025Symbol 909 MovieClip
"enemy2"Frame 7025Symbol 909 MovieClip
"powerup3"Frame 7109Symbol 544 MovieClip
"ds1"Frame 7116Symbol 935 MovieClip
"dropship1"Frame 7118Symbol 937 MovieClip
"ds2"Frame 7162Symbol 950 MovieClip
"ds3"Frame 7162Symbol 950 MovieClip
"ds4"Frame 7162Symbol 950 MovieClip
"dropship2"Frame 7163Symbol 951 MovieClip
"dropship3"Frame 7181Symbol 951 MovieClip
"dropship4"Frame 7198Symbol 951 MovieClip
"we1"Frame 7218Symbol 956 MovieClip
"we2"Frame 7218Symbol 956 MovieClip
"we3"Frame 7218Symbol 956 MovieClip
"enemy1"Frame 7219Symbol 505 MovieClip
"enemy2"Frame 7236Symbol 505 MovieClip
"enemy3"Frame 7254Symbol 505 MovieClip
"ds1"Frame 7279Symbol 966 MovieClip
"dropship1"Frame 7280Symbol 969 MovieClip
"healthup"Frame 7432Symbol 745 MovieClip
"powerup3"Frame 7484Symbol 544 MovieClip
"pw1"Frame 7658Symbol 313 MovieClip
"ds1"Frame 7837Symbol 1010 MovieClip
"ds2"Frame 7837Symbol 1010 MovieClip
"dropship1"Frame 7839Symbol 1013 MovieClip
"tg1"Frame 7839Symbol 1015 MovieClip
"dropship2"Frame 7839Symbol 1013 MovieClip
"tg2"Frame 7839Symbol 1015 MovieClip
"ds3"Frame 7906Symbol 1020 MovieClip
"dropship3"Frame 7907Symbol 1025 MovieClip
"ds4"Frame 7910Symbol 1020 MovieClip
"dropship4"Frame 7911Symbol 1025 MovieClip
"ball"Frame 7931Symbol 527 MovieClip
"ball"Frame 7947Symbol 527 MovieClip
"ball"Frame 7986Symbol 527 MovieClip
"ball"Frame 7999Symbol 527 MovieClip
"ds5"Frame 8059Symbol 1032 MovieClip
"we1"Frame 8059Symbol 1038 MovieClip
"dropship5"Frame 8060Symbol 1040 MovieClip
"enemy1"Frame 8060Symbol 1042 MovieClip
"powerup3"Frame 8071Symbol 544 MovieClip
"we2"Frame 8088Symbol 1044 MovieClip
"we3"Frame 8088Symbol 1044 MovieClip
"we4"Frame 8088Symbol 1044 MovieClip
"enemy4"Frame 8089Symbol 1045 MovieClip
"enemy3"Frame 8089Symbol 1045 MovieClip
"enemy2"Frame 8089Symbol 1045 MovieClip
"healthup"Frame 8108Symbol 745 MovieClip
"ds1"Frame 8127Symbol 1010 MovieClip
"dropshjip3"Frame 8235Symbol 1025 MovieClip
"ds1"Frame 8252Symbol 1052 MovieClip
"ds2"Frame 8252Symbol 1052 MovieClip
"ds3"Frame 8252Symbol 1052 MovieClip
"ds4"Frame 8252Symbol 1052 MovieClip
"dropship4"Frame 8254Symbol 1055 MovieClip
"dropship3"Frame 8254Symbol 1055 MovieClip
"dropship2"Frame 8254Symbol 1055 MovieClip
"dropship1"Frame 8254Symbol 1055 MovieClip
"tank1"Frame 8398Symbol 1094 MovieClip
"tank2"Frame 8398Symbol 1094 MovieClip
"tg6"Frame 8398Symbol 1096 MovieClip
"tg7"Frame 8398Symbol 1096 MovieClip
"boss1"Frame 8501Symbol 1085 MovieClip
"dropship5"Frame 8501Symbol 1104 MovieClip
"tank1"Frame 9338Symbol 1094 MovieClip
"tank2"Frame 9338Symbol 1094 MovieClip
"tank1"Frame 9618Symbol 1094 MovieClip
"tank2"Frame 9618Symbol 1094 MovieClip
"thrust"Frame 9618Symbol 220 MovieClip
"spaceship"Frame 9618Symbol 465 MovieClip
"theText"Symbol 105 MovieClip Frame 1Symbol 101 MovieClip
"theMask"Symbol 105 MovieClip Frame 1Symbol 102 MovieClip
"dragger"Symbol 105 MovieClip Frame 1Symbol 104 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 3Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 4Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"chunk"Symbol 291 MovieClip Frame 5Symbol 290 MovieClip
"p"Symbol 465 MovieClip Frame 1Symbol 217 MovieClip
"p1"Symbol 465 MovieClip Frame 25Symbol 217 MovieClip
"p2"Symbol 465 MovieClip Frame 50Symbol 217 MovieClip
"p3"Symbol 465 MovieClip Frame 75Symbol 217 MovieClip
"p4"Symbol 465 MovieClip Frame 100Symbol 217 MovieClip
"p5"Symbol 465 MovieClip Frame 125Symbol 217 MovieClip
"chunk"Symbol 482 MovieClip Frame 1Symbol 481 MovieClip
"brass"Symbol 483 MovieClip Frame 2Symbol 482 MovieClip
"brass"Symbol 483 MovieClip Frame 2Symbol 482 MovieClip
"brass"Symbol 483 MovieClip Frame 2Symbol 482 MovieClip
"chunk"Symbol 483 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 483 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 483 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 483 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 483 MovieClip Frame 2Symbol 481 MovieClip
"thrust"Symbol 486 MovieClip Frame 1Symbol 200 MovieClip
"thrust"Symbol 486 MovieClip Frame 1Symbol 200 MovieClip
"chunk"Symbol 502 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 502 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 502 MovieClip Frame 2Symbol 481 MovieClip
"thrust"Symbol 505 MovieClip Frame 1Symbol 503 MovieClip
"thrust"Symbol 505 MovieClip Frame 1Symbol 503 MovieClip
"thrust"Symbol 511 MovieClip Frame 1Symbol 503 MovieClip
"thrust"Symbol 511 MovieClip Frame 1Symbol 503 MovieClip
"chunk"Symbol 521 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 521 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 521 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 521 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 521 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 521 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 521 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 521 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 521 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 521 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 562 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 562 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 562 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 562 MovieClip Frame 2Symbol 481 MovieClip
"chunk"Symbol 757 MovieClip Frame 1Symbol 481 MovieClip
"brass"Symbol 758 MovieClip Frame 2Symbol 757 MovieClip
"brass"Symbol 758 MovieClip Frame 2Symbol 757 MovieClip
"brass"Symbol 758 MovieClip Frame 2Symbol 757 MovieClip
"brass"Symbol 764 MovieClip Frame 2Symbol 757 MovieClip
"brass"Symbol 764 MovieClip Frame 2Symbol 757 MovieClip
"brass"Symbol 764 MovieClip Frame 2Symbol 757 MovieClip
"thrust"Symbol 789 MovieClip Frame 1Symbol 200 MovieClip
"thrust"Symbol 789 MovieClip Frame 1Symbol 200 MovieClip
"thrust"Symbol 789 MovieClip Frame 1Symbol 200 MovieClip
"thrust"Symbol 789 MovieClip Frame 1Symbol 200 MovieClip
"bblink"Symbol 789 MovieClip Frame 1Symbol 779 MovieClip
"boss"Symbol 793 MovieClip Frame 1Symbol 789 MovieClip
"boss_gun"Symbol 793 MovieClip Frame 1Symbol 792 MovieClip
"chunk"Symbol 846 MovieClip Frame 1Symbol 481 MovieClip
"chunk"Symbol 846 MovieClip Frame 4Symbol 481 MovieClip
"chunk"Symbol 846 MovieClip Frame 6Symbol 481 MovieClip
"chunk"Symbol 846 MovieClip Frame 10Symbol 481 MovieClip
"chunk"Symbol 894 MovieClip Frame 10Symbol 481 MovieClip
"brass"Symbol 904 MovieClip Frame 2Symbol 757 MovieClip
"brass"Symbol 904 MovieClip Frame 2Symbol 757 MovieClip
"brass"Symbol 904 MovieClip Frame 2Symbol 757 MovieClip
"brass"Symbol 908 MovieClip Frame 2Symbol 907 MovieClip
"brass"Symbol 908 MovieClip Frame 2Symbol 907 MovieClip
"dropship2"Symbol 950 MovieClip Frame 2Symbol 949 MovieClip
"brass"Symbol 950 MovieClip Frame 2Symbol 757 MovieClip
"brass"Symbol 950 MovieClip Frame 2Symbol 757 MovieClip
"thrust"Symbol 951 MovieClip Frame 1Symbol 503 MovieClip
"thrust"Symbol 951 MovieClip Frame 1Symbol 503 MovieClip
"chunk"Symbol 964 MovieClip Frame 1Symbol 481 MovieClip
"chunk"Symbol 964 MovieClip Frame 4Symbol 481 MovieClip
"chunk"Symbol 964 MovieClip Frame 6Symbol 481 MovieClip
"chunk"Symbol 964 MovieClip Frame 10Symbol 481 MovieClip
"chunk"Symbol 1036 MovieClip Frame 10Symbol 481 MovieClip
"bblink1"Symbol 1085 MovieClip Frame 1Symbol 1066 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$gL$qTQTZmr22uws3IUza2KHW/."

Labels

"boss_dead"Frame 6417
"the_end"Frame 9338
"death"Frame 9452
"bar tween"Symbol 12 MovieClip Frame 1
"right"Symbol 217 MovieClip Frame 2
"left"Symbol 217 MovieClip Frame 3
"down"Symbol 217 MovieClip Frame 4
"up"Symbol 217 MovieClip Frame 5
"error"Symbol 437 MovieClip Frame 2
"topgun"Symbol 437 MovieClip Frame 3
"vimana"Symbol 437 MovieClip Frame 4
"spitfire"Symbol 437 MovieClip Frame 5
"sirius"Symbol 437 MovieClip Frame 6
"thot"Symbol 437 MovieClip Frame 7

Dynamic Text Variables

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




http://swfchan.com/7/30219/info.shtml
Created: 19/5 -2019 12:14:22 Last modified: 19/5 -2019 12:14:22 Server time: 19/05 -2024 16:52:28