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

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

Drakojan Skies Mission 2.swf

This is the info page for
Flash #23546

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


Text
.com

.com

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 3
stop();
Frame 143
Mouse.show();
Frame 275
stop();
Frame 334
Mouse.show();
Frame 1745
Mouse.show();
Frame 1756
numEnemy = 10; numdropship = 5;
Instance of Symbol 225 MovieClip "thrust" in Frame 1757
onClipEvent (enterFrame) { this._x = _root.spaceship._x + 0; this._y = _root.spaceship._y + 10; if (_root.spaceship._currentframe > 140) { nextFrame(); } }
Instance of Symbol 274 MovieClip "laser" in Frame 1757
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 322 MovieClip "player_dam" in Frame 1757
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 326 MovieClip "pw1" in Frame 1757
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 330 MovieClip "pw2" in Frame 1757
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 435 MovieClip "mis0" in Frame 1757
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 1790
Instance of Symbol 360 MovieClip "spaceship" in Frame 1798
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 570 MovieClip "enemy1" in Frame 2338
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 577 MovieClip "we1" in Frame 2338
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 577 MovieClip "we2" in Frame 2338
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 577 MovieClip "we3" in Frame 2338
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 577 MovieClip "we4" in Frame 2338
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 577 MovieClip "we5" in Frame 2338
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 570 MovieClip "enemy2" in Frame 2360
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 570 MovieClip "enemy3" in Frame 2388
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 570 MovieClip "enemy4" in Frame 2407
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 570 MovieClip "enemy5" in Frame 2429
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 577 MovieClip "we1" in Frame 2479
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 577 MovieClip "we2" in Frame 2479
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 577 MovieClip "we3" in Frame 2479
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 577 MovieClip "we6" in Frame 2479
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 577 MovieClip "we7" in Frame 2479
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 570 MovieClip "enemy1" in Frame 2479
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 570 MovieClip "enemy2" in Frame 2494
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 570 MovieClip "enemy3" in Frame 2507
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 570 MovieClip "enemy6" in Frame 2522
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 570 MovieClip "enemy7" in Frame 2536
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 580 MovieClip "enemy1" in Frame 2609
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 584 MovieClip "we1" in Frame 2609
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 577 MovieClip "we2" in Frame 2609
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 584 MovieClip "we3" in Frame 2609
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 570 MovieClip "enemy2" in Frame 2625
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 580 MovieClip "enemy3" in Frame 2640
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 584 MovieClip "we4" in Frame 2646
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 577 MovieClip "we5" in Frame 2646
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 584 MovieClip "we6" in Frame 2646
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 580 MovieClip "enemy4" in Frame 2646
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 593 MovieClip in Frame 2651
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 570 MovieClip "enemy5" in Frame 2667
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 580 MovieClip "enemy6" 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 610 MovieClip "powerup3" in Frame 2703
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 618 MovieClip "ds1" in Frame 2753
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 621 MovieClip "dropship1" in Frame 2753
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 625 MovieClip in Frame 2796
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 625 MovieClip in Frame 2813
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 625 MovieClip in Frame 2830
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 634 MovieClip "we1" in Frame 2858
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 634 MovieClip "we2" in Frame 2858
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 634 MovieClip "we3" in Frame 2858
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.enemy3._currentframe == 1) { this._x = _root.enemy3._x; this._y = _root.enemy3._y; stop(); } if (_root.enemy3._currentframe > 1) { _root.we3.nextFrame(); stop(); } }
Instance of Symbol 636 MovieClip "enemy1" in Frame 2858
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 636 MovieClip "enemy2" in Frame 2881
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 636 MovieClip "enemy3" in Frame 2906
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 661 MovieClip "ds1" in Frame 2970
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 662 MovieClip in Frame 2970
onClipEvent (enterFrame) { if (_root.ds1._currentframe == 2) { nextFrame(); } }
Instance of Symbol 675 MovieClip "ww1" in Frame 3026
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 680 MovieClip in Frame 3058
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 680 MovieClip in Frame 3075
onClipEvent (load) { goX = (this._x - _root.spaceship._x) / 30; goY = (this._y - _root.spaceship._y) / 30; } onClipEvent (enterFrame) { this._x = this._x - goX; this._y = this._y - goY; if (_root.ds1._currentframe == 1) { nextFrame(); } }
Instance of Symbol 690 MovieClip "ds2" in Frame 3110
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 610 MovieClip "powerup3" in Frame 3114
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 702 MovieClip "healthup" in Frame 3114
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 712 MovieClip "we1" in Frame 3120
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 712 MovieClip "we2" in Frame 3120
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 715 MovieClip "enemy1" in Frame 3122
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 715 MovieClip "enemy2" in Frame 3126
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 330 MovieClip "pw1" in Frame 3132
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 720 MovieClip in Frame 3175
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 720 MovieClip in Frame 3189
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 720 MovieClip in Frame 3203
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 727 MovieClip "we6" in Frame 3232
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 727 MovieClip "we7" in Frame 3232
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 727 MovieClip "we8" in Frame 3232
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 720 MovieClip in Frame 3265
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 738 MovieClip "ds4" in Frame 3359
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 738 MovieClip "ds5" in Frame 3359
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 738 MovieClip "ds1" in Frame 3359
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 739 MovieClip "dropship4" in Frame 3359
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 739 MovieClip "dropship5" in Frame 3385
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 739 MovieClip "dropship1" in Frame 3407
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 743 MovieClip "ds3" in Frame 3468
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 744 MovieClip "we1" in Frame 3468
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 744 MovieClip "we2" in Frame 3468
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 580 MovieClip "enemy1" in Frame 3490
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 767 MovieClip "ds2" in Frame 3496
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 770 MovieClip "dropship2" in Frame 3496
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 749 MovieClip "tg2" in Frame 3496
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 580 MovieClip "enemy2" in Frame 3514
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 610 MovieClip "powerup3" in Frame 3545
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 743 MovieClip "ds3" in Frame 3625
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 743 MovieClip "ds4" in Frame 3625
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 775 MovieClip in Frame 3630
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 712 MovieClip "we2" in Frame 3648
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 712 MovieClip "we1" in Frame 3648
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 712 MovieClip "we3" in Frame 3648
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 715 MovieClip "enemy1" in Frame 3648
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 715 MovieClip "enemy2" in Frame 3659
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 715 MovieClip "enemy3" in Frame 3669
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 610 MovieClip "powerup3" in Frame 3672
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 798 MovieClip "we2" in Frame 3817
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 798 MovieClip "we1" in Frame 3817
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 800 MovieClip "enemy1" in Frame 3819
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 800 MovieClip "enemy2" in Frame 3830
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 738 MovieClip "ds1" in Frame 3836
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 739 MovieClip "dropship1" in Frame 3839
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 743 MovieClip "ds3" in Frame 3864
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 743 MovieClip "ds2" in Frame 3864
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 746 MovieClip "dropship3" in Frame 3864
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 746 MovieClip "dropship2" in Frame 3891
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 746 MovieClip "dropship3" in Frame 3954
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 805 MovieClip "we3" in Frame 3955
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 805 MovieClip "we2" in Frame 3955
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 805 MovieClip "we1" in Frame 3955
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 810 MovieClip "enemy3" in Frame 3955
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 702 MovieClip "healthup" in Frame 3960
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 610 MovieClip "powerup3" in Frame 3960
onClipEvent (enterFrame) { if (_currentframe < 2) { if (this.hitTest(_root.spaceship)) { nextFrame(); _root.powerbar.nextFrame(); } } }
Instance of Symbol 810 MovieClip "enemy2" in Frame 3990
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 810 MovieClip "enemy1" in Frame 4020
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 690 MovieClip "ds2" in Frame 4026
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 818 MovieClip in Frame 4076
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 818 MovieClip in Frame 4076
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 819 MovieClip "we1" in Frame 4090
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 819 MovieClip "we2" in Frame 4090
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 819 MovieClip "we3" in Frame 4090
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 570 MovieClip "enemy1" in Frame 4090
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 570 MovieClip "enemy2" in Frame 4103
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 818 MovieClip in Frame 4108
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 818 MovieClip in Frame 4108
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 570 MovieClip "enemy3" in Frame 4112
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 720 MovieClip in Frame 4158
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 712 MovieClip "we2" in Frame 4181
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 712 MovieClip "we1" in Frame 4181
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 712 MovieClip "we3" in Frame 4181
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 715 MovieClip "enemy1" in Frame 4181
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 715 MovieClip "enemy3" in Frame 4181
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 715 MovieClip "enemy2" in Frame 4181
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 720 MovieClip in Frame 4182
onClipEvent (enterFrame) { if (_root.ds2._currentframe == 1) { nextFrame(); } }
Instance of Symbol 712 MovieClip "we5" in Frame 4217
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 712 MovieClip "we4" in Frame 4217
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 712 MovieClip "we6" in Frame 4217
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 715 MovieClip "enemy6" in Frame 4217
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 715 MovieClip "enemy5" in Frame 4217
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 715 MovieClip "enemy4" in Frame 4217
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 743 MovieClip "ds3" in Frame 4236
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 743 MovieClip "ds4" in Frame 4236
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 743 MovieClip "ds1" in Frame 4236
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 746 MovieClip "dropship3" in Frame 4236
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 746 MovieClip "dropship1" in Frame 4236
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(125); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 147) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(147); nextFrame(); } } } }
Instance of Symbol 746 MovieClip "dropship4" in Frame 4236
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_currentframe < 2) { if (_root.spaceship._currentframe == 1) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(1); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 25) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(25); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 50) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(50); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 75) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(75); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 100) { if (this.hitTest(_root.spaceship)) { _root.spaceship.gotoAndPlay(100); nextFrame(); } } } if (_currentframe < 2) { if (_root.spaceship._currentframe == 125) { if (this.hitTest(_root.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 4490
gotoAndPlay (4530);
Frame 4504
gotoAndPlay (6214);
Frame 4505
prevFrame();
Instance of Symbol 898 MovieClip "flashlight" in Frame 4712
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 880 MovieClip "hand" in Frame 4712
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 901 MovieClip "flashy" in Frame 4712
onClipEvent (enterFrame) { _x = (_x + (((_parent._xmouse - _x) + 70) * 0.2)); _y = (_y + (((_parent._ymouse - _y) + 70) * 0.2)); }
Instance of Symbol 932 MovieClip "gun" in Frame 4712
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 4737
stop();
Frame 4743
gotoAndPlay (4744);
Instance of Symbol 898 MovieClip "flashlight" in Frame 4744
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 880 MovieClip "hand" in Frame 4744
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 901 MovieClip "flashy" in Frame 4744
onClipEvent (enterFrame) { _x = (_x + (((_parent._xmouse - _x) + 70) * 0.2)); _y = (_y + (((_parent._ymouse - _y) + 70) * 0.2)); }
Instance of Symbol 932 MovieClip "gun" in Frame 4744
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 1112 MovieClip "sd1" in Frame 4829
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 1112 MovieClip "sd2" in Frame 4829
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 4868
stop();
Instance of Symbol 1112 MovieClip "sd1" in Frame 4902
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 4929
stop();
Instance of Symbol 1147 MovieClip in Frame 5005
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { if (_currentframe < 5) { nextFrame(); } } }
Instance of Symbol 1155 MovieClip in Frame 5005
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { if (_currentframe < 5) { nextFrame(); } } }
Instance of Symbol 1200 MovieClip in Frame 5018
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { if (_currentframe < 10) { nextFrame(); } } }
Instance of Symbol 1283 MovieClip "sd3" in Frame 5020
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 5062
stop();
Instance of Symbol 1287 MovieClip "sd4" in Frame 5076
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 1288 MovieClip "sd5" in Frame 5087
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 5104
stop();
Instance of Symbol 1112 MovieClip "sd1" in Frame 5181
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 1288 MovieClip "sd5" in Frame 5181
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 5209
stop();
Frame 5262
stop();
Frame 5274
gotoAndPlay (5305);
Instance of Symbol 225 MovieClip "thrust" in Frame 5305
onClipEvent (enterFrame) { this._x = _root.spaceship._x + 0; this._y = _root.spaceship._y + 10; if (_root.spaceship._currentframe > 140) { nextFrame(); } }
Instance of Symbol 274 MovieClip "laser" in Frame 5305
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 322 MovieClip "player_dam" in Frame 5305
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 326 MovieClip "pw1" in Frame 5305
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 330 MovieClip "pw2" in Frame 5305
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 435 MovieClip "mis0" in Frame 5305
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 5312
numEnemy = 10; numdropship = 5;
Instance of Symbol 360 MovieClip "spaceship" in Frame 5362
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 1392 MovieClip "b1" in Frame 5522
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 1393 MovieClip "dropship1" in Frame 5523
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 1395 MovieClip in Frame 5554
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 1395 MovieClip in Frame 5561
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 1395 MovieClip in Frame 5568
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 625 MovieClip in Frame 5602
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 625 MovieClip in Frame 5607
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 625 MovieClip in Frame 5611
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 625 MovieClip in Frame 5616
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 625 MovieClip in Frame 5622
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 1404 MovieClip in Frame 5877
onClipEvent (enterFrame) { if (_root.boss_gun._currentframe == 1) { nextFrame(); } }
Frame 6067
gotoAndPlay (5526);
Frame 6106
gotoAndPlay (6132);
Frame 6129
gotoAndPlay (6379);
Frame 6130
prevFrame();
Frame 6213
gotoAndPlay (143);
Frame 6378
stop();
Frame 6543
stop();
Symbol 12 MovieClip Frame 1
bar.stop();
Symbol 19 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 63 Button
on (release) { _root.play(); }
Symbol 64 MovieClip Frame 143
_root.play(); stop();
Symbol 97 MovieClip Frame 6
stop();
Symbol 98 Button
on (release) { gotoAndPlay (2); }
Symbol 108 Button
on (release) { gotoAndPlay (20); }
Symbol 109 Button
on (release) { getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank"); }
Symbol 110 Button
on (release) { getURL ("http://omegadragon3000.sheezyart.com", "_blank"); }
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
if (_root.game._currentframe > 2) { _root.game.gotoAndPlay(47); }
Symbol 112 MovieClip Frame 14
stop();
Symbol 112 MovieClip Frame 30
gotoAndStop (1);
Symbol 114 Button
on (release) { gotoAndPlay (2); }
Symbol 117 Button
on (release) { gotoAndPlay (47); }
Symbol 118 Button
on (release) { gotoAndPlay (31); }
Symbol 119 Button
on (release) { gotoAndPlay (20); }
Symbol 120 Button
on (release) { gotoAndPlay (40); }
Symbol 132 Button
on (release) { gotoAndStop (14); }
Symbol 136 Button
on (release) { nextFrame(); }
Symbol 138 Button
on (release) { prevFrame(); }
Symbol 147 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 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
if (_root.extras._currentframe > 2) { _root.extras.gotoAndPlay(20); }
Symbol 149 MovieClip Frame 14
stop();
Symbol 149 MovieClip Frame 25
stop();
Symbol 149 MovieClip Frame 35
stop();
Symbol 149 MovieClip Frame 45
stop();
Symbol 149 MovieClip Frame 59
gotoAndStop (1);
Symbol 152 Button
on (release) { nextFrame(); play(); }
Symbol 155 Button
on (release) { getURL ("http://www.gamesofgondor.com", "_blank"); }
Symbol 156 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 161 Button
on (release) { gotoAndPlay (1556); }
Symbol 163 Button
on (release) { stop(); }
Symbol 165 Button
on (release) { play(); }
Symbol 183 MovieClip Frame 24
gotoAndPlay (12);
Symbol 225 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
stop();
Symbol 231 MovieClip Frame 2
stop();
Symbol 232 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 2
stop();
Symbol 236 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 2
stop();
Symbol 240 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 2
stop();
Symbol 246 MovieClip Frame 1
stop();
Instance of Symbol 246 MovieClip in Symbol 247 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 246 MovieClip in Symbol 247 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 247 MovieClip Frame 28
stop();
Symbol 249 MovieClip Frame 2
stop();
Symbol 252 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 1
stop();
Instance of Symbol 255 MovieClip in Symbol 256 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 256 MovieClip Frame 16
stop();
Symbol 258 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 1
stop();
Instance of Symbol 260 MovieClip in Symbol 261 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 263 MovieClip Frame 2
stop();
Symbol 265 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 1
stop();
Instance of Symbol 265 MovieClip in Symbol 268 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 265 MovieClip in Symbol 268 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 267 MovieClip in Symbol 268 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 267 MovieClip in Symbol 268 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 270 MovieClip Frame 2
stop();
Instance of Symbol 265 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Instance of Symbol 265 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { if (_root["enemy" + i]._currentframe < 2) { nextFrame(); _root["enemy" + i].gotoAndPlay(2); _root.spaceship.laserCounter--; } } i++; } n = 1; while (n <= _root.numdropship) { if (this.hitTest(_root["dropship" + n])) { _root["dropship" + n].nextFrame(); _root.spaceship.laserCounter--; nextFrame(); } n++; } }
Symbol 274 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 232 MovieClip in Symbol 274 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 234 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (load) { if (currentframe < 2) { if (Key.isDown(67)) { nextFrame(); } stop(); } stop(); } onClipEvent (enterFrame) { }
Symbol 274 MovieClip Frame 2
laserMoveSpeed = 25;
Instance of Symbol 236 MovieClip in Symbol 274 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 274 MovieClip Frame 3
laserMoveSpeed = 30;
Instance of Symbol 240 MovieClip in Symbol 274 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 240 MovieClip in Symbol 274 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 274 MovieClip Frame 5
laserMoveSpeed = 20;
Instance of Symbol 253 MovieClip in Symbol 274 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 253 MovieClip in Symbol 274 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 253 MovieClip in Symbol 274 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 274 MovieClip Frame 6
laserMoveSpeed = 30;
Instance of Symbol 258 MovieClip in Symbol 274 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 258 MovieClip in Symbol 274 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 258 MovieClip in Symbol 274 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 274 MovieClip Frame 7
laserMoveSpeed = 35;
Symbol 274 MovieClip Frame 8
laserMoveSpeed = 50;
Symbol 279 MovieClip Frame 17
stop();
Symbol 282 MovieClip Frame 24
gotoAndPlay (8);
Symbol 283 MovieClip Frame 18
stop();
Symbol 295 MovieClip Frame 65
stop();
Symbol 308 MovieClip Frame 13
stop();
Symbol 311 MovieClip Frame 58
stop();
Symbol 319 MovieClip Frame 30
stop();
Instance of Symbol 311 MovieClip "chunk" in Symbol 320 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 319 MovieClip in Symbol 320 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 311 MovieClip "chunk" in Symbol 320 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 319 MovieClip in Symbol 320 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 319 MovieClip in Symbol 320 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 311 MovieClip "chunk" in Symbol 320 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 319 MovieClip in Symbol 320 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 319 MovieClip in Symbol 320 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 311 MovieClip "chunk" in Symbol 320 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 320 MovieClip Frame 12
stop();
Symbol 322 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 7
stop();
Instance of Symbol 279 MovieClip in Symbol 322 MovieClip Frame 7
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 283 MovieClip in Symbol 322 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 322 MovieClip Frame 8
stop();
Instance of Symbol 284 MovieClip in Symbol 322 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 285 MovieClip in Symbol 322 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 286 MovieClip in Symbol 322 MovieClip Frame 8
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(50)) + 10; _xscale = (random(80) + 20); _yscale = _xscale; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 287 MovieClip in Symbol 322 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 292 MovieClip in Symbol 322 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 293 MovieClip in Symbol 322 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 324 MovieClip Frame 14
gotoAndPlay (11);
Symbol 325 MovieClip Frame 16
stop();
Symbol 326 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 20
stop();
Symbol 330 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 30
stop();
Symbol 332 MovieClip Frame 30
stop();
Symbol 333 MovieClip Frame 30
stop();
Symbol 334 MovieClip Frame 26
stop();
Symbol 335 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 1
stop();
Instance of Symbol 335 MovieClip "p" in Symbol 360 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p.gotoAndStop(5); } }
Symbol 360 MovieClip Frame 2
tellTarget ("/life") { nextFrame(); };
Symbol 360 MovieClip Frame 25
stop();
Instance of Symbol 335 MovieClip "p1" in Symbol 360 MovieClip Frame 25
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p1.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p1.gotoAndStop(5); } }
Symbol 360 MovieClip Frame 26
tellTarget ("/life") { nextFrame(); };
Symbol 360 MovieClip Frame 50
stop();
Instance of Symbol 335 MovieClip "p2" in Symbol 360 MovieClip Frame 50
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p2.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p2.gotoAndStop(5); } }
Symbol 360 MovieClip Frame 51
tellTarget ("/life") { nextFrame(); };
Symbol 360 MovieClip Frame 75
stop();
Instance of Symbol 335 MovieClip "p3" in Symbol 360 MovieClip Frame 75
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p3.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p3.gotoAndStop(5); } }
Symbol 360 MovieClip Frame 76
tellTarget ("/life") { nextFrame(); };
Symbol 360 MovieClip Frame 100
stop();
Instance of Symbol 335 MovieClip "p4" in Symbol 360 MovieClip Frame 100
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p4.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p4.gotoAndStop(5); } }
Symbol 360 MovieClip Frame 101
tellTarget ("/life") { nextFrame(); };
Symbol 360 MovieClip Frame 125
stop();
Instance of Symbol 335 MovieClip "p5" in Symbol 360 MovieClip Frame 125
onClipEvent (enterFrame) { if (Key.isDown(40)) { _root.spaceship.p5.gotoAndStop(4); } if (Key.isDown(38)) { _root.spaceship.p5.gotoAndStop(5); } }
Symbol 360 MovieClip Frame 126
tellTarget ("/life") { nextFrame(); };
Symbol 360 MovieClip Frame 215
stop(); _root.gotoAndPlay("death");
Symbol 370 MovieClip Frame 6
stop();
Symbol 393 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 10
stop();
Symbol 420 MovieClip Frame 12
stop();
Symbol 421 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 2
play();
Instance of Symbol 431 MovieClip in Symbol 435 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 435 MovieClip Frame 67
gotoAndStop (1);
Symbol 440 Button
on (release) { nextFrame(); stop(); }
Symbol 448 MovieClip Frame 6
stop();
Symbol 449 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 457 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 461 MovieClip Frame 84
stop();
Symbol 464 MovieClip Frame 88
stop();
Symbol 467 MovieClip Frame 79
stop();
Symbol 470 MovieClip Frame 73
stop();
Symbol 473 MovieClip Frame 85
stop();
Symbol 474 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 475 MovieClip Frame 1
stop();
Symbol 477 Button
on (release) { prevFrame(); stop(); }
Symbol 478 MovieClip Frame 1
stop();
Symbol 544 MovieClip Frame 21
stop();
Symbol 570 MovieClip Frame 1
stop();
Symbol 570 MovieClip Frame 2
play();
Symbol 570 MovieClip Frame 11
stop();
Symbol 574 MovieClip Frame 8
stop();
Symbol 575 MovieClip Frame 24
stop();
Symbol 576 MovieClip Frame 1
stop();
Symbol 577 MovieClip Frame 1
stop();
Instance of Symbol 576 MovieClip "brass" in Symbol 577 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 576 MovieClip "brass" in Symbol 577 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 576 MovieClip "brass" in Symbol 577 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 580 MovieClip Frame 1
stop();
Symbol 580 MovieClip Frame 2
play();
Symbol 580 MovieClip Frame 10
stop();
Symbol 583 MovieClip Frame 11
stop();
Symbol 584 MovieClip Frame 1
stop();
Instance of Symbol 576 MovieClip "brass" in Symbol 584 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 576 MovieClip "brass" in Symbol 584 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 589 MovieClip Frame 1
stop();
Instance of Symbol 589 MovieClip in Symbol 590 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 591 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 14
stop();
Symbol 609 MovieClip Frame 33
stop();
Symbol 610 MovieClip Frame 1
stop();
Symbol 614 MovieClip Frame 26
stop();
Instance of Symbol 311 MovieClip "chunk" in Symbol 615 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 319 MovieClip in Symbol 615 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 311 MovieClip "chunk" in Symbol 615 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 319 MovieClip in Symbol 615 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 319 MovieClip in Symbol 615 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 311 MovieClip "chunk" in Symbol 615 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 319 MovieClip in Symbol 615 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 319 MovieClip in Symbol 615 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 311 MovieClip "chunk" in Symbol 615 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 615 MovieClip Frame 12
stop();
Symbol 617 MovieClip Frame 21
stop();
Symbol 618 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 11
stop();
Symbol 621 MovieClip Frame 1
stop();
Symbol 621 MovieClip Frame 8
play();
Symbol 621 MovieClip Frame 16
stop();
Symbol 623 MovieClip Frame 1
stop();
Instance of Symbol 623 MovieClip in Symbol 624 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 625 MovieClip Frame 1
stop();
Symbol 631 MovieClip Frame 13
stop();
Symbol 633 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 1
stop();
Instance of Symbol 633 MovieClip "brass" in Symbol 634 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 633 MovieClip "brass" in Symbol 634 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 633 MovieClip "brass" in Symbol 634 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 636 MovieClip Frame 1
stop();
Symbol 636 MovieClip Frame 2
play();
Symbol 636 MovieClip Frame 8
stop();
Symbol 659 MovieClip Frame 26
stop();
Symbol 660 MovieClip Frame 15
stop();
Symbol 661 MovieClip Frame 1
stop();
Symbol 662 MovieClip Frame 1
stop();
Symbol 664 MovieClip Frame 1
stop();
Symbol 664 MovieClip Frame 4
stop();
Symbol 664 MovieClip Frame 9
stop();
Symbol 674 MovieClip Frame 24
gotoAndPlay (4);
Symbol 675 MovieClip Frame 1
stop();
Symbol 680 MovieClip Frame 1
stop();
Instance of Symbol 679 MovieClip in Symbol 680 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 689 MovieClip Frame 33
stop();
Symbol 690 MovieClip Frame 1
stop();
Symbol 695 MovieClip Frame 6
stop();
Symbol 696 MovieClip Frame 1
stop();
Symbol 696 MovieClip Frame 16
play();
Symbol 696 MovieClip Frame 20
stop();
Symbol 701 MovieClip Frame 33
stop();
Symbol 702 MovieClip Frame 1
stop();
Symbol 711 MovieClip Frame 14
stop();
Symbol 712 MovieClip Frame 1
stop();
Instance of Symbol 576 MovieClip "brass" in Symbol 712 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 576 MovieClip "brass" in Symbol 712 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 715 MovieClip Frame 1
stop();
Symbol 715 MovieClip Frame 10
stop();
Symbol 718 MovieClip Frame 1
stop();
Instance of Symbol 718 MovieClip in Symbol 719 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 718 MovieClip in Symbol 719 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 719 MovieClip Frame 59
stop();
Symbol 720 MovieClip Frame 1
stop();
Symbol 726 MovieClip Frame 14
stop();
Symbol 727 MovieClip Frame 1
stop();
Instance of Symbol 576 MovieClip "brass" in Symbol 727 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 576 MovieClip "brass" in Symbol 727 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 576 MovieClip "brass" in Symbol 727 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 729 MovieClip Frame 1
stop();
Symbol 729 MovieClip Frame 2
play();
Symbol 729 MovieClip Frame 10
stop();
Symbol 737 MovieClip Frame 18
stop();
Symbol 738 MovieClip Frame 1
stop();
Instance of Symbol 576 MovieClip "brass" in Symbol 738 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 576 MovieClip "brass" in Symbol 738 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 576 MovieClip "brass" in Symbol 738 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 739 MovieClip Frame 1
stop();
Symbol 739 MovieClip Frame 8
play();
Symbol 739 MovieClip Frame 12
stop();
Symbol 743 MovieClip Frame 1
stop();
Symbol 744 MovieClip Frame 1
stop();
Instance of Symbol 576 MovieClip "brass" in Symbol 744 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 576 MovieClip "brass" in Symbol 744 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 576 MovieClip "brass" in Symbol 744 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 576 MovieClip "brass" in Symbol 744 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 745 MovieClip Frame 5
stop();
Symbol 746 MovieClip Frame 1
stop();
Symbol 746 MovieClip Frame 4
play();
Symbol 746 MovieClip Frame 10
stop();
Symbol 749 MovieClip Frame 1
stop();
Symbol 765 MovieClip Frame 36
stop();
Symbol 766 MovieClip Frame 29
stop();
Symbol 767 MovieClip Frame 1
stop();
Symbol 769 MovieClip Frame 6
stop();
Symbol 770 MovieClip Frame 1
stop();
Symbol 770 MovieClip Frame 7
stop();
Symbol 775 MovieClip Frame 1
stop();
Instance of Symbol 788 MovieClip in Symbol 790 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 790 MovieClip Frame 29
stop();
Symbol 796 MovieClip Frame 26
stop();
Symbol 797 MovieClip Frame 9
stop();
Symbol 798 MovieClip Frame 1
stop();
Symbol 800 MovieClip Frame 1
stop();
Symbol 800 MovieClip Frame 10
stop();
Symbol 805 MovieClip Frame 1
stop();
Symbol 810 MovieClip Frame 1
stop();
Symbol 810 MovieClip Frame 2
play();
Symbol 810 MovieClip Frame 10
stop();
Symbol 815 MovieClip Frame 1
stop();
Instance of Symbol 815 MovieClip in Symbol 816 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 817 MovieClip Frame 36
stop();
Symbol 818 MovieClip Frame 1
stop();
Symbol 819 MovieClip Frame 1
stop();
Symbol 874 MovieClip Frame 10
stop();
Symbol 879 MovieClip Frame 1
stop();
Symbol 879 MovieClip Frame 10
gotoAndStop (1);
Symbol 880 MovieClip Frame 1
stop();
Symbol 880 MovieClip Frame 2
Symbol 880 MovieClip Frame 4
gotoAndStop (1);
Symbol 880 MovieClip Frame 60
gotoAndStop (1); tellTarget ("/ammo") { gotoAndStop (1); };
Symbol 880 MovieClip Frame 75
stop();
Symbol 890 MovieClip Frame 1
stop();
Symbol 890 MovieClip Frame 7
gotoAndStop (1);
Symbol 898 MovieClip Frame 1
stop();
Symbol 898 MovieClip Frame 3
gotoAndStop (1);
Symbol 901 MovieClip Frame 1
stop();
Symbol 901 MovieClip Frame 4
gotoAndStop (1);
Symbol 903 Button
on (press) { if (_root.hand._currentframe == 1) { tellTarget ("fire") { nextFrame(); }; tellTarget ("/hand") { gotoAndPlay (2); }; } } on (release) { tellTarget ("fire") { prevFrame(); }; }
Symbol 921 MovieClip Frame 18
stop();
Symbol 924 MovieClip Frame 1
play();
Symbol 924 MovieClip Frame 2
tellTarget ("/ammo") { nextFrame(); }; tellTarget ("/hand") { play(); }; tellTarget ("/ws") { nextFrame(); }; tellTarget ("/flashy") { gotoAndPlay (2); };
Symbol 925 MovieClip Frame 1
stop();
Symbol 925 MovieClip Frame 2
stop();
Symbol 927 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 928 Button
on (keyPress "s") { if (_root.hand._currentframe < 4) { tellTarget ("/hand") { gotoAndPlay (65); }; } if (_root.hand._currentframe == 75) { tellTarget ("/hand") { gotoAndPlay (76); }; } }
Symbol 932 MovieClip Frame 1
stop();
Symbol 938 MovieClip Frame 22
stop();
Symbol 942 MovieClip Frame 1
stop();
Symbol 969 MovieClip Frame 1
stop(); tellTarget ("/gun") { gotoAndStop (1); };
Symbol 969 MovieClip Frame 31
tellTarget ("/gun") { nextFrame(); }; stop();
Symbol 969 MovieClip Frame 32
tellTarget ("/gun") { nextFrame(); }; stop();
Symbol 973 MovieClip Frame 1
stop();
Symbol 973 MovieClip Frame 8
tellTarget ("/HUD") { nextFrame(); };
Symbol 973 MovieClip Frame 16
tellTarget ("/HUD") { nextFrame(); };
Symbol 973 MovieClip Frame 25
tellTarget ("/HUD") { nextFrame(); };
Symbol 973 MovieClip Frame 35
tellTarget ("/HUD") { nextFrame(); };
Symbol 973 MovieClip Frame 46
tellTarget ("/HUD") { nextFrame(); };
Symbol 976 MovieClip Frame 4
stop();
Symbol 977 Button
on (release) { nextFrame(); }
Symbol 1028 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 1028 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 1028 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 1029 MovieClip Frame 48
stop();
Symbol 1031 MovieClip Frame 11
stop();
Instance of Symbol 1031 MovieClip in Symbol 1032 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 1031 MovieClip in Symbol 1032 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 1031 MovieClip in Symbol 1032 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 1031 MovieClip in Symbol 1032 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 1032 MovieClip Frame 14
stop();
Symbol 1033 MovieClip Frame 33
stop();
Instance of Symbol 1030 MovieClip in Symbol 1033 MovieClip Frame 33
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol1") { nextFrame(); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1033 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol1") { gotoAndStop (45); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1033 MovieClip Frame 37
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol1") { gotoAndStop (55); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1033 MovieClip Frame 37
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol1") { gotoAndStop (65); }; } }
Symbol 1033 MovieClip Frame 45
play();
Symbol 1033 MovieClip Frame 54
stop();
Symbol 1033 MovieClip Frame 55
play();
Symbol 1033 MovieClip Frame 64
stop();
Symbol 1033 MovieClip Frame 65
play();
Symbol 1033 MovieClip Frame 75
stop();
Symbol 1055 MovieClip Frame 44
stop(); _root.trigger.nextFrame();
Symbol 1090 MovieClip Frame 53
stop(); _root.trigger.nextFrame();
Symbol 1110 MovieClip Frame 48
stop(); _root.trigger.nextFrame();
Symbol 1113 MovieClip Frame 33
stop();
Instance of Symbol 1030 MovieClip in Symbol 1113 MovieClip Frame 33
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol2") { nextFrame(); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1113 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol2") { gotoAndStop (45); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1113 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol2") { gotoAndStop (55); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1113 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol2") { gotoAndStop (65); }; } }
Symbol 1113 MovieClip Frame 45
play();
Symbol 1113 MovieClip Frame 54
stop();
Symbol 1113 MovieClip Frame 55
play();
Symbol 1113 MovieClip Frame 64
stop();
Symbol 1113 MovieClip Frame 65
play();
Symbol 1113 MovieClip Frame 75
stop();
Symbol 1115 MovieClip Frame 1
stop();
Symbol 1115 MovieClip Frame 3
_root.gotoAndPlay("move1");
Symbol 1120 MovieClip Frame 1
stop();
Symbol 1120 MovieClip Frame 2
_root.gotoAndPlay("move2");
Symbol 1139 MovieClip Frame 16
stop();
Symbol 1147 MovieClip Frame 1
stop();
Symbol 1155 MovieClip Frame 1
stop();
Symbol 1165 MovieClip Frame 6
stop();
Symbol 1169 MovieClip Frame 31
stop();
Symbol 1171 MovieClip Frame 1
stop();
Instance of Symbol 1030 MovieClip in Symbol 1171 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/lamp3") { nextFrame(); }; } }
Instance of Symbol 1169 MovieClip in Symbol 1171 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 1169 MovieClip in Symbol 1171 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 1169 MovieClip in Symbol 1171 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 1169 MovieClip in Symbol 1171 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 1169 MovieClip in Symbol 1171 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 1169 MovieClip in Symbol 1171 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 1169 MovieClip in Symbol 1171 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 1169 MovieClip in Symbol 1171 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 1169 MovieClip in Symbol 1171 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 1169 MovieClip in Symbol 1171 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 1172 MovieClip Frame 1
stop();
Instance of Symbol 1030 MovieClip in Symbol 1172 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/lamp1") { nextFrame(); }; } }
Instance of Symbol 1169 MovieClip in Symbol 1172 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 1169 MovieClip in Symbol 1172 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 1169 MovieClip in Symbol 1172 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 1169 MovieClip in Symbol 1172 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 1169 MovieClip in Symbol 1172 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 1169 MovieClip in Symbol 1172 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 1169 MovieClip in Symbol 1172 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 1169 MovieClip in Symbol 1172 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 1169 MovieClip in Symbol 1172 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 1169 MovieClip in Symbol 1172 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 1173 MovieClip Frame 1
stop();
Instance of Symbol 1030 MovieClip in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/lamp4") { nextFrame(); }; } }
Instance of Symbol 1169 MovieClip in Symbol 1173 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 1169 MovieClip in Symbol 1173 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 1169 MovieClip in Symbol 1173 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 1169 MovieClip in Symbol 1173 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 1169 MovieClip in Symbol 1173 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 1169 MovieClip in Symbol 1173 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 1169 MovieClip in Symbol 1173 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 1169 MovieClip in Symbol 1173 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 1169 MovieClip in Symbol 1173 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 1169 MovieClip in Symbol 1173 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 1174 MovieClip Frame 1
stop();
Instance of Symbol 1030 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/lamp2") { nextFrame(); }; } }
Instance of Symbol 1169 MovieClip in Symbol 1174 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 1169 MovieClip in Symbol 1174 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 1169 MovieClip in Symbol 1174 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 1169 MovieClip in Symbol 1174 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 1169 MovieClip in Symbol 1174 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 1169 MovieClip in Symbol 1174 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 1169 MovieClip in Symbol 1174 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 1169 MovieClip in Symbol 1174 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 1169 MovieClip in Symbol 1174 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 1169 MovieClip in Symbol 1174 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 1195 MovieClip Frame 34
stop();
Symbol 1199 MovieClip Frame 31
stop();
Symbol 1200 MovieClip Frame 1
stop();
Symbol 1200 MovieClip Frame 10
stop();
Instance of Symbol 1195 MovieClip in Symbol 1200 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 1195 MovieClip in Symbol 1200 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 1195 MovieClip in Symbol 1200 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 1195 MovieClip in Symbol 1200 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 1199 MovieClip in Symbol 1200 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 1199 MovieClip in Symbol 1200 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 1199 MovieClip in Symbol 1200 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 1203 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 1203 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 1204 MovieClip Frame 1
stop();
Symbol 1205 MovieClip Frame 11
stop();
Instance of Symbol 1030 MovieClip in Symbol 1205 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol3") { nextFrame(); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1205 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol3") { gotoAndStop (23); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1205 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol3") { gotoAndStop (33); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1205 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol3") { gotoAndStop (43); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1205 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol3") { gotoAndStop (43); }; } }
Symbol 1205 MovieClip Frame 23
play();
Symbol 1205 MovieClip Frame 32
stop();
Symbol 1205 MovieClip Frame 33
play();
Symbol 1205 MovieClip Frame 42
stop();
Symbol 1205 MovieClip Frame 43
play();
Symbol 1205 MovieClip Frame 53
stop();
Symbol 1232 MovieClip Frame 54
stop(); _root.trigger.nextFrame();
Symbol 1268 MovieClip Frame 49
stop(); _root.trigger.nextFrame();
Symbol 1282 MovieClip Frame 36
stop(); _root.trigger.nextFrame();
Symbol 1283 MovieClip Frame 1
stop();
Symbol 1284 MovieClip Frame 1
stop();
Symbol 1284 MovieClip Frame 2
_root.gotoAndPlay("move3");
Symbol 1285 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 1285 MovieClip Frame 72
gotoAndPlay (18);
Symbol 1286 MovieClip Frame 11
stop();
Instance of Symbol 1030 MovieClip in Symbol 1286 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol4") { nextFrame(); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1286 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol4") { gotoAndStop (23); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1286 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol4") { gotoAndStop (33); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1286 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol4") { gotoAndStop (43); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1286 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol4") { gotoAndStop (43); }; } }
Symbol 1286 MovieClip Frame 23
play();
Symbol 1286 MovieClip Frame 32
stop();
Symbol 1286 MovieClip Frame 33
play();
Symbol 1286 MovieClip Frame 42
stop();
Symbol 1286 MovieClip Frame 43
play();
Symbol 1286 MovieClip Frame 53
stop();
Symbol 1287 MovieClip Frame 1
stop();
Symbol 1288 MovieClip Frame 1
stop();
Symbol 1289 MovieClip Frame 11
stop();
Instance of Symbol 1030 MovieClip in Symbol 1289 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol5") { nextFrame(); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1289 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol5") { gotoAndStop (23); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1289 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol5") { gotoAndStop (33); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1289 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol5") { gotoAndStop (43); }; } }
Instance of Symbol 1030 MovieClip in Symbol 1289 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hittest(_root.gun.fire.flare.damage)) { tellTarget ("/sol5") { gotoAndStop (43); }; } }
Symbol 1289 MovieClip Frame 23
play();
Symbol 1289 MovieClip Frame 32
stop();
Symbol 1289 MovieClip Frame 33
play();
Symbol 1289 MovieClip Frame 42
stop();
Symbol 1289 MovieClip Frame 43
play();
Symbol 1289 MovieClip Frame 53
stop();
Symbol 1290 MovieClip Frame 1
stop();
Symbol 1290 MovieClip Frame 3
_root.gotoAndPlay("move4");
Symbol 1291 MovieClip Frame 1
stop();
Symbol 1291 MovieClip Frame 3
_root.gotoAndPlay("move5");
Symbol 1293 Button
on (release) { gotoAndPlay (4530); }
Symbol 1294 Button
on (release) { nextFrame(); play(); }
Symbol 1295 Button
on (release) { gotoAndPlay (1745); }
Symbol 1302 MovieClip Frame 414
stop();
Symbol 1344 Button
on (release) { gotoAndStop (1); }
Symbol 1347 Button
on (release) { play(); }
Symbol 1350 Button
on (release) { stop(); }
Symbol 1364 MovieClip Frame 6
stop();
Symbol 1365 MovieClip Frame 1
stop();
Symbol 1365 MovieClip Frame 17
gotoAndStop (2);
Symbol 1375 MovieClip Frame 1
stop();
Instance of Symbol 291 MovieClip in Symbol 1375 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 279 MovieClip in Symbol 1375 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 283 MovieClip in Symbol 1375 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 279 MovieClip in Symbol 1375 MovieClip Frame 2
onClipEvent (load) { xvel = random(20) - 10; yvel = (-random(35)) + 10; } onClipEvent (enterFrame) { yvel = yvel + 0.5; _rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI); _x = (_x + (xvel / 2)); _y = (_y + (yvel / 2)); }
Instance of Symbol 283 MovieClip in Symbol 1375 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 279 MovieClip in Symbol 1375 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 279 MovieClip in Symbol 1375 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 279 MovieClip in Symbol 1375 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 279 MovieClip in Symbol 1375 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 279 MovieClip in Symbol 1375 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 279 MovieClip in Symbol 1375 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 279 MovieClip in Symbol 1375 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 291 MovieClip in Symbol 1375 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 291 MovieClip in Symbol 1375 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 291 MovieClip in Symbol 1375 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 291 MovieClip in Symbol 1375 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 291 MovieClip in Symbol 1375 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 291 MovieClip in Symbol 1375 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 1375 MovieClip Frame 10
stop();
Symbol 1378 MovieClip Frame 1
stop();
Symbol 1391 MovieClip Frame 88
stop(); _root.gotoAndPlay("boss_dead");
Symbol 1392 MovieClip Frame 1
stop();
Symbol 1393 MovieClip Frame 2
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 3
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 4
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 5
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 6
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 7
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 8
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 9
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 10
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 11
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 12
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 13
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 14
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 15
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 16
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 17
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 18
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 19
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 20
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 21
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 22
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 23
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 24
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 25
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 26
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 27
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 28
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 29
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 30
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 31
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 32
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 33
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 34
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 35
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 36
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 37
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 38
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 39
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 40
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 1393 MovieClip Frame 41
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 42
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 43
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 44
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 45
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 46
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 47
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 48
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 49
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 50
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 51
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 52
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 53
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 54
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 55
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 56
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 57
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 58
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 59
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 60
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 61
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 62
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 63
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 64
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 65
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 66
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 67
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 68
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 69
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 70
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 1393 MovieClip Frame 71
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 72
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 73
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 74
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 75
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 76
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 77
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 78
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 79
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 80
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 81
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 82
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 83
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 84
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 85
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 86
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 87
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 88
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 89
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 90
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 91
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 92
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 93
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 94
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 95
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 96
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 97
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 98
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 99
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 100
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 1393 MovieClip Frame 101
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 102
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 103
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 104
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 105
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 106
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 107
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 108
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 109
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 110
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 111
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 112
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 113
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 114
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 115
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 116
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 117
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 118
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 119
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 120
tellTarget ("/boss/bblink") { nextFrame(); }; tellTarget ("/boss") { nextFrame(); };
Symbol 1393 MovieClip Frame 121
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 122
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 123
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 124
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 125
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 126
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 127
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 128
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 129
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 130
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 131
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 132
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 133
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 134
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 135
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 136
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 137
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 138
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 139
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 140
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 141
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 142
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 143
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 144
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 145
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 146
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 147
tellTarget ("/boss/bblink") { nextFrame(); };
Symbol 1393 MovieClip Frame 148
tellTarget ("/boss") { nextFrame(); play(); }; tellTarget ("/boss_gun") { nextFrame(); };
Symbol 1395 MovieClip Frame 1
stop();
Instance of Symbol 1402 MovieClip in Symbol 1403 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 1402 MovieClip in Symbol 1403 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 1403 MovieClip Frame 96
stop();
Instance of Symbol 319 MovieClip in Symbol 1421 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 319 MovieClip in Symbol 1421 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 319 MovieClip in Symbol 1421 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 319 MovieClip in Symbol 1421 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 319 MovieClip in Symbol 1421 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 319 MovieClip in Symbol 1421 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 319 MovieClip in Symbol 1421 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 311 MovieClip "chunk" in Symbol 1421 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 1421 MovieClip Frame 12
stop();
Symbol 1435 Button
on (release) { gotoAndPlay (1745); }
Symbol 1436 Button
on (release) { gotoAndPlay (143); }
Symbol 1438 Button
on (release) { gotoAndPlay (5305); }

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

Instance Names

"bar"Frame 1Symbol 12 MovieClip
"extras"Frame 253Symbol 112 MovieClip
"game"Frame 253Symbol 149 MovieClip
"thrust"Frame 1757Symbol 225 MovieClip
"laser"Frame 1757Symbol 274 MovieClip
"player_dam"Frame 1757Symbol 322 MovieClip
"pw1"Frame 1757Symbol 326 MovieClip
"sbar"Frame 1757Symbol 328 MovieClip
"pw2"Frame 1757Symbol 330 MovieClip
"spaceship"Frame 1757Symbol 360 MovieClip
"powerbar"Frame 1757Symbol 393 MovieClip
"misscounter"Frame 1757Symbol 405 MovieClip
"life"Frame 1757Symbol 421 MovieClip
"mis0"Frame 1757Symbol 435 MovieClip
"spaceship"Frame 1798Symbol 360 MovieClip
"enemy1"Frame 2338Symbol 570 MovieClip
"we1"Frame 2338Symbol 577 MovieClip
"we2"Frame 2338Symbol 577 MovieClip
"we3"Frame 2338Symbol 577 MovieClip
"we4"Frame 2338Symbol 577 MovieClip
"we5"Frame 2338Symbol 577 MovieClip
"enemy2"Frame 2360Symbol 570 MovieClip
"enemy3"Frame 2388Symbol 570 MovieClip
"enemy4"Frame 2407Symbol 570 MovieClip
"enemy5"Frame 2429Symbol 570 MovieClip
"we1"Frame 2479Symbol 577 MovieClip
"we2"Frame 2479Symbol 577 MovieClip
"we3"Frame 2479Symbol 577 MovieClip
"we6"Frame 2479Symbol 577 MovieClip
"we7"Frame 2479Symbol 577 MovieClip
"enemy1"Frame 2479Symbol 570 MovieClip
"enemy2"Frame 2494Symbol 570 MovieClip
"enemy3"Frame 2507Symbol 570 MovieClip
"enemy6"Frame 2522Symbol 570 MovieClip
"enemy7"Frame 2536Symbol 570 MovieClip
"enemy1"Frame 2609Symbol 580 MovieClip
"we1"Frame 2609Symbol 584 MovieClip
"we2"Frame 2609Symbol 577 MovieClip
"we3"Frame 2609Symbol 584 MovieClip
"enemy2"Frame 2625Symbol 570 MovieClip
"enemy3"Frame 2640Symbol 580 MovieClip
"we4"Frame 2646Symbol 584 MovieClip
"we5"Frame 2646Symbol 577 MovieClip
"we6"Frame 2646Symbol 584 MovieClip
"enemy4"Frame 2646Symbol 580 MovieClip
"enemy5"Frame 2667Symbol 570 MovieClip
"enemy6"Frame 2682Symbol 580 MovieClip
"powerup3"Frame 2703Symbol 610 MovieClip
"ds1"Frame 2753Symbol 618 MovieClip
"dropship1"Frame 2753Symbol 621 MovieClip
"we1"Frame 2858Symbol 634 MovieClip
"we2"Frame 2858Symbol 634 MovieClip
"we3"Frame 2858Symbol 634 MovieClip
"enemy1"Frame 2858Symbol 636 MovieClip
"enemy2"Frame 2881Symbol 636 MovieClip
"enemy3"Frame 2906Symbol 636 MovieClip
"ds1"Frame 2970Symbol 661 MovieClip
"dropship1"Frame 2970Symbol 664 MovieClip
"wbar"Frame 3026Symbol 328 MovieClip
"ww1"Frame 3026Symbol 675 MovieClip
"ds2"Frame 3110Symbol 690 MovieClip
"dropship2"Frame 3110Symbol 696 MovieClip
"powerup3"Frame 3114Symbol 610 MovieClip
"healthup"Frame 3114Symbol 702 MovieClip
"we1"Frame 3120Symbol 712 MovieClip
"we2"Frame 3120Symbol 712 MovieClip
"enemy1"Frame 3122Symbol 715 MovieClip
"enemy2"Frame 3126Symbol 715 MovieClip
"pw1"Frame 3132Symbol 330 MovieClip
"we6"Frame 3232Symbol 727 MovieClip
"we7"Frame 3232Symbol 727 MovieClip
"we8"Frame 3232Symbol 727 MovieClip
"enemy6"Frame 3232Symbol 729 MovieClip
"enemy7"Frame 3252Symbol 729 MovieClip
"enemy8"Frame 3269Symbol 729 MovieClip
"ds4"Frame 3359Symbol 738 MovieClip
"ds5"Frame 3359Symbol 738 MovieClip
"ds1"Frame 3359Symbol 738 MovieClip
"dropship4"Frame 3359Symbol 739 MovieClip
"dropship5"Frame 3385Symbol 739 MovieClip
"dropship1"Frame 3407Symbol 739 MovieClip
"ds3"Frame 3468Symbol 743 MovieClip
"we1"Frame 3468Symbol 744 MovieClip
"we2"Frame 3468Symbol 744 MovieClip
"dropship3"Frame 3469Symbol 746 MovieClip
"enemy1"Frame 3490Symbol 580 MovieClip
"ds2"Frame 3496Symbol 767 MovieClip
"dropship2"Frame 3496Symbol 770 MovieClip
"tg2"Frame 3496Symbol 749 MovieClip
"enemy2"Frame 3514Symbol 580 MovieClip
"powerup3"Frame 3545Symbol 610 MovieClip
"ds3"Frame 3625Symbol 743 MovieClip
"ds4"Frame 3625Symbol 743 MovieClip
"dropship3"Frame 3627Symbol 746 MovieClip
"dropship4"Frame 3634Symbol 746 MovieClip
"we2"Frame 3648Symbol 712 MovieClip
"we1"Frame 3648Symbol 712 MovieClip
"we3"Frame 3648Symbol 712 MovieClip
"enemy1"Frame 3648Symbol 715 MovieClip
"enemy2"Frame 3659Symbol 715 MovieClip
"enemy3"Frame 3669Symbol 715 MovieClip
"powerup3"Frame 3672Symbol 610 MovieClip
"we2"Frame 3817Symbol 798 MovieClip
"we1"Frame 3817Symbol 798 MovieClip
"enemy1"Frame 3819Symbol 800 MovieClip
"enemy2"Frame 3830Symbol 800 MovieClip
"ds1"Frame 3836Symbol 738 MovieClip
"dropship1"Frame 3839Symbol 739 MovieClip
"ds3"Frame 3864Symbol 743 MovieClip
"ds2"Frame 3864Symbol 743 MovieClip
"dropship3"Frame 3864Symbol 746 MovieClip
"dropship2"Frame 3891Symbol 746 MovieClip
"dropship3"Frame 3954Symbol 746 MovieClip
"we3"Frame 3955Symbol 805 MovieClip
"we2"Frame 3955Symbol 805 MovieClip
"we1"Frame 3955Symbol 805 MovieClip
"enemy3"Frame 3955Symbol 810 MovieClip
"healthup"Frame 3960Symbol 702 MovieClip
"powerup3"Frame 3960Symbol 610 MovieClip
"enemy2"Frame 3990Symbol 810 MovieClip
"enemy1"Frame 4020Symbol 810 MovieClip
"ds2"Frame 4026Symbol 690 MovieClip
"dropship2"Frame 4027Symbol 696 MovieClip
"we1"Frame 4090Symbol 819 MovieClip
"we2"Frame 4090Symbol 819 MovieClip
"we3"Frame 4090Symbol 819 MovieClip
"enemy1"Frame 4090Symbol 570 MovieClip
"enemy2"Frame 4103Symbol 570 MovieClip
"enemy3"Frame 4112Symbol 570 MovieClip
"we2"Frame 4181Symbol 712 MovieClip
"we1"Frame 4181Symbol 712 MovieClip
"we3"Frame 4181Symbol 712 MovieClip
"enemy1"Frame 4181Symbol 715 MovieClip
"enemy3"Frame 4181Symbol 715 MovieClip
"enemy2"Frame 4181Symbol 715 MovieClip
"we5"Frame 4217Symbol 712 MovieClip
"we4"Frame 4217Symbol 712 MovieClip
"we6"Frame 4217Symbol 712 MovieClip
"enemy6"Frame 4217Symbol 715 MovieClip
"enemy5"Frame 4217Symbol 715 MovieClip
"enemy4"Frame 4217Symbol 715 MovieClip
"ds3"Frame 4236Symbol 743 MovieClip
"ds4"Frame 4236Symbol 743 MovieClip
"ds1"Frame 4236Symbol 743 MovieClip
"dropship3"Frame 4236Symbol 746 MovieClip
"dropship1"Frame 4236Symbol 746 MovieClip
"dropship4"Frame 4236Symbol 746 MovieClip
"hand"Frame 4665Symbol 880 MovieClip
"ws"Frame 4712Symbol 890 MovieClip
"flashlight"Frame 4712Symbol 898 MovieClip
"hand"Frame 4712Symbol 880 MovieClip
"flashy"Frame 4712Symbol 901 MovieClip
"gun"Frame 4712Symbol 932 MovieClip
"HUD"Frame 4712Symbol 942 MovieClip
"ammo"Frame 4712Symbol 969 MovieClip
"health"Frame 4712Symbol 973 MovieClip
"ws"Frame 4744Symbol 890 MovieClip
"flashlight"Frame 4744Symbol 898 MovieClip
"hand"Frame 4744Symbol 880 MovieClip
"flashy"Frame 4744Symbol 901 MovieClip
"gun"Frame 4744Symbol 932 MovieClip
"HUD"Frame 4744Symbol 942 MovieClip
"ammo"Frame 4744Symbol 969 MovieClip
"health"Frame 4744Symbol 973 MovieClip
"sol1"Frame 4829Symbol 1033 MovieClip
"sd1"Frame 4829Symbol 1112 MovieClip
"sd2"Frame 4829Symbol 1112 MovieClip
"sol2"Frame 4845Symbol 1113 MovieClip
"trigger"Frame 4868Symbol 1115 MovieClip
"sol1"Frame 4891Symbol 1033 MovieClip
"sd1"Frame 4902Symbol 1112 MovieClip
"trigger"Frame 4929Symbol 1120 MovieClip
"lamp3"Frame 5013Symbol 1171 MovieClip
"lamp1"Frame 5013Symbol 1172 MovieClip
"lamp4"Frame 5013Symbol 1173 MovieClip
"lamp2"Frame 5013Symbol 1174 MovieClip
"sol3"Frame 5020Symbol 1205 MovieClip
"sd3"Frame 5020Symbol 1283 MovieClip
"trigger"Frame 5062Symbol 1284 MovieClip
"sol4"Frame 5076Symbol 1286 MovieClip
"sd4"Frame 5076Symbol 1287 MovieClip
"sd5"Frame 5087Symbol 1288 MovieClip
"sol5"Frame 5087Symbol 1289 MovieClip
"trigger"Frame 5104Symbol 1290 MovieClip
"sd1"Frame 5181Symbol 1112 MovieClip
"sol1"Frame 5181Symbol 1033 MovieClip
"sd5"Frame 5181Symbol 1288 MovieClip
"sol5"Frame 5181Symbol 1289 MovieClip
"trigger"Frame 5209Symbol 1291 MovieClip
"thrust"Frame 5305Symbol 225 MovieClip
"laser"Frame 5305Symbol 274 MovieClip
"player_dam"Frame 5305Symbol 322 MovieClip
"pw1"Frame 5305Symbol 326 MovieClip
"sbar"Frame 5305Symbol 328 MovieClip
"pw2"Frame 5305Symbol 330 MovieClip
"powerbar"Frame 5305Symbol 393 MovieClip
"misscounter"Frame 5305Symbol 405 MovieClip
"life"Frame 5305Symbol 421 MovieClip
"mis0"Frame 5305Symbol 435 MovieClip
"spaceship"Frame 5324Symbol 360 MovieClip
"spaceship"Frame 5362Symbol 360 MovieClip
"b1"Frame 5522Symbol 1392 MovieClip
"boss"Frame 5523Symbol 1375 MovieClip
"boss_gun"Frame 5523Symbol 1378 MovieClip
"dropship1"Frame 5523Symbol 1393 MovieClip
"theText"Symbol 147 MovieClip Frame 1Symbol 142 MovieClip
"theMask"Symbol 147 MovieClip Frame 1Symbol 144 MovieClip
"dragger"Symbol 147 MovieClip Frame 1Symbol 146 MovieClip
"chunk"Symbol 320 MovieClip Frame 1Symbol 311 MovieClip
"chunk"Symbol 320 MovieClip Frame 4Symbol 311 MovieClip
"chunk"Symbol 320 MovieClip Frame 6Symbol 311 MovieClip
"chunk"Symbol 320 MovieClip Frame 10Symbol 311 MovieClip
"p"Symbol 360 MovieClip Frame 1Symbol 335 MovieClip
"p1"Symbol 360 MovieClip Frame 25Symbol 335 MovieClip
"p2"Symbol 360 MovieClip Frame 50Symbol 335 MovieClip
"p3"Symbol 360 MovieClip Frame 75Symbol 335 MovieClip
"p4"Symbol 360 MovieClip Frame 100Symbol 335 MovieClip
"p5"Symbol 360 MovieClip Frame 125Symbol 335 MovieClip
"chunk"Symbol 576 MovieClip Frame 1Symbol 311 MovieClip
"brass"Symbol 577 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 577 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 577 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 584 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 584 MovieClip Frame 2Symbol 576 MovieClip
"chunk"Symbol 615 MovieClip Frame 1Symbol 311 MovieClip
"chunk"Symbol 615 MovieClip Frame 4Symbol 311 MovieClip
"chunk"Symbol 615 MovieClip Frame 6Symbol 311 MovieClip
"chunk"Symbol 615 MovieClip Frame 10Symbol 311 MovieClip
"brass"Symbol 634 MovieClip Frame 2Symbol 633 MovieClip
"brass"Symbol 634 MovieClip Frame 2Symbol 633 MovieClip
"brass"Symbol 634 MovieClip Frame 2Symbol 633 MovieClip
"thrust"Symbol 696 MovieClip Frame 1Symbol 691 MovieClip
"thrust"Symbol 696 MovieClip Frame 1Symbol 691 MovieClip
"brass"Symbol 712 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 712 MovieClip Frame 2Symbol 576 MovieClip
"thrust"Symbol 715 MovieClip Frame 1Symbol 224 MovieClip
"thrust"Symbol 715 MovieClip Frame 1Symbol 224 MovieClip
"brass"Symbol 727 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 727 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 727 MovieClip Frame 2Symbol 576 MovieClip
"dropship2"Symbol 738 MovieClip Frame 2Symbol 737 MovieClip
"brass"Symbol 738 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 738 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 738 MovieClip Frame 2Symbol 576 MovieClip
"thrust"Symbol 739 MovieClip Frame 1Symbol 691 MovieClip
"thrust"Symbol 739 MovieClip Frame 1Symbol 691 MovieClip
"brass"Symbol 744 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 744 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 744 MovieClip Frame 2Symbol 576 MovieClip
"brass"Symbol 744 MovieClip Frame 2Symbol 576 MovieClip
"thrust"Symbol 800 MovieClip Frame 1Symbol 691 MovieClip
"thrust"Symbol 800 MovieClip Frame 1Symbol 691 MovieClip
"gunshield"Symbol 880 MovieClip Frame 75Symbol 879 MovieClip
"damage"Symbol 924 MovieClip Frame 2Symbol 923 MovieClip
"flare"Symbol 925 MovieClip Frame 2Symbol 924 MovieClip
"fire"Symbol 932 MovieClip Frame 1Symbol 925 MovieClip
"thrust"Symbol 1375 MovieClip Frame 1Symbol 224 MovieClip
"thrust"Symbol 1375 MovieClip Frame 1Symbol 224 MovieClip
"thrust"Symbol 1375 MovieClip Frame 1Symbol 224 MovieClip
"thrust"Symbol 1375 MovieClip Frame 1Symbol 224 MovieClip
"bblink"Symbol 1375 MovieClip Frame 1Symbol 1365 MovieClip
"boss"Symbol 1379 MovieClip Frame 1Symbol 1375 MovieClip
"boss_gun"Symbol 1379 MovieClip Frame 1Symbol 1378 MovieClip
"chunk"Symbol 1421 MovieClip Frame 10Symbol 311 MovieClip

Labels

"death"Frame 4504
"move1"Frame 4869
"move2"Frame 4930
"move3"Frame 5063
"move4"Frame 5105
"move5"Frame 5210
"boss_dead"Frame 6072
"death"Frame 6129
"bar tween"Symbol 12 MovieClip Frame 1
"right"Symbol 335 MovieClip Frame 2
"left"Symbol 335 MovieClip Frame 3
"down"Symbol 335 MovieClip Frame 4
"up"Symbol 335 MovieClip Frame 5
"error"Symbol 475 MovieClip Frame 2
"topgun"Symbol 475 MovieClip Frame 3
"vimana"Symbol 475 MovieClip Frame 4
"spitfire"Symbol 475 MovieClip Frame 5
"sirius"Symbol 475 MovieClip Frame 6
"thot"Symbol 475 MovieClip Frame 7

Dynamic Text Variables

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




http://swfchan.com/5/23546/info.shtml
Created: 26/5 -2019 03:53:03 Last modified: 26/5 -2019 03:53:03 Server time: 15/05 -2024 01:36:38