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/74160274?noj=FRM74160274-5DC" width="1" height="1"></div>

Drakojan Skies 2.swf

This is the info page for
Flash #26455

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


Text
Extras

The Game

Mouse - Aim
Left Click - Shoot
R - Reload
S - Shield
F- Flash light

SIDE SCROLLER

FIRST PERSON

SIDE SCROLLER

FIRST PERSON

Credits:
All visuals, Game Design, Programming, Characters, Story,
Concepts, etc by M. Wemhoff aka OmegaDragon3000
First Person Shooter (wandering about as a soldier)
suggested by 'Hotshot'.
Music by:
Menu Theme: "Iron Savior - Tyranny of Steel"
Level 1 Song:  "Steel Drums - Carribean Dream"

A round of beers go to:
-Sheezyart; -Newgrounds; -RPG Maker Pavilion;
-The Adregalus Forums; -[DV]SuicideCommando; -BKGD;
-Sabrina; -Karl Heinz (our revolutionary comrade);
-ClockCrew; -AFD; -Actionscript; -Flashkit; -HuntingDuck;
- NJB; -Hotshot + everyone else!!
.. for the support + good memories during the years
Most special thanks:
Deutsche Luftwaffe for having low alt. fighter jet trainings
over our house every now and then.. Good stuff..  \m/ (|^-^|) \m/

Play More Games

Play More Games

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

Ultra

x 5

x 4

x 3

x 2

x 1

x 0

x

Hull Integrity

ENTER

Suht
Greetings fellow warriors! Glad to be sharing the
same skies with you. I shall accompany you today.

Rick:
Atano Ni, Suth.  (greetings and blessings)

John:
Oh man. I should remember the location of this
place..  They even have traditional hotel huts!

Rick:
The enemy fighter landed at the
Fithkara Underwater Museum.

Next

We need some answers as to why no one has
spotted this underwater fleet yet and what this
tribal faction is doing here.

Tesch:
Good luck. We're holding position until you
return.

Rick:
Good. If anyone is hurt, head back to the cave
immediately. Take care everyone.

Rizzi:
Just for your info chief.. A Tsunami is heading
our way. Make sure to leave before they lock ya in.

Rick:
Got it. Rick out.

This is the point where I had to stop.
Replay First Person Shooter part
Replay game
Continue Mission

Children of Bodom - You're Better Off Dead

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 318
Mouse.show();
Frame 450
stop();
Frame 509
Mouse.show();
Frame 1920
Mouse.show();
Frame 1931
numEnemy = 10; numdropship = 5;
Instance of Symbol 198 MovieClip "thrust" in Frame 1932
onClipEvent (enterFrame) { this._x = _root.spaceship._x + 0; this._y = _root.spaceship._y + 10; if (_root.spaceship._currentframe > 140) { nextFrame(); } }
Instance of Symbol 247 MovieClip "laser" in Frame 1932
onClipEvent (load) { 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 295 MovieClip "player_dam" in Frame 1932
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 299 MovieClip "pw1" in Frame 1932
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 303 MovieClip "pw2" in Frame 1932
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 408 MovieClip "mis0" in Frame 1932
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); } }
Frame 1965
Instance of Symbol 333 MovieClip "spaceship" in Frame 1973
onClipEvent (load) { moveSpeed = 6; _root.laser._visible = false; _root.enemylaser._visible = false; laserCounter = 0; scrollx = _root.mainGround.ground._width / 1; scrollStart = false; maxLasers = 5; depthCounter = 0; var reloadtime = 5; fired = 0; Redge = 600 - (_width / 2); Ledge = 50 - (_width / 2); Uedge = 285 - (_height / 2); Dedge = -60 + (_height / 2); sy = _y; ang = 0; } onClipEvent (enterFrame) { if (_root.spaceship._currentframe < 130) { if (Key.isDown(67) and (laserCounter <= maxLasers)) { reload++; if (reload > reloadtime) { fired = 0; reload = 0; } if (fired == 0) { fired = 1; laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (depthCounter > maxLasers) { depthCounter = 0; } } } } _y = (sy + (2 * Math.cos((ang = ang + 0.092)))); if (_root.spaceship._currentframe < 140) { if (Key.isDown(39) and (_x < Redge)) { this._x = this._x + (moveSpeed + 1); } if (Key.isDown(37) and (_x > Ledge)) { this._x = this._x - (moveSpeed + 1); } if (Key.isDown(40) and (_y < (Uedge - 50))) { this._y = this._y + moveSpeed; sy = sy + moveSpeed; } if (Key.isDown(38) and (_y > (Dedge + 50))) { this._y = this._y - moveSpeed; sy = sy - moveSpeed; } } if (_root.powerbar._currentframe == 2) { var reloadtime = 6; maxLasers = 4; } if (_root.powerbar._currentframe == 3) { var reloadtime = 5; maxLasers = 3; } if (_root.powerbar._currentframe == 4) { var reloadtime = 6; maxLasers = 3; } if (_root.powerbar._currentframe == 5) { var reloadtime = 6; maxLasers = 3; } if (_root.powerbar._currentframe == 6) { var reloadtime = 6; maxLasers = 4; } if (_root.powerbar._currentframe == 7) { var reloadtime = 6; maxLasers = 3; } if (_root.powerbar._currentframe == 8) { var reloadtime = 7; maxLasers = 3; } if (_root.powerbar._currentframe == 9) { var reloadtime = 8; maxLasers = 3; } if (_root.powerbar._currentframe == 10) { var reloadtime = 5; maxLasers = 4; } }
Instance of Symbol 543 MovieClip "enemy1" in Frame 2513
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 "we1" in Frame 2513
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 550 MovieClip "we2" in Frame 2513
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 550 MovieClip "we3" in Frame 2513
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 550 MovieClip "we4" in Frame 2513
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 550 MovieClip "we5" in Frame 2513
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 543 MovieClip "enemy2" in Frame 2535
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 543 MovieClip "enemy3" in Frame 2563
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 543 MovieClip "enemy4" in Frame 2582
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 543 MovieClip "enemy5" in Frame 2604
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 "we1" in Frame 2654
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 550 MovieClip "we2" in Frame 2654
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 550 MovieClip "we3" in Frame 2654
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 550 MovieClip "we6" in Frame 2654
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 550 MovieClip "we7" in Frame 2654
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 543 MovieClip "enemy1" in Frame 2654
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 543 MovieClip "enemy2" in Frame 2669
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 543 MovieClip "enemy3" in Frame 2682
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 543 MovieClip "enemy6" in Frame 2697
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 543 MovieClip "enemy7" in Frame 2711
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 553 MovieClip "enemy1" in Frame 2784
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 557 MovieClip "we1" in Frame 2784
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 550 MovieClip "we2" in Frame 2784
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 557 MovieClip "we3" in Frame 2784
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 543 MovieClip "enemy2" in Frame 2800
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 553 MovieClip "enemy3" in Frame 2815
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 557 MovieClip "we4" in Frame 2821
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 550 MovieClip "we5" in Frame 2821
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 557 MovieClip "we6" in Frame 2821
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy6._currentframe == 1) { this._x = _root.enemy6._x + 0; this._y = _root.enemy6._y + 0; stop(); } if (_root.enemy6._currentframe > 1) { _root.we6.nextFrame(); stop(); } }
Instance of Symbol 553 MovieClip "enemy4" in Frame 2821
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 566 MovieClip in Frame 2826
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 35; goY = (this._y - _root.spaceship._y) / 35; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.we2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 543 MovieClip "enemy5" in Frame 2842
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 553 MovieClip "enemy6" in Frame 2857
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 583 MovieClip "powerup3" in Frame 2878
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 591 MovieClip "ds1" in Frame 2928
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 594 MovieClip "dropship1" in Frame 2928
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 598 MovieClip in Frame 2971
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 598 MovieClip in Frame 2988
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 598 MovieClip in Frame 3005
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 607 MovieClip "we1" in Frame 3033
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 607 MovieClip "we2" in Frame 3033
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 607 MovieClip "we3" in Frame 3033
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 609 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 609 MovieClip "enemy2" in Frame 3056
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 609 MovieClip "enemy3" in Frame 3081
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 "ds1" in Frame 3145
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds1._currentframe < 2) { if (_root.dropship1._currentframe > 3) { this._x = _root.dropship1._x + 0; this._y = _root.dropship1._y + 0; _root.ds1.nextFrame(); stop(); } } }
Instance of Symbol 635 MovieClip in Frame 3145
onClipEvent (enterFrame) { if (_root.ds1._currentframe == 2) { nextFrame(); } }
Instance of Symbol 648 MovieClip "ww1" in Frame 3201
onClipEvent (load) { stop(); _root.ww1.gotoAndStop(1); } onClipEvent (enterFrame) { this._x = _root.spaceship._x - 30; this._y = _root.wbar._y + 0; if (_root.spaceship._currentframe < 180) { if (_root.wbar.hitTest(_root.spaceship)) { _root.ww1.gotoAndStop(2); } else { _root.ww1.gotoAndStop(3); } } }
Instance of Symbol 653 MovieClip in Frame 3233
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 653 MovieClip in Frame 3250
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 663 MovieClip "ds2" in Frame 3285
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship2._currentframe < 16) { this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; stop(); } if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe > 16) { _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 583 MovieClip "powerup3" in Frame 3289
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 675 MovieClip "healthup" in Frame 3289
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 685 MovieClip "we1" in Frame 3295
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 685 MovieClip "we2" in Frame 3295
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 688 MovieClip "enemy1" in Frame 3297
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 688 MovieClip "enemy2" in Frame 3301
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 303 MovieClip "pw1" in Frame 3307
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 693 MovieClip in Frame 3350
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 693 MovieClip in Frame 3364
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 693 MovieClip in Frame 3378
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 700 MovieClip "we6" in Frame 3407
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 700 MovieClip "we7" in Frame 3407
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 700 MovieClip "we8" in Frame 3407
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 693 MovieClip in Frame 3440
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 711 MovieClip "ds4" in Frame 3534
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 711 MovieClip "ds5" in Frame 3534
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds5._currentframe < 2) { if (_root.dropship5._currentframe > 8) { this._x = _root.dropship5._x + 0; this._y = _root.dropship5._y + 0; _root.ds5.nextFrame(); stop(); } } }
Instance of Symbol 711 MovieClip "ds1" in Frame 3534
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 712 MovieClip "dropship4" in Frame 3534
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 712 MovieClip "dropship5" in Frame 3560
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 712 MovieClip "dropship1" in Frame 3582
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 716 MovieClip "ds3" in Frame 3643
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe > 4) { this._x = _root.dropship3._x + 0; this._y = _root.dropship3._y + 0; _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 717 MovieClip "we1" in Frame 3643
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 717 MovieClip "we2" in Frame 3643
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 553 MovieClip "enemy1" in Frame 3665
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 740 MovieClip "ds2" in Frame 3671
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe == 7) { _root.ds2.nextFrame(); stop(); this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; } } }
Instance of Symbol 743 MovieClip "dropship2" in Frame 3671
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 722 MovieClip "tg2" in Frame 3671
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 553 MovieClip "enemy2" in Frame 3689
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 583 MovieClip "powerup3" in Frame 3720
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 716 MovieClip "ds3" in Frame 3800
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe > 4) { this._x = _root.dropship3._x + 0; this._y = _root.dropship3._y + 0; _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 716 MovieClip "ds4" in Frame 3800
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 748 MovieClip in Frame 3805
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 685 MovieClip "we2" in Frame 3823
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 685 MovieClip "we1" in Frame 3823
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 685 MovieClip "we3" in Frame 3823
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 688 MovieClip "enemy1" in Frame 3823
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 688 MovieClip "enemy2" in Frame 3834
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 688 MovieClip "enemy3" in Frame 3844
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 583 MovieClip "powerup3" in Frame 3847
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 771 MovieClip "we2" in Frame 3992
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 771 MovieClip "we1" in Frame 3992
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 773 MovieClip "enemy1" in Frame 3994
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 773 MovieClip "enemy2" in Frame 4005
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 711 MovieClip "ds1" in Frame 4011
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 712 MovieClip "dropship1" in Frame 4014
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 716 MovieClip "ds3" in Frame 4039
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe > 4) { this._x = _root.dropship3._x + 0; this._y = _root.dropship3._y + 0; _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 716 MovieClip "ds2" in Frame 4039
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 719 MovieClip "dropship3" in Frame 4039
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 719 MovieClip "dropship2" in Frame 4066
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 719 MovieClip "dropship3" in Frame 4129
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 778 MovieClip "we3" in Frame 4130
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 778 MovieClip "we2" in Frame 4130
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 778 MovieClip "we1" in Frame 4130
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 783 MovieClip "enemy3" in Frame 4130
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 50; goY = (this._y - _root.spaceship._y) / 50; stop(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; 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 675 MovieClip "healthup" in Frame 4135
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 583 MovieClip "powerup3" in Frame 4135
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 783 MovieClip "enemy2" in Frame 4165
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 50; goY = (this._y - _root.spaceship._y) / 50; stop(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; 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 783 MovieClip "enemy1" in Frame 4195
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 50; goY = (this._y - _root.spaceship._y) / 50; stop(); } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; 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 663 MovieClip "ds2" in Frame 4201
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.dropship2._currentframe < 16) { this._x = _root.dropship2._x + 0; this._y = _root.dropship2._y + 0; stop(); } if (_root.ds2._currentframe < 2) { if (_root.dropship2._currentframe > 16) { _root.ds2.nextFrame(); stop(); } } }
Instance of Symbol 791 MovieClip in Frame 4251
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 791 MovieClip in Frame 4251
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 792 MovieClip "we1" in Frame 4265
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy1._currentframe == 1) { this._x = _root.enemy1._x; this._y = _root.enemy1._y; stop(); } if (_root.enemy1._currentframe > 1) { _root.we1.nextFrame(); stop(); } }
Instance of Symbol 792 MovieClip "we2" in Frame 4265
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy2._currentframe == 1) { this._x = _root.enemy2._x; this._y = _root.enemy2._y; stop(); } if (_root.enemy2._currentframe > 1) { _root.we2.nextFrame(); stop(); } }
Instance of Symbol 792 MovieClip "we3" in Frame 4265
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 543 MovieClip "enemy1" in Frame 4265
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 543 MovieClip "enemy2" in Frame 4278
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 791 MovieClip in Frame 4283
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 791 MovieClip in Frame 4283
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 543 MovieClip "enemy3" in Frame 4287
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 693 MovieClip in Frame 4333
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 685 MovieClip "we2" in Frame 4356
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 685 MovieClip "we1" in Frame 4356
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 685 MovieClip "we3" in Frame 4356
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 688 MovieClip "enemy1" in Frame 4356
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 688 MovieClip "enemy3" in Frame 4356
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 688 MovieClip "enemy2" in Frame 4356
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 693 MovieClip in Frame 4357
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 685 MovieClip "we5" in Frame 4392
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 685 MovieClip "we4" in Frame 4392
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 685 MovieClip "we6" in Frame 4392
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 688 MovieClip "enemy6" in Frame 4392
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 688 MovieClip "enemy5" in Frame 4392
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 688 MovieClip "enemy4" in Frame 4392
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 716 MovieClip "ds3" in Frame 4411
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.ds3._currentframe < 2) { if (_root.dropship3._currentframe > 4) { this._x = _root.dropship3._x + 0; this._y = _root.dropship3._y + 0; _root.ds3.nextFrame(); stop(); } } }
Instance of Symbol 716 MovieClip "ds4" in Frame 4411
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 716 MovieClip "ds1" in Frame 4411
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 719 MovieClip "dropship3" in Frame 4411
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 719 MovieClip "dropship1" in Frame 4411
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 719 MovieClip "dropship4" in Frame 4411
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(); } } } }
Frame 4665
gotoAndPlay (4705);
Frame 4679
gotoAndPlay (6389);
Frame 4680
prevFrame();
Instance of Symbol 871 MovieClip "flashlight" in Frame 4887
onClipEvent (enterFrame) { _x = (_x + (((_parent._xmouse - _x) + 10) * 0.4)); _y = (_y + (((_parent._ymouse - _y) + 10) * 0.4)); } on (keyPress "f") { if (_root.flashlight._currentframe < 3) { nextFrame(); } }
Instance of Symbol 853 MovieClip "hand" in Frame 4887
onClipEvent (enterFrame) { if (_root.hand._currentframe < 61) { _x = (_x + (((_parent._xmouse - _x) + 120) * 0.2)); _y = (_y + (((_parent._ymouse - _y) + 140) * 0.2)); } if (_root.hand._currentframe > 65) { _x = (_x + (((_parent._xmouse - _x) + 170) * 0.07)); _y = (_y + (((_parent._ymouse - _y) + 195) * 0.07)); } }
Instance of Symbol 874 MovieClip "flashy" in Frame 4887
onClipEvent (enterFrame) { _x = (_x + (((_parent._xmouse - _x) + 70) * 0.2)); _y = (_y + (((_parent._ymouse - _y) + 70) * 0.2)); }
Instance of Symbol 905 MovieClip "gun" in Frame 4887
onClipEvent (load) { startDrag ("", true); Mouse.hide(); if (_root.ammo._currentframe > 31) { _root.gun.nextFrame(); } } onClipEvent (mouseMove) { setProperty(this, _x , _root._xmouse); setProperty(this, _y , _root._ymouse); updateAfterEvent(load); }
Frame 4912
stop();
Frame 4918
gotoAndPlay (4919);
Instance of Symbol 871 MovieClip "flashlight" in Frame 4919
onClipEvent (enterFrame) { _x = (_x + (((_parent._xmouse - _x) + 10) * 0.4)); _y = (_y + (((_parent._ymouse - _y) + 10) * 0.4)); } on (keyPress "f") { if (_root.flashlight._currentframe < 3) { nextFrame(); } }
Instance of Symbol 853 MovieClip "hand" in Frame 4919
onClipEvent (enterFrame) { if (_root.hand._currentframe < 61) { _x = (_x + (((_parent._xmouse - _x) + 120) * 0.2)); _y = (_y + (((_parent._ymouse - _y) + 140) * 0.2)); } if (_root.hand._currentframe > 65) { _x = (_x + (((_parent._xmouse - _x) + 170) * 0.07)); _y = (_y + (((_parent._ymouse - _y) + 195) * 0.07)); } }
Instance of Symbol 874 MovieClip "flashy" in Frame 4919
onClipEvent (enterFrame) { _x = (_x + (((_parent._xmouse - _x) + 70) * 0.2)); _y = (_y + (((_parent._ymouse - _y) + 70) * 0.2)); }
Instance of Symbol 905 MovieClip "gun" in Frame 4919
onClipEvent (load) { startDrag ("", true); Mouse.hide(); if (_root.ammo._currentframe > 31) { _root.gun.nextFrame(); } } onClipEvent (mouseMove) { setProperty(this, _x , _root._xmouse); setProperty(this, _y , _root._ymouse); updateAfterEvent(load); }
Instance of Symbol 1085 MovieClip "sd1" in Frame 5004
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.sd1._currentframe == 1) { if (_root.sol1._currentframe == 45) { this._x = _root.sol1._x + 0; this._y = _root.sol1._y + 0; _root.sd1.gotoAndStop(2); stop(); } } if (_root.sd1._currentframe == 1) { if (_root.sol1._currentframe == 55) { this._x = _root.sol1._x + 0; this._y = _root.sol1._y + 0; _root.sd1.gotoAndStop(3); stop(); } } if (_root.sd1._currentframe == 1) { if (_root.sol1._currentframe == 65) { this._x = _root.sol1._x + 0; this._y = _root.sol1._y + 0; _root.sd1.gotoAndStop(4); stop(); } } }
Instance of Symbol 1085 MovieClip "sd2" in Frame 5004
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.sd2._currentframe == 1) { if (_root.sol2._currentframe == 45) { this._x = _root.sol2._x + 0; this._y = _root.sol2._y + 0; _root.sd2.gotoAndStop(2); stop(); } } if (_root.sd2._currentframe == 1) { if (_root.sol2._currentframe == 55) { this._x = _root.sol2._x + 0; this._y = _root.sol2._y + 0; _root.sd2.gotoAndStop(3); stop(); } } if (_root.sd2._currentframe == 1) { if (_root.sol2._currentframe == 65) { this._x = _root.sol2._x + 0; this._y = _root.sol2._y + 0; _root.sd2.gotoAndStop(4); stop(); } } }
Frame 5043
stop();
Instance of Symbol 1085 MovieClip "sd1" in Frame 5077
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.sd1._currentframe == 1) { if (_root.sol1._currentframe == 45) { this._x = _root.sol1._x + 0; this._y = _root.sol1._y + 0; _root.sd1.gotoAndStop(2); stop(); } } if (_root.sd1._currentframe == 1) { if (_root.sol1._currentframe == 55) { this._x = _root.sol1._x + 0; this._y = _root.sol1._y + 0; _root.sd1.gotoAndStop(3); stop(); } } if (_root.sd1._currentframe == 1) { if (_root.sol1._currentframe == 65) { this._x = _root.sol1._x + 0; this._y = _root.sol1._y + 0; _root.sd1.gotoAndStop(4); stop(); } } }
Frame 5104
stop();
Instance of Symbol 1120 MovieClip in Frame 5180
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { if (_currentframe < 5) { nextFrame(); } } }
Instance of Symbol 1128 MovieClip in Frame 5180
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { if (_currentframe < 5) { nextFrame(); } } }
Instance of Symbol 1173 MovieClip in Frame 5193
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { if (_currentframe < 10) { nextFrame(); } } }
Instance of Symbol 1256 MovieClip "sd3" in Frame 5195
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.sd3._currentframe == 1) { if (_root.sol3._currentframe == 23) { this._x = _root.sol3._x + 0; this._y = _root.sol3._y + 0; _root.sd3.gotoAndStop(2); stop(); } } if (_root.sd3._currentframe == 1) { if (_root.sol3._currentframe == 33) { this._x = _root.sol3._x + 0; this._y = _root.sol3._y + 0; _root.sd3.gotoAndStop(3); stop(); } } if (_root.sd3._currentframe == 1) { if (_root.sol3._currentframe == 43) { this._x = _root.sol3._x + 0; this._y = _root.sol3._y + 0; _root.sd3.gotoAndStop(4); stop(); } } }
Frame 5237
stop();
Instance of Symbol 1260 MovieClip "sd4" in Frame 5251
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.sd4._currentframe == 1) { if (_root.sol4._currentframe == 23) { this._x = _root.sol4._x + 0; this._y = _root.sol4._y + 0; _root.sd4.gotoAndStop(2); stop(); } } if (_root.sd4._currentframe == 1) { if (_root.sol4._currentframe == 33) { this._x = _root.sol4._x + 0; this._y = _root.sol4._y + 0; _root.sd4.gotoAndStop(3); stop(); } } if (_root.sd4._currentframe == 1) { if (_root.sol4._currentframe == 43) { this._x = _root.sol4._x + 0; this._y = _root.sol4._y + 0; _root.sd4.gotoAndStop(4); stop(); } } }
Instance of Symbol 1261 MovieClip "sd5" in Frame 5262
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.sd5._currentframe == 1) { if (_root.sol5._currentframe == 23) { this._x = _root.sol5._x + 0; this._y = _root.sol5._y + 0; _root.sd5.gotoAndStop(2); stop(); } } if (_root.sd5._currentframe == 1) { if (_root.sol5._currentframe == 33) { this._x = _root.sol5._x + 0; this._y = _root.sol5._y + 0; _root.sd5.gotoAndStop(3); stop(); } } if (_root.sd5._currentframe == 1) { if (_root.sol5._currentframe == 43) { this._x = _root.sol5._x + 0; this._y = _root.sol5._y + 0; _root.sd5.gotoAndStop(4); stop(); } } }
Frame 5279
stop();
Instance of Symbol 1085 MovieClip "sd1" in Frame 5356
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.sd1._currentframe == 1) { if (_root.sol1._currentframe == 45) { this._x = _root.sol1._x + 0; this._y = _root.sol1._y + 0; _root.sd1.gotoAndStop(2); stop(); } } if (_root.sd1._currentframe == 1) { if (_root.sol1._currentframe == 55) { this._x = _root.sol1._x + 0; this._y = _root.sol1._y + 0; _root.sd1.gotoAndStop(3); stop(); } } if (_root.sd1._currentframe == 1) { if (_root.sol1._currentframe == 65) { this._x = _root.sol1._x + 0; this._y = _root.sol1._y + 0; _root.sd1.gotoAndStop(4); stop(); } } }
Instance of Symbol 1261 MovieClip "sd5" in Frame 5356
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.sd5._currentframe == 1) { if (_root.sol5._currentframe == 23) { this._x = _root.sol5._x + 0; this._y = _root.sol5._y + 0; _root.sd5.gotoAndStop(2); stop(); } } if (_root.sd5._currentframe == 1) { if (_root.sol5._currentframe == 33) { this._x = _root.sol5._x + 0; this._y = _root.sol5._y + 0; _root.sd5.gotoAndStop(3); stop(); } } if (_root.sd5._currentframe == 1) { if (_root.sol5._currentframe == 43) { this._x = _root.sol5._x + 0; this._y = _root.sol5._y + 0; _root.sd5.gotoAndStop(4); stop(); } } }
Frame 5384
stop();
Frame 5437
stop();
Frame 5449
gotoAndPlay (5480);
Instance of Symbol 198 MovieClip "thrust" in Frame 5480
onClipEvent (enterFrame) { this._x = _root.spaceship._x + 0; this._y = _root.spaceship._y + 10; if (_root.spaceship._currentframe > 140) { nextFrame(); } }
Instance of Symbol 247 MovieClip "laser" in Frame 5480
onClipEvent (load) { 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 295 MovieClip "player_dam" in Frame 5480
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 299 MovieClip "pw1" in Frame 5480
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 303 MovieClip "pw2" in Frame 5480
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 408 MovieClip "mis0" in Frame 5480
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); } }
Frame 5487
numEnemy = 10; numdropship = 5;
Instance of Symbol 333 MovieClip "spaceship" in Frame 5537
onClipEvent (load) { moveSpeed = 6; _root.laser._visible = false; _root.enemylaser._visible = false; laserCounter = 0; scrollx = _root.mainGround.ground._width / 1; scrollStart = false; maxLasers = 5; depthCounter = 0; var reloadtime = 5; fired = 0; Redge = 600 - (_width / 2); Ledge = 50 - (_width / 2); Uedge = 285 - (_height / 2); Dedge = -60 + (_height / 2); sy = _y; ang = 0; } onClipEvent (enterFrame) { if (_root.spaceship._currentframe < 130) { if (Key.isDown(67) and (laserCounter <= maxLasers)) { reload++; if (reload > reloadtime) { fired = 0; reload = 0; } if (fired == 0) { fired = 1; laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (depthCounter > maxLasers) { depthCounter = 0; } } } } _y = (sy + (2 * Math.cos((ang = ang + 0.092)))); if (_root.spaceship._currentframe < 140) { if (Key.isDown(39) and (_x < Redge)) { this._x = this._x + (moveSpeed + 1); } if (Key.isDown(37) and (_x > Ledge)) { this._x = this._x - (moveSpeed + 1); } if (Key.isDown(40) and (_y < (Uedge - 50))) { this._y = this._y + moveSpeed; sy = sy + moveSpeed; } if (Key.isDown(38) and (_y > (Dedge + 50))) { this._y = this._y - moveSpeed; sy = sy - moveSpeed; } } if (_root.powerbar._currentframe == 2) { var reloadtime = 6; maxLasers = 4; } if (_root.powerbar._currentframe == 3) { var reloadtime = 5; maxLasers = 3; } if (_root.powerbar._currentframe == 4) { var reloadtime = 6; maxLasers = 3; } if (_root.powerbar._currentframe == 5) { var reloadtime = 6; maxLasers = 3; } if (_root.powerbar._currentframe == 6) { var reloadtime = 6; maxLasers = 4; } if (_root.powerbar._currentframe == 7) { var reloadtime = 6; maxLasers = 3; } if (_root.powerbar._currentframe == 8) { var reloadtime = 7; maxLasers = 3; } if (_root.powerbar._currentframe == 9) { var reloadtime = 8; maxLasers = 3; } if (_root.powerbar._currentframe == 10) { var reloadtime = 5; maxLasers = 4; } }
Instance of Symbol 1365 MovieClip "b1" in Frame 5697
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 1366 MovieClip "dropship1" in Frame 5698
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 1368 MovieClip in Frame 5729
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 1368 MovieClip in Frame 5736
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 1368 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 598 MovieClip in Frame 5777
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 598 MovieClip in Frame 5782
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 598 MovieClip in Frame 5786
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 598 MovieClip in Frame 5791
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 598 MovieClip in Frame 5797
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Instance of Symbol 1377 MovieClip in Frame 6052
onClipEvent (enterFrame) { if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Frame 6242
gotoAndPlay (5701);
Frame 6281
gotoAndPlay (6307);
Frame 6304
gotoAndPlay (6554);
Frame 6305
prevFrame();
Frame 6388
gotoAndPlay (318);
Frame 6553
stop();
Frame 6718
stop();
Symbol 12 MovieClip Frame 1
bar.stop();
Symbol 19 Button
on (release) { getURL ("http://www.gamesofgondor.com", "_blank"); }
Symbol 37 MovieClip Frame 177
stop();
Symbol 72 MovieClip Frame 6
stop();
Symbol 73 Button
on (release) { gotoAndPlay (2); }
Symbol 83 Button
on (release) { gotoAndPlay (20); }
Symbol 84 Button
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Symbol 85 Button
on (release) { getURL ("http://omegadragon3000.sheezyart.com", "_blank"); }
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 2
if (_root.game._currentframe > 2) { _root.game.gotoAndPlay(47); }
Symbol 87 MovieClip Frame 14
stop();
Symbol 87 MovieClip Frame 30
gotoAndStop (1);
Symbol 89 Button
on (release) { gotoAndPlay (2); }
Symbol 92 Button
on (release) { gotoAndPlay (47); }
Symbol 93 Button
on (release) { gotoAndPlay (31); }
Symbol 94 Button
on (release) { gotoAndPlay (20); }
Symbol 95 Button
on (release) { gotoAndPlay (40); }
Symbol 107 Button
on (release) { gotoAndStop (14); }
Symbol 111 Button
on (release) { nextFrame(); }
Symbol 113 Button
on (release) { prevFrame(); }
Symbol 121 MovieClip Frame 1
targY = 0; dragger._x = theMask._width - 30; dragger.onPress = function () { var _local1 = this; startDrag (_local1, false, _local1._x, 0, _local1._x, theMask._height - _local1._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 123 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 2
if (_root.extras._currentframe > 2) { _root.extras.gotoAndPlay(20); }
Symbol 123 MovieClip Frame 14
stop();
Symbol 123 MovieClip Frame 25
stop();
Symbol 123 MovieClip Frame 35
stop();
Symbol 123 MovieClip Frame 45
stop();
Symbol 123 MovieClip Frame 59
gotoAndStop (1);
Symbol 126 Button
on (release) { nextFrame(); play(); }
Symbol 129 Button
on (release) { getURL ("http://www.gamesofgondor.com", "_blank"); }
Symbol 134 Button
on (release) { gotoAndPlay (1731); }
Symbol 136 Button
on (release) { stop(); }
Symbol 138 Button
on (release) { play(); }
Symbol 156 MovieClip Frame 24
gotoAndPlay (12);
Symbol 198 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 2
stop();
Symbol 204 MovieClip Frame 2
stop();
Symbol 205 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 2
stop();
Symbol 209 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 2
stop();
Symbol 213 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 2
stop();
Symbol 219 MovieClip Frame 1
stop();
Instance of Symbol 219 MovieClip in Symbol 220 MovieClip Frame 11
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 219 MovieClip in Symbol 220 MovieClip Frame 11
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 220 MovieClip Frame 28
stop();
Symbol 222 MovieClip Frame 2
stop();
Symbol 225 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 229 MovieClip Frame 16
stop();
Symbol 231 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 1
stop();
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 236 MovieClip Frame 2
stop();
Symbol 238 MovieClip Frame 1
stop();
Symbol 240 MovieClip Frame 1
stop();
Instance of Symbol 238 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 238 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 240 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 240 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 243 MovieClip Frame 2
stop();
Instance of Symbol 238 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 238 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 247 MovieClip Frame 1
laserMoveSpeed = 20; 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 205 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 207 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (load) { if (currentframe < 2) { if (Key.isDown(67)) { nextFrame(); } stop(); } stop(); } onClipEvent (enterFrame) { }
Symbol 247 MovieClip Frame 2
laserMoveSpeed = 25;
Instance of Symbol 209 MovieClip in Symbol 247 MovieClip Frame 2
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 247 MovieClip Frame 3
laserMoveSpeed = 30;
Instance of Symbol 213 MovieClip in Symbol 247 MovieClip Frame 3
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 213 MovieClip in Symbol 247 MovieClip Frame 3
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 247 MovieClip Frame 5
laserMoveSpeed = 20;
Instance of Symbol 226 MovieClip in Symbol 247 MovieClip Frame 5
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 226 MovieClip in Symbol 247 MovieClip Frame 5
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 226 MovieClip in Symbol 247 MovieClip Frame 5
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 247 MovieClip Frame 6
laserMoveSpeed = 30;
Instance of Symbol 231 MovieClip in Symbol 247 MovieClip Frame 6
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 231 MovieClip in Symbol 247 MovieClip Frame 6
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 231 MovieClip in Symbol 247 MovieClip Frame 6
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 247 MovieClip Frame 7
laserMoveSpeed = 35;
Symbol 247 MovieClip Frame 8
laserMoveSpeed = 50;
Symbol 252 MovieClip Frame 17
stop();
Symbol 255 MovieClip Frame 24
gotoAndPlay (8);
Symbol 256 MovieClip Frame 18
stop();
Symbol 268 MovieClip Frame 65
stop();
Symbol 281 MovieClip Frame 13
stop();
Symbol 284 MovieClip Frame 58
stop();
Symbol 292 MovieClip Frame 30
stop();
Instance of Symbol 284 MovieClip "chunk" in Symbol 293 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 292 MovieClip in Symbol 293 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 284 MovieClip "chunk" in Symbol 293 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 292 MovieClip in Symbol 293 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 292 MovieClip in Symbol 293 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 284 MovieClip "chunk" in Symbol 293 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 292 MovieClip in Symbol 293 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 292 MovieClip in Symbol 293 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 284 MovieClip "chunk" in Symbol 293 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 293 MovieClip Frame 12
stop();
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 7
stop();
Instance of Symbol 252 MovieClip in Symbol 295 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 256 MovieClip in Symbol 295 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 295 MovieClip Frame 8
stop();
Instance of Symbol 257 MovieClip in Symbol 295 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 258 MovieClip in Symbol 295 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 259 MovieClip in Symbol 295 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 260 MovieClip in Symbol 295 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 265 MovieClip in Symbol 295 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 266 MovieClip in Symbol 295 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 297 MovieClip Frame 14
gotoAndPlay (11);
Symbol 298 MovieClip Frame 16
stop();
Symbol 299 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 20
stop();
Symbol 303 MovieClip Frame 1
stop();
Symbol 304 MovieClip Frame 30
stop();
Symbol 305 MovieClip Frame 30
stop();
Symbol 306 MovieClip Frame 30
stop();
Symbol 307 MovieClip Frame 26
stop();
Symbol 308 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 1
stop();
Instance of Symbol 308 MovieClip "p" in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p.gotoAndStop(5); } }
Symbol 333 MovieClip Frame 2
tellTarget ("/life") { nextFrame(); };
Symbol 333 MovieClip Frame 25
stop();
Instance of Symbol 308 MovieClip "p1" in Symbol 333 MovieClip Frame 25
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p1.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p1.gotoAndStop(5); } }
Symbol 333 MovieClip Frame 26
tellTarget ("/life") { nextFrame(); };
Symbol 333 MovieClip Frame 50
stop();
Instance of Symbol 308 MovieClip "p2" in Symbol 333 MovieClip Frame 50
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p2.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p2.gotoAndStop(5); } }
Symbol 333 MovieClip Frame 51
tellTarget ("/life") { nextFrame(); };
Symbol 333 MovieClip Frame 75
stop();
Instance of Symbol 308 MovieClip "p3" in Symbol 333 MovieClip Frame 75
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p3.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p3.gotoAndStop(5); } }
Symbol 333 MovieClip Frame 76
tellTarget ("/life") { nextFrame(); };
Symbol 333 MovieClip Frame 100
stop();
Instance of Symbol 308 MovieClip "p4" in Symbol 333 MovieClip Frame 100
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p4.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p4.gotoAndStop(5); } }
Symbol 333 MovieClip Frame 101
tellTarget ("/life") { nextFrame(); };
Symbol 333 MovieClip Frame 125
stop();
Instance of Symbol 308 MovieClip "p5" in Symbol 333 MovieClip Frame 125
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p5.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p5.gotoAndStop(5); } }
Symbol 333 MovieClip Frame 126
tellTarget ("/life") { nextFrame(); };
Symbol 333 MovieClip Frame 215
stop(); _root.gotoAndPlay("death");
Symbol 343 MovieClip Frame 6
stop();
Symbol 366 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 10
stop();
Symbol 393 MovieClip Frame 12
stop();
Symbol 394 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 2
play();
Instance of Symbol 404 MovieClip in Symbol 408 MovieClip Frame 35
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 408 MovieClip Frame 67
gotoAndStop (1);
Symbol 413 Button
on (release) { nextFrame(); stop(); }
Symbol 421 MovieClip Frame 6
stop();
Symbol 422 Button
on (release, keyPress "<Enter>") { if (password eq "topgun") { _root.powerbar.gotoAndStop(10); gotoAndStop ("topgun"); } else if (password eq "vimana") { _root.spaceship.gotoAndStop(3); gotoAndStop ("vimana"); } else if (password eq "spitfire") { _root.misscounter.gotoAndStop(10); gotoAndStop ("spitfire"); } else if (password eq "sirius") { _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop ("sirius"); } else if (password eq "thot") { _root.spaceship.gotoAndStop(3); _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop ("thot"); } else { gotoAndStop ("error"); } }
Symbol 430 Button
on (release, keyPress "<Enter>") { if (password eq "topgun") { _root.powerbar.gotoAndStop(10); gotoAndStop ("topgun"); } else if (password eq "vimana") { _root.spaceship.gotoAndStop(3); gotoAndStop ("vimana"); } else if (password eq "spitfire") { _root.misscounter.gotoAndStop(10); gotoAndStop ("spitfire"); } else if (password eq "sirius") { _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop ("sirius"); } else if (password eq "god") { _root.spaceship.gotoAndPlay(12); tellTarget ("/life") { nextFrame(); }; gotoAndStop ("god"); } else if (password eq "thot") { _root.spaceship.gotoAndStop(3); _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop ("thot"); } else { gotoAndStop ("error"); } }
Symbol 434 MovieClip Frame 84
stop();
Symbol 437 MovieClip Frame 88
stop();
Symbol 440 MovieClip Frame 79
stop();
Symbol 443 MovieClip Frame 73
stop();
Symbol 446 MovieClip Frame 85
stop();
Symbol 447 Button
on (release, keyPress "<Enter>") { if (password eq "topgun") { _root.powerbar.gotoAndStop(10); gotoAndStop ("topgun"); } else if (password eq "vimana") { _root.spaceship.gotoAndStop(3); gotoAndStop ("vimana"); } else if (password eq "spitfire") { _root.misscounter.gotoAndStop(10); gotoAndStop ("spitfire"); } else if (password eq "sirius") { _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop ("sirius"); } else if (password eq "god") { _root.spaceship.gotoAndPlay(126); tellTarget ("/life") { nextFrame(); }; gotoAndStop ("god"); } else if (password eq "thot") { _root.spaceship.gotoAndStop(3); _root.misscounter.gotoAndStop(10); _root.powerbar.gotoAndStop(10); gotoAndStop ("thot"); } else { gotoAndStop ("error"); } }
Symbol 448 MovieClip Frame 1
stop();
Symbol 450 Button
on (release) { prevFrame(); stop(); }
Symbol 451 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 21
stop();
Symbol 543 MovieClip Frame 1
stop();
Symbol 543 MovieClip Frame 2
play();
Symbol 543 MovieClip Frame 11
stop();
Symbol 547 MovieClip Frame 8
stop();
Symbol 548 MovieClip Frame 24
stop();
Symbol 549 MovieClip Frame 1
stop();
Symbol 550 MovieClip Frame 1
stop();
Instance of Symbol 549 MovieClip "brass" in Symbol 550 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 549 MovieClip "brass" in Symbol 550 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 549 MovieClip "brass" in Symbol 550 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 553 MovieClip Frame 1
stop();
Symbol 553 MovieClip Frame 2
play();
Symbol 553 MovieClip Frame 10
stop();
Symbol 556 MovieClip Frame 11
stop();
Symbol 557 MovieClip Frame 1
stop();
Instance of Symbol 549 MovieClip "brass" in Symbol 557 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 549 MovieClip "brass" in Symbol 557 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 562 MovieClip Frame 1
stop();
Instance of Symbol 562 MovieClip in Symbol 563 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 564 MovieClip Frame 1
stop();
Symbol 566 MovieClip Frame 1
stop();
Symbol 577 MovieClip Frame 14
stop();
Symbol 582 MovieClip Frame 33
stop();
Symbol 583 MovieClip Frame 1
stop();
Symbol 587 MovieClip Frame 26
stop();
Instance of Symbol 284 MovieClip "chunk" in Symbol 588 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 292 MovieClip in Symbol 588 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 284 MovieClip "chunk" in Symbol 588 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 292 MovieClip in Symbol 588 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 292 MovieClip in Symbol 588 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 284 MovieClip "chunk" in Symbol 588 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 292 MovieClip in Symbol 588 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 292 MovieClip in Symbol 588 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 284 MovieClip "chunk" in Symbol 588 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 588 MovieClip Frame 12
stop();
Symbol 590 MovieClip Frame 21
stop();
Symbol 591 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 11
stop();
Symbol 594 MovieClip Frame 1
stop();
Symbol 594 MovieClip Frame 8
play();
Symbol 594 MovieClip Frame 16
stop();
Symbol 596 MovieClip Frame 1
stop();
Instance of Symbol 596 MovieClip in Symbol 597 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 598 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 13
stop();
Symbol 606 MovieClip Frame 1
stop();
Symbol 607 MovieClip Frame 1
stop();
Instance of Symbol 606 MovieClip "brass" in Symbol 607 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 606 MovieClip "brass" in Symbol 607 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 606 MovieClip "brass" in Symbol 607 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 609 MovieClip Frame 1
stop();
Symbol 609 MovieClip Frame 2
play();
Symbol 609 MovieClip Frame 8
stop();
Symbol 632 MovieClip Frame 26
stop();
Symbol 633 MovieClip Frame 15
stop();
Symbol 634 MovieClip Frame 1
stop();
Symbol 635 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 4
stop();
Symbol 637 MovieClip Frame 9
stop();
Symbol 647 MovieClip Frame 24
gotoAndPlay (4);
Symbol 648 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 1
stop();
Instance of Symbol 652 MovieClip in Symbol 653 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 662 MovieClip Frame 33
stop();
Symbol 663 MovieClip Frame 1
stop();
Symbol 668 MovieClip Frame 6
stop();
Symbol 669 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 16
play();
Symbol 669 MovieClip Frame 20
stop();
Symbol 674 MovieClip Frame 33
stop();
Symbol 675 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 14
stop();
Symbol 685 MovieClip Frame 1
stop();
Instance of Symbol 549 MovieClip "brass" in Symbol 685 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > (170 + (_height / 1.5))) { _y = (170 + (_height / 1.5)); yvel = (-yvel) * 0.8; xvel = xvel * 1; } }
Instance of Symbol 549 MovieClip "brass" in Symbol 685 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > (170 + (_height / 1.5))) { _y = (170 + (_height / 1.5)); yvel = (-yvel) * 0.8; xvel = xvel * 1; } }
Symbol 688 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 10
stop();
Symbol 691 MovieClip Frame 1
stop();
Instance of Symbol 691 MovieClip in Symbol 692 MovieClip Frame 1
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 691 MovieClip in Symbol 692 MovieClip Frame 1
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 692 MovieClip Frame 59
stop();
Symbol 693 MovieClip Frame 1
stop();
Symbol 699 MovieClip Frame 14
stop();
Symbol 700 MovieClip Frame 1
stop();
Instance of Symbol 549 MovieClip "brass" in Symbol 700 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > (170 + (_height / 1.5))) { _y = (170 + (_height / 1.5)); yvel = (-yvel) * 0.8; xvel = xvel * 1; } }
Instance of Symbol 549 MovieClip "brass" in Symbol 700 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > (170 + (_height / 1.5))) { _y = (170 + (_height / 1.5)); yvel = (-yvel) * 0.8; xvel = xvel * 1; } }
Instance of Symbol 549 MovieClip "brass" in Symbol 700 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > (170 + (_height / 1.5))) { _y = (170 + (_height / 1.5)); yvel = (-yvel) * 0.8; xvel = xvel * 1; } }
Symbol 702 MovieClip Frame 1
stop();
Symbol 702 MovieClip Frame 2
play();
Symbol 702 MovieClip Frame 10
stop();
Symbol 710 MovieClip Frame 18
stop();
Symbol 711 MovieClip Frame 1
stop();
Instance of Symbol 549 MovieClip "brass" in Symbol 711 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > (170 + (_height / 1.5))) { _y = (170 + (_height / 1.5)); yvel = (-yvel) * 0.8; xvel = xvel * 1; } }
Instance of Symbol 549 MovieClip "brass" in Symbol 711 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > (170 + (_height / 1.5))) { _y = (170 + (_height / 1.5)); yvel = (-yvel) * 0.8; xvel = xvel * 1; } }
Instance of Symbol 549 MovieClip "brass" in Symbol 711 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > (170 + (_height / 1.5))) { _y = (170 + (_height / 1.5)); yvel = (-yvel) * 0.8; xvel = xvel * 1; } }
Symbol 712 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 8
play();
Symbol 712 MovieClip Frame 12
stop();
Symbol 716 MovieClip Frame 1
stop();
Symbol 717 MovieClip Frame 1
stop();
Instance of Symbol 549 MovieClip "brass" in Symbol 717 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 549 MovieClip "brass" in Symbol 717 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 549 MovieClip "brass" in Symbol 717 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > (170 + (_height / 1.5))) { _y = (170 + (_height / 1.5)); yvel = (-yvel) * 0.8; xvel = xvel * 1; } }
Instance of Symbol 549 MovieClip "brass" in Symbol 717 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); if (_y > (170 + (_height / 1.5))) { _y = (170 + (_height / 1.5)); yvel = (-yvel) * 0.8; xvel = xvel * 1; } }
Symbol 718 MovieClip Frame 5
stop();
Symbol 719 MovieClip Frame 1
stop();
Symbol 719 MovieClip Frame 4
play();
Symbol 719 MovieClip Frame 10
stop();
Symbol 722 MovieClip Frame 1
stop();
Symbol 738 MovieClip Frame 36
stop();
Symbol 739 MovieClip Frame 29
stop();
Symbol 740 MovieClip Frame 1
stop();
Symbol 742 MovieClip Frame 6
stop();
Symbol 743 MovieClip Frame 1
stop();
Symbol 743 MovieClip Frame 7
stop();
Symbol 748 MovieClip Frame 1
stop();
Instance of Symbol 761 MovieClip in Symbol 763 MovieClip Frame 4
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 763 MovieClip Frame 29
stop();
Symbol 769 MovieClip Frame 26
stop();
Symbol 770 MovieClip Frame 9
stop();
Symbol 771 MovieClip Frame 1
stop();
Symbol 773 MovieClip Frame 1
stop();
Symbol 773 MovieClip Frame 10
stop();
Symbol 778 MovieClip Frame 1
stop();
Symbol 783 MovieClip Frame 1
stop();
Symbol 783 MovieClip Frame 2
play();
Symbol 783 MovieClip Frame 10
stop();
Symbol 788 MovieClip Frame 1
stop();
Instance of Symbol 788 MovieClip in Symbol 789 MovieClip Frame 1
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 790 MovieClip Frame 36
stop();
Symbol 791 MovieClip Frame 1
stop();
Symbol 792 MovieClip Frame 1
stop();
Symbol 847 MovieClip Frame 10
stop();
Symbol 852 MovieClip Frame 1
stop();
Symbol 852 MovieClip Frame 10
gotoAndStop (1);
Symbol 853 MovieClip Frame 1
stop();
Symbol 853 MovieClip Frame 2
Symbol 853 MovieClip Frame 4
gotoAndStop (1);
Symbol 853 MovieClip Frame 60
gotoAndStop (1); tellTarget ("/ammo") { gotoAndStop (1); };
Symbol 853 MovieClip Frame 75
stop();
Symbol 863 MovieClip Frame 1
stop();
Symbol 863 MovieClip Frame 7
gotoAndStop (1);
Symbol 871 MovieClip Frame 1
stop();
Symbol 871 MovieClip Frame 3
gotoAndStop (1);
Symbol 874 MovieClip Frame 1
stop();
Symbol 874 MovieClip Frame 4
gotoAndStop (1);
Symbol 876 Button
on (press) { if (_root.hand._currentframe == 1) { tellTarget ("fire") { nextFrame(); }; tellTarget ("/hand") { gotoAndPlay (2); }; } } on (release) { tellTarget ("fire") { prevFrame(); }; }
Symbol 894 MovieClip Frame 18
stop();
Symbol 897 MovieClip Frame 1
play();
Symbol 897 MovieClip Frame 2
tellTarget ("/ammo") { nextFrame(); }; tellTarget ("/hand") { play(); }; tellTarget ("/ws") { nextFrame(); }; tellTarget ("/flashy") { gotoAndPlay (2); };
Symbol 898 MovieClip Frame 1
stop();
Symbol 898 MovieClip Frame 2
stop();
Symbol 900 Button
on (keyPress "r") { if (_root.ammo._currentframe < 32) { if (_root.ammo._currentframe > 1) { if (_root.hand._currentframe < 61) { tellTarget ("/ammo") { gotoAndStop (32); }; tellTarget ("/hand") { gotoAndPlay (6); }; } } } }
Symbol 901 Button
on (keyPress "s") { if (_root.hand._currentframe < 4) { tellTarget ("/hand") { gotoAndPlay (65); }; } if (_root.hand._currentframe == 75) { tellTarget ("/hand") { gotoAndPlay (76); }; } }
Symbol 905 MovieClip Frame 1
stop();
Symbol 911 MovieClip Frame 22
stop();
Symbol 915 MovieClip Frame 1
stop();
Symbol 942 MovieClip Frame 1
stop(); tellTarget ("/gun") { gotoAndStop (1); };
Symbol 942 MovieClip Frame 31
tellTarget ("/gun") { nextFrame(); }; stop();
Symbol 942 MovieClip Frame 32
tellTarget ("/gun") { nextFrame(); }; stop();
Symbol 946 MovieClip Frame 1
stop();
Symbol 946 MovieClip Frame 8
tellTarget ("/HUD") { nextFrame(); };
Symbol 946 MovieClip Frame 16
tellTarget ("/HUD") { nextFrame(); };
Symbol 946 MovieClip Frame 25
tellTarget ("/HUD") { nextFrame(); };
Symbol 946 MovieClip Frame 35
tellTarget ("/HUD") { nextFrame(); };
Symbol 946 MovieClip Frame 46
tellTarget ("/HUD") { nextFrame(); };
Symbol 949 MovieClip Frame 4
stop();
Symbol 950 Button
on (release) { nextFrame(); }
Symbol 1001 MovieClip Frame 16
if (_root.hand._currentframe < 61) { if (_root.health._currentframe < 55) { _root.health.nextFrame(); } } if (_root.hand._currentframe > 70) { _root.hand.gunshield.nextFrame(); }
Symbol 1001 MovieClip Frame 17
if (_root.hand._currentframe < 61) { if (_root.health._currentframe < 55) { _root.health.nextFrame(); } } if (_root.hand._currentframe > 70) { _root.hand.gunshield.nextFrame(); }
Symbol 1001 MovieClip Frame 18
if (_root.hand._currentframe < 61) { if (_root.health._currentframe < 55) { _root.health.nextFrame(); } } if (_root.hand._currentframe > 70) { _root.hand.gunshield.nextFrame(); }
Symbol 1002 MovieClip Frame 48
stop();
Symbol 1004 MovieClip Frame 11
stop();
Instance of Symbol 1004 MovieClip in Symbol 1005 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 / 1.5)); _y = (_y + (yvel / 1.5)); }
Instance of Symbol 1004 MovieClip in Symbol 1005 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 / 1.5)); _y = (_y + (yvel / 1.5)); }
Instance of Symbol 1004 MovieClip in Symbol 1005 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 / 1.5)); _y = (_y + (yvel / 1.5)); }
Instance of Symbol 1004 MovieClip in Symbol 1005 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 / 1.5)); _y = (_y + (yvel / 1.5)); }
Symbol 1005 MovieClip Frame 14
stop();
Symbol 1006 MovieClip Frame 33
stop();
Instance of Symbol 1003 MovieClip in Symbol 1006 MovieClip Frame 33
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol1") { nextFrame(); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1006 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol1") { gotoAndStop (45); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1006 MovieClip Frame 37
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol1") { gotoAndStop (55); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1006 MovieClip Frame 37
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol1") { gotoAndStop (65); }; } }
Symbol 1006 MovieClip Frame 45
play();
Symbol 1006 MovieClip Frame 54
stop();
Symbol 1006 MovieClip Frame 55
play();
Symbol 1006 MovieClip Frame 64
stop();
Symbol 1006 MovieClip Frame 65
play();
Symbol 1006 MovieClip Frame 75
stop();
Symbol 1028 MovieClip Frame 44
stop(); _root.trigger.nextFrame();
Symbol 1063 MovieClip Frame 53
stop(); _root.trigger.nextFrame();
Symbol 1083 MovieClip Frame 48
stop(); _root.trigger.nextFrame();
Symbol 1086 MovieClip Frame 33
stop();
Instance of Symbol 1003 MovieClip in Symbol 1086 MovieClip Frame 33
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol2") { nextFrame(); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1086 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol2") { gotoAndStop (45); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1086 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol2") { gotoAndStop (55); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1086 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol2") { gotoAndStop (65); }; } }
Symbol 1086 MovieClip Frame 45
play();
Symbol 1086 MovieClip Frame 54
stop();
Symbol 1086 MovieClip Frame 55
play();
Symbol 1086 MovieClip Frame 64
stop();
Symbol 1086 MovieClip Frame 65
play();
Symbol 1086 MovieClip Frame 75
stop();
Symbol 1088 MovieClip Frame 1
stop();
Symbol 1088 MovieClip Frame 3
_root.gotoAndPlay("move1");
Symbol 1093 MovieClip Frame 1
stop();
Symbol 1093 MovieClip Frame 2
_root.gotoAndPlay("move2");
Symbol 1112 MovieClip Frame 16
stop();
Symbol 1120 MovieClip Frame 1
stop();
Symbol 1128 MovieClip Frame 1
stop();
Symbol 1138 MovieClip Frame 6
stop();
Symbol 1142 MovieClip Frame 31
stop();
Symbol 1144 MovieClip Frame 1
stop();
Instance of Symbol 1003 MovieClip in Symbol 1144 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/lamp3") { nextFrame(); }; } }
Instance of Symbol 1142 MovieClip in Symbol 1144 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1144 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1144 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1144 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1144 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1144 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1144 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1144 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1144 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1144 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 1145 MovieClip Frame 1
stop();
Instance of Symbol 1003 MovieClip in Symbol 1145 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/lamp1") { nextFrame(); }; } }
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1145 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 1146 MovieClip Frame 1
stop();
Instance of Symbol 1003 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/lamp4") { nextFrame(); }; } }
Instance of Symbol 1142 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 1147 MovieClip Frame 1
stop();
Instance of Symbol 1003 MovieClip in Symbol 1147 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/lamp2") { nextFrame(); }; } }
Instance of Symbol 1142 MovieClip in Symbol 1147 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1147 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1147 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1147 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1147 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1147 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1147 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1147 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1147 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1142 MovieClip in Symbol 1147 MovieClip Frame 2
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 1168 MovieClip Frame 34
stop();
Symbol 1172 MovieClip Frame 31
stop();
Symbol 1173 MovieClip Frame 1
stop();
Symbol 1173 MovieClip Frame 10
stop();
Instance of Symbol 1168 MovieClip in Symbol 1173 MovieClip Frame 10
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1168 MovieClip in Symbol 1173 MovieClip Frame 10
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1168 MovieClip in Symbol 1173 MovieClip Frame 10
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1168 MovieClip in Symbol 1173 MovieClip Frame 10
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1172 MovieClip in Symbol 1173 MovieClip Frame 10
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1172 MovieClip in Symbol 1173 MovieClip Frame 10
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Instance of Symbol 1172 MovieClip in Symbol 1173 MovieClip Frame 10
onClipEvent (load) { xvel = random(15) - 10; yvel = (-random(50)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 1.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + xvel); _y = (_y + yvel); }
Symbol 1176 MovieClip Frame 28
if (_root.hand._currentframe < 61) { if (_root.health._currentframe < 55) { _root.health.nextFrame(); } } if (_root.hand._currentframe > 70) { _root.hand.gunshield.nextFrame(); }
Symbol 1176 MovieClip Frame 36
if (_root.hand._currentframe < 61) { if (_root.health._currentframe < 55) { _root.health.nextFrame(); } } if (_root.hand._currentframe > 70) { _root.hand.gunshield.nextFrame(); }
Symbol 1177 MovieClip Frame 1
stop();
Symbol 1178 MovieClip Frame 11
stop();
Instance of Symbol 1003 MovieClip in Symbol 1178 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol3") { nextFrame(); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1178 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol3") { gotoAndStop (23); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1178 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol3") { gotoAndStop (33); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1178 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol3") { gotoAndStop (43); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1178 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol3") { gotoAndStop (43); }; } }
Symbol 1178 MovieClip Frame 23
play();
Symbol 1178 MovieClip Frame 32
stop();
Symbol 1178 MovieClip Frame 33
play();
Symbol 1178 MovieClip Frame 42
stop();
Symbol 1178 MovieClip Frame 43
play();
Symbol 1178 MovieClip Frame 53
stop();
Symbol 1205 MovieClip Frame 54
stop(); _root.trigger.nextFrame();
Symbol 1241 MovieClip Frame 49
stop(); _root.trigger.nextFrame();
Symbol 1255 MovieClip Frame 36
stop(); _root.trigger.nextFrame();
Symbol 1256 MovieClip Frame 1
stop();
Symbol 1257 MovieClip Frame 1
stop();
Symbol 1257 MovieClip Frame 2
_root.gotoAndPlay("move3");
Symbol 1258 MovieClip Frame 40
if (_root.hand._currentframe < 61) { if (_root.health._currentframe < 55) { _root.health.nextFrame(); } } if (_root.hand._currentframe > 70) { _root.hand.gunshield.nextFrame(); }
Symbol 1258 MovieClip Frame 72
gotoAndPlay (18);
Symbol 1259 MovieClip Frame 11
stop();
Instance of Symbol 1003 MovieClip in Symbol 1259 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol4") { nextFrame(); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1259 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol4") { gotoAndStop (23); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1259 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol4") { gotoAndStop (33); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1259 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol4") { gotoAndStop (43); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1259 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol4") { gotoAndStop (43); }; } }
Symbol 1259 MovieClip Frame 23
play();
Symbol 1259 MovieClip Frame 32
stop();
Symbol 1259 MovieClip Frame 33
play();
Symbol 1259 MovieClip Frame 42
stop();
Symbol 1259 MovieClip Frame 43
play();
Symbol 1259 MovieClip Frame 53
stop();
Symbol 1260 MovieClip Frame 1
stop();
Symbol 1261 MovieClip Frame 1
stop();
Symbol 1262 MovieClip Frame 11
stop();
Instance of Symbol 1003 MovieClip in Symbol 1262 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol5") { nextFrame(); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1262 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol5") { gotoAndStop (23); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1262 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol5") { gotoAndStop (33); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1262 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol5") { gotoAndStop (43); }; } }
Instance of Symbol 1003 MovieClip in Symbol 1262 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol5") { gotoAndStop (43); }; } }
Symbol 1262 MovieClip Frame 23
play();
Symbol 1262 MovieClip Frame 32
stop();
Symbol 1262 MovieClip Frame 33
play();
Symbol 1262 MovieClip Frame 42
stop();
Symbol 1262 MovieClip Frame 43
play();
Symbol 1262 MovieClip Frame 53
stop();
Symbol 1263 MovieClip Frame 1
stop();
Symbol 1263 MovieClip Frame 3
_root.gotoAndPlay("move4");
Symbol 1264 MovieClip Frame 1
stop();
Symbol 1264 MovieClip Frame 3
_root.gotoAndPlay("move5");
Symbol 1266 Button
on (release) { gotoAndPlay (4705); }
Symbol 1267 Button
on (release) { nextFrame(); play(); }
Symbol 1268 Button
on (release) { gotoAndPlay (1920); }
Symbol 1275 MovieClip Frame 414
stop();
Symbol 1317 Button
on (release) { gotoAndStop (1); }
Symbol 1320 Button
on (release) { play(); }
Symbol 1323 Button
on (release) { stop(); }
Symbol 1337 MovieClip Frame 6
stop();
Symbol 1338 MovieClip Frame 1
stop();
Symbol 1338 MovieClip Frame 17
gotoAndStop (2);
Symbol 1348 MovieClip Frame 1
stop();
Instance of Symbol 264 MovieClip in Symbol 1348 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 252 MovieClip in Symbol 1348 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 256 MovieClip in Symbol 1348 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 252 MovieClip in Symbol 1348 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 256 MovieClip in Symbol 1348 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 252 MovieClip in Symbol 1348 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 252 MovieClip in Symbol 1348 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 252 MovieClip in Symbol 1348 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 252 MovieClip in Symbol 1348 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 252 MovieClip in Symbol 1348 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 252 MovieClip in Symbol 1348 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 252 MovieClip in Symbol 1348 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 264 MovieClip in Symbol 1348 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 264 MovieClip in Symbol 1348 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 264 MovieClip in Symbol 1348 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 264 MovieClip in Symbol 1348 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 264 MovieClip in Symbol 1348 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 264 MovieClip in Symbol 1348 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 1348 MovieClip Frame 10
stop();
Symbol 1351 MovieClip Frame 1
stop();
Symbol 1364 MovieClip Frame 88
stop(); _root.gotoAndPlay("boss_dead");
Symbol 1365 MovieClip Frame 1
stop();
Symbol 1366 MovieClip Frame 2
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 3
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 4
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 5
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 6
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 7
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 8
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 9
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 10
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 11
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 12
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 13
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 14
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 15
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 16
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 17
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 18
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 19
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 20
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 21
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 22
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 23
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 24
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 25
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 26
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 27
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 28
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 29
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 30
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 31
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 32
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 33
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 34
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 35
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 36
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 37
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 38
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 39
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 40
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 1366 MovieClip Frame 41
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 42
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 43
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 44
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 45
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 46
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 47
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 48
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 49
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 50
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 51
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 52
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 53
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 54
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 55
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 56
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 57
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 58
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 59
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 60
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 61
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 62
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 63
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 64
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 65
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 66
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 67
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 68
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 69
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 70
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 1366 MovieClip Frame 71
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 72
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 73
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 74
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 75
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 76
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 77
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 78
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 79
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 80
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 81
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 82
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 83
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 84
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 85
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 86
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 87
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 88
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 89
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 90
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 91
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 92
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 93
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 94
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 95
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 96
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 97
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 98
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 99
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 100
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 1366 MovieClip Frame 101
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 102
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 103
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 104
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 105
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 106
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 107
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 108
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 109
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 110
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 111
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 112
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 113
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 114
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 115
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 116
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 117
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 118
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 119
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 120
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 1366 MovieClip Frame 121
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 122
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 123
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 124
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 125
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 126
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 127
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 128
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 129
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 130
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 131
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 132
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 133
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 134
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 135
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 136
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 137
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 138
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 139
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 140
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 141
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 142
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 143
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 144
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 145
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 146
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 147
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1366 MovieClip Frame 148
tellTarget ("/boss") { nextFrame(); play(); }; tellTarget ("/boss_gun") { nextFrame(); };
Symbol 1368 MovieClip Frame 1
stop();
Instance of Symbol 1375 MovieClip in Symbol 1376 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 1375 MovieClip in Symbol 1376 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 1376 MovieClip Frame 96
stop();
Instance of Symbol 292 MovieClip in Symbol 1394 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 292 MovieClip in Symbol 1394 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 292 MovieClip in Symbol 1394 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 292 MovieClip in Symbol 1394 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 292 MovieClip in Symbol 1394 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 292 MovieClip in Symbol 1394 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 292 MovieClip in Symbol 1394 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 284 MovieClip "chunk" in Symbol 1394 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 1394 MovieClip Frame 12
stop();
Symbol 1408 Button
on (release) { gotoAndPlay (1920); }
Symbol 1409 Button
on (release) { gotoAndPlay (318); }
Symbol 1411 Button
on (release) { gotoAndPlay (5480); }

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

Instance Names

"bar"Frame 1Symbol 12 MovieClip
"extras"Frame 428Symbol 87 MovieClip
"game"Frame 428Symbol 123 MovieClip
"thrust"Frame 1932Symbol 198 MovieClip
"laser"Frame 1932Symbol 247 MovieClip
"player_dam"Frame 1932Symbol 295 MovieClip
"pw1"Frame 1932Symbol 299 MovieClip
"sbar"Frame 1932Symbol 301 MovieClip
"pw2"Frame 1932Symbol 303 MovieClip
"spaceship"Frame 1932Symbol 333 MovieClip
"powerbar"Frame 1932Symbol 366 MovieClip
"misscounter"Frame 1932Symbol 378 MovieClip
"life"Frame 1932Symbol 394 MovieClip
"mis0"Frame 1932Symbol 408 MovieClip
"spaceship"Frame 1973Symbol 333 MovieClip
"enemy1"Frame 2513Symbol 543 MovieClip
"we1"Frame 2513Symbol 550 MovieClip
"we2"Frame 2513Symbol 550 MovieClip
"we3"Frame 2513Symbol 550 MovieClip
"we4"Frame 2513Symbol 550 MovieClip
"we5"Frame 2513Symbol 550 MovieClip
"enemy2"Frame 2535Symbol 543 MovieClip
"enemy3"Frame 2563Symbol 543 MovieClip
"enemy4"Frame 2582Symbol 543 MovieClip
"enemy5"Frame 2604Symbol 543 MovieClip
"we1"Frame 2654Symbol 550 MovieClip
"we2"Frame 2654Symbol 550 MovieClip
"we3"Frame 2654Symbol 550 MovieClip
"we6"Frame 2654Symbol 550 MovieClip
"we7"Frame 2654Symbol 550 MovieClip
"enemy1"Frame 2654Symbol 543 MovieClip
"enemy2"Frame 2669Symbol 543 MovieClip
"enemy3"Frame 2682Symbol 543 MovieClip
"enemy6"Frame 2697Symbol 543 MovieClip
"enemy7"Frame 2711Symbol 543 MovieClip
"enemy1"Frame 2784Symbol 553 MovieClip
"we1"Frame 2784Symbol 557 MovieClip
"we2"Frame 2784Symbol 550 MovieClip
"we3"Frame 2784Symbol 557 MovieClip
"enemy2"Frame 2800Symbol 543 MovieClip
"enemy3"Frame 2815Symbol 553 MovieClip
"we4"Frame 2821Symbol 557 MovieClip
"we5"Frame 2821Symbol 550 MovieClip
"we6"Frame 2821Symbol 557 MovieClip
"enemy4"Frame 2821Symbol 553 MovieClip
"enemy5"Frame 2842Symbol 543 MovieClip
"enemy6"Frame 2857Symbol 553 MovieClip
"powerup3"Frame 2878Symbol 583 MovieClip
"ds1"Frame 2928Symbol 591 MovieClip
"dropship1"Frame 2928Symbol 594 MovieClip
"we1"Frame 3033Symbol 607 MovieClip
"we2"Frame 3033Symbol 607 MovieClip
"we3"Frame 3033Symbol 607 MovieClip
"enemy1"Frame 3033Symbol 609 MovieClip
"enemy2"Frame 3056Symbol 609 MovieClip
"enemy3"Frame 3081Symbol 609 MovieClip
"ds1"Frame 3145Symbol 634 MovieClip
"dropship1"Frame 3145Symbol 637 MovieClip
"wbar"Frame 3201Symbol 301 MovieClip
"ww1"Frame 3201Symbol 648 MovieClip
"ds2"Frame 3285Symbol 663 MovieClip
"dropship2"Frame 3285Symbol 669 MovieClip
"powerup3"Frame 3289Symbol 583 MovieClip
"healthup"Frame 3289Symbol 675 MovieClip
"we1"Frame 3295Symbol 685 MovieClip
"we2"Frame 3295Symbol 685 MovieClip
"enemy1"Frame 3297Symbol 688 MovieClip
"enemy2"Frame 3301Symbol 688 MovieClip
"pw1"Frame 3307Symbol 303 MovieClip
"we6"Frame 3407Symbol 700 MovieClip
"we7"Frame 3407Symbol 700 MovieClip
"we8"Frame 3407Symbol 700 MovieClip
"enemy6"Frame 3407Symbol 702 MovieClip
"enemy7"Frame 3427Symbol 702 MovieClip
"enemy8"Frame 3444Symbol 702 MovieClip
"ds4"Frame 3534Symbol 711 MovieClip
"ds5"Frame 3534Symbol 711 MovieClip
"ds1"Frame 3534Symbol 711 MovieClip
"dropship4"Frame 3534Symbol 712 MovieClip
"dropship5"Frame 3560Symbol 712 MovieClip
"dropship1"Frame 3582Symbol 712 MovieClip
"ds3"Frame 3643Symbol 716 MovieClip
"we1"Frame 3643Symbol 717 MovieClip
"we2"Frame 3643Symbol 717 MovieClip
"dropship3"Frame 3644Symbol 719 MovieClip
"enemy1"Frame 3665Symbol 553 MovieClip
"ds2"Frame 3671Symbol 740 MovieClip
"dropship2"Frame 3671Symbol 743 MovieClip
"tg2"Frame 3671Symbol 722 MovieClip
"enemy2"Frame 3689Symbol 553 MovieClip
"powerup3"Frame 3720Symbol 583 MovieClip
"ds3"Frame 3800Symbol 716 MovieClip
"ds4"Frame 3800Symbol 716 MovieClip
"dropship3"Frame 3802Symbol 719 MovieClip
"dropship4"Frame 3809Symbol 719 MovieClip
"we2"Frame 3823Symbol 685 MovieClip
"we1"Frame 3823Symbol 685 MovieClip
"we3"Frame 3823Symbol 685 MovieClip
"enemy1"Frame 3823Symbol 688 MovieClip
"enemy2"Frame 3834Symbol 688 MovieClip
"enemy3"Frame 3844Symbol 688 MovieClip
"powerup3"Frame 3847Symbol 583 MovieClip
"we2"Frame 3992Symbol 771 MovieClip
"we1"Frame 3992Symbol 771 MovieClip
"enemy1"Frame 3994Symbol 773 MovieClip
"enemy2"Frame 4005Symbol 773 MovieClip
"ds1"Frame 4011Symbol 711 MovieClip
"dropship1"Frame 4014Symbol 712 MovieClip
"ds3"Frame 4039Symbol 716 MovieClip
"ds2"Frame 4039Symbol 716 MovieClip
"dropship3"Frame 4039Symbol 719 MovieClip
"dropship2"Frame 4066Symbol 719 MovieClip
"dropship3"Frame 4129Symbol 719 MovieClip
"we3"Frame 4130Symbol 778 MovieClip
"we2"Frame 4130Symbol 778 MovieClip
"we1"Frame 4130Symbol 778 MovieClip
"enemy3"Frame 4130Symbol 783 MovieClip
"healthup"Frame 4135Symbol 675 MovieClip
"powerup3"Frame 4135Symbol 583 MovieClip
"enemy2"Frame 4165Symbol 783 MovieClip
"enemy1"Frame 4195Symbol 783 MovieClip
"ds2"Frame 4201Symbol 663 MovieClip
"dropship2"Frame 4202Symbol 669 MovieClip
"we1"Frame 4265Symbol 792 MovieClip
"we2"Frame 4265Symbol 792 MovieClip
"we3"Frame 4265Symbol 792 MovieClip
"enemy1"Frame 4265Symbol 543 MovieClip
"enemy2"Frame 4278Symbol 543 MovieClip
"enemy3"Frame 4287Symbol 543 MovieClip
"we2"Frame 4356Symbol 685 MovieClip
"we1"Frame 4356Symbol 685 MovieClip
"we3"Frame 4356Symbol 685 MovieClip
"enemy1"Frame 4356Symbol 688 MovieClip
"enemy3"Frame 4356Symbol 688 MovieClip
"enemy2"Frame 4356Symbol 688 MovieClip
"we5"Frame 4392Symbol 685 MovieClip
"we4"Frame 4392Symbol 685 MovieClip
"we6"Frame 4392Symbol 685 MovieClip
"enemy6"Frame 4392Symbol 688 MovieClip
"enemy5"Frame 4392Symbol 688 MovieClip
"enemy4"Frame 4392Symbol 688 MovieClip
"ds3"Frame 4411Symbol 716 MovieClip
"ds4"Frame 4411Symbol 716 MovieClip
"ds1"Frame 4411Symbol 716 MovieClip
"dropship3"Frame 4411Symbol 719 MovieClip
"dropship1"Frame 4411Symbol 719 MovieClip
"dropship4"Frame 4411Symbol 719 MovieClip
"hand"Frame 4840Symbol 853 MovieClip
"ws"Frame 4887Symbol 863 MovieClip
"flashlight"Frame 4887Symbol 871 MovieClip
"hand"Frame 4887Symbol 853 MovieClip
"flashy"Frame 4887Symbol 874 MovieClip
"gun"Frame 4887Symbol 905 MovieClip
"HUD"Frame 4887Symbol 915 MovieClip
"ammo"Frame 4887Symbol 942 MovieClip
"health"Frame 4887Symbol 946 MovieClip
"ws"Frame 4919Symbol 863 MovieClip
"flashlight"Frame 4919Symbol 871 MovieClip
"hand"Frame 4919Symbol 853 MovieClip
"flashy"Frame 4919Symbol 874 MovieClip
"gun"Frame 4919Symbol 905 MovieClip
"HUD"Frame 4919Symbol 915 MovieClip
"ammo"Frame 4919Symbol 942 MovieClip
"health"Frame 4919Symbol 946 MovieClip
"sol1"Frame 5004Symbol 1006 MovieClip
"sd1"Frame 5004Symbol 1085 MovieClip
"sd2"Frame 5004Symbol 1085 MovieClip
"sol2"Frame 5020Symbol 1086 MovieClip
"trigger"Frame 5043Symbol 1088 MovieClip
"sol1"Frame 5066Symbol 1006 MovieClip
"sd1"Frame 5077Symbol 1085 MovieClip
"trigger"Frame 5104Symbol 1093 MovieClip
"lamp3"Frame 5188Symbol 1144 MovieClip
"lamp1"Frame 5188Symbol 1145 MovieClip
"lamp4"Frame 5188Symbol 1146 MovieClip
"lamp2"Frame 5188Symbol 1147 MovieClip
"sol3"Frame 5195Symbol 1178 MovieClip
"sd3"Frame 5195Symbol 1256 MovieClip
"trigger"Frame 5237Symbol 1257 MovieClip
"sol4"Frame 5251Symbol 1259 MovieClip
"sd4"Frame 5251Symbol 1260 MovieClip
"sd5"Frame 5262Symbol 1261 MovieClip
"sol5"Frame 5262Symbol 1262 MovieClip
"trigger"Frame 5279Symbol 1263 MovieClip
"sd1"Frame 5356Symbol 1085 MovieClip
"sol1"Frame 5356Symbol 1006 MovieClip
"sd5"Frame 5356Symbol 1261 MovieClip
"sol5"Frame 5356Symbol 1262 MovieClip
"trigger"Frame 5384Symbol 1264 MovieClip
"thrust"Frame 5480Symbol 198 MovieClip
"laser"Frame 5480Symbol 247 MovieClip
"player_dam"Frame 5480Symbol 295 MovieClip
"pw1"Frame 5480Symbol 299 MovieClip
"sbar"Frame 5480Symbol 301 MovieClip
"pw2"Frame 5480Symbol 303 MovieClip
"powerbar"Frame 5480Symbol 366 MovieClip
"misscounter"Frame 5480Symbol 378 MovieClip
"life"Frame 5480Symbol 394 MovieClip
"mis0"Frame 5480Symbol 408 MovieClip
"spaceship"Frame 5499Symbol 333 MovieClip
"spaceship"Frame 5537Symbol 333 MovieClip
"b1"Frame 5697Symbol 1365 MovieClip
"boss"Frame 5698Symbol 1348 MovieClip
"boss_gun"Frame 5698Symbol 1351 MovieClip
"dropship1"Frame 5698Symbol 1366 MovieClip
"theText"Symbol 121 MovieClip Frame 1Symbol 117 MovieClip
"theMask"Symbol 121 MovieClip Frame 1Symbol 118 MovieClip
"dragger"Symbol 121 MovieClip Frame 1Symbol 120 MovieClip
"chunk"Symbol 293 MovieClip Frame 1Symbol 284 MovieClip
"chunk"Symbol 293 MovieClip Frame 4Symbol 284 MovieClip
"chunk"Symbol 293 MovieClip Frame 6Symbol 284 MovieClip
"chunk"Symbol 293 MovieClip Frame 10Symbol 284 MovieClip
"p"Symbol 333 MovieClip Frame 1Symbol 308 MovieClip
"p1"Symbol 333 MovieClip Frame 25Symbol 308 MovieClip
"p2"Symbol 333 MovieClip Frame 50Symbol 308 MovieClip
"p3"Symbol 333 MovieClip Frame 75Symbol 308 MovieClip
"p4"Symbol 333 MovieClip Frame 100Symbol 308 MovieClip
"p5"Symbol 333 MovieClip Frame 125Symbol 308 MovieClip
"chunk"Symbol 549 MovieClip Frame 1Symbol 284 MovieClip
"brass"Symbol 550 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 550 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 550 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 557 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 557 MovieClip Frame 2Symbol 549 MovieClip
"chunk"Symbol 588 MovieClip Frame 1Symbol 284 MovieClip
"chunk"Symbol 588 MovieClip Frame 4Symbol 284 MovieClip
"chunk"Symbol 588 MovieClip Frame 6Symbol 284 MovieClip
"chunk"Symbol 588 MovieClip Frame 10Symbol 284 MovieClip
"brass"Symbol 607 MovieClip Frame 2Symbol 606 MovieClip
"brass"Symbol 607 MovieClip Frame 2Symbol 606 MovieClip
"brass"Symbol 607 MovieClip Frame 2Symbol 606 MovieClip
"thrust"Symbol 669 MovieClip Frame 1Symbol 664 MovieClip
"thrust"Symbol 669 MovieClip Frame 1Symbol 664 MovieClip
"brass"Symbol 685 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 685 MovieClip Frame 2Symbol 549 MovieClip
"thrust"Symbol 688 MovieClip Frame 1Symbol 197 MovieClip
"thrust"Symbol 688 MovieClip Frame 1Symbol 197 MovieClip
"brass"Symbol 700 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 700 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 700 MovieClip Frame 2Symbol 549 MovieClip
"dropship2"Symbol 711 MovieClip Frame 2Symbol 710 MovieClip
"brass"Symbol 711 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 711 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 711 MovieClip Frame 2Symbol 549 MovieClip
"thrust"Symbol 712 MovieClip Frame 1Symbol 664 MovieClip
"thrust"Symbol 712 MovieClip Frame 1Symbol 664 MovieClip
"brass"Symbol 717 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 717 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 717 MovieClip Frame 2Symbol 549 MovieClip
"brass"Symbol 717 MovieClip Frame 2Symbol 549 MovieClip
"thrust"Symbol 773 MovieClip Frame 1Symbol 664 MovieClip
"thrust"Symbol 773 MovieClip Frame 1Symbol 664 MovieClip
"gunshield"Symbol 853 MovieClip Frame 75Symbol 852 MovieClip
"damage"Symbol 897 MovieClip Frame 2Symbol 896 MovieClip
"flare"Symbol 898 MovieClip Frame 2Symbol 897 MovieClip
"fire"Symbol 905 MovieClip Frame 1Symbol 898 MovieClip
"thrust"Symbol 1348 MovieClip Frame 1Symbol 197 MovieClip
"thrust"Symbol 1348 MovieClip Frame 1Symbol 197 MovieClip
"thrust"Symbol 1348 MovieClip Frame 1Symbol 197 MovieClip
"thrust"Symbol 1348 MovieClip Frame 1Symbol 197 MovieClip
"bblink"Symbol 1348 MovieClip Frame 1Symbol 1338 MovieClip
"boss"Symbol 1352 MovieClip Frame 1Symbol 1348 MovieClip
"boss_gun"Symbol 1352 MovieClip Frame 1Symbol 1351 MovieClip
"chunk"Symbol 1394 MovieClip Frame 10Symbol 284 MovieClip

Labels

"death"Frame 4679
"move1"Frame 5044
"move2"Frame 5105
"move3"Frame 5238
"move4"Frame 5280
"move5"Frame 5385
"boss_dead"Frame 6247
"death"Frame 6304
"bar tween"Symbol 12 MovieClip Frame 1
"right"Symbol 308 MovieClip Frame 2
"left"Symbol 308 MovieClip Frame 3
"down"Symbol 308 MovieClip Frame 4
"up"Symbol 308 MovieClip Frame 5
"error"Symbol 448 MovieClip Frame 2
"topgun"Symbol 448 MovieClip Frame 3
"vimana"Symbol 448 MovieClip Frame 4
"spitfire"Symbol 448 MovieClip Frame 5
"sirius"Symbol 448 MovieClip Frame 6
"thot"Symbol 448 MovieClip Frame 7

Dynamic Text Variables

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




http://swfchan.com/6/26455/info.shtml
Created: 22/5 -2019 15:51:25 Last modified: 22/5 -2019 15:51:25 Server time: 05/05 -2024 20:22:29