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

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

Drakojan Skies.swf

This is the info page for
Flash #22064

(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 288
Frame 509
stop();
Frame 2497
numEnemy = 10; numdropship = 5; numEnemy2 = 2;
Instance of Symbol 204 MovieClip "thrust" in Frame 2497
onClipEvent (enterFrame) { this._x = _root.spaceship._x + 0; this._y = _root.spaceship._y + 10; if (_root.spaceship._currentframe > 140) { nextFrame(); } }
Instance of Symbol 260 MovieClip "laser" in Frame 2497
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 285 MovieClip "player_dam" in Frame 2497
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 289 MovieClip "pw_water" in Frame 2497
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 292 MovieClip "image" in Frame 2497
onClipEvent (load) { stop(); this._x = _root.spaceship._x; this._y = _root.spaceship._y + 20; }
Instance of Symbol 300 MovieClip "pw1" in Frame 2497
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 370 MovieClip in Frame 2497
on (release) { toggleHighQuality(); }
Instance of Symbol 372 MovieClip in Frame 2497
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Instance of Symbol 384 MovieClip "mis0" in Frame 2516
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 452 MovieClip "spaceship" in Frame 2526
onClipEvent (load) { moveSpeed = 5; _root.laser._visible = false; _root.enemylaser._visible = false; laserCounter = 0; scrollx = _root.mainGround.ground._width / 1; scrollStart = false; maxLasers = 5; depthCounter = 0; var reloadtime = 6; 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; } 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 = 6; 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 = 5; maxLasers = 3; } if (_root.powerbar._currentframe == 8) { var reloadtime = 4; maxLasers = 4; } if (_root.powerbar._currentframe == 9) { var reloadtime = 3; maxLasers = 5; } if (_root.powerbar._currentframe == 10) { var reloadtime = 4; maxLasers = 5; } }
Frame 2533
Instance of Symbol 471 MovieClip "we5" in Frame 2643
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 471 MovieClip "we6" in Frame 2643
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 471 MovieClip "we4" in Frame 2643
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 471 MovieClip "we2" in Frame 2643
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 474 MovieClip "enemy6" in Frame 2652
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 474 MovieClip "enemy4" in Frame 2671
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 474 MovieClip "enemy5" in Frame 2687
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 474 MovieClip "enemy2" in Frame 2705
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 492 MovieClip "we1" in Frame 2772
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 492 MovieClip "we2" in Frame 2772
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 492 MovieClip "we3" in Frame 2772
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 495 MovieClip "enemy1" in Frame 2773
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 495 MovieClip "enemy2" in Frame 2798
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 495 MovieClip "enemy3" in Frame 2825
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 511 MovieClip "ds1" in Frame 2874
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 517 MovieClip "ball" in Frame 2904
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 517 MovieClip "ball" in Frame 2919
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 517 MovieClip "ball" in Frame 2935
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 517 MovieClip "ball" in Frame 2969
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 517 MovieClip "ball" in Frame 2969
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 534 MovieClip "powerup3" in Frame 2986
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 517 MovieClip "ball" in Frame 2987
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 474 MovieClip "enemy6" in Frame 3022
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 471 MovieClip "we5" in Frame 3022
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 471 MovieClip "we6" in Frame 3022
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 471 MovieClip "we4" in Frame 3022
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 471 MovieClip "we2" in Frame 3022
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 471 MovieClip "we3" in Frame 3022
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 471 MovieClip "we1" in Frame 3022
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 474 MovieClip "enemy1" in Frame 3033
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 474 MovieClip "enemy2" in Frame 3043
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 474 MovieClip "enemy3" in Frame 3054
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 474 MovieClip "enemy4" in Frame 3064
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 474 MovieClip "enemy5" in Frame 3073
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 492 MovieClip "we7" in Frame 3106
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 492 MovieClip "we8" in Frame 3106
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 492 MovieClip "we9" in Frame 3106
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 495 MovieClip "enemy7" in Frame 3107
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 495 MovieClip "enemy8" in Frame 3128
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 495 MovieClip "enemy9" in Frame 3146
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 550 MovieClip "dropship2" in Frame 3258
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 552 MovieClip "ds1" in Frame 3264
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 552 MovieClip "ds2" in Frame 3264
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 552 MovieClip "ds3" in Frame 3264
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 550 MovieClip "dropship3" in Frame 3265
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 550 MovieClip "dropship1" in Frame 3265
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 558 MovieClip in Frame 3313
onClipEvent (enterFrame) { if (_root.dropship1._currentframe < 3) { nextFrame(); } }
Instance of Symbol 558 MovieClip in Frame 3324
onClipEvent (enterFrame) { if (_root.dropship2._currentframe < 3) { nextFrame(); } }
Instance of Symbol 558 MovieClip in Frame 3334
onClipEvent (enterFrame) { if (_root.dropship3._currentframe < 3) { nextFrame(); } }
Instance of Symbol 534 MovieClip "powerup3" in Frame 3387
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 550 MovieClip "dropship1" 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 607 MovieClip "tg1" in Frame 3557
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 609 MovieClip "dropship1" in Frame 3557
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 622 MovieClip "ds1" in Frame 3557
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 607 MovieClip "tg2" in Frame 3564
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 609 MovieClip "dropship2" in Frame 3564
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 622 MovieClip "ds2" in Frame 3564
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 624 MovieClip in Frame 3565
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.dropship1._currentframe < 6) { nextFrame(); } }
Instance of Symbol 624 MovieClip in Frame 3583
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.dropship1._currentframe < 6) { nextFrame(); } }
Instance of Symbol 624 MovieClip in Frame 3596
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.dropship1._currentframe < 6) { nextFrame(); } }
Instance of Symbol 624 MovieClip in Frame 3605
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.dropship2._currentframe < 6) { nextFrame(); } }
Instance of Symbol 626 MovieClip "we1" in Frame 3615
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 626 MovieClip "we2" in Frame 3615
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 626 MovieClip "we3" in Frame 3615
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 626 MovieClip "we4" in Frame 3615
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 624 MovieClip in Frame 3634
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.dropship2._currentframe < 6) { nextFrame(); } }
Instance of Symbol 627 MovieClip "enemy1" in Frame 3644
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 627 MovieClip "enemy2" in Frame 3663
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 624 MovieClip in Frame 3672
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.dropship2._currentframe < 6) { nextFrame(); } }
Instance of Symbol 629 MovieClip in Frame 3676
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 627 MovieClip "enemy3" in Frame 3678
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 627 MovieClip "enemy4" in Frame 3687
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 629 MovieClip in Frame 3689
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 629 MovieClip in Frame 3704
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 629 MovieClip in Frame 3717
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 609 MovieClip "dropship1" in Frame 3718
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 607 MovieClip "tg3" in Frame 3725
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 609 MovieClip "dropship3" in Frame 3725
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 622 MovieClip "ds3" in Frame 3725
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 495 MovieClip "enemy5" in Frame 3745
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 "we7" in Frame 3746
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 632 MovieClip "we6" in Frame 3746
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 632 MovieClip "we5" in Frame 3746
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 495 MovieClip "enemy6" in Frame 3761
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 495 MovieClip "enemy7" in Frame 3773
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 3777
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy5._currentframe == 1) { nextFrame(); } }
Instance of Symbol 634 MovieClip in Frame 3792
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy6._currentframe == 1) { nextFrame(); } }
Instance of Symbol 634 MovieClip in Frame 3806
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.enemy7._currentframe == 1) { nextFrame(); } }
Instance of Symbol 641 MovieClip "ds1" in Frame 3821
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 641 MovieClip "ds2" in Frame 3821
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 641 MovieClip "ds4" in Frame 3821
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 624 MovieClip in Frame 3859
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.dropship1._currentframe < 4) { nextFrame(); } }
Instance of Symbol 624 MovieClip in Frame 3890
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.dropship2._currentframe < 4) { nextFrame(); } }
Instance of Symbol 653 MovieClip "enemy1" in Frame 3897
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 657 MovieClip "we3" in Frame 3897
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 657 MovieClip "we2" in Frame 3897
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 657 MovieClip "we1" in Frame 3897
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 624 MovieClip in Frame 3907
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.dropship4._currentframe < 4) { nextFrame(); } }
Instance of Symbol 653 MovieClip "enemy2" in Frame 3920
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 653 MovieClip "enemy3" in Frame 3945
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 534 MovieClip "powerup3" in Frame 4051
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 669 MovieClip "ds1" in Frame 4081
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 669 MovieClip "ds2" in Frame 4081
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 669 MovieClip "ds3" in Frame 4081
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 669 MovieClip "ds4" in Frame 4081
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 669 MovieClip "ds5" in Frame 4081
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 673 MovieClip "dropship1" in Frame 4098
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 673 MovieClip "dropship2" in Frame 4121
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 673 MovieClip "dropship3" in Frame 4159
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 673 MovieClip "dropship4" in Frame 4201
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 673 MovieClip "dropship5" in Frame 4251
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 657 MovieClip "we3" in Frame 4353
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 657 MovieClip "we2" in Frame 4353
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 653 MovieClip "enemy3" in Frame 4354
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 653 MovieClip "enemy2" in Frame 4375
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 657 MovieClip "we1" in Frame 4770
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 657 MovieClip "we2" in Frame 4770
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 726 MovieClip "we3" in Frame 4770
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 726 MovieClip "we4" in Frame 4770
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 653 MovieClip "enemy1" in Frame 4771
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 627 MovieClip "enemy3" in Frame 4771
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 653 MovieClip "enemy2" in Frame 4801
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 627 MovieClip "enemy4" in Frame 4801
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 629 MovieClip in Frame 4898
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 629 MovieClip in Frame 4931
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 534 MovieClip "powerup3" in Frame 5035
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 735 MovieClip "healthup" in Frame 5035
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 289 MovieClip "pw1" in Frame 5143
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 745 MovieClip "we1" in Frame 5190
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 745 MovieClip "we2" in Frame 5190
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 745 MovieClip "we3" in Frame 5190
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 745 MovieClip "we4" in Frame 5190
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 627 MovieClip "enemy1" in Frame 5191
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 627 MovieClip "enemy2" in Frame 5219
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 627 MovieClip "enemy4" in Frame 5226
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 627 MovieClip "enemy3" in Frame 5233
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 751 MovieClip "we5" in Frame 5314
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 751 MovieClip "we6" in Frame 5314
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 745 MovieClip "we7" in Frame 5314
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 745 MovieClip "we8" in Frame 5314
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 627 MovieClip "enemy7" in Frame 5315
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 627 MovieClip "enemy8" in Frame 5331
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 754 MovieClip in Frame 5362
onClipEvent (enterFrame) { if (_root.enemy7._currentframe == 1) { nextFrame(); } }
Instance of Symbol 757 MovieClip "ds5" in Frame 5371
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 673 MovieClip "dropship5" in Frame 5373
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 813 MovieClip "b1" in Frame 5711
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 814 MovieClip "dropship1" in Frame 5712
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 629 MovieClip in Frame 5743
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 629 MovieClip in Frame 5750
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 629 MovieClip in Frame 5757
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 818 MovieClip in Frame 5791
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 818 MovieClip in Frame 5796
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 818 MovieClip in Frame 5800
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 818 MovieClip in Frame 5805
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 818 MovieClip in Frame 5811
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 818 MovieClip in Frame 5817
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 827 MovieClip in Frame 6066
onClipEvent (enterFrame) { if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Frame 6260
gotoAndPlay (5731);
Instance of Symbol 834 MovieClip "ds1" in Frame 6301
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 834 MovieClip "ds2" in Frame 6301
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 818 MovieClip in Frame 6328
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 754 MovieClip in Frame 6348
onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 534 MovieClip "powerup3" in Frame 6355
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 818 MovieClip in Frame 6361
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 754 MovieClip in Frame 6387
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 847 MovieClip "ds3" in Frame 6395
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 858 MovieClip "dropship3" in Frame 6396
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 865 MovieClip "we1" in Frame 6475
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 865 MovieClip "we2" in Frame 6475
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 865 MovieClip "we3" in Frame 6475
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 867 MovieClip "enemy1" in Frame 6476
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 867 MovieClip "enemy2" in Frame 6481
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 867 MovieClip "enemy3" in Frame 6489
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 735 MovieClip "healthup" in Frame 6532
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 883 MovieClip "ds1" in Frame 6622
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 883 MovieClip "ds2" in Frame 6622
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 876 MovieClip "dropship1" in Frame 6623
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 888 MovieClip in Frame 6643
onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 735 MovieClip "healthup" in Frame 6666
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 888 MovieClip in Frame 6674
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 657 MovieClip "we1" in Frame 6677
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 657 MovieClip "we2" in Frame 6677
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 657 MovieClip "we3" in Frame 6677
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 657 MovieClip "we4" in Frame 6677
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 653 MovieClip "enemy1" in Frame 6678
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 653 MovieClip "enemy2" in Frame 6694
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 891 MovieClip "ds4" in Frame 6698
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 892 MovieClip in Frame 6700
onClipEvent (enterFrame) { if (_root.ds4._currentframe == 2) { nextFrame(); } }
Instance of Symbol 653 MovieClip "enemy3" in Frame 6713
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 653 MovieClip "enemy4" in Frame 6728
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 534 MovieClip "powerup3" in Frame 6754
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 745 MovieClip "we5" in Frame 6772
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 745 MovieClip "we6" in Frame 6772
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 745 MovieClip "we7" in Frame 6772
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 745 MovieClip "we8" in Frame 6772
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 627 MovieClip "enemy5" in Frame 6773
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 627 MovieClip "enemy6" in Frame 6773
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 627 MovieClip "enemy7" in Frame 6773
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 627 MovieClip "enemy8" in Frame 6773
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 517 MovieClip "ball" in Frame 6776
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 517 MovieClip "ball" in Frame 6787
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 517 MovieClip "ball" in Frame 6795
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 629 MovieClip in Frame 6812
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 629 MovieClip in Frame 6817
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 629 MovieClip in Frame 6822
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 629 MovieClip in Frame 6826
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.enemy8._currentframe == 1) { nextFrame(); } }
Instance of Symbol 894 MovieClip "we1" in Frame 6842
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 894 MovieClip "we2" in Frame 6842
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 894 MovieClip "we3" in Frame 6842
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 894 MovieClip "we4" in Frame 6842
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 895 MovieClip "enemy3" in Frame 6843
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 895 MovieClip "enemy1" in Frame 6843
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 895 MovieClip "enemy4" 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 895 MovieClip "enemy2" 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 818 MovieClip in Frame 6934
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.we3._currentframe == 1) { nextFrame(); } }
Instance of Symbol 534 MovieClip "powerup3" in Frame 6953
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 818 MovieClip in Frame 6957
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 15; goY = (this._y - _root.spaceship._y) / 15; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.we4._currentframe == 1) { nextFrame(); } }
Instance of Symbol 921 MovieClip "ds1" in Frame 6960
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 927 MovieClip in Frame 6966
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 927 MovieClip in Frame 6972
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 927 MovieClip in Frame 6978
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 927 MovieClip in Frame 6984
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 927 MovieClip in Frame 6989
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 927 MovieClip in Frame 6994
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 927 MovieClip in Frame 7000
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 927 MovieClip in Frame 7005
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 936 MovieClip "ds2" in Frame 7006
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 936 MovieClip "ds3" in Frame 7006
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 936 MovieClip "ds4" in Frame 7006
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 937 MovieClip "dropship2" in Frame 7007
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 927 MovieClip in Frame 7016
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 927 MovieClip in Frame 7021
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 937 MovieClip "dropship3" 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 927 MovieClip in Frame 7027
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 927 MovieClip in Frame 7034
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 937 MovieClip "dropship4" in Frame 7042
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 940 MovieClip in Frame 7049
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 942 MovieClip "we1" in Frame 7062
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x; this._y = _root.enemy1._y; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 942 MovieClip "we2" in Frame 7062
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x; this._y = _root.enemy2._y; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 942 MovieClip "we3" in Frame 7062
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 495 MovieClip "enemy1" in Frame 7063
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 943 MovieClip in Frame 7072
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 495 MovieClip "enemy2" in Frame 7080
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 943 MovieClip in Frame 7089
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 495 MovieClip "enemy3" in Frame 7098
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 943 MovieClip in Frame 7107
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 952 MovieClip "ds1" in Frame 7123
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 955 MovieClip "dropship1" in Frame 7124
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 959 MovieClip in Frame 7172
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 959 MovieClip in Frame 7182
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 959 MovieClip in Frame 7188
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 959 MovieClip in Frame 7202
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 962 MovieClip in Frame 7254
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 962 MovieClip in Frame 7271
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 735 MovieClip "healthup" in Frame 7276
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 962 MovieClip in Frame 7288
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 963 MovieClip in Frame 7289
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 534 MovieClip "powerup3" in Frame 7328
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 300 MovieClip "pw1" in Frame 7502
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 996 MovieClip "ds1" in Frame 7681
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 996 MovieClip "ds2" in Frame 7681
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 999 MovieClip "dropship1" in Frame 7683
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 1001 MovieClip "tg1" in Frame 7683
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 999 MovieClip "dropship2" in Frame 7683
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 1001 MovieClip "tg2" in Frame 7683
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 1009 MovieClip "ds3" in Frame 7750
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 1009 MovieClip "ds4" in Frame 7754
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 517 MovieClip "ball" in Frame 7775
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 517 MovieClip "ball" in Frame 7791
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 517 MovieClip "ball" in Frame 7830
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 517 MovieClip "ball" in Frame 7843
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 1018 MovieClip "ds5" in Frame 7903
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 1024 MovieClip "we1" in Frame 7903
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 534 MovieClip "powerup3" in Frame 7915
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 1030 MovieClip "we2" in Frame 7932
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 1030 MovieClip "we3" in Frame 7932
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 1030 MovieClip "we4" in Frame 7932
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 735 MovieClip "healthup" in Frame 7952
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 996 MovieClip "ds1" in Frame 7971
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 1038 MovieClip "ds1" in Frame 8096
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 1038 MovieClip "ds2" in Frame 8096
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 1038 MovieClip "ds3" in Frame 8096
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 1038 MovieClip "ds4" in Frame 8096
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 1082 MovieClip "tg6" in Frame 8242
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 1082 MovieClip "tg7" in Frame 8242
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 1090 MovieClip "dropship5" in Frame 8345
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 818 MovieClip in Frame 8398
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; nextFrame(); }
Instance of Symbol 818 MovieClip in Frame 8415
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 818 MovieClip in Frame 8432
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 624 MovieClip in Frame 8516
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 624 MovieClip in Frame 8526
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 1092 MovieClip in Frame 8618
onClipEvent (enterFrame) { nextFrame(); }
Instance of Symbol 1092 MovieClip in Frame 8799
onClipEvent (enterFrame) { nextFrame(); }
Instance of Symbol 962 MovieClip in Frame 8993
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 962 MovieClip in Frame 9004
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 962 MovieClip in Frame 9016
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Instance of Symbol 962 MovieClip in Frame 9027
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 20; goY = (this._y - _root.spaceship._y) / 20; nextFrame(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; }
Frame 9177
gotoAndPlay (8346);
Instance of Symbol 370 MovieClip in Frame 9182
on (release) { toggleHighQuality(); }
Instance of Symbol 372 MovieClip in Frame 9182
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Frame 9289
gotoAndPlay (9462);
Frame 9296
gotoAndPlay (9297);
Frame 9461
stop();
Frame 9659
stop();
Frame 9701
stop();
Frame 9732
stop();
Frame 9765
gotoAndPlay (283);
Symbol 12 MovieClip Frame 1
bar.stop();
Symbol 48 MovieClip Frame 6
stop();
Symbol 49 Button
on (release) { gotoAndPlay (2); }
Symbol 59 Button
on (release) { gotoAndPlay (20); }
Symbol 60 Button
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Symbol 61 Button
on (release) { getURL ("http://omegadragon3000.sheezyart.com", "_blank"); }
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 2
if (_root.game._currentframe > 2) { _root.game.gotoAndPlay(47); }
Symbol 63 MovieClip Frame 14
stop();
Symbol 63 MovieClip Frame 30
gotoAndStop (1);
Symbol 65 Button
on (release) { gotoAndPlay (2); }
Symbol 68 Button
on (release) { gotoAndPlay (47); }
Symbol 69 Button
on (release) { gotoAndPlay (31); }
Symbol 70 Button
on (release) { gotoAndPlay (20); }
Symbol 71 Button
on (release) { gotoAndPlay (40); }
Symbol 76 Button
on (release) { gotoAndStop (14); }
Symbol 80 Button
on (release) { nextFrame(); }
Symbol 82 Button
on (release) { prevFrame(); }
Symbol 91 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 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 2
if (_root.extras._currentframe > 2) { _root.extras.gotoAndPlay(20); }
Symbol 93 MovieClip Frame 14
stop();
Symbol 93 MovieClip Frame 25
stop();
Symbol 93 MovieClip Frame 35
stop();
Symbol 93 MovieClip Frame 45
stop();
Symbol 93 MovieClip Frame 59
gotoAndStop (1);
Symbol 96 Button
on (release) { nextFrame(); play(); }
Symbol 100 Button
on (release) { gotoAndPlay (1493); }
Symbol 155 Button
on (release) { gotoAndPlay (2381); }
Symbol 197 MovieClip Frame 30
stop();
Symbol 198 MovieClip Frame 30
stop();
Symbol 199 MovieClip Frame 30
stop();
Symbol 200 MovieClip Frame 26
stop();
Symbol 201 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 7
stop();
Symbol 209 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 1
stop();
Instance of Symbol 209 MovieClip in Symbol 210 MovieClip Frame 1
onClipEvent (load) { Set("_level:count", _level:count + 1); duplicateMovieClip ("_level.image", "image" + _level:count, _level:count); setProperty("_level." + ["image" + _level:count], _x , _root._spaceship); setProperty("_level." + ["image" + _level:count], _y , _root._spaceship); } 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
stop();
Symbol 214 MovieClip Frame 2
stop();
Symbol 216 MovieClip Frame 2
stop();
Symbol 217 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 2
stop();
Symbol 227 MovieClip Frame 1
stop();
Instance of Symbol 227 MovieClip in Symbol 228 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 227 MovieClip in Symbol 228 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Symbol 228 MovieClip Frame 28
stop();
Symbol 230 MovieClip Frame 2
stop();
Symbol 232 MovieClip Frame 1
stop();
Instance of Symbol 232 MovieClip in Symbol 233 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Symbol 233 MovieClip Frame 19
stop();
Symbol 235 MovieClip Frame 2
stop();
Symbol 238 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 1
stop();
Instance of Symbol 241 MovieClip in Symbol 242 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Symbol 242 MovieClip Frame 17
stop();
Symbol 245 MovieClip Frame 17
stop();
Symbol 246 MovieClip Frame 26
stop();
Symbol 247 MovieClip Frame 2
stop();
Symbol 249 MovieClip Frame 1
stop();
Instance of Symbol 232 MovieClip in Symbol 250 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Symbol 252 MovieClip Frame 2
stop();
Symbol 254 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 1
stop();
Instance of Symbol 254 MovieClip in Symbol 257 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 254 MovieClip in Symbol 257 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 256 MovieClip in Symbol 257 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 256 MovieClip in Symbol 257 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Symbol 259 MovieClip Frame 2
stop();
Symbol 260 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 212 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) { if (currentframe < 2) { if (Key.isDown(67)) { nextFrame(); } stop(); } stop(); } onClipEvent (enterFrame) { }
Instance of Symbol 217 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 221 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 221 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 221 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 232 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { if (_root["dropship" + n]._currentframe < 47) { _root["dropship" + n].play(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } } n++; } o++; } }
Instance of Symbol 239 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 239 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 239 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 249 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 249 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 249 MovieClip in Symbol 260 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Symbol 265 MovieClip Frame 17
stop();
Symbol 266 MovieClip Frame 24
gotoAndPlay (8);
Symbol 267 MovieClip Frame 18
stop();
Symbol 273 MovieClip Frame 24
stop();
Symbol 274 MovieClip Frame 1
Symbol 274 MovieClip Frame 33
stop();
Instance of Symbol 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 274 MovieClip "chunk" in Symbol 275 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 275 MovieClip Frame 118
stop();
Symbol 283 MovieClip Frame 65
stop();
Symbol 285 MovieClip Frame 1
stop();
Symbol 285 MovieClip Frame 7
stop();
Instance of Symbol 265 MovieClip in Symbol 285 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 267 MovieClip in Symbol 285 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 285 MovieClip Frame 8
stop();
Instance of Symbol 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 271 MovieClip in Symbol 285 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 276 MovieClip in Symbol 285 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 277 MovieClip in Symbol 285 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 278 MovieClip in Symbol 285 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 279 MovieClip in Symbol 285 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 280 MovieClip in Symbol 285 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 281 MovieClip in Symbol 285 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 287 MovieClip Frame 14
gotoAndPlay (11);
Symbol 288 MovieClip Frame 16
stop();
Symbol 289 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 22
stop();
Instance of Symbol 291 MovieClip in Symbol 292 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 298 MovieClip Frame 24
gotoAndPlay (12);
Symbol 299 MovieClip Frame 20
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 6
stop();
Symbol 339 MovieClip Frame 1
stop();
Symbol 350 MovieClip Frame 1
stop();
Symbol 350 MovieClip Frame 10
stop();
Symbol 365 MovieClip Frame 12
stop();
Symbol 366 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 2
play();
Instance of Symbol 381 MovieClip in Symbol 384 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Instance of Symbol 383 MovieClip in Symbol 384 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--; _root.score = _root.score + 100; } } i++; } o = 1; while (o <= _root.numEnemy2) { if (this.hitTest(_root["enemy2" + o])) { if (this._currentframe < 2) { if (_root["enemy2" + o]._currentframe < 2) { nextFrame(); _root["enemy2" + o].gotoAndPlay(2); _root.spaceship.laserCounter--; _root.score = _root.score + 200; } } } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; _root.score = _root.score + 150; nextFrame(); } n++; } o++; } }
Symbol 384 MovieClip Frame 74
gotoAndStop (1);
Symbol 389 Button
on (release) { nextFrame(); stop(); }
Symbol 397 MovieClip Frame 6
stop();
Symbol 398 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 406 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 410 MovieClip Frame 84
stop();
Symbol 413 MovieClip Frame 88
stop();
Symbol 416 MovieClip Frame 79
stop();
Symbol 419 MovieClip Frame 73
stop();
Symbol 422 MovieClip Frame 85
stop();
Symbol 423 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 424 MovieClip Frame 1
stop();
Symbol 426 Button
on (release) { prevFrame(); stop(); }
Symbol 427 MovieClip Frame 1
stop();
Symbol 452 MovieClip Frame 1
stop();
Instance of Symbol 201 MovieClip "p" in Symbol 452 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p.gotoAndStop(5); } }
Symbol 452 MovieClip Frame 2
tellTarget ("/life") { nextFrame(); };
Symbol 452 MovieClip Frame 25
stop();
Instance of Symbol 201 MovieClip "p1" in Symbol 452 MovieClip Frame 25
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p1.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p1.gotoAndStop(5); } }
Symbol 452 MovieClip Frame 26
tellTarget ("/life") { nextFrame(); };
Symbol 452 MovieClip Frame 50
stop();
Instance of Symbol 201 MovieClip "p2" in Symbol 452 MovieClip Frame 50
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p2.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p2.gotoAndStop(5); } }
Symbol 452 MovieClip Frame 51
tellTarget ("/life") { nextFrame(); };
Symbol 452 MovieClip Frame 75
stop();
Instance of Symbol 201 MovieClip "p3" in Symbol 452 MovieClip Frame 75
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p3.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p3.gotoAndStop(5); } }
Symbol 452 MovieClip Frame 76
tellTarget ("/life") { nextFrame(); };
Symbol 452 MovieClip Frame 100
stop();
Instance of Symbol 201 MovieClip "p4" in Symbol 452 MovieClip Frame 100
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p4.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p4.gotoAndStop(5); } }
Symbol 452 MovieClip Frame 101
tellTarget ("/life") { nextFrame(); };
Symbol 452 MovieClip Frame 125
stop();
Instance of Symbol 201 MovieClip "p5" in Symbol 452 MovieClip Frame 125
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p5.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p5.gotoAndStop(5); } }
Symbol 452 MovieClip Frame 126
tellTarget ("/life") { nextFrame(); };
Symbol 452 MovieClip Frame 215
stop(); _root.gotoAndPlay("death");
Symbol 457 MovieClip Frame 58
stop();
Symbol 458 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 27
stop();
Symbol 471 MovieClip Frame 1
stop();
Instance of Symbol 458 MovieClip "brass" in Symbol 471 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 458 MovieClip "brass" in Symbol 471 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 458 MovieClip "brass" in Symbol 471 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 458 MovieClip "brass" in Symbol 471 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 457 MovieClip "chunk" in Symbol 471 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 457 MovieClip "chunk" in Symbol 471 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 457 MovieClip "chunk" in Symbol 471 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 457 MovieClip "chunk" in Symbol 471 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 457 MovieClip "chunk" in Symbol 471 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 474 MovieClip Frame 1
stop();
Symbol 474 MovieClip Frame 10
stop();
Symbol 487 MovieClip Frame 26
stop();
Symbol 491 MovieClip Frame 30
stop();
Symbol 492 MovieClip Frame 1
stop();
Instance of Symbol 457 MovieClip "chunk" in Symbol 492 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 457 MovieClip "chunk" in Symbol 492 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 457 MovieClip "chunk" in Symbol 492 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 495 MovieClip Frame 1
stop();
Symbol 495 MovieClip Frame 10
stop();
Symbol 500 MovieClip Frame 6
stop();
Symbol 501 MovieClip Frame 1
stop();
Symbol 501 MovieClip Frame 16
play();
Symbol 501 MovieClip Frame 20
stop();
Symbol 510 MovieClip Frame 43
stop();
Symbol 511 MovieClip Frame 1
stop();
Instance of Symbol 457 MovieClip "chunk" in Symbol 511 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 457 MovieClip "chunk" in Symbol 511 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 457 MovieClip "chunk" in Symbol 511 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 457 MovieClip "chunk" in Symbol 511 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 457 MovieClip "chunk" in Symbol 511 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 457 MovieClip "chunk" in Symbol 511 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 457 MovieClip "chunk" in Symbol 511 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 457 MovieClip "chunk" in Symbol 511 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 457 MovieClip "chunk" in Symbol 511 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 457 MovieClip "chunk" in Symbol 511 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 513 MovieClip Frame 1
stop();
Instance of Symbol 513 MovieClip in Symbol 514 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 515 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 1
stop();
Symbol 528 MovieClip Frame 14
stop();
Symbol 533 MovieClip Frame 33
stop();
Symbol 534 MovieClip Frame 1
stop();
Symbol 549 MovieClip Frame 6
stop();
Symbol 550 MovieClip Frame 1
stop();
Symbol 550 MovieClip Frame 4
play();
Symbol 550 MovieClip Frame 13
stop();
Symbol 551 MovieClip Frame 22
stop();
Symbol 552 MovieClip Frame 1
stop();
Instance of Symbol 457 MovieClip "chunk" in Symbol 552 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 457 MovieClip "chunk" in Symbol 552 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 457 MovieClip "chunk" in Symbol 552 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 457 MovieClip "chunk" in Symbol 552 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 556 MovieClip in Symbol 557 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 557 MovieClip Frame 38
stop();
Symbol 558 MovieClip Frame 1
stop();
Symbol 607 MovieClip Frame 1
stop();
Symbol 608 MovieClip Frame 6
stop();
Symbol 609 MovieClip Frame 1
stop();
Symbol 609 MovieClip Frame 7
stop();
Symbol 619 MovieClip Frame 36
stop();
Symbol 621 MovieClip Frame 29
stop();
Symbol 622 MovieClip Frame 1
stop();
Symbol 624 MovieClip Frame 1
stop();
Symbol 625 MovieClip Frame 22
stop();
Symbol 626 MovieClip Frame 1
stop();
Symbol 627 MovieClip Frame 1
stop();
Symbol 627 MovieClip Frame 2
play();
Symbol 627 MovieClip Frame 11
stop();
Symbol 629 MovieClip Frame 1
stop();
Symbol 630 MovieClip Frame 7
stop();
Symbol 631 MovieClip Frame 30
stop();
Symbol 632 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 1
stop();
Symbol 640 MovieClip Frame 26
stop();
Symbol 641 MovieClip Frame 1
stop();
Symbol 646 MovieClip Frame 7
stop();
Symbol 647 MovieClip Frame 1
stop();
Symbol 647 MovieClip Frame 4
play();
Symbol 647 MovieClip Frame 10
stop();
Symbol 653 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 2
play();
Symbol 653 MovieClip Frame 10
stop();
Symbol 656 MovieClip Frame 30
stop();
Symbol 657 MovieClip Frame 1
stop();
Symbol 668 MovieClip Frame 40
stop();
Symbol 669 MovieClip Frame 1
stop();
Symbol 672 MovieClip Frame 6
stop();
Symbol 673 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 6
play();
Symbol 673 MovieClip Frame 10
stop();
Symbol 719 MovieClip Frame 38
gotoAndPlay (8);
Symbol 722 MovieClip Frame 365
stop();
Symbol 726 MovieClip Frame 1
stop();
Symbol 734 MovieClip Frame 33
stop();
Symbol 735 MovieClip Frame 1
stop();
Symbol 743 MovieClip Frame 24
stop();
Symbol 744 MovieClip Frame 1
stop();
Symbol 745 MovieClip Frame 1
stop();
Instance of Symbol 744 MovieClip "brass" in Symbol 745 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 744 MovieClip "brass" in Symbol 745 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 744 MovieClip "brass" in Symbol 745 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 750 MovieClip Frame 20
stop();
Symbol 751 MovieClip Frame 1
stop();
Instance of Symbol 744 MovieClip "brass" in Symbol 751 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 744 MovieClip "brass" in Symbol 751 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 744 MovieClip "brass" in Symbol 751 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 753 MovieClip Frame 1
stop();
Symbol 753 MovieClip Frame 2
play();
Symbol 753 MovieClip Frame 10
stop();
Symbol 754 MovieClip Frame 1
stop();
Symbol 756 MovieClip Frame 40
stop();
Symbol 757 MovieClip Frame 1
stop();
Symbol 765 MovieClip Frame 6
stop();
Symbol 766 MovieClip Frame 1
stop();
Symbol 766 MovieClip Frame 17
gotoAndStop (2);
Symbol 776 MovieClip Frame 1
stop();
Instance of Symbol 271 MovieClip in Symbol 776 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 265 MovieClip in Symbol 776 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 267 MovieClip in Symbol 776 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 265 MovieClip in Symbol 776 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 267 MovieClip in Symbol 776 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 265 MovieClip in Symbol 776 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 265 MovieClip in Symbol 776 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 265 MovieClip in Symbol 776 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 265 MovieClip in Symbol 776 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 265 MovieClip in Symbol 776 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 265 MovieClip in Symbol 776 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 265 MovieClip in Symbol 776 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 271 MovieClip in Symbol 776 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 271 MovieClip in Symbol 776 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 271 MovieClip in Symbol 776 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 271 MovieClip in Symbol 776 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 271 MovieClip in Symbol 776 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 271 MovieClip in Symbol 776 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 776 MovieClip Frame 10
stop();
Symbol 779 MovieClip Frame 1
stop();
Symbol 793 Button
on (release) { gotoAndStop (1); }
Symbol 796 Button
on (release) { play(); }
Symbol 799 Button
on (release) { stop(); }
Symbol 812 MovieClip Frame 88
stop(); _root.gotoAndPlay("boss_dead");
Symbol 813 MovieClip Frame 1
stop();
Symbol 814 MovieClip Frame 2
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 3
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 4
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 5
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 6
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 7
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 8
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 9
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 10
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 11
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 12
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 13
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 14
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 15
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 16
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 17
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 18
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 19
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 20
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 21
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 22
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 23
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 24
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 25
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 26
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 27
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 28
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 29
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 30
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 31
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 32
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 33
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 34
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 35
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 36
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 37
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 38
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 39
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 40
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 814 MovieClip Frame 41
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 42
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 43
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 44
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 45
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 46
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 47
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 48
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 49
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 50
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 51
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 52
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 53
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 54
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 55
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 56
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 57
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 58
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 59
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 60
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 61
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 62
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 63
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 64
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 65
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 66
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 67
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 68
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 69
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 70
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 814 MovieClip Frame 71
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 72
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 73
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 74
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 75
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 76
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 77
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 78
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 79
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 80
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 81
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 82
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 83
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 84
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 85
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 86
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 87
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 88
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 89
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 90
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 91
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 92
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 93
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 94
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 95
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 96
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 97
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 98
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 99
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 100
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 814 MovieClip Frame 101
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 102
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 103
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 104
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 105
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 106
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 107
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 108
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 109
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 110
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 111
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 112
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 113
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 114
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 115
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 116
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 117
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 118
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 119
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 120
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 814 MovieClip Frame 121
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 122
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 123
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 124
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 125
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 126
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 127
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 128
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 129
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 130
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 131
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 132
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 133
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 134
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 135
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 136
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 137
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 138
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 139
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 140
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 141
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 142
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 143
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 144
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 145
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 146
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 147
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 814 MovieClip Frame 148
tellTarget ("/boss") { nextFrame(); play(); }; tellTarget ("/boss_gun") { nextFrame(); };
Symbol 816 MovieClip Frame 1
stop();
Instance of Symbol 816 MovieClip in Symbol 817 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 818 MovieClip Frame 1
stop();
Instance of Symbol 825 MovieClip in Symbol 826 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 825 MovieClip in Symbol 826 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 826 MovieClip Frame 96
stop();
Symbol 830 MovieClip Frame 26
stop();
Symbol 831 MovieClip Frame 19
stop();
Symbol 832 MovieClip Frame 30
stop();
Instance of Symbol 457 MovieClip "chunk" in Symbol 833 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 832 MovieClip in Symbol 833 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 457 MovieClip "chunk" in Symbol 833 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 832 MovieClip in Symbol 833 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 832 MovieClip in Symbol 833 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 457 MovieClip "chunk" in Symbol 833 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 832 MovieClip in Symbol 833 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 832 MovieClip in Symbol 833 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 457 MovieClip "chunk" in Symbol 833 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 833 MovieClip Frame 12
stop();
Symbol 834 MovieClip Frame 1
stop();
Symbol 836 MovieClip Frame 5
stop();
Symbol 837 MovieClip Frame 1
stop();
Symbol 837 MovieClip Frame 4
play();
Symbol 837 MovieClip Frame 10
stop();
Symbol 846 MovieClip Frame 25
stop();
Symbol 847 MovieClip Frame 1
stop();
Symbol 850 MovieClip Frame 1
stop();
Symbol 855 MovieClip Frame 15
stop();
Symbol 856 MovieClip Frame 1
stop();
Symbol 856 MovieClip Frame 3
play();
Symbol 856 MovieClip Frame 7
stop();
Symbol 858 MovieClip Frame 10
tellTarget ("/boss") { nextFrame(); stop(); };
Symbol 858 MovieClip Frame 18
tellTarget ("/boss") { nextFrame(); play(); }; tellTarget ("/boss_gun") { nextFrame(); }; tellTarget ("/sub_hat") { nextFrame(); };
Symbol 858 MovieClip Frame 19
stop();
Symbol 861 MovieClip Frame 1
stop();
Symbol 864 MovieClip Frame 20
stop();
Symbol 865 MovieClip Frame 1
stop();
Symbol 867 MovieClip Frame 1
stop();
Symbol 867 MovieClip Frame 2
play();
Symbol 867 MovieClip Frame 10
stop();
Symbol 876 MovieClip Frame 1
stop();
Symbol 876 MovieClip Frame 4
play();
Symbol 876 MovieClip Frame 10
stop();
Instance of Symbol 832 MovieClip in Symbol 881 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 832 MovieClip in Symbol 881 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 832 MovieClip in Symbol 881 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 832 MovieClip in Symbol 881 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 832 MovieClip in Symbol 881 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 832 MovieClip in Symbol 881 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 832 MovieClip in Symbol 881 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 832 MovieClip in Symbol 881 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 457 MovieClip "chunk" in Symbol 881 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 881 MovieClip Frame 12
stop();
Symbol 882 MovieClip Frame 30
stop();
Symbol 883 MovieClip Frame 1
stop();
Instance of Symbol 885 MovieClip in Symbol 886 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 887 MovieClip Frame 53
stop();
Symbol 888 MovieClip Frame 1
stop();
Symbol 890 MovieClip Frame 30
stop();
Symbol 891 MovieClip Frame 1
stop();
Instance of Symbol 744 MovieClip "brass" in Symbol 891 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 744 MovieClip "brass" in Symbol 891 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 744 MovieClip "brass" in Symbol 891 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 892 MovieClip Frame 1
stop();
Symbol 893 MovieClip Frame 1
stop();
Symbol 894 MovieClip Frame 1
stop();
Instance of Symbol 893 MovieClip "brass" in Symbol 894 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 893 MovieClip "brass" in Symbol 894 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 895 MovieClip Frame 1
stop();
Symbol 895 MovieClip Frame 2
play();
Symbol 895 MovieClip Frame 8
stop();
Instance of Symbol 901 MovieClip in Symbol 920 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 901 MovieClip in Symbol 920 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 904 MovieClip in Symbol 920 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 907 MovieClip in Symbol 920 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 910 MovieClip in Symbol 920 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 913 MovieClip in Symbol 920 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 916 MovieClip in Symbol 920 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 920 MovieClip Frame 20
stop();
Symbol 921 MovieClip Frame 1
stop();
Symbol 923 MovieClip Frame 1
stop();
Symbol 923 MovieClip Frame 5
stop();
Symbol 923 MovieClip Frame 10
stop();
Symbol 925 MovieClip Frame 1
stop();
Instance of Symbol 924 MovieClip in Symbol 925 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 927 MovieClip Frame 1
stop();
Symbol 934 MovieClip Frame 26
stop();
Symbol 935 MovieClip Frame 18
stop();
Symbol 936 MovieClip Frame 1
stop();
Instance of Symbol 744 MovieClip "brass" in Symbol 936 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 744 MovieClip "brass" in Symbol 936 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 937 MovieClip Frame 1
stop();
Symbol 937 MovieClip Frame 8
play();
Symbol 937 MovieClip Frame 12
stop();
Symbol 939 MovieClip Frame 20
stop();
Symbol 940 MovieClip Frame 1
stop();
Symbol 941 MovieClip Frame 24
stop();
Symbol 942 MovieClip Frame 1
stop();
Symbol 943 MovieClip Frame 1
stop();
Instance of Symbol 457 MovieClip "chunk" in Symbol 950 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 832 MovieClip in Symbol 950 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 457 MovieClip "chunk" in Symbol 950 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 832 MovieClip in Symbol 950 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 832 MovieClip in Symbol 950 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 457 MovieClip "chunk" in Symbol 950 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 832 MovieClip in Symbol 950 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 832 MovieClip in Symbol 950 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 457 MovieClip "chunk" in Symbol 950 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 950 MovieClip Frame 12
stop();
Symbol 951 MovieClip Frame 21
stop();
Symbol 952 MovieClip Frame 1
stop();
Symbol 954 MovieClip Frame 11
stop();
Symbol 955 MovieClip Frame 1
stop();
Symbol 955 MovieClip Frame 8
play();
Symbol 955 MovieClip Frame 16
stop();
Symbol 959 MovieClip Frame 1
stop();
Instance of Symbol 958 MovieClip in Symbol 959 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 962 MovieClip Frame 1
stop();
Instance of Symbol 961 MovieClip in Symbol 962 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 963 MovieClip Frame 1
stop();
Symbol 995 MovieClip Frame 26
stop();
Symbol 996 MovieClip Frame 1
stop();
Symbol 998 MovieClip Frame 7
stop();
Symbol 999 MovieClip Frame 1
stop();
Symbol 1001 MovieClip Frame 1
stop();
Symbol 1007 MovieClip Frame 36
stop();
Symbol 1008 MovieClip Frame 15
stop();
Symbol 1009 MovieClip Frame 1
stop();
Symbol 1010 MovieClip Frame 6
stop();
Symbol 1011 MovieClip Frame 1
stop();
Symbol 1011 MovieClip Frame 8
stop();
Symbol 1017 MovieClip Frame 12
stop();
Symbol 1018 MovieClip Frame 1
stop();
Instance of Symbol 832 MovieClip in Symbol 1022 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 832 MovieClip in Symbol 1022 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 832 MovieClip in Symbol 1022 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 832 MovieClip in Symbol 1022 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 832 MovieClip in Symbol 1022 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 832 MovieClip in Symbol 1022 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 832 MovieClip in Symbol 1022 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 832 MovieClip in Symbol 1022 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 457 MovieClip "chunk" in Symbol 1022 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 1022 MovieClip Frame 12
stop();
Symbol 1023 MovieClip Frame 10
stop();
Symbol 1024 MovieClip Frame 1
stop();
Symbol 1025 MovieClip Frame 7
stop();
Symbol 1026 MovieClip Frame 1
stop();
Symbol 1026 MovieClip Frame 7
stop();
Symbol 1028 MovieClip Frame 1
stop();
Symbol 1028 MovieClip Frame 2
play();
Symbol 1028 MovieClip Frame 9
stop();
Symbol 1029 MovieClip Frame 10
stop();
Symbol 1030 MovieClip Frame 1
stop();
Symbol 1031 MovieClip Frame 1
stop();
Symbol 1031 MovieClip Frame 2
play();
Symbol 1031 MovieClip Frame 9
stop();
Symbol 1037 MovieClip Frame 4
stop();
Symbol 1038 MovieClip Frame 1
stop();
Symbol 1040 MovieClip Frame 6
stop();
Symbol 1041 MovieClip Frame 1
stop();
Symbol 1041 MovieClip Frame 6
play();
Symbol 1041 MovieClip Frame 10
stop();
Symbol 1042 Button
on (release) { gotoAndStop (1); }
Symbol 1051 MovieClip Frame 6
stop();
Symbol 1052 MovieClip Frame 1
stop();
Symbol 1052 MovieClip Frame 15
gotoAndStop (2);
Symbol 1055 MovieClip Frame 25
stop();
Symbol 1059 MovieClip Frame 25
stop();
Symbol 1062 MovieClip Frame 25
stop();
Symbol 1065 MovieClip Frame 25
stop();
Symbol 1069 MovieClip Frame 65
stop();
Symbol 1070 MovieClip Frame 25
stop();
Symbol 1071 MovieClip Frame 1
stop();
Symbol 1071 MovieClip Frame 10
stop();
Symbol 1079 MovieClip Frame 6
stop();
Symbol 1080 MovieClip Frame 1
stop();
Symbol 1080 MovieClip Frame 7
stop();
Symbol 1082 MovieClip Frame 1
stop();
Symbol 1090 MovieClip Frame 2
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 3
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 4
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 5
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 6
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 7
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 8
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 9
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 10
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 11
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 12
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 13
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 14
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 15
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 16
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 17
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 18
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 19
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 20
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 21
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 22
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 23
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 24
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 25
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 26
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 27
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 28
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 29
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 30
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1090 MovieClip Frame 31
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 32
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 33
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 34
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 35
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 36
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 37
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 38
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 39
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 40
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 41
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 42
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 43
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 44
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 45
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 46
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 47
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 48
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 49
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 50
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 51
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 52
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 53
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 54
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 55
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 56
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 57
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 58
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 59
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 60
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 61
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 62
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 63
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 64
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 65
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 66
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 67
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 68
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 69
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 70
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 71
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 72
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 73
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 74
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 75
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 76
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 77
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 78
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 79
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 80
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 81
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 82
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 83
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 84
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 85
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 86
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 87
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 88
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 89
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 90
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 91
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 92
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 93
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 94
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 95
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 96
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 97
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 98
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 99
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 100
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 101
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 102
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 103
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 104
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 105
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 106
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 107
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1090 MovieClip Frame 108
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 109
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 110
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 111
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 112
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 113
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 114
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 115
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 116
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 117
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 118
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 119
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 120
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 121
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 122
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 123
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 124
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 125
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 126
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 127
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 128
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 129
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 130
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 131
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 132
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 133
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 134
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 135
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 136
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 137
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 138
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 139
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 140
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 141
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 142
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 143
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 144
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 145
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 146
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 147
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 148
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 149
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 150
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 151
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 152
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 153
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 154
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 155
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 156
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 157
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 158
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 159
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 160
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 161
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 162
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 163
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 164
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 165
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 166
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 167
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 168
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 169
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 170
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 171
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 172
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 173
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 174
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 175
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 176
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 177
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 178
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 179
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 180
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 181
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 182
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1090 MovieClip Frame 183
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 184
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 185
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 186
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 187
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 188
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 189
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 190
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 191
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 192
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 193
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 194
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 195
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 196
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 197
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 198
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 199
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 200
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 201
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 202
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 203
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 204
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 205
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 206
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 207
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 208
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 209
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 210
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 211
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 212
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 213
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 214
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 215
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 216
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 217
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 218
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 219
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 220
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 221
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 222
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 223
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 224
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 225
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 226
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 227
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 228
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 229
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 230
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 231
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 232
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 233
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 234
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 235
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 236
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 237
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 238
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 239
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 240
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 241
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 242
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 243
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1090 MovieClip Frame 244
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 245
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 246
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 247
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 248
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 249
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 250
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 251
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 252
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 253
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 254
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 255
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 256
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 257
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 258
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 259
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 260
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 261
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 262
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 263
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 264
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 265
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 266
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 267
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 268
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 269
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 270
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 271
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 272
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 273
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 274
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 275
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 276
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 277
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 278
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 279
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 280
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 281
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 282
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 283
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 284
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 285
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 286
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 287
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 288
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 289
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 290
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 291
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 292
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 293
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 294
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 295
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 296
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 297
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 298
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 299
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 300
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 301
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 302
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 303
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 304
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 305
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 306
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 307
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 308
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 309
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 310
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 311
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 312
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 313
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 314
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 315
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 316
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 317
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 318
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 319
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 320
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 321
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 322
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 323
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 324
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 325
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 326
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 327
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 328
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 329
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 330
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 331
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 332
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 333
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 334
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 335
tellTarget ("/boss1/bblink1") { nextFrame(); }; tellTarget ("/boss1") { nextFrame(); };
Symbol 1090 MovieClip Frame 336
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 337
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 338
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 339
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 340
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 341
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 342
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 343
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 344
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 345
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 346
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 347
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 348
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 349
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 350
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 351
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 352
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 353
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 354
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 355
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 356
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 357
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 358
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 359
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 360
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 361
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 362
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 363
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 364
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 365
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 366
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 367
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 368
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 369
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 370
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 371
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 372
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 373
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 374
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 375
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 376
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 377
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 378
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 379
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 380
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 381
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 382
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 383
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 384
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 385
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 386
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 387
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 388
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 389
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 390
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 391
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 392
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 393
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 394
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 395
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 396
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 397
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 398
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 399
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 400
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 401
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 402
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 403
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 404
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 405
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 406
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 407
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 408
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 409
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 410
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 411
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 412
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 413
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 414
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 415
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 416
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 417
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 418
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 419
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 420
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 421
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 422
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 423
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 424
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 425
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 426
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 427
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 428
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 429
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 430
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 431
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 432
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 433
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 434
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 435
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 436
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 437
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 438
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 439
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 440
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 441
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 442
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 443
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 444
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 445
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 446
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 447
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 448
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 449
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 450
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 451
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 452
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 453
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 454
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 455
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 456
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 457
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 458
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 459
tellTarget ("/boss1/bblink1") { nextFrame(); };
Symbol 1090 MovieClip Frame 460
stop(); _root.gotoAndPlay("the_end");
Instance of Symbol 825 MovieClip in Symbol 1091 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 825 MovieClip in Symbol 1091 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 1091 MovieClip Frame 124
stop();
Symbol 1097 MovieClip Frame 10
stop();
Symbol 1130 Button
on (release) { gotoAndPlay (1747); }
Symbol 1131 Button
on (release) { gotoAndPlay (283); }
Symbol 1138 MovieClip Frame 21
stop();
Symbol 1144 Button
on (release) { play(); }
Symbol 1150 Button
on (release) { gotoAndStop (9659); }
Symbol 1156 Button
on (release) { gotoAndStop (9701); }

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

Instance Names

"bar"Frame 1Symbol 12 MovieClip
"extras"Frame 498Symbol 63 MovieClip
"game"Frame 498Symbol 93 MovieClip
"thrust"Frame 1991Symbol 184 MovieClip
"thrust"Frame 1991Symbol 184 MovieClip
"thrust"Frame 2497Symbol 204 MovieClip
"laser"Frame 2497Symbol 260 MovieClip
"player_dam"Frame 2497Symbol 285 MovieClip
"pw_water"Frame 2497Symbol 289 MovieClip
"image"Frame 2497Symbol 292 MovieClip
"sbar"Frame 2497Symbol 294 MovieClip
"pw1"Frame 2497Symbol 300 MovieClip
"powerbar"Frame 2497Symbol 339 MovieClip
"misscounter"Frame 2497Symbol 350 MovieClip
"life"Frame 2497Symbol 366 MovieClip
"powerbar"Frame 2516Symbol 339 MovieClip
"misscounter"Frame 2516Symbol 350 MovieClip
"life"Frame 2516Symbol 366 MovieClip
"mis0"Frame 2516Symbol 384 MovieClip
"spaceship"Frame 2526Symbol 452 MovieClip
"we5"Frame 2643Symbol 471 MovieClip
"we6"Frame 2643Symbol 471 MovieClip
"we4"Frame 2643Symbol 471 MovieClip
"we2"Frame 2643Symbol 471 MovieClip
"enemy6"Frame 2652Symbol 474 MovieClip
"enemy4"Frame 2671Symbol 474 MovieClip
"enemy5"Frame 2687Symbol 474 MovieClip
"enemy2"Frame 2705Symbol 474 MovieClip
"we1"Frame 2772Symbol 492 MovieClip
"we2"Frame 2772Symbol 492 MovieClip
"we3"Frame 2772Symbol 492 MovieClip
"enemy1"Frame 2773Symbol 495 MovieClip
"enemy2"Frame 2798Symbol 495 MovieClip
"enemy3"Frame 2825Symbol 495 MovieClip
"dropship1"Frame 2874Symbol 501 MovieClip
"ds1"Frame 2874Symbol 511 MovieClip
"ball"Frame 2904Symbol 517 MovieClip
"ball"Frame 2919Symbol 517 MovieClip
"ball"Frame 2935Symbol 517 MovieClip
"ball"Frame 2969Symbol 517 MovieClip
"ball"Frame 2969Symbol 517 MovieClip
"powerup3"Frame 2986Symbol 534 MovieClip
"ball"Frame 2987Symbol 517 MovieClip
"enemy6"Frame 3022Symbol 474 MovieClip
"we5"Frame 3022Symbol 471 MovieClip
"we6"Frame 3022Symbol 471 MovieClip
"we4"Frame 3022Symbol 471 MovieClip
"we2"Frame 3022Symbol 471 MovieClip
"we3"Frame 3022Symbol 471 MovieClip
"we1"Frame 3022Symbol 471 MovieClip
"enemy1"Frame 3033Symbol 474 MovieClip
"enemy2"Frame 3043Symbol 474 MovieClip
"enemy3"Frame 3054Symbol 474 MovieClip
"enemy4"Frame 3064Symbol 474 MovieClip
"enemy5"Frame 3073Symbol 474 MovieClip
"we7"Frame 3106Symbol 492 MovieClip
"we8"Frame 3106Symbol 492 MovieClip
"we9"Frame 3106Symbol 492 MovieClip
"enemy7"Frame 3107Symbol 495 MovieClip
"enemy8"Frame 3128Symbol 495 MovieClip
"enemy9"Frame 3146Symbol 495 MovieClip
"dropship2"Frame 3258Symbol 550 MovieClip
"ds1"Frame 3264Symbol 552 MovieClip
"ds2"Frame 3264Symbol 552 MovieClip
"ds3"Frame 3264Symbol 552 MovieClip
"dropship3"Frame 3265Symbol 550 MovieClip
"dropship1"Frame 3265Symbol 550 MovieClip
"powerup3"Frame 3387Symbol 534 MovieClip
"dropship1"Frame 3414Symbol 550 MovieClip
"tg1"Frame 3557Symbol 607 MovieClip
"dropship1"Frame 3557Symbol 609 MovieClip
"ds1"Frame 3557Symbol 622 MovieClip
"tg2"Frame 3564Symbol 607 MovieClip
"dropship2"Frame 3564Symbol 609 MovieClip
"ds2"Frame 3564Symbol 622 MovieClip
"we1"Frame 3615Symbol 626 MovieClip
"we2"Frame 3615Symbol 626 MovieClip
"we3"Frame 3615Symbol 626 MovieClip
"we4"Frame 3615Symbol 626 MovieClip
"enemy1"Frame 3644Symbol 627 MovieClip
"enemy2"Frame 3663Symbol 627 MovieClip
"enemy3"Frame 3678Symbol 627 MovieClip
"enemy4"Frame 3687Symbol 627 MovieClip
"dropship1"Frame 3718Symbol 609 MovieClip
"tg3"Frame 3725Symbol 607 MovieClip
"dropship3"Frame 3725Symbol 609 MovieClip
"ds3"Frame 3725Symbol 622 MovieClip
"enemy5"Frame 3745Symbol 495 MovieClip
"we7"Frame 3746Symbol 632 MovieClip
"we6"Frame 3746Symbol 632 MovieClip
"we5"Frame 3746Symbol 632 MovieClip
"enemy6"Frame 3761Symbol 495 MovieClip
"enemy7"Frame 3773Symbol 495 MovieClip
"ds1"Frame 3821Symbol 641 MovieClip
"ds2"Frame 3821Symbol 641 MovieClip
"ds4"Frame 3821Symbol 641 MovieClip
"dropship1"Frame 3823Symbol 647 MovieClip
"dropship2"Frame 3850Symbol 647 MovieClip
"dropship4"Frame 3850Symbol 647 MovieClip
"enemy1"Frame 3897Symbol 653 MovieClip
"we3"Frame 3897Symbol 657 MovieClip
"we2"Frame 3897Symbol 657 MovieClip
"we1"Frame 3897Symbol 657 MovieClip
"enemy2"Frame 3920Symbol 653 MovieClip
"enemy3"Frame 3945Symbol 653 MovieClip
"powerup3"Frame 4051Symbol 534 MovieClip
"ds1"Frame 4081Symbol 669 MovieClip
"ds2"Frame 4081Symbol 669 MovieClip
"ds3"Frame 4081Symbol 669 MovieClip
"ds4"Frame 4081Symbol 669 MovieClip
"ds5"Frame 4081Symbol 669 MovieClip
"dropship1"Frame 4098Symbol 673 MovieClip
"dropship2"Frame 4121Symbol 673 MovieClip
"dropship3"Frame 4159Symbol 673 MovieClip
"dropship4"Frame 4201Symbol 673 MovieClip
"dropship5"Frame 4251Symbol 673 MovieClip
"we3"Frame 4353Symbol 657 MovieClip
"we2"Frame 4353Symbol 657 MovieClip
"enemy3"Frame 4354Symbol 653 MovieClip
"enemy2"Frame 4375Symbol 653 MovieClip
"we1"Frame 4770Symbol 657 MovieClip
"we2"Frame 4770Symbol 657 MovieClip
"we3"Frame 4770Symbol 726 MovieClip
"we4"Frame 4770Symbol 726 MovieClip
"enemy1"Frame 4771Symbol 653 MovieClip
"enemy3"Frame 4771Symbol 627 MovieClip
"enemy2"Frame 4801Symbol 653 MovieClip
"enemy4"Frame 4801Symbol 627 MovieClip
"powerup3"Frame 5035Symbol 534 MovieClip
"healthup"Frame 5035Symbol 735 MovieClip
"pw1"Frame 5143Symbol 289 MovieClip
"we1"Frame 5190Symbol 745 MovieClip
"we2"Frame 5190Symbol 745 MovieClip
"we3"Frame 5190Symbol 745 MovieClip
"we4"Frame 5190Symbol 745 MovieClip
"enemy1"Frame 5191Symbol 627 MovieClip
"enemy2"Frame 5219Symbol 627 MovieClip
"enemy4"Frame 5226Symbol 627 MovieClip
"enemy3"Frame 5233Symbol 627 MovieClip
"we5"Frame 5314Symbol 751 MovieClip
"we6"Frame 5314Symbol 751 MovieClip
"we7"Frame 5314Symbol 745 MovieClip
"we8"Frame 5314Symbol 745 MovieClip
"enemy7"Frame 5315Symbol 627 MovieClip
"enemy5"Frame 5315Symbol 753 MovieClip
"enemy8"Frame 5331Symbol 627 MovieClip
"enemy6"Frame 5331Symbol 753 MovieClip
"ds5"Frame 5371Symbol 757 MovieClip
"dropship5"Frame 5373Symbol 673 MovieClip
"b1"Frame 5711Symbol 813 MovieClip
"boss"Frame 5712Symbol 776 MovieClip
"boss_gun"Frame 5712Symbol 779 MovieClip
"dropship1"Frame 5712Symbol 814 MovieClip
"ds1"Frame 6301Symbol 834 MovieClip
"ds2"Frame 6301Symbol 834 MovieClip
"dropship1"Frame 6302Symbol 837 MovieClip
"dropship2"Frame 6326Symbol 837 MovieClip
"powerup3"Frame 6355Symbol 534 MovieClip
"ds3"Frame 6395Symbol 847 MovieClip
"boss_gun"Frame 6396Symbol 850 MovieClip
"boss"Frame 6396Symbol 856 MovieClip
"dropship3"Frame 6396Symbol 858 MovieClip
"sub_hat"Frame 6396Symbol 861 MovieClip
"we1"Frame 6475Symbol 865 MovieClip
"we2"Frame 6475Symbol 865 MovieClip
"we3"Frame 6475Symbol 865 MovieClip
"enemy1"Frame 6476Symbol 867 MovieClip
"enemy2"Frame 6481Symbol 867 MovieClip
"enemy3"Frame 6489Symbol 867 MovieClip
"healthup"Frame 6532Symbol 735 MovieClip
"ds1"Frame 6622Symbol 883 MovieClip
"ds2"Frame 6622Symbol 883 MovieClip
"dropship1"Frame 6623Symbol 876 MovieClip
"dropship2"Frame 6665Symbol 876 MovieClip
"healthup"Frame 6666Symbol 735 MovieClip
"we1"Frame 6677Symbol 657 MovieClip
"we2"Frame 6677Symbol 657 MovieClip
"we3"Frame 6677Symbol 657 MovieClip
"we4"Frame 6677Symbol 657 MovieClip
"enemy1"Frame 6678Symbol 653 MovieClip
"enemy2"Frame 6694Symbol 653 MovieClip
"ds4"Frame 6698Symbol 891 MovieClip
"dropship4"Frame 6700Symbol 876 MovieClip
"enemy3"Frame 6713Symbol 653 MovieClip
"enemy4"Frame 6728Symbol 653 MovieClip
"powerup3"Frame 6754Symbol 534 MovieClip
"we5"Frame 6772Symbol 745 MovieClip
"we6"Frame 6772Symbol 745 MovieClip
"we7"Frame 6772Symbol 745 MovieClip
"we8"Frame 6772Symbol 745 MovieClip
"enemy5"Frame 6773Symbol 627 MovieClip
"enemy6"Frame 6773Symbol 627 MovieClip
"enemy7"Frame 6773Symbol 627 MovieClip
"enemy8"Frame 6773Symbol 627 MovieClip
"ball"Frame 6776Symbol 517 MovieClip
"ball"Frame 6787Symbol 517 MovieClip
"ball"Frame 6795Symbol 517 MovieClip
"we1"Frame 6842Symbol 894 MovieClip
"we2"Frame 6842Symbol 894 MovieClip
"we3"Frame 6842Symbol 894 MovieClip
"we4"Frame 6842Symbol 894 MovieClip
"enemy3"Frame 6843Symbol 895 MovieClip
"enemy1"Frame 6843Symbol 895 MovieClip
"enemy4"Frame 6869Symbol 895 MovieClip
"enemy2"Frame 6869Symbol 895 MovieClip
"powerup3"Frame 6953Symbol 534 MovieClip
"ds1"Frame 6960Symbol 921 MovieClip
"dropship1"Frame 6962Symbol 923 MovieClip
"ds2"Frame 7006Symbol 936 MovieClip
"ds3"Frame 7006Symbol 936 MovieClip
"ds4"Frame 7006Symbol 936 MovieClip
"dropship2"Frame 7007Symbol 937 MovieClip
"dropship3"Frame 7025Symbol 937 MovieClip
"dropship4"Frame 7042Symbol 937 MovieClip
"we1"Frame 7062Symbol 942 MovieClip
"we2"Frame 7062Symbol 942 MovieClip
"we3"Frame 7062Symbol 942 MovieClip
"enemy1"Frame 7063Symbol 495 MovieClip
"enemy2"Frame 7080Symbol 495 MovieClip
"enemy3"Frame 7098Symbol 495 MovieClip
"ds1"Frame 7123Symbol 952 MovieClip
"dropship1"Frame 7124Symbol 955 MovieClip
"healthup"Frame 7276Symbol 735 MovieClip
"powerup3"Frame 7328Symbol 534 MovieClip
"pw1"Frame 7502Symbol 300 MovieClip
"ds1"Frame 7681Symbol 996 MovieClip
"ds2"Frame 7681Symbol 996 MovieClip
"dropship1"Frame 7683Symbol 999 MovieClip
"tg1"Frame 7683Symbol 1001 MovieClip
"dropship2"Frame 7683Symbol 999 MovieClip
"tg2"Frame 7683Symbol 1001 MovieClip
"ds3"Frame 7750Symbol 1009 MovieClip
"dropship3"Frame 7751Symbol 1011 MovieClip
"ds4"Frame 7754Symbol 1009 MovieClip
"dropship4"Frame 7755Symbol 1011 MovieClip
"ball"Frame 7775Symbol 517 MovieClip
"ball"Frame 7791Symbol 517 MovieClip
"ball"Frame 7830Symbol 517 MovieClip
"ball"Frame 7843Symbol 517 MovieClip
"ds5"Frame 7903Symbol 1018 MovieClip
"we1"Frame 7903Symbol 1024 MovieClip
"dropship5"Frame 7904Symbol 1026 MovieClip
"enemy1"Frame 7904Symbol 1028 MovieClip
"powerup3"Frame 7915Symbol 534 MovieClip
"we2"Frame 7932Symbol 1030 MovieClip
"we3"Frame 7932Symbol 1030 MovieClip
"we4"Frame 7932Symbol 1030 MovieClip
"enemy4"Frame 7933Symbol 1031 MovieClip
"enemy3"Frame 7933Symbol 1031 MovieClip
"enemy2"Frame 7933Symbol 1031 MovieClip
"healthup"Frame 7952Symbol 735 MovieClip
"ds1"Frame 7971Symbol 996 MovieClip
"dropshjip3"Frame 8079Symbol 1011 MovieClip
"ds1"Frame 8096Symbol 1038 MovieClip
"ds2"Frame 8096Symbol 1038 MovieClip
"ds3"Frame 8096Symbol 1038 MovieClip
"ds4"Frame 8096Symbol 1038 MovieClip
"dropship4"Frame 8098Symbol 1041 MovieClip
"dropship3"Frame 8098Symbol 1041 MovieClip
"dropship2"Frame 8098Symbol 1041 MovieClip
"dropship1"Frame 8098Symbol 1041 MovieClip
"tank1"Frame 8242Symbol 1080 MovieClip
"tank2"Frame 8242Symbol 1080 MovieClip
"tg6"Frame 8242Symbol 1082 MovieClip
"tg7"Frame 8242Symbol 1082 MovieClip
"boss1"Frame 8345Symbol 1071 MovieClip
"dropship5"Frame 8345Symbol 1090 MovieClip
"tank1"Frame 9182Symbol 1080 MovieClip
"tank2"Frame 9182Symbol 1080 MovieClip
"tank1"Frame 9462Symbol 1080 MovieClip
"tank2"Frame 9462Symbol 1080 MovieClip
"thrust"Frame 9462Symbol 204 MovieClip
"spaceship"Frame 9462Symbol 452 MovieClip
"theText"Symbol 91 MovieClip Frame 1Symbol 86 MovieClip
"theMask"Symbol 91 MovieClip Frame 1Symbol 88 MovieClip
"dragger"Symbol 91 MovieClip Frame 1Symbol 90 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 2Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 3Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 4Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"chunk"Symbol 275 MovieClip Frame 5Symbol 274 MovieClip
"p"Symbol 452 MovieClip Frame 1Symbol 201 MovieClip
"p1"Symbol 452 MovieClip Frame 25Symbol 201 MovieClip
"p2"Symbol 452 MovieClip Frame 50Symbol 201 MovieClip
"p3"Symbol 452 MovieClip Frame 75Symbol 201 MovieClip
"p4"Symbol 452 MovieClip Frame 100Symbol 201 MovieClip
"p5"Symbol 452 MovieClip Frame 125Symbol 201 MovieClip
"chunk"Symbol 458 MovieClip Frame 1Symbol 457 MovieClip
"brass"Symbol 471 MovieClip Frame 2Symbol 458 MovieClip
"brass"Symbol 471 MovieClip Frame 2Symbol 458 MovieClip
"brass"Symbol 471 MovieClip Frame 2Symbol 458 MovieClip
"brass"Symbol 471 MovieClip Frame 2Symbol 458 MovieClip
"chunk"Symbol 471 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 471 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 471 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 471 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 471 MovieClip Frame 2Symbol 457 MovieClip
"thrust"Symbol 474 MovieClip Frame 1Symbol 184 MovieClip
"thrust"Symbol 474 MovieClip Frame 1Symbol 184 MovieClip
"chunk"Symbol 492 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 492 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 492 MovieClip Frame 2Symbol 457 MovieClip
"thrust"Symbol 495 MovieClip Frame 1Symbol 493 MovieClip
"thrust"Symbol 495 MovieClip Frame 1Symbol 493 MovieClip
"thrust"Symbol 501 MovieClip Frame 1Symbol 493 MovieClip
"thrust"Symbol 501 MovieClip Frame 1Symbol 493 MovieClip
"chunk"Symbol 511 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 511 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 511 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 511 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 511 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 511 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 511 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 511 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 511 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 511 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 552 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 552 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 552 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 552 MovieClip Frame 2Symbol 457 MovieClip
"chunk"Symbol 744 MovieClip Frame 1Symbol 457 MovieClip
"brass"Symbol 745 MovieClip Frame 2Symbol 744 MovieClip
"brass"Symbol 745 MovieClip Frame 2Symbol 744 MovieClip
"brass"Symbol 745 MovieClip Frame 2Symbol 744 MovieClip
"brass"Symbol 751 MovieClip Frame 2Symbol 744 MovieClip
"brass"Symbol 751 MovieClip Frame 2Symbol 744 MovieClip
"brass"Symbol 751 MovieClip Frame 2Symbol 744 MovieClip
"thrust"Symbol 776 MovieClip Frame 1Symbol 184 MovieClip
"thrust"Symbol 776 MovieClip Frame 1Symbol 184 MovieClip
"thrust"Symbol 776 MovieClip Frame 1Symbol 184 MovieClip
"thrust"Symbol 776 MovieClip Frame 1Symbol 184 MovieClip
"bblink"Symbol 776 MovieClip Frame 1Symbol 766 MovieClip
"boss"Symbol 780 MovieClip Frame 1Symbol 776 MovieClip
"boss_gun"Symbol 780 MovieClip Frame 1Symbol 779 MovieClip
"chunk"Symbol 833 MovieClip Frame 1Symbol 457 MovieClip
"chunk"Symbol 833 MovieClip Frame 4Symbol 457 MovieClip
"chunk"Symbol 833 MovieClip Frame 6Symbol 457 MovieClip
"chunk"Symbol 833 MovieClip Frame 10Symbol 457 MovieClip
"chunk"Symbol 881 MovieClip Frame 10Symbol 457 MovieClip
"brass"Symbol 891 MovieClip Frame 2Symbol 744 MovieClip
"brass"Symbol 891 MovieClip Frame 2Symbol 744 MovieClip
"brass"Symbol 891 MovieClip Frame 2Symbol 744 MovieClip
"brass"Symbol 894 MovieClip Frame 2Symbol 893 MovieClip
"brass"Symbol 894 MovieClip Frame 2Symbol 893 MovieClip
"dropship2"Symbol 936 MovieClip Frame 2Symbol 935 MovieClip
"brass"Symbol 936 MovieClip Frame 2Symbol 744 MovieClip
"brass"Symbol 936 MovieClip Frame 2Symbol 744 MovieClip
"thrust"Symbol 937 MovieClip Frame 1Symbol 493 MovieClip
"thrust"Symbol 937 MovieClip Frame 1Symbol 493 MovieClip
"chunk"Symbol 950 MovieClip Frame 1Symbol 457 MovieClip
"chunk"Symbol 950 MovieClip Frame 4Symbol 457 MovieClip
"chunk"Symbol 950 MovieClip Frame 6Symbol 457 MovieClip
"chunk"Symbol 950 MovieClip Frame 10Symbol 457 MovieClip
"chunk"Symbol 1022 MovieClip Frame 10Symbol 457 MovieClip
"bblink1"Symbol 1071 MovieClip Frame 1Symbol 1052 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$NF$JtAkehOMauiEADjJ/C62f0."

Labels

"boss_dead"Frame 6261
"the_end"Frame 9182
"death"Frame 9296
"bar tween"Symbol 12 MovieClip Frame 1
"right"Symbol 201 MovieClip Frame 2
"left"Symbol 201 MovieClip Frame 3
"down"Symbol 201 MovieClip Frame 4
"up"Symbol 201 MovieClip Frame 5
"error"Symbol 424 MovieClip Frame 2
"topgun"Symbol 424 MovieClip Frame 3
"vimana"Symbol 424 MovieClip Frame 4
"spitfire"Symbol 424 MovieClip Frame 5
"sirius"Symbol 424 MovieClip Frame 6
"thot"Symbol 424 MovieClip Frame 7

Dynamic Text Variables

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




http://swfchan.com/5/22064/info.shtml
Created: 27/5 -2019 05:55:44 Last modified: 27/5 -2019 05:55:44 Server time: 05/05 -2024 17:50:37