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

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

Space Snail.swf

This is the info page for
Flash #70230

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


Text
C ontrols

S tory

C redits

The Adventures of

SPACE SNAIL

The Adventures of

SPACE SNAIL

B ack

The Adventures of SPACE SNAIL

By Raphael Stone

RaphaelJStone@hotmail.com

Summer 2003

Controls

Up Arrow : Aim Up
down Arrow : Aim Down
Left Arrow : Move Left
Right Arrow : Move Right
Shift : Jump
SpaceBar : Attack/Action

1 : weapon one
2 : weapon two
3 : weapon three
4 : weapon four
5 : weapon five

Meet Space Snail

1/6

Story

Space Snail is not a clever Snail

2/6

Space Snail hides when hurt.

3/6

Space Snail wants to kill
all humans.
Unfortunately Space Snail
lives very far from Earth.

4/6

Luckily Space Snail has a Space Ship!

5/6

Help Space Snail complete
his goal,
Look for weapons to aid
Space snail in his fantastic
adventures...

6/6

0%

100%

- LOADING -

START GAME

START GAME

SPACE SHIP - THIS WAY  ---->

0

0

USE TONGUE TO BREAK MOVING ROCKS

FUEL CELLS REQUIRED FOR SPACE FLIGHT

SPACE SNAIL

Died

GAME OVER

CONTINUE

WATER HEALS SPACE SNAIL!

0

0

0

SPACE SNAIL WILL
BORE YOU UP STAR!
WHAT OTHER WEAPONS CAN
BE FOUND AROUND HERE?

P roceed

SPACE SNAIL CAN
CLAP HEAT!

P roceed

0

Space Snail!

Now You Die!

No, Space Snail!

Please! spare my
Civilization!

0

0

0

0

ICE CRAWLERS TAKE TWO HITS

SPACE SNAIL DIES IN DEEP WATER

"Hello Snail"

"You may cross the
waters on my back"

"Just look out
for the fish"

0

0

0

SPACE SNAIL CAN
LIGHT UP!

P roceed

0

0

0

N
A
S
A

N
A
S
A

N
A
S
A

N
A
S
A

P roceed

P roceed

space snail had super
fun

and you know it

P roceed

when killing

And Destroying
Mankind

Bouncing Boulder (of Doom)

Robotrouble

Robogunner

Gold roboleader

Battle robokillah

Ice Crawler

Space Whale

Moon Rover

Satellite blaster

Moon Buggy

Many Thanks to Douglas
for all the background music

THE END

For more of Douglas's stuff,
check out his band's website
or email the bastard!

pillars_and_pianos@hotmail.com
http://www.tonedeafmessiah.co.uk/

ActionScript [AS1/AS2]

Frame 2
_root.gotgin = "no"; _root.metalgroundfall = "no"; _root.rayammo = 100; _root.gatammo = 100; lives = 5; hits = 2;
Frame 129
_root.loadscreen.counter = 0;
Frame 230
nextFrame();
Frame 231
stop(); _root.shipfuel2 == "no"; _root.shipfuel1 == "no";
Frame 232
stop(); place = "homestart232";
Instance of Symbol 128 MovieClip "player" in Frame 232
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; tellTarget (_root.sound1) { gotoAndPlay (1); }; this.jump = false; this.xspeed = 0; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Frame 233
stop();
Instance of Symbol 153 MovieClip in Frame 233
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 153 MovieClip in Frame 233
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 160 MovieClip in Frame 234
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 169 MovieClip in Frame 236
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; } }
Instance of Symbol 175 MovieClip in Frame 236
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { stop(); }; tellTarget (this.rock) { play(); }; } if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "right"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 175 MovieClip in Frame 236
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { stop(); }; tellTarget (this.rock) { play(); }; } if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "right"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Frame 265
stop();
Instance of Symbol 169 MovieClip in Frame 265
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; } }
Instance of Symbol 169 MovieClip in Frame 265
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { gotoAndPlay (296); }; } }
Instance of Symbol 128 MovieClip "player" in Frame 265
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Frame 295
gotoAndStop (236); player._x = 300; player._y = 65;
Frame 316
stop();
Instance of Symbol 169 MovieClip in Frame 316
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; } }
Instance of Symbol 169 MovieClip in Frame 316
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { gotoAndPlay (336); }; } }
Instance of Symbol 128 MovieClip "player" in Frame 316
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Frame 335
gotoAndStop (265);
Frame 351
tellTarget (_root.player.sci) { play(); };
Frame 370
tellTarget (_root.player.sci) { stop(); };
Frame 385
gotoAndStop (387);
Frame 386
gotoAndStop (316); player._x = 340; player._y = 90;
Frame 387
place = "homeship387";
Instance of Symbol 188 MovieClip in Frame 387
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (_root.shipfuel1 == "yes") { if (_root.shipfuel2 == "yes") { tellTarget (_root) { gotoAndPlay (490); }; } } } }
Instance of Symbol 128 MovieClip "player" in Frame 387
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Frame 388
gotoAndStop (391);
Frame 389
stop(); lives = lives - 1; if (lives >= 0) { contine._x = 0; ending._x = -400; } else { contine._x = -400; ending._x = 0; }
Frame 390
gotoAndStop (387); player._x = 380;
Instance of Symbol 128 MovieClip "player" in Frame 391
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Instance of Symbol 208 MovieClip in Frame 392
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; tellTarget (this) { play(); }; } }
Instance of Symbol 208 MovieClip in Frame 392
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; tellTarget (this) { play(); }; } }
Instance of Symbol 208 MovieClip in Frame 392
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; tellTarget (this) { play(); }; } }
Instance of Symbol 208 MovieClip in Frame 392
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 208 MovieClip in Frame 392
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 169 MovieClip in Frame 392
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; } }
Frame 430
hits = 2;
Frame 450
gotoAndStop (455);
Instance of Symbol 226 MovieClip in Frame 451
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; _root.shipfuel2 = "yes"; } }
Instance of Symbol 128 MovieClip "player" in Frame 451
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Instance of Symbol 230 MovieClip in Frame 452
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 230 MovieClip in Frame 452
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "right"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 234 MovieClip in Frame 453
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.rock) { play(); }; } if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 239 MovieClip in Frame 454
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { gotoAndPlay (464); }; } }
Instance of Symbol 219 MovieClip in Frame 455
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 219 MovieClip in Frame 455
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 219 MovieClip in Frame 455
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 153 MovieClip in Frame 457
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 175 MovieClip in Frame 457
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { stop(); }; tellTarget (this.rock) { play(); }; } if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "right"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 230 MovieClip in Frame 458
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "right"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 208 MovieClip in Frame 459
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 208 MovieClip in Frame 459
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 175 MovieClip in Frame 459
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { stop(); }; tellTarget (this.rock) { play(); }; } if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 153 MovieClip in Frame 460
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 226 MovieClip in Frame 461
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; _root.shipfuel1 = "yes"; } }
Frame 487
gotoAndStop (385);
Frame 953
tellTarget (_root.player.sci) { play(); };
Instance of Symbol 153 MovieClip in Frame 953
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Frame 975
tellTarget (_root.player.sci) { stop(); };
Frame 990
tellTarget (_root.player.sci) { stop(); };
Frame 1011
tellTarget (_root.player.sci) { stop(); };
Frame 1070
tellTarget (_root.player.sci) { stop(); };
Frame 1146
stop(); tellTarget (_root.player.sci) { stop(); };
Frame 1147
player._x = 350;
Instance of Symbol 128 MovieClip "player" in Frame 1147
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Frame 1148
stop(); place = "metalstart1147";
Instance of Symbol 153 MovieClip in Frame 1148
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 169 MovieClip in Frame 1149
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; } }
Frame 1175
gotoAndStop (1203);
Frame 1201
gotoAndStop (1149);
Frame 1202
gotoAndPlay (1176);
Instance of Symbol 128 MovieClip "player" in Frame 1203
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Instance of Symbol 169 MovieClip in Frame 1203
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { prevFrame(); }; } }
Frame 1206
if (_root.bigdumblovepot == "gone") { _root.pot1._x = -50; }
Instance of Symbol 160 MovieClip "pot1" in Frame 1206
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Frame 1207
if (_root.crazyenemyleader == "gone") { _root.metalleader._alpha = 0; }
Instance of Symbol 356 MovieClip "killerrobot" in Frame 1208
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.robot) { play(); }; this.hit = "yes"; } }
Instance of Symbol 355 MovieClip "robot" in Frame 1209
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; this.hit = "yes"; } }
Frame 1211
place = "metalwater1211";
Instance of Symbol 219 MovieClip in Frame 1211
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 219 MovieClip in Frame 1211
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Frame 1213
gotoAndStop (1215); player._x = 25; player._y = 80;
Frame 1214
gotoAndStop (1212); player._x = 365; player._y = 250;
Instance of Symbol 355 MovieClip "robot" in Frame 1215
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; this.hit = "yes"; } }
Frame 1216
gotoAndStop (1218); player._x = 25; player._y = 80;
Frame 1217
gotoAndStop (1215); player._x = 375; player._y = 260;
Instance of Symbol 382 MovieClip in Frame 1218
onClipEvent (enterFrame) { if (_root.metalworldgun == "on") { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } } } }
Frame 1219
gotoAndStop (1221); player._x = 25; player._y = 80;
Frame 1220
gotoAndStop (1218); player._x = 375; player._y = 260;
Instance of Symbol 169 MovieClip in Frame 1221
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.metalgroundfall = "yes"; } }
Frame 1222
gotoAndStop (1224); player._x = 25; player._y = 170;
Frame 1223
gotoAndStop (1221); player._x = 375; player._y = 260;
Instance of Symbol 401 MovieClip "killerrobot" in Frame 1224
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.robot) { play(); }; this.hit = "yes"; } }
Instance of Symbol 230 MovieClip in Frame 1225
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 230 MovieClip in Frame 1225
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "right"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 406 MovieClip in Frame 1225
onClipEvent (enterFrame) { if (_root.metalworldgun == "on") { _root.bulletkillzone; if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } } }
Instance of Symbol 169 MovieClip in Frame 1225
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; } }
Frame 1226
stop();
Frame 1227
stop();
Instance of Symbol 135 MovieClip in Frame 1227
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; } }
Instance of Symbol 128 MovieClip "player" in Frame 1227
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Frame 1228
stop(); _root.pistolammo = 3; place = "metalboss1230";
Frame 1229
_root.deadrobot = 0; tellTarget (_root.player.sci.weapons) { gotoAndPlay (26); }; tellTarget (_root.player.sci) { stop(); };
Frame 1230
stop(); tellTarget (_root.player.sci.weapons) { gotoAndPlay (26); };
Instance of Symbol 437 MovieClip in Frame 1230
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 128 MovieClip "player" in Frame 1230
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Frame 1231
play();
Instance of Symbol 429 MovieClip "innerglow" in Frame 1231
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { _root.deadrobot = _root.deadrobot + 1; tellTarget (this) { play(); }; } }
Instance of Symbol 431 MovieClip in Frame 1231
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Frame 1232
play();
Instance of Symbol 431 MovieClip in Frame 1276
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 431 MovieClip in Frame 1291
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 431 MovieClip in Frame 1368
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Frame 1631
gotoAndStop (1692); _root.pistolammo = 3;
Frame 1632
gotoAndPlay (1695);
Instance of Symbol 128 MovieClip "player" in Frame 1632
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Frame 1633
stop();
Frame 1660
gotoAndStop (1203);
Frame 1686
gotoAndStop (1634);
Frame 1687
gotoAndPlay (1661);
Instance of Symbol 128 MovieClip "player" in Frame 1688
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Instance of Symbol 169 MovieClip in Frame 1688
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { prevFrame(); }; } }
Frame 1691
if (_root.bigdumblovepot == "gone") { _root.pot1._x = -50; }
Instance of Symbol 160 MovieClip "pot1" in Frame 1691
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Frame 1692
place = "metalend1692";
Frame 2050
stop(); place = "icestart2050";
Instance of Symbol 128 MovieClip "player" in Frame 2050
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { if (this.xspeed > -5) { this.xspeed = this.xspeed - 0.3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } } else if (Key.isDown(Key.right)) { if (this.xspeed < 5) { this.xspeed = this.xspeed + 0.3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } } else { tellTarget (_root.player.sci) { stop(); }; } } }
Instance of Symbol 496 MovieClip in Frame 2051
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 502 MovieClip in Frame 2052
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "down"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.spiney) { play(); }; } }
Instance of Symbol 507 MovieClip in Frame 2053
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "down"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.spiney) { play(); }; } }
Instance of Symbol 219 MovieClip in Frame 2054
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 219 MovieClip in Frame 2054
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 496 MovieClip in Frame 2055
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 514 MovieClip in Frame 2056
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "down"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.spiney) { play(); }; } }
Frame 2057
stop(); place = "icewater2057";
Instance of Symbol 507 MovieClip in Frame 2059
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "down"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.spiney) { play(); }; } }
Frame 2061
play();
Frame 2310
_root.fishgone = 0;
Frame 2311
stop(); place = "icesea2288";
Instance of Symbol 128 MovieClip "player" in Frame 2311
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.35; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.35; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Frame 2363
gotoAndStop (2365); place = "iceskate2365";
Instance of Symbol 128 MovieClip "player" in Frame 2364
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { if (this.xspeed > -5) { this.xspeed = this.xspeed - 0.3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } } else if (Key.isDown(Key.right)) { if (this.xspeed < 5) { this.xspeed = this.xspeed + 0.3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } } else { tellTarget (_root.player.sci) { stop(); }; } } }
Frame 2371
_root.player.xspeed = 8;
Instance of Symbol 588 MovieClip in Frame 2371
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { gotoAndPlay (2372); }; } }
Instance of Symbol 160 MovieClip in Frame 2371
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Frame 2429
gotoAndStop (2435);
Instance of Symbol 592 MovieClip in Frame 2430
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { gotoAndStop (2436); }; } }
Instance of Symbol 128 MovieClip "player" in Frame 2430
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { if (this.xspeed > -5) { this.xspeed = this.xspeed - 0.3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } } else if (Key.isDown(Key.right)) { if (this.xspeed < 5) { this.xspeed = this.xspeed + 0.3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } } else { tellTarget (_root.player.sci) { stop(); }; } } }
Instance of Symbol 496 MovieClip in Frame 2431
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2431
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 601 MovieClip in Frame 2432
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "down"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.spiney) { play(); }; } }
Instance of Symbol 601 MovieClip in Frame 2432
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "down"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.spiney) { play(); }; } }
Instance of Symbol 602 MovieClip in Frame 2432
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 602 MovieClip in Frame 2432
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2433
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2433
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2433
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Frame 2435
place = "iceunder2435";
Instance of Symbol 219 MovieClip in Frame 2435
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 219 MovieClip in Frame 2435
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Frame 2437
place = "iceunder2437";
Instance of Symbol 128 MovieClip "player" in Frame 2437
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { if (this.xspeed > -5) { this.xspeed = this.xspeed - 0.3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } } else if (Key.isDown(Key.right)) { if (this.xspeed < 5) { this.xspeed = this.xspeed + 0.3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } } else { tellTarget (_root.player.sci) { stop(); }; } } }
Instance of Symbol 496 MovieClip in Frame 2438
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2438
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 601 MovieClip in Frame 2439
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "down"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.spiney) { play(); }; } }
Instance of Symbol 601 MovieClip in Frame 2439
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "down"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.spiney) { play(); }; } }
Instance of Symbol 602 MovieClip in Frame 2439
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 602 MovieClip in Frame 2439
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2440
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2440
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 600 MovieClip in Frame 2440
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Frame 2442
play();
Instance of Symbol 219 MovieClip in Frame 2442
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 219 MovieClip in Frame 2442
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Frame 2477
tellTarget (_root.player.sci.weapons) { gotoAndPlay (41); };
Frame 2494
tellTarget (_root.shot) { play(); };
Instance of Symbol 219 MovieClip in Frame 2494
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 219 MovieClip in Frame 2494
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Frame 2504
tellTarget (_root.shot) { play(); };
Frame 2505
tellTarget (_root.shot) { play(); };
Frame 2514
tellTarget (_root.shot) { play(); };
Frame 2515
tellTarget (_root.shot) { play(); };
Frame 2516
tellTarget (_root.shot) { play(); };
Instance of Symbol 219 MovieClip in Frame 2540
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 219 MovieClip in Frame 2540
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Frame 2551
stop();
Instance of Symbol 128 MovieClip "player" in Frame 2551
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 13; this.gravity = 1.15; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { if (this.xspeed > -5) { this.xspeed = this.xspeed - 0.3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } } else if (Key.isDown(Key.right)) { if (this.xspeed < 5) { this.xspeed = this.xspeed + 0.3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } } else { tellTarget (_root.player.sci) { stop(); }; } } }
Instance of Symbol 219 MovieClip in Frame 2551
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 219 MovieClip in Frame 2551
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.hits = 2; } }
Instance of Symbol 588 MovieClip in Frame 2553
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { play(); }; } }
Frame 3194
gotoAndStop (3197);
Instance of Symbol 153 MovieClip in Frame 3195
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 230 MovieClip in Frame 3195
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 230 MovieClip in Frame 3195
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 128 MovieClip "player" in Frame 3195
onClipEvent (load) { this.xspeed = 0; this.yspeed = 0; this.jumpHeight = 9; this.gravity = 0.35; } onClipEvent (enterFrame) { this.yspeed = this.yspeed + this.gravity; x = this._x + this.xspeed; y = this._y + this.yspeed; if (_root.bkg.hittest(x, this._y, true)) { this._x = x; this.jump = false; } else { this.xspeed = 0; } if (_root.bkg.hittest(this._x, y, true)) { this._y = y; } else { if (this.yspeed < 0) { } else { this.jump = true; } this.yspeed = 0; } if (_root.player.side != "shell") { if (Key.isDown(Key.Space) & (_root.fire != "n")) { tellTarget (_root.player.sci.weapons.shot) { play(); }; _root.player.sci.weapons.wep._alpha = 0; } if (Key.isDown(Key.Shift)) { if (this.jump) { this.yspeed = this.yspeed - this.jumpHeight; this.jump = false; this.xspeed = 0; tellTarget (_root.sound1) { gotoAndPlay (1); }; } } if (Key.isDown(Key.Up) & (this.sci.weapons._rotation != 90)) { this.sci.weapons._rotation = this.sci.weapons._rotation - 3; } else if (Key.isDown(Key.Down) & (this.sci.weapons._rotation != -90)) { this.sci.weapons._rotation = this.sci.weapons._rotation + 3; } if (this.jump) { if (Key.isDown(Key.left)) { this.xspeed = -3; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = 3; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { this.xspeed = 0; tellTarget (_root.player.sci) { stop(); }; } } if (Key.isDown(Key.left)) { this.xspeed = this.xspeed - 0.2; this.gotoandStop(2); tellTarget (_root.player.sci) { play(); }; } else if (Key.isDown(Key.right)) { this.xspeed = this.xspeed + 0.2; this.gotoandStop(1); tellTarget (_root.player.sci) { play(); }; } else { tellTarget (_root.player.sci) { stop(); }; } } }
Instance of Symbol 674 MovieClip "frog" in Frame 3196
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.rover) { play(); }; tellTarget (this) { stop(); }; } }
Frame 3197
place = "lunarstart3197";
Instance of Symbol 588 MovieClip in Frame 3198
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { gotoAndStop (3204); player._y = 160; player._x = 70; }; } }
Frame 3199
player._y = 153; gotoAndStop (3201);
Frame 3200
player._y = 244; gotoAndStop (3198);
Instance of Symbol 175 MovieClip in Frame 3201
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { stop(); }; tellTarget (this.rock) { play(); }; } if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "right"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 682 MovieClip in Frame 3202
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Instance of Symbol 153 MovieClip in Frame 3202
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 153 MovieClip in Frame 3202
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 153 MovieClip in Frame 3202
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 153 MovieClip in Frame 3202
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Frame 3203
player._y = 75; player._x = 320; gotoAndStop (3198);
Instance of Symbol 674 MovieClip "frog" in Frame 3204
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.rover) { play(); }; tellTarget (this) { stop(); }; } }
Instance of Symbol 717 MovieClip in Frame 3207
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.tron) { play(); }; } }
Instance of Symbol 739 MovieClip "sat" in Frame 3208
onClipEvent (enterFrame) { if (this._x < _root.player._x) { this._x = this._x + 1.5; } else { this._x = this._x - 1.5; } }
Instance of Symbol 674 MovieClip "frog" in Frame 3209
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this.rover) { play(); }; tellTarget (this) { stop(); }; } }
Instance of Symbol 751 MovieClip in Frame 3209
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { play(); }; } }
Instance of Symbol 739 MovieClip "sat" in Frame 3209
onClipEvent (enterFrame) { if (this._x < _root.player._x) { this._x = this._x + 0.8; } else { this._x = this._x - 0.8; } }
Instance of Symbol 739 MovieClip "sat" in Frame 3210
onClipEvent (enterFrame) { if (this._x < _root.player._x) { this._x = this._x + 1.5; } else { this._x = this._x - 1.5; } }
Instance of Symbol 588 MovieClip in Frame 3210
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (_root) { gotoAndPlay (3212); }; } }
Frame 3285
tellTarget (_root.sci) { stop(); }; tellTarget (_root.sci.weapons) { gotoAndPlay (57); };
Frame 3330
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3331
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3332
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3333
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3334
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3335
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3336
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3337
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3338
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3339
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3340
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3341
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3342
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3343
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3344
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3345
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3346
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3347
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3348
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3349
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3350
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3351
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3352
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3353
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3354
tellTarget (_root.sci.weapons.shot) { play(); };
Frame 3471
stop();
Frame 3474
play();
Frame 3489
stop();
Frame 3492
play();
Frame 3920
stop();
Symbol 2 MovieClip Frame 1
stop();
Symbol 11 Button
on (release) { gotoAndStop (3); }
Symbol 14 Button
on (release) { gotoAndStop (4); }
Symbol 16 Button
on (release) { gotoAndStop (2); }
Symbol 22 Button
on (release) { gotoAndStop (1); }
Symbol 40 Button
on (release) { nextFrame(); }
Symbol 44 Button
on (release) { prevFrame(); }
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 2
stop();
Symbol 56 MovieClip Frame 3
stop();
Symbol 61 MovieClip Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded()); bytes_total = Math.round(_root.getBytesTotal()); LoadPercent = (bytes_loaded / bytes_total) * 100; tellTarget (_root) { stop(); }; if (counter < LoadPercent) { tellTarget (_root) { nextFrame(); }; counter = counter + 1; }
Symbol 61 MovieClip Frame 2
gotoAndPlay (1);
Symbol 67 Button
on (release) { play(); }
Symbol 89 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
_root.player.sci.weapons.wep1._alpha = 0;
Symbol 95 MovieClip Frame 20
_root.player.sci.weapons.wep1._alpha = 100;
Symbol 95 MovieClip Frame 21
stop();
Symbol 95 MovieClip Frame 22
_root.player.sci.weapons.wep1._alpha = 0;
Symbol 95 MovieClip Frame 42
_root.player.sci.weapons.wep1._alpha = 100;
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 2
if (_root.pistolammo <= 0) { gotoAndStop (1); } else { _root.pistolammo = _root.pistolammo - 1; }
Symbol 106 MovieClip Frame 6
tellTarget (_root.player.sci.weapons) { gotoAndPlay (26); };
Symbol 107 MovieClip Frame 1
_root.wepammo.munitions.munitions = _root.pistolammo;
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 2
if (_root.rayammo <= 0) { gotoAndStop (1); } else { _root.rayammo = _root.rayammo - 1; }
Symbol 115 MovieClip Frame 1
_root.wepammo.munitions.munitions = _root.rayammo;
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
if (_root.gatammo <= 0) { gotoAndStop (1); } else { _root.gatammo = _root.gatammo - 1; }
Symbol 122 MovieClip Frame 3
gatflash._rotation = gatflash._rotation + (((math.Random() * 2) - 1) * 10);
Symbol 123 MovieClip Frame 1
_root.wepammo.munitions.munitions = _root.gatammo;
Symbol 124 MovieClip Frame 1
_root.fire = "n"; _root.wepammo.weppistol._alpha = 0; _root.wepammo.wepknife._alpha = 0; _root.wepammo.weptongue._alpha = 100; _root.wepammo.ray._alpha = 0; _root.wepammo.munitions.munitions = ""; _root.wepammo.gatling._alpha = 0;
Symbol 124 MovieClip Frame 9
stop(); _root.fire = "y";
Symbol 124 MovieClip Frame 10
_root.fire = "n"; _root.wepammo.weppistol._alpha = 0; _root.wepammo.wepknife._alpha = 100; _root.wepammo.weptongue._alpha = 0; _root.wepammo.ray._alpha = 0; _root.wepammo.munitions.munitions = ""; _root.wepammo.gatling._alpha = 0;
Symbol 124 MovieClip Frame 25
stop(); _root.fire = "y";
Symbol 124 MovieClip Frame 26
_root.fire = "n"; _root.wepammo.weppistol._alpha = 100; _root.wepammo.wepknife._alpha = 0; _root.wepammo.weptongue._alpha = 0; _root.wepammo.ray._alpha = 0; _root.wepammo.gatling._alpha = 0;
Symbol 124 MovieClip Frame 40
stop(); _root.fire = "y";
Symbol 124 MovieClip Frame 41
_root.fire = "n"; _root.wepammo.weppistol._alpha = 0; _root.wepammo.wepknife._alpha = 0; _root.wepammo.weptongue._alpha = 0; _root.wepammo.ray._alpha = 100; _root.wepammo.gatling._alpha = 0;
Symbol 124 MovieClip Frame 56
stop(); _root.fire = "y";
Symbol 124 MovieClip Frame 57
_root.fire = "n"; _root.wepammo.weppistol._alpha = 0; _root.wepammo.wepknife._alpha = 0; _root.wepammo.weptongue._alpha = 0; _root.wepammo.ray._alpha = 0; _root.wepammo.gatling._alpha = 100;
Symbol 124 MovieClip Frame 85
stop(); _root.fire = "y";
Symbol 126 MovieClip Frame 1
tellTarget (_root) { if (player._x >= 390) { nextFrame(); player._x = 15; player._y = player._y - 1; } else if (player._x <= 10) { prevFrame(); player._x = 385; player._y = player._y - 1; } if (player._y >= 325) { _root.hits = -1; } if (_root.hits == 1) { _root.player.sci.shell._height = 20; } else if (_root.hits == 0) { _root.player.sci.shell._alpha = 0; } else if (_root.hits == -1) { gotoAndStop (389); } else { _root.player.sci.shell._height = 36; _root.player.sci.shell._alpha = 100; } };
Symbol 126 MovieClip Frame 2
gotoAndPlay (1);
Symbol 128 MovieClip Frame 1
stop(); side = "r";
Symbol 128 MovieClip Frame 2
stop(); side = "l";
Symbol 128 MovieClip Frame 3
_root.hits = _root.hits - 1; side = "shell"; if (attack == "top") { _root.player.yspeed = 8; } else if (attack == "bottom") { _root.player.yspeed = -15; } else if (attack == "left") { _root.player.xspeed = 8; _root.player.yspeed = -8; } else if (attack == "right") { _root.player.xspeed = -8; _root.player.yspeed = -8; } play();
Symbol 128 MovieClip Frame 14
_root.player.xspeed = 0;
Symbol 128 MovieClip Frame 40
gotoAndPlay (1);
Symbol 133 Button
on (keyPress "1") { if (_root.player.side != "shell") { tellTarget (_root.player.sci.weapons) { gotoAndPlay (1); }; } }
Symbol 141 MovieClip Frame 2
gotoAndPlay (1);
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 8
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 8
_root.lives = _root.lives + 1;
Symbol 160 MovieClip Frame 25
stop(); _root.bigdumblovepot = "gone";
Symbol 174 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 8
stop();
Symbol 182 MovieClip Frame 1
if (_root.shipfuel2 == "yes") { cross._alpha = 0; }
Symbol 182 MovieClip Frame 2
gotoAndPlay (1);
Symbol 189 MovieClip Frame 1
if (_root.shipfuel1 == "yes") { cross._alpha = 0; }
Symbol 189 MovieClip Frame 2
gotoAndPlay (1);
Symbol 196 Button
on (release) { gotoAndPlay (1); }
Symbol 198 Button
on (release) { hits = 2; if (place == "homestart232") { gotoAndStop (232); } else if (place == "homeship387") { gotoAndStop (387); } else if (place == "metalstart1147") { gotoAndStop (1147); } else if (place == "metalwater1211") { gotoAndStop (1211); } else if (place == "metalboss1230") { gotoAndStop (1230); } else if (place == "metalend1692") { gotoAndStop (1692); } else if (place == "icestart2050") { gotoAndStop (2050); } else if (place == "icewater2057") { gotoAndStop (2057); } else if (place == "icesea2288") { gotoAndPlay (2288); } else if (place == "iceskate2365") { gotoAndStop (2365); } else if (place == "iceunder2435") { gotoAndStop (2435); } else if (place == "iceunder2437") { gotoAndStop (2437); } else if (place == "lunarstart3197") { gotoAndStop (3197); } }
Symbol 203 MovieClip Frame 41
stop();
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 22
stop();
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 41
stop();
Symbol 237 MovieClip Frame 20
tellTarget (rock) { play(); };
Symbol 277 MovieClip Frame 1
tellTarget (_root) { one._y = real._y - ((light._y - real._y) * 1.5); one._x = real._x - ((light._x - real._x) * 1.5); two._y = real._y - ((light._y - real._y) / 1.5); two._x = real._x - ((light._x - real._x) / 1.5); three._y = real._y - ((light._y - real._y) / 2.5); three._x = real._x - ((light._x - real._x) / 2.5); four._y = real._y - ((light._y - real._y) / 3.5); four._x = real._x - ((light._x - real._x) / 3.5); five._y = (-1 * two._y) + 300; five._x = (-1 * two._x) + 400; six._y = (-1 * three._y) + 300; six._x = (-1 * three._x) + 400; seven._y = (-1 * four._y) + 300; seven._x = (-1 * four._x) + 400; };
Symbol 277 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 288 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "left"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 288 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "right"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Symbol 303 Button
on (keyPress "1") { if (_root.player.side != "shell") { tellTarget (_root.player.sci.weapons) { gotoAndPlay (1); }; } }
Symbol 304 Button
on (keyPress "2") { if (_root.player.side != "shell") { tellTarget (_root.player.sci.weapons) { gotoAndPlay (10); }; } }
Symbol 307 MovieClip Frame 1
stop(); side = "r";
Symbol 307 MovieClip Frame 2
stop(); side = "l";
Symbol 307 MovieClip Frame 3
_root.hits = _root.hits - 1; side = "shell"; if (attack == "top") { _root.player.yspeed = 8; } else if (attack == "bottom") { _root.player.yspeed = -10; } else if (attack == "left") { _root.player.xspeed = 5; _root.player.yspeed = -8; } else if (attack == "right") { _root.player.xspeed = -5; _root.player.yspeed = -8; } play();
Symbol 307 MovieClip Frame 14
_root.player.xspeed = 0;
Symbol 307 MovieClip Frame 35
gotoAndPlay (1);
Symbol 325 Button
on (release) { gotoAndStop (1148); }
Instance of Symbol 336 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Symbol 345 MovieClip Frame 61
stop(); _root.crazyenemyleader = "gone";
Symbol 355 MovieClip Frame 1
stop();
Symbol 355 MovieClip Frame 20
tellTarget (_root.killerrobot) { stop(); };
Symbol 355 MovieClip Frame 21
stop();
Symbol 355 MovieClip Frame 22
gotoAndStop (21);
Symbol 382 MovieClip Frame 1
_root.metalworldgun = "off";
Symbol 382 MovieClip Frame 92
_root.metalworldgun = "on";
Symbol 398 MovieClip Frame 1
if (_root.metalgroundfall == "yessed") { gotoAndStop (30); } if (_root.metalgroundfall == "yes") { gotoAndPlay (5); }
Symbol 398 MovieClip Frame 2
gotoAndPlay (1);
Symbol 398 MovieClip Frame 30
stop(); _root.metalgroundfall = "yessed";
Symbol 406 MovieClip Frame 1
_root.metalworldgun = "off";
Symbol 406 MovieClip Frame 92
_root.metalworldgun = "on";
Symbol 411 MovieClip Frame 101
tellTarget (_root) { play(); };
Instance of Symbol 336 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.yspeed = -18; } }
Symbol 418 Button
on (release) { gotoAndStop (1229); }
Symbol 421 Button
on (keyPress "3") { if (_root.player.side != "shell") { tellTarget (_root.player.sci.weapons) { gotoAndPlay (26); }; } }
Symbol 429 MovieClip Frame 1
stop();
Instance of Symbol 429 MovieClip "innerglow" in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { _root.deadrobot = _root.deadrobot + 1; tellTarget (this) { play(); }; } }
Instance of Symbol 431 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Symbol 434 MovieClip Frame 245
tellTarget (_root) { play(); };
Symbol 437 MovieClip Frame 23
stop();
Symbol 437 MovieClip Frame 24
_root.pistolammo = _root.pistolammo + 3;
Symbol 444 MovieClip Frame 1
if (_root.deadrobot == 1) { tellTarget (this.robotguy.innerglow) { gotoAndStop (60); }; } else if (_root.deadrobot == 2) { tellTarget (this.robotguy.innerglow) { gotoAndStop (120); }; } else if (_root.deadrobot == 3) { tellTarget (this.robotguy.innerglow) { gotoAndStop (180); }; } else if (_root.deadrobot == 4) { tellTarget (this.robotguy.innerglow) { gotoAndStop (240); }; } else if (_root.deadrobot == 5) { tellTarget (this.robotguy.innerglow) { gotoAndStop (300); }; } else if (_root.deadrobot == 6) { tellTarget (this.robotguy.innerglow) { gotoAndStop (360); }; } else if (_root.deadrobot == 7) { tellTarget (this.robotguy.innerglow) { gotoAndStop (420); }; } else if (_root.deadrobot == 8) { tellTarget (this.robotguy.innerglow) { gotoAndStop (480); }; } else if (_root.deadrobot == 9) { tellTarget (this.robotguy.innerglow) { gotoAndStop (540); }; } else if (_root.deadrobot == 10) { tellTarget (this.robotguy.innerglow) { gotoAndStop (600); }; }
Instance of Symbol 439 MovieClip in Symbol 444 MovieClip Frame 5
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } }
Symbol 446 MovieClip Frame 1
this._width = 10 * _root.deadrobot; if (_root.deadrobot > 10) { tellTarget (_root) { nextFrame(); }; }
Symbol 446 MovieClip Frame 2
gotoAndPlay (1);
Symbol 476 MovieClip Frame 1
tellTarget (_root) { one._y = real._y - ((light._y - real._y) * 1.5); one._x = real._x - ((light._x - real._x) * 1.5); two._y = real._y - ((light._y - real._y) / 1.5); two._x = real._x - ((light._x - real._x) / 1.5); three._y = real._y - ((light._y - real._y) / 2.5); three._x = real._x - ((light._x - real._x) / 2.5); four._y = real._y - ((light._y - real._y) / 3.5); four._x = real._x - ((light._x - real._x) / 3.5); five._y = (-1 * two._y) + 300; five._x = (-1 * two._x) + 400; six._y = (-1 * three._y) + 300; six._x = (-1 * three._x) + 400; seven._y = (-1 * four._y) + 300; seven._x = (-1 * four._x) + 400; };
Symbol 476 MovieClip Frame 2
gotoAndPlay (1);
Symbol 496 MovieClip Frame 1
stop();
Symbol 496 MovieClip Frame 8
_root.pistolammo = _root.pistolammo + 3;
Symbol 496 MovieClip Frame 31
stop();
Symbol 501 MovieClip Frame 1
stop(); loopcc = 0;
Symbol 501 MovieClip Frame 2
stop();
Symbol 501 MovieClip Frame 3
if (loopcc == 1) { gotoAndPlay (56); }
Symbol 501 MovieClip Frame 55
loopcc = 1; gotoAndPlay (2);
Symbol 501 MovieClip Frame 68
stop();
Symbol 525 MovieClip Frame 1
stop();
Instance of Symbol 525 MovieClip in Symbol 526 MovieClip Frame 36
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { nextFrame(); }; } }
Instance of Symbol 525 MovieClip in Symbol 529 MovieClip Frame 36
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { nextFrame(); }; } }
Instance of Symbol 525 MovieClip in Symbol 532 MovieClip Frame 36
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { nextFrame(); }; } }
Instance of Symbol 336 MovieClip in Symbol 566 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.yspeed = -10; } }
Instance of Symbol 525 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { nextFrame(); }; } }
Symbol 569 MovieClip Frame 70
_root.fishgone = _root.fishgone + 1; if (Math.random() <= 0.5) { tellTarget (_root.fish1) { gotoAndPlay (2); }; } else { tellTarget (_root.fish2) { gotoAndPlay (2); }; } if (_root.fishgone == 16) { tellTarget (_root) { play(); }; }
Instance of Symbol 525 MovieClip in Symbol 569 MovieClip Frame 70
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } }
Symbol 569 MovieClip Frame 71
stop();
Symbol 570 MovieClip Frame 1
stop();
Instance of Symbol 525 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (this) { nextFrame(); }; } }
Symbol 570 MovieClip Frame 70
_root.fishgone = _root.fishgone + 1; if (Math.random() <= 0.5) { tellTarget (_root.fish1) { gotoAndPlay (2); }; } else { tellTarget (_root.fish2) { gotoAndPlay (2); }; } if (_root.fishgone == 16) { tellTarget (_root) { play(); }; }
Instance of Symbol 525 MovieClip in Symbol 570 MovieClip Frame 70
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } }
Symbol 600 MovieClip Frame 1
stop();
Instance of Symbol 597 MovieClip in Symbol 600 MovieClip Frame 19
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } }
Symbol 600 MovieClip Frame 37
prevFrame();
Symbol 602 MovieClip Frame 1
stop();
Instance of Symbol 597 MovieClip in Symbol 602 MovieClip Frame 19
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } } }
Symbol 602 MovieClip Frame 37
prevFrame();
Symbol 614 Button
on (release) { nextFrame(); }
Symbol 617 Button
on (keyPress "4") { if (_root.player.side != "shell") { tellTarget (_root.player.sci.weapons) { gotoAndPlay (41); }; } }
Symbol 618 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 1
duplicateMovieClip ("sand", "sand" add x, x); sand._rotation = Math.random() * 360; if (x != 30) { x = Number(x) + 1; } else { stop(); }
Symbol 651 MovieClip Frame 1
tellTarget (_root.flare) { one._y = real._y - ((light._y - real._y) * 1.5); one._x = real._x - ((light._x - real._x) * 1.5); two._y = real._y - ((light._y - real._y) / 1.5); two._x = real._x - ((light._x - real._x) / 1.5); three._y = real._y - ((light._y - real._y) / 2.5); three._x = real._x - ((light._x - real._x) / 2.5); four._y = real._y - ((light._y - real._y) / 3.5); four._x = real._x - ((light._x - real._x) / 3.5); five._y = (-1 * two._y) + 300; five._x = (-1 * two._x) + 400; six._y = (-1 * three._y) + 300; six._x = (-1 * three._x) + 400; seven._y = (-1 * four._y) + 300; seven._x = (-1 * four._x) + 400; };
Symbol 651 MovieClip Frame 2
gotoAndPlay (1);
Symbol 662 Button
on (keyPress "5") { if (_root.player.side != "shell") { tellTarget (_root.player.sci.weapons) { if (_root.gotgin == "yes") { gotoAndPlay (57); } }; } }
Symbol 673 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 3
tellTarget (_root.frog) { play(); };
Symbol 673 MovieClip Frame 7
stop(); tellTarget (_root.frog) { play(); };
Symbol 673 MovieClip Frame 9
tellTarget (_root.frog) { play(); };
Symbol 673 MovieClip Frame 13
stop(); tellTarget (_root.frog) { play(); };
Symbol 673 MovieClip Frame 26
stop();
Symbol 682 MovieClip Frame 1
stop();
Symbol 682 MovieClip Frame 2
stop(); _root.gotgin = "yes";
Symbol 705 MovieClip Frame 36
this._rotation = this._rotation + (Math.random() * 100);
Symbol 705 MovieClip Frame 55
gotoAndPlay (1);
Symbol 716 MovieClip Frame 1
stop();
Symbol 716 MovieClip Frame 7
stop();
Symbol 716 MovieClip Frame 12
stop();
Symbol 716 MovieClip Frame 17
stop();
Symbol 716 MovieClip Frame 22
stop();
Symbol 716 MovieClip Frame 27
stop();
Symbol 716 MovieClip Frame 37
stop();
Symbol 717 MovieClip Frame 75
stop();
Symbol 718 MovieClip Frame 1
gotoAndPlay (60);
Symbol 733 MovieClip Frame 1
stop();
Instance of Symbol 726 MovieClip in Symbol 733 MovieClip Frame 30
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { if (this.hit == "yes") { } else { _root.player.side = "shell"; _root.player.attack = "down"; tellTarget (_root.player) { gotoAndPlay (3); }; } } }
Symbol 739 MovieClip Frame 1
stop();
Instance of Symbol 722 MovieClip "sat" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (_root.sat) { play(); }; } }
Instance of Symbol 733 MovieClip "laser1" in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { tellTarget (this) { play(); }; } }
Symbol 739 MovieClip Frame 9
if (Math.random() < 0.5) { this._x = 450; } else { this._x = -50; }
Symbol 751 MovieClip Frame 1
stop();
Symbol 751 MovieClip Frame 9
stop();
Symbol 751 MovieClip Frame 10
prevFrame();
Symbol 779 MovieClip Frame 1
gotoAndPlay (80);
Instance of Symbol 429 MovieClip "innerglow" in Symbol 791 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { _root.deadrobot = _root.deadrobot + 1; tellTarget (this) { play(); }; } }
Instance of Symbol 431 MovieClip in Symbol 791 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.real)) { _root.player.side = "shell"; _root.player.attack = "bottom"; tellTarget (_root.player) { gotoAndPlay (3); }; } }
Instance of Symbol 722 MovieClip "sat" in Symbol 809 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.sci.weapons.shot)) { tellTarget (_root.sat) { play(); }; } }

Library Items

Symbol 1 SoundUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:6 45 125 128 307 459 467  Timeline
Symbol 4 GraphicUsed by:6 45 125 128 307 459 467  Timeline
Symbol 5 GraphicUsed by:6 56 80
Symbol 6 MovieClipUses:3 4 5Used by:56  Timeline
Symbol 7 BitmapUsed by:8 472
Symbol 8 GraphicUses:7Used by:Timeline
Symbol 9 GraphicUsed by:11 14 16 22 325 418 614
Symbol 10 GraphicUsed by:11 14 16 22 325 418 614
Symbol 11 ButtonUses:9 10Used by:56
Symbol 12 FontUsed by:13 15 17 18 19 20 21 23 24 34 35 42 43 46 47 48 49 52 53 54 55 58 59 60 64 66 76 183 190 193 197 243 326 419 503 515 615 774 776 783 797 798 799 800 801 802 805 806 807 808 810 814 815 816
Symbol 13 TextUses:12Used by:56
Symbol 14 ButtonUses:9 10Used by:56
Symbol 15 TextUses:12Used by:56
Symbol 16 ButtonUses:9 10Used by:56
Symbol 17 TextUses:12Used by:56
Symbol 18 TextUses:12Used by:56
Symbol 19 TextUses:12Used by:56
Symbol 20 TextUses:12Used by:56
Symbol 21 TextUses:12Used by:56
Symbol 22 ButtonUses:9 10Used by:56
Symbol 23 TextUses:12Used by:56
Symbol 24 TextUses:12Used by:56
Symbol 25 FontUsed by:26 323 416 422 423 611
Symbol 26 TextUses:25Used by:56
Symbol 27 FontUsed by:28
Symbol 28 TextUses:27Used by:56
Symbol 29 FontUsed by:30 31 32 33 36
Symbol 30 TextUses:29Used by:56
Symbol 31 TextUses:29Used by:56
Symbol 32 TextUses:29Used by:56
Symbol 33 TextUses:29Used by:56
Symbol 34 TextUses:12Used by:56
Symbol 35 TextUses:12Used by:56
Symbol 36 TextUses:29Used by:56
Symbol 37 GraphicUsed by:40 44
Symbol 38 GraphicUsed by:40 44
Symbol 39 GraphicUsed by:40 44
Symbol 40 ButtonUses:37 38 39Used by:56
Symbol 41 GraphicUsed by:56
Symbol 42 TextUses:12Used by:56
Symbol 43 TextUses:12Used by:56
Symbol 44 ButtonUses:37 38 39Used by:56
Symbol 45 MovieClipUses:4 3Used by:56
Symbol 46 TextUses:12Used by:56
Symbol 47 TextUses:12Used by:56
Symbol 48 TextUses:12Used by:56
Symbol 49 TextUses:12Used by:56
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:56
Symbol 52 TextUses:12Used by:56
Symbol 53 TextUses:12Used by:56
Symbol 54 TextUses:12Used by:56
Symbol 55 TextUses:12Used by:56
Symbol 56 MovieClipUses:11 13 14 15 16 17 18 19 20 21 22 23 24 26 28 30 31 32 33 6 34 35 36 40 41 42 43 44 45 46 5 47 48 49 51 52 53 54 55Used by:Timeline
Symbol 57 GraphicUsed by:61
Symbol 58 TextUses:12Used by:61
Symbol 59 TextUses:12Used by:61
Symbol 60 TextUses:12Used by:61
Symbol 61 MovieClipUses:57 58 59 60Used by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:67
Symbol 64 TextUses:12Used by:67
Symbol 65 GraphicUsed by:67
Symbol 66 TextUses:12Used by:67
Symbol 67 ButtonUses:63 64 65 66Used by:Timeline
Symbol 68 MovieClipUses:SS2Used by:Timeline
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:Timeline
Symbol 71 BitmapUsed by:72 144 154 161 166 176 199 206 211 221 227 231 233 235 240 245 247 249 251 253 255
Symbol 72 GraphicUses:71Used by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 GraphicUsed by:77 165 184 244 504 516
Symbol 75 GraphicUsed by:77 165 184 244 434 455 504 516  Timeline
Symbol 76 TextUses:12Used by:77 165 184 244
Symbol 77 MovieClipUses:74 75 76Used by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:125
Symbol 80 MovieClipUses:5Used by:125 128 307 459 467  Timeline
Symbol 81 GraphicUsed by:89 137 464
Symbol 82 ShapeTweeningUsed by:89
Symbol 83 SoundUsed by:89
Symbol 84 ShapeTweeningUsed by:89
Symbol 85 GraphicUsed by:89 464
Symbol 86 ShapeTweeningUsed by:89
Symbol 87 ShapeTweeningUsed by:89
Symbol 88 GraphicUsed by:89 464
Symbol 89 MovieClipUses:81 82 83 84 85 86 87 88Used by:124
Symbol 90 GraphicUsed by:124
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:95 97 124  Timeline
Symbol 93 GraphicUsed by:124  Timeline
Symbol 94 SoundUsed by:95  Timeline
Symbol 95 MovieClipUses:92 94Used by:124
Symbol 96 GraphicUsed by:124
Symbol 97 MovieClipUses:92Used by:124 143
Symbol 98 GraphicUsed by:124
Symbol 99 GraphicUsed by:124 138 411  Timeline
Symbol 100 GraphicUsed by:106
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:106
Symbol 103 SoundUsed by:106 382 406
Symbol 104 GraphicUsed by:106
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:100 102 103 104 105Used by:124
Symbol 107 MovieClipUsed by:124
Symbol 108 GraphicUsed by:124  Timeline
Symbol 109 GraphicUsed by:124 139  Timeline
Symbol 110 ShapeTweeningUsed by:113
Symbol 111 ShapeTweeningUsed by:113
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:110 111 112Used by:114 618
Symbol 114 MovieClipUses:113 SS3Used by:124
Symbol 115 MovieClipUsed by:124
Symbol 116 GraphicUsed by:124 142
Symbol 117 GraphicUsed by:120
Symbol 118 GraphicUsed by:120
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:117 118 119Used by:122
Symbol 121 SoundUsed by:122
Symbol 122 MovieClipUses:120 121Used by:124
Symbol 123 MovieClipUsed by:124
Symbol 124 MovieClipUses:89 90 92 93 95 96 97 98 99 106 107 108 109 114 115 116 122 123Used by:125
Symbol 125 MovieClipUses:79 3 4 80 124Used by:128 307 411  Timeline
Symbol 126 MovieClipUsed by:128
Symbol 127 SoundUsed by:128
Symbol 128 MovieClipUses:125 126 4 3 80 127Used by:Timeline
Symbol 129 GraphicUsed by:160  Timeline
Symbol 130 FontUsed by:131 140 261 299 302 420 453 454 456 470 471 490 568 573 593 616 628 661
Symbol 131 EditableTextUses:130Used by:Timeline
Symbol 132 GraphicUsed by:133 303 304 421 617 662
Symbol 133 ButtonUses:132Used by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:143 411  Timeline
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136 81Used by:143
Symbol 138 MovieClipUses:99Used by:143
Symbol 139 MovieClipUses:109Used by:143
Symbol 140 EditableTextUses:130Used by:141
Symbol 141 MovieClipUses:140Used by:143
Symbol 142 MovieClipUses:116Used by:143
Symbol 143 MovieClipUses:135 137 97 138 139 141 142Used by:Timeline
Symbol 144 GraphicUses:71Used by:145
Symbol 145 MovieClipUses:144Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 GraphicUsed by:153
Symbol 148 GraphicUsed by:153
Symbol 149 SoundUsed by:153 160 226 496
Symbol 150 GraphicUsed by:153 160 226 496
Symbol 151 GraphicUsed by:153
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:147 148 149 150 151 152Used by:Timeline
Symbol 154 GraphicUses:71Used by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 GraphicUsed by:160
Symbol 157 GraphicUsed by:160
Symbol 158 GraphicUsed by:160 226 496
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:156 157 149 150 158 159 129Used by:Timeline
Symbol 161 GraphicUses:71Used by:162
Symbol 162 MovieClipUses:161Used by:Timeline
Symbol 163 FontUsed by:164
Symbol 164 TextUses:163Used by:165
Symbol 165 MovieClipUses:74 75 164 76Used by:Timeline
Symbol 166 GraphicUses:71Used by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 GraphicUsed by:169 459 467 521 567 636 716  Timeline
Symbol 169 MovieClipUses:168Used by:Timeline
Symbol 170 GraphicUsed by:174
Symbol 171 ShapeTweeningUsed by:174
Symbol 172 SoundUsed by:174 444
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:170 171 172 173Used by:175 234 237
Symbol 175 MovieClipUses:174Used by:809  Timeline
Symbol 176 GraphicUses:71Used by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:182 189
Symbol 179 GraphicUsed by:182 189 226
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:182 189
Symbol 182 MovieClipUses:178 179 181Used by:Timeline
Symbol 183 TextUses:12Used by:184
Symbol 184 MovieClipUses:74 75 183 76Used by:Timeline
Symbol 185 GraphicUsed by:411  Timeline
Symbol 186 GraphicUsed by:267  Timeline
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:187Used by:Timeline
Symbol 189 MovieClipUses:178 179 181Used by:Timeline
Symbol 190 TextUses:12Used by:Timeline
Symbol 191 FontUsed by:192
Symbol 192 EditableTextUses:191Used by:Timeline
Symbol 193 TextUses:12Used by:196
Symbol 194 GraphicUsed by:196 198
Symbol 195 GraphicUsed by:196 198
Symbol 196 ButtonUses:193 194 195Used by:Timeline
Symbol 197 TextUses:12Used by:198
Symbol 198 ButtonUses:197 194 195Used by:Timeline
Symbol 199 GraphicUses:71Used by:200
Symbol 200 MovieClipUses:199Used by:Timeline
Symbol 201 GraphicUsed by:203 208
Symbol 202 SoundUsed by:203 208
Symbol 203 MovieClipUses:201 202Used by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 GraphicUses:71Used by:207
Symbol 207 MovieClipUses:206Used by:Timeline
Symbol 208 MovieClipUses:201 202Used by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 GraphicUses:71Used by:212
Symbol 212 MovieClipUses:211Used by:Timeline
Symbol 213 ShapeTweeningUsed by:219
Symbol 214 ShapeTweeningUsed by:219
Symbol 215 GraphicUsed by:219
Symbol 216 ShapeTweeningUsed by:219
Symbol 217 ShapeTweeningUsed by:219
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:213 214 215 216 217 218Used by:Timeline
Symbol 220 GraphicUsed by:Timeline
Symbol 221 GraphicUses:71Used by:222
Symbol 222 MovieClipUses:221Used by:Timeline
Symbol 223 GraphicUsed by:226
Symbol 224 GraphicUsed by:226
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:223 224 149 150 158 225 179Used by:Timeline
Symbol 227 GraphicUses:71Used by:228
Symbol 228 MovieClipUses:227Used by:Timeline
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:229Used by:Timeline
Symbol 231 GraphicUses:71Used by:232
Symbol 232 MovieClipUses:231Used by:Timeline
Symbol 233 GraphicUses:71Used by:Timeline
Symbol 234 MovieClipUses:174Used by:Timeline
Symbol 235 GraphicUses:71Used by:236
Symbol 236 MovieClipUses:235Used by:Timeline
Symbol 237 MovieClipUses:174Used by:Timeline
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:Timeline
Symbol 240 GraphicUses:71Used by:241
Symbol 241 MovieClipUses:240Used by:Timeline
Symbol 242 GraphicUsed by:244
Symbol 243 TextUses:12Used by:244
Symbol 244 MovieClipUses:74 75 242 243 76Used by:Timeline
Symbol 245 GraphicUses:71Used by:246
Symbol 246 MovieClipUses:245Used by:Timeline
Symbol 247 GraphicUses:71Used by:248
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 GraphicUses:71Used by:250
Symbol 250 MovieClipUses:249Used by:Timeline
Symbol 251 GraphicUses:71Used by:252
Symbol 252 MovieClipUses:251Used by:Timeline
Symbol 253 GraphicUses:71Used by:254
Symbol 254 MovieClipUses:253Used by:Timeline
Symbol 255 GraphicUses:71Used by:256
Symbol 256 MovieClipUses:255Used by:Timeline
Symbol 257 GraphicUsed by:Timeline
Symbol 258 GraphicUsed by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 GraphicUsed by:Timeline
Symbol 261 EditableTextUses:130Used by:Timeline
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:264
Symbol 264 MovieClipUses:263Used by:Timeline
Symbol 265 GraphicUsed by:267  Timeline
Symbol 266 GraphicUsed by:267  Timeline
Symbol 267 MovieClipUses:265 266 186Used by:Timeline
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:653  Timeline
Symbol 270 GraphicUsed by:271 272 275
Symbol 271 MovieClipUses:270Used by:653  Timeline
Symbol 272 MovieClipUses:270Used by:653  Timeline
Symbol 273 GraphicUsed by:274 276
Symbol 274 MovieClipUses:273Used by:653  Timeline
Symbol 275 MovieClipUses:270Used by:653  Timeline
Symbol 276 MovieClipUses:273Used by:653  Timeline
Symbol 277 MovieClipUsed by:Timeline
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:278Used by:Timeline
Symbol 280 GraphicUsed by:Timeline
Symbol 281 BitmapUsed by:282 295 300 305 327 329 332 340 346 357 364 366 368 370 372 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 399 402 407 409 413 468
Symbol 282 GraphicUses:281Used by:283
Symbol 283 MovieClipUses:282Used by:Timeline
Symbol 284 MovieClipUses:SS4Used by:Timeline
Symbol 285 GraphicUsed by:292
Symbol 286 GraphicUsed by:290
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:290
Symbol 289 SoundUsed by:290 673 716
Symbol 290 MovieClipUses:286 288 289Used by:292
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:285 290 291Used by:Timeline
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:Timeline
Symbol 295 GraphicUses:281Used by:296
Symbol 296 MovieClipUses:295Used by:Timeline
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:Timeline
Symbol 299 EditableTextUses:130Used by:Timeline
Symbol 300 GraphicUses:281Used by:301
Symbol 301 MovieClipUses:300Used by:Timeline
Symbol 302 EditableTextUses:130Used by:Timeline
Symbol 303 ButtonUses:132Used by:Timeline
Symbol 304 ButtonUses:132Used by:Timeline
Symbol 305 GraphicUses:281Used by:306
Symbol 306 MovieClipUses:305Used by:Timeline
Symbol 307 MovieClipUses:125 4 3 80Used by:Timeline
Symbol 308 GraphicUsed by:Timeline
Symbol 309 GraphicUsed by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 GraphicUsed by:Timeline
Symbol 312 GraphicUsed by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 GraphicUsed by:Timeline
Symbol 315 GraphicUsed by:Timeline
Symbol 316 GraphicUsed by:Timeline
Symbol 317 GraphicUsed by:Timeline
Symbol 318 GraphicUsed by:Timeline
Symbol 319 GraphicUsed by:Timeline
Symbol 320 GraphicUsed by:Timeline
Symbol 321 GraphicUsed by:Timeline
Symbol 322 GraphicUsed by:324 417 613
Symbol 323 TextUses:25Used by:324
Symbol 324 MovieClipUses:322 323Used by:Timeline
Symbol 325 ButtonUses:9 10Used by:Timeline
Symbol 326 TextUses:12Used by:Timeline
Symbol 327 GraphicUses:281Used by:328
Symbol 328 MovieClipUses:327Used by:Timeline
Symbol 329 GraphicUses:281Used by:330
Symbol 330 MovieClipUses:329Used by:Timeline
Symbol 331 SoundUsed by:355  Timeline
Symbol 332 GraphicUses:281Used by:333
Symbol 333 MovieClipUses:332Used by:Timeline
Symbol 334 GraphicUsed by:339 415
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:335Used by:339 415 566  Timeline
Symbol 337 GraphicUsed by:339
Symbol 338 SoundUsed by:339 398 415 566  Timeline
Symbol 339 MovieClipUses:334 336 337 338Used by:Timeline
Symbol 340 GraphicUses:281Used by:341
Symbol 341 MovieClipUses:340Used by:Timeline
Symbol 342 GraphicUsed by:344 794
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:342 343Used by:345 434  Timeline
Symbol 345 MovieClipUses:344Used by:Timeline
Symbol 346 GraphicUses:281Used by:347
Symbol 347 MovieClipUses:346Used by:Timeline
Symbol 348 GraphicUsed by:355
Symbol 349 GraphicUsed by:355
Symbol 350 ShapeTweeningUsed by:355
Symbol 351 ShapeTweeningUsed by:355
Symbol 352 ShapeTweeningUsed by:355
Symbol 353 GraphicUsed by:355
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:348 349 350 331 351 352 353 354Used by:356 382 401 406  Timeline
Symbol 356 MovieClipUses:355Used by:Timeline
Symbol 357 GraphicUses:281Used by:358
Symbol 358 MovieClipUses:357Used by:Timeline
Symbol 359 GraphicUsed by:363
Symbol 360 GraphicUsed by:363
Symbol 361 GraphicUsed by:363
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:359 360 361 362Used by:Timeline
Symbol 364 GraphicUses:281Used by:365
Symbol 365 MovieClipUses:364Used by:Timeline
Symbol 366 GraphicUses:281Used by:367
Symbol 367 MovieClipUses:366Used by:Timeline
Symbol 368 GraphicUses:281Used by:369
Symbol 369 MovieClipUses:368Used by:Timeline
Symbol 370 GraphicUses:281Used by:371
Symbol 371 MovieClipUses:370Used by:Timeline
Symbol 372 GraphicUses:281Used by:373
Symbol 373 MovieClipUses:372Used by:Timeline
Symbol 374 GraphicUsed by:382
Symbol 375 GraphicUsed by:382 406
Symbol 376 GraphicUsed by:382 406
Symbol 377 GraphicUsed by:382
Symbol 378 GraphicUsed by:382 406
Symbol 379 GraphicUsed by:382
Symbol 380 GraphicUsed by:382
Symbol 381 GraphicUsed by:382
Symbol 382 MovieClipUses:374 355 375 376 377 378 103 379 380 381Used by:Timeline
Symbol 383 GraphicUses:281Used by:398
Symbol 384 GraphicUses:281Used by:398
Symbol 385 GraphicUses:281Used by:398
Symbol 386 GraphicUses:281Used by:398
Symbol 387 GraphicUses:281Used by:398
Symbol 388 GraphicUses:281Used by:398
Symbol 389 GraphicUses:281Used by:398
Symbol 390 GraphicUses:281Used by:398
Symbol 391 GraphicUses:281Used by:398
Symbol 392 GraphicUses:281Used by:398
Symbol 393 GraphicUses:281Used by:398
Symbol 394 GraphicUses:281Used by:398
Symbol 395 GraphicUses:281Used by:398
Symbol 396 GraphicUses:281Used by:398
Symbol 397 GraphicUses:281Used by:398
Symbol 398 MovieClipUses:383 384 385 338 386 387 388 389 390 391 392 393 394 395 396 397Used by:Timeline
Symbol 399 GraphicUses:281Used by:400
Symbol 400 MovieClipUses:399Used by:Timeline
Symbol 401 MovieClipUses:355Used by:Timeline
Symbol 402 GraphicUses:281Used by:403
Symbol 403 MovieClipUses:402Used by:Timeline
Symbol 404 GraphicUsed by:406
Symbol 405 GraphicUsed by:406
Symbol 406 MovieClipUses:404 355 405 376 103 375 378Used by:809  Timeline
Symbol 407 GraphicUses:281Used by:408
Symbol 408 MovieClipUses:407Used by:411
Symbol 409 GraphicUses:281Used by:410
Symbol 410 MovieClipUses:409Used by:411
Symbol 411 MovieClipUses:408 125 410 185 135 99Used by:Timeline
Symbol 412 MovieClipUses:SS5Used by:Timeline
Symbol 413 GraphicUses:281Used by:414
Symbol 414 MovieClipUses:413Used by:Timeline
Symbol 415 MovieClipUses:334 336 338Used by:Timeline
Symbol 416 TextUses:25Used by:417
Symbol 417 MovieClipUses:322 416Used by:Timeline
Symbol 418 ButtonUses:9 10Used by:Timeline
Symbol 419 TextUses:12Used by:Timeline
Symbol 420 EditableTextUses:130Used by:Timeline
Symbol 421 ButtonUses:132Used by:Timeline
Symbol 422 TextUses:25Used by:434
Symbol 423 TextUses:25Used by:434
Symbol 424 GraphicUsed by:429
Symbol 425 GraphicUsed by:428
Symbol 426 GraphicUsed by:428
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:425 426 427Used by:429
Symbol 429 MovieClipUses:424 428Used by:433 791  Timeline
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430Used by:433 791  Timeline
Symbol 432 GraphicUsed by:433 790
Symbol 433 MovieClipUses:429 431 432Used by:434 444
Symbol 434 MovieClipUses:344 75 422 423 433Used by:Timeline
Symbol 435 GraphicUsed by:437 496
Symbol 436 GraphicUsed by:437 496
Symbol 437 MovieClipUses:435 436Used by:Timeline
Symbol 438 GraphicUsed by:439 588
Symbol 439 MovieClipUses:438Used by:444
Symbol 440 ShapeTweeningUsed by:444
Symbol 441 ShapeTweeningUsed by:444
Symbol 442 ShapeTweeningUsed by:444
Symbol 443 GraphicUsed by:444
Symbol 444 MovieClipUses:433 172 439 440 441 442 443Used by:Timeline
Symbol 445 GraphicUsed by:446
Symbol 446 MovieClipUses:445Used by:Timeline
Symbol 447 GraphicUsed by:Timeline
Symbol 448 SoundUsed by:673 739  Timeline
Symbol 449 GraphicUsed by:Timeline
Symbol 450 GraphicUsed by:Timeline
Symbol 451 GraphicUsed by:Timeline
Symbol 452 SoundUsed by:716  Timeline
Symbol 453 TextUses:130Used by:455
Symbol 454 TextUses:130Used by:455
Symbol 455 MovieClipUses:75 453 454Used by:Timeline
Symbol 456 EditableTextUses:130Used by:Timeline
Symbol 457 GraphicUsed by:458
Symbol 458 MovieClipUses:457Used by:Timeline
Symbol 459 MovieClipUses:168 3 4 80Used by:Timeline
Symbol 460 ShapeTweeningUsed by:464
Symbol 461 ShapeTweeningUsed by:464
Symbol 462 ShapeTweeningUsed by:464
Symbol 463 ShapeTweeningUsed by:464
Symbol 464 MovieClipUses:81 460 461 85 462 463 88Used by:Timeline
Symbol 465 SoundUsed by:Timeline
Symbol 466 GraphicUsed by:Timeline
Symbol 467 MovieClipUses:168 3 4 80Used by:Timeline
Symbol 468 GraphicUses:281Used by:469
Symbol 469 MovieClipUses:468Used by:Timeline
Symbol 470 EditableTextUses:130Used by:Timeline
Symbol 471 EditableTextUses:130Used by:Timeline
Symbol 472 GraphicUses:7Used by:Timeline
Symbol 473 GraphicUsed by:474
Symbol 474 MovieClipUses:473Used by:475
Symbol 475 MovieClipUses:474Used by:Timeline
Symbol 476 MovieClipUsed by:Timeline
Symbol 477 BitmapUsed by:478 635
Symbol 478 GraphicUses:477Used by:479
Symbol 479 MovieClipUses:478Used by:Timeline
Symbol 480 BitmapUsed by:481 484 488 491 497 505 508 510 512 517 522 527 530 533 571 574 576 578 580 582 584 586 633
Symbol 481 GraphicUses:480Used by:482
Symbol 482 MovieClipUses:481Used by:Timeline
Symbol 483 MovieClipUses:SS6Used by:Timeline
Symbol 484 GraphicUses:480Used by:485
Symbol 485 MovieClipUses:484Used by:Timeline
Symbol 486 BitmapUsed by:487 589 594 603 605 607 609 619 620 622 624 626 629 631
Symbol 487 GraphicUses:486Used by:Timeline
Symbol 488 GraphicUses:480Used by:489
Symbol 489 MovieClipUses:488Used by:Timeline
Symbol 490 EditableTextUses:130Used by:Timeline
Symbol 491 GraphicUses:480Used by:492
Symbol 492 MovieClipUses:491Used by:Timeline
Symbol 493 GraphicUsed by:496
Symbol 494 GraphicUsed by:496
Symbol 495 GraphicUsed by:496
Symbol 496 MovieClipUses:493 494 149 150 158 495 435 436Used by:Timeline
Symbol 497 GraphicUses:480Used by:498
Symbol 498 MovieClipUses:497Used by:Timeline
Symbol 499 GraphicUsed by:501 792
Symbol 500 GraphicUsed by:501 792
Symbol 501 MovieClipUses:499 500Used by:502 507 514 601
Symbol 502 MovieClipUses:501Used by:Timeline
Symbol 503 TextUses:12Used by:504
Symbol 504 MovieClipUses:74 75 503Used by:Timeline
Symbol 505 GraphicUses:480Used by:506
Symbol 506 MovieClipUses:505Used by:Timeline
Symbol 507 MovieClipUses:501Used by:Timeline
Symbol 508 GraphicUses:480Used by:509
Symbol 509 MovieClipUses:508Used by:Timeline
Symbol 510 GraphicUses:480Used by:511
Symbol 511 MovieClipUses:510Used by:Timeline
Symbol 512 GraphicUses:480Used by:513
Symbol 513 MovieClipUses:512Used by:Timeline
Symbol 514 MovieClipUses:501Used by:Timeline
Symbol 515 TextUses:12Used by:516
Symbol 516 MovieClipUses:74 75 515Used by:Timeline
Symbol 517 GraphicUses:480Used by:518
Symbol 518 MovieClipUses:517Used by:Timeline
Symbol 519 GraphicUsed by:526 529 532  Timeline
Symbol 520 GraphicUsed by:521 567
Symbol 521 MovieClipUses:168 520Used by:Timeline
Symbol 522 GraphicUses:480Used by:523
Symbol 523 MovieClipUses:522Used by:Timeline
Symbol 524 GraphicUsed by:525
Symbol 525 MovieClipUses:524Used by:526 529 532 569 570
Symbol 526 MovieClipUses:525 519Used by:Timeline
Symbol 527 GraphicUses:480Used by:528
Symbol 528 MovieClipUses:527Used by:Timeline
Symbol 529 MovieClipUses:525 519Used by:Timeline
Symbol 530 GraphicUses:480Used by:531
Symbol 531 MovieClipUses:530Used by:Timeline
Symbol 532 MovieClipUses:525 519Used by:Timeline
Symbol 533 GraphicUses:480Used by:534
Symbol 534 MovieClipUses:533Used by:Timeline
Symbol 535 GraphicUsed by:Timeline
Symbol 536 ShapeTweeningUsed by:Timeline
Symbol 537 SoundUsed by:Timeline
Symbol 538 ShapeTweeningUsed by:Timeline
Symbol 539 GraphicUsed by:Timeline
Symbol 540 FontUsed by:541 543 545
Symbol 541 TextUses:540Used by:542
Symbol 542 MovieClipUses:541Used by:Timeline
Symbol 543 TextUses:540Used by:544
Symbol 544 MovieClipUses:543Used by:Timeline
Symbol 545 TextUses:540Used by:546
Symbol 546 MovieClipUses:545Used by:Timeline
Symbol 547 GraphicUsed by:548
Symbol 548 MovieClipUses:547Used by:Timeline
Symbol 549 BitmapUsed by:550
Symbol 550 GraphicUses:549Used by:551
Symbol 551 MovieClipUses:550Used by:Timeline
Symbol 552 GraphicUsed by:553  Timeline
Symbol 553 MovieClipUses:552Used by:564
Symbol 554 GraphicUsed by:563
Symbol 555 GraphicUsed by:563
Symbol 556 GraphicUsed by:563
Symbol 557 GraphicUsed by:563
Symbol 558 GraphicUsed by:563
Symbol 559 GraphicUsed by:563
Symbol 560 GraphicUsed by:563
Symbol 561 GraphicUsed by:563
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:554 555 556 557 558 559 560 561 562Used by:564
Symbol 564 MovieClipUses:553 563Used by:Timeline
Symbol 565 GraphicUsed by:566
Symbol 566 MovieClipUses:565 336 338Used by:Timeline
Symbol 567 MovieClipUses:168 520Used by:Timeline
Symbol 568 EditableTextUses:130Used by:Timeline
Symbol 569 MovieClipUses:525Used by:Timeline
Symbol 570 MovieClipUses:525Used by:Timeline
Symbol 571 GraphicUses:480Used by:572
Symbol 572 MovieClipUses:571Used by:Timeline
Symbol 573 EditableTextUses:130Used by:Timeline
Symbol 574 GraphicUses:480Used by:575
Symbol 575 MovieClipUses:574Used by:Timeline
Symbol 576 GraphicUses:480Used by:577
Symbol 577 MovieClipUses:576Used by:Timeline
Symbol 578 GraphicUses:480Used by:579
Symbol 579 MovieClipUses:578Used by:Timeline
Symbol 580 GraphicUses:480Used by:581
Symbol 581 MovieClipUses:580Used by:Timeline
Symbol 582 GraphicUses:480Used by:583
Symbol 583 MovieClipUses:582Used by:Timeline
Symbol 584 GraphicUses:480Used by:585
Symbol 585 MovieClipUses:584Used by:Timeline
Symbol 586 GraphicUses:480Used by:587
Symbol 587 MovieClipUses:586Used by:Timeline
Symbol 588 MovieClipUses:438Used by:Timeline
Symbol 589 GraphicUses:486Used by:590
Symbol 590 MovieClipUses:589Used by:Timeline
Symbol 591 GraphicUsed by:592
Symbol 592 MovieClipUses:591Used by:Timeline
Symbol 593 EditableTextUses:130Used by:Timeline
Symbol 594 GraphicUses:486Used by:595
Symbol 595 MovieClipUses:594Used by:Timeline
Symbol 596 GraphicUsed by:597
Symbol 597 MovieClipUses:596Used by:600 602
Symbol 598 GraphicUsed by:600 602
Symbol 599 GraphicUsed by:600 602
Symbol 600 MovieClipUses:597 598 599Used by:Timeline
Symbol 601 MovieClipUses:501Used by:Timeline
Symbol 602 MovieClipUses:597 598 599Used by:Timeline
Symbol 603 GraphicUses:486Used by:604
Symbol 604 MovieClipUses:603Used by:Timeline
Symbol 605 GraphicUses:486Used by:606
Symbol 606 MovieClipUses:605Used by:Timeline
Symbol 607 GraphicUses:486Used by:608
Symbol 608 MovieClipUses:607Used by:Timeline
Symbol 609 GraphicUses:486Used by:610
Symbol 610 MovieClipUses:609Used by:Timeline
Symbol 611 TextUses:25Used by:613
Symbol 612 GraphicUsed by:613
Symbol 613 MovieClipUses:322 611 612Used by:Timeline
Symbol 614 ButtonUses:9 10Used by:Timeline
Symbol 615 TextUses:12Used by:Timeline
Symbol 616 EditableTextUses:130Used by:Timeline
Symbol 617 ButtonUses:132Used by:Timeline
Symbol 618 MovieClipUses:113 SS7Used by:Timeline
Symbol 619 GraphicUses:486Used by:Timeline
Symbol 620 GraphicUses:486Used by:621
Symbol 621 MovieClipUses:620Used by:Timeline
Symbol 622 GraphicUses:486Used by:623
Symbol 623 MovieClipUses:622Used by:Timeline
Symbol 624 GraphicUses:486Used by:625
Symbol 625 MovieClipUses:624Used by:Timeline
Symbol 626 GraphicUses:486Used by:627
Symbol 627 MovieClipUses:626Used by:Timeline
Symbol 628 EditableTextUses:130Used by:Timeline
Symbol 629 GraphicUses:486Used by:630
Symbol 630 MovieClipUses:629Used by:Timeline
Symbol 631 GraphicUses:486Used by:632
Symbol 632 MovieClipUses:631Used by:Timeline
Symbol 633 GraphicUses:480Used by:634
Symbol 634 MovieClipUses:633Used by:Timeline
Symbol 635 GraphicUses:477Used by:Timeline
Symbol 636 MovieClipUses:168Used by:637
Symbol 637 MovieClipUses:636Used by:Timeline
Symbol 638 ShapeTweeningUsed by:Timeline
Symbol 639 ShapeTweeningUsed by:Timeline
Symbol 640 ShapeTweeningUsed by:Timeline
Symbol 641 BitmapUsed by:642
Symbol 642 GraphicUses:641Used by:644
Symbol 643 GraphicUsed by:644
Symbol 644 MovieClipUses:642 643Used by:Timeline
Symbol 645 GraphicUsed by:Timeline
Symbol 646 GraphicUsed by:Timeline
Symbol 647 GraphicUsed by:649
Symbol 648 GraphicUsed by:649
Symbol 649 MovieClipUses:647 648Used by:Timeline
Symbol 650 GraphicUsed by:Timeline
Symbol 651 MovieClipUsed by:653
Symbol 652 MovieClipUsed by:653
Symbol 653 MovieClipUses:651 269 271 272 274 275 276 652Used by:Timeline
Symbol 654 BitmapUsed by:655
Symbol 655 GraphicUses:654Used by:Timeline
Symbol 656 BitmapUsed by:657
Symbol 657 GraphicUses:656Used by:Timeline
Symbol 658 BitmapUsed by:659 665 667 675 677 679 683 685 687 689 719 752 757 769
Symbol 659 GraphicUses:658Used by:Timeline
Symbol 660 MovieClipUses:SS8Used by:Timeline
Symbol 661 EditableTextUses:130Used by:Timeline
Symbol 662 ButtonUses:132Used by:Timeline
Symbol 663 BitmapUsed by:664 769
Symbol 664 GraphicUses:663Used by:Timeline
Symbol 665 GraphicUses:658Used by:666
Symbol 666 MovieClipUses:665Used by:Timeline
Symbol 667 GraphicUses:658Used by:668
Symbol 668 MovieClipUses:667Used by:Timeline
Symbol 669 GraphicUsed by:673 809
Symbol 670 ShapeTweeningUsed by:673
Symbol 671 GraphicUsed by:673 716 739 751  Timeline
Symbol 672 GraphicUsed by:673
Symbol 673 MovieClipUses:669 289 448 670 671 672Used by:674
Symbol 674 MovieClipUses:673Used by:Timeline
Symbol 675 GraphicUses:658Used by:676
Symbol 676 MovieClipUses:675Used by:Timeline
Symbol 677 GraphicUses:658Used by:678
Symbol 678 MovieClipUses:677Used by:Timeline
Symbol 679 GraphicUses:658Used by:680
Symbol 680 MovieClipUses:679Used by:Timeline
Symbol 681 GraphicUsed by:682
Symbol 682 MovieClipUses:681Used by:Timeline
Symbol 683 GraphicUses:658Used by:684
Symbol 684 MovieClipUses:683Used by:Timeline
Symbol 685 GraphicUses:658Used by:686
Symbol 686 MovieClipUses:685Used by:Timeline
Symbol 687 GraphicUses:658Used by:688
Symbol 688 MovieClipUses:687Used by:Timeline
Symbol 689 GraphicUses:658Used by:690
Symbol 690 MovieClipUses:689Used by:Timeline
Symbol 691 GraphicUsed by:716 789
Symbol 692 GraphicUsed by:705
Symbol 693 GraphicUsed by:705
Symbol 694 GraphicUsed by:705
Symbol 695 GraphicUsed by:705
Symbol 696 GraphicUsed by:705
Symbol 697 GraphicUsed by:705
Symbol 698 GraphicUsed by:705
Symbol 699 GraphicUsed by:705
Symbol 700 GraphicUsed by:705
Symbol 701 SoundUsed by:705 733
Symbol 702 GraphicUsed by:705
Symbol 703 GraphicUsed by:705
Symbol 704 GraphicUsed by:705
Symbol 705 MovieClipUses:692 693 694 695 696 697 698 699 700 701 702 703 704Used by:716 789
Symbol 706 GraphicUsed by:716
Symbol 707 GraphicUsed by:716
Symbol 708 GraphicUsed by:716
Symbol 709 GraphicUsed by:716
Symbol 710 GraphicUsed by:716
Symbol 711 GraphicUsed by:716
Symbol 712 GraphicUsed by:716
Symbol 713 GraphicUsed by:716
Symbol 714 ShapeTweeningUsed by:716
Symbol 715 GraphicUsed by:716
Symbol 716 MovieClipUses:691 705 706 707 289 708 709 168 710 711 712 713 714 671 452 715Used by:717
Symbol 717 MovieClipUses:716Used by:Timeline
Symbol 718 MovieClipUses:SS9Used by:Timeline
Symbol 719 GraphicUses:658Used by:720
Symbol 720 MovieClipUses:719Used by:Timeline
Symbol 721 GraphicUsed by:722
Symbol 722 MovieClipUses:721Used by:739 809
Symbol 723 ShapeTweeningUsed by:733
Symbol 724 GraphicUsed by:733
Symbol 725 GraphicUsed by:726
Symbol 726 MovieClipUses:725Used by:733
Symbol 727 GraphicUsed by:730
Symbol 728 GraphicUsed by:730
Symbol 729 GraphicUsed by:730
Symbol 730 MovieClipUses:727 728 729Used by:733
Symbol 731 ShapeTweeningUsed by:733
Symbol 732 GraphicUsed by:733
Symbol 733 MovieClipUses:723 724 701 726 730 731 732Used by:739
Symbol 734 GraphicUsed by:739
Symbol 735 GraphicUsed by:739
Symbol 736 GraphicUsed by:739
Symbol 737 GraphicUsed by:739
Symbol 738 GraphicUsed by:739
Symbol 739 MovieClipUses:722 733 734 671 448 735 736 737 738Used by:Timeline
Symbol 740 GraphicUsed by:Timeline
Symbol 741 GraphicUsed by:751
Symbol 742 GraphicUsed by:751
Symbol 743 ShapeTweeningUsed by:751
Symbol 744 GraphicUsed by:751
Symbol 745 GraphicUsed by:750
Symbol 746 ShapeTweeningUsed by:749
Symbol 747 ShapeTweeningUsed by:749
Symbol 748 GraphicUsed by:749
Symbol 749 MovieClipUses:746 747 748Used by:750
Symbol 750 MovieClipUses:745 749Used by:751
Symbol 751 MovieClipUses:741 742 743 671 744 750Used by:Timeline
Symbol 752 GraphicUses:658Used by:753
Symbol 753 MovieClipUses:752Used by:Timeline
Symbol 754 GraphicUsed by:Timeline
Symbol 755 FontUsed by:756 767 768 771
Symbol 756 EditableTextUses:755Used by:Timeline
Symbol 757 GraphicUses:658Used by:758
Symbol 758 MovieClipUses:757Used by:Timeline
Symbol 759 GraphicUsed by:Timeline
Symbol 760 GraphicUsed by:Timeline
Symbol 761 GraphicUsed by:Timeline
Symbol 762 GraphicUsed by:Timeline
Symbol 763 GraphicUsed by:Timeline
Symbol 764 GraphicUsed by:Timeline
Symbol 765 GraphicUsed by:Timeline
Symbol 766 GraphicUsed by:Timeline
Symbol 767 EditableTextUses:755Used by:Timeline
Symbol 768 EditableTextUses:755Used by:Timeline
Symbol 769 GraphicUses:658 663Used by:Timeline
Symbol 770 GraphicUsed by:Timeline
Symbol 771 EditableTextUses:755Used by:Timeline
Symbol 772 BitmapUsed by:773
Symbol 773 GraphicUses:772Used by:Timeline
Symbol 774 TextUses:12Used by:Timeline
Symbol 775 GraphicUsed by:Timeline
Symbol 776 TextUses:12Used by:Timeline
Symbol 777 FontUsed by:778 780 784 785
Symbol 778 TextUses:777Used by:Timeline
Symbol 779 MovieClipUses:SS10Used by:Timeline
Symbol 780 TextUses:777Used by:Timeline
Symbol 781 BitmapUsed by:782
Symbol 782 GraphicUses:781Used by:Timeline
Symbol 783 TextUses:12Used by:Timeline
Symbol 784 TextUses:777Used by:Timeline
Symbol 785 TextUses:777Used by:Timeline
Symbol 786 BitmapUsed by:787
Symbol 787 GraphicUses:786Used by:Timeline
Symbol 788 GraphicUsed by:Timeline
Symbol 789 MovieClipUses:691 705Used by:809
Symbol 790 MovieClipUses:432Used by:791
Symbol 791 MovieClipUses:429 431 790Used by:809
Symbol 792 MovieClipUses:499 500Used by:809
Symbol 793 GraphicUsed by:794
Symbol 794 MovieClipUses:793 342Used by:809
Symbol 795 GraphicUsed by:796
Symbol 796 MovieClipUses:795Used by:809
Symbol 797 TextUses:12Used by:809
Symbol 798 TextUses:12Used by:809
Symbol 799 TextUses:12Used by:809
Symbol 800 TextUses:12Used by:809
Symbol 801 TextUses:12Used by:809
Symbol 802 TextUses:12Used by:809
Symbol 803 GraphicUsed by:804
Symbol 804 MovieClipUses:803Used by:809
Symbol 805 TextUses:12Used by:809
Symbol 806 TextUses:12Used by:809
Symbol 807 TextUses:12Used by:809
Symbol 808 TextUses:12Used by:809
Symbol 809 MovieClipUses:789 791 792 669 722 406 794 796 175 797 798 799 800 801 802 804 805 806 807 808Used by:Timeline
Symbol 810 TextUses:12Used by:811
Symbol 811 MovieClipUses:810Used by:Timeline
Symbol 812 BitmapUsed by:813
Symbol 813 GraphicUses:812Used by:Timeline
Symbol 814 TextUses:12Used by:Timeline
Symbol 815 TextUses:12Used by:Timeline
Symbol 816 EditableTextUses:12Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 68 MovieClip
Streaming Sound 3Used by:Symbol 114 MovieClip
Streaming Sound 4Used by:Symbol 284 MovieClip
Streaming Sound 5Used by:Symbol 412 MovieClip
Streaming Sound 6Used by:Symbol 483 MovieClip
Streaming Sound 7Used by:Symbol 618 MovieClip
Streaming Sound 8Used by:Symbol 660 MovieClip
Streaming Sound 9Used by:Symbol 718 MovieClip
Streaming Sound 10Used by:Symbol 779 MovieClip

Instance Names

"sound1"Frame 1Symbol 2 MovieClip
"loadscreen"Frame 130Symbol 61 MovieClip
"bkg"Frame 232Symbol 73 MovieClip
"player"Frame 232Symbol 128 MovieClip
"wepammo"Frame 232Symbol 143 MovieClip
"bkg"Frame 233Symbol 145 MovieClip
"bkg"Frame 234Symbol 155 MovieClip
"bkg"Frame 235Symbol 162 MovieClip
"bkg"Frame 236Symbol 167 MovieClip
"player"Frame 237Symbol 128 MovieClip
"player"Frame 265Symbol 128 MovieClip
"player"Frame 266Symbol 128 MovieClip
"player"Frame 316Symbol 128 MovieClip
"player"Frame 317Symbol 128 MovieClip
"bkg"Frame 375Symbol 177 MovieClip
"bkg"Frame 387Symbol 177 MovieClip
"player"Frame 387Symbol 128 MovieClip
"ending"Frame 389Symbol 196 Button
"contine"Frame 389Symbol 198 Button
"player"Frame 389Symbol 128 MovieClip
"bkg"Frame 391Symbol 200 MovieClip
"player"Frame 391Symbol 128 MovieClip
"bkg"Frame 392Symbol 207 MovieClip
"bkg"Frame 393Symbol 212 MovieClip
"player"Frame 393Symbol 128 MovieClip
"bkg"Frame 451Symbol 222 MovieClip
"player"Frame 451Symbol 128 MovieClip
"bkg"Frame 452Symbol 228 MovieClip
"bkg"Frame 453Symbol 232 MovieClip
"bkg"Frame 454Symbol 236 MovieClip
"bkg"Frame 455Symbol 241 MovieClip
"bkg"Frame 456Symbol 246 MovieClip
"bkg"Frame 457Symbol 248 MovieClip
"bkg"Frame 458Symbol 250 MovieClip
"bkg"Frame 459Symbol 252 MovieClip
"bkg"Frame 460Symbol 254 MovieClip
"bkg"Frame 461Symbol 256 MovieClip
"bkg"Frame 464Symbol 236 MovieClip
"player"Frame 464Symbol 128 MovieClip
"bkg"Frame 490Symbol 212 MovieClip
"shell"Frame 490Symbol 80 MovieClip
"light"Frame 561Symbol 267 MovieClip
"one"Frame 561Symbol 269 MovieClip
"three"Frame 561Symbol 271 MovieClip
"five"Frame 561Symbol 272 MovieClip
"two"Frame 561Symbol 274 MovieClip
"four"Frame 561Symbol 275 MovieClip
"six"Frame 561Symbol 276 MovieClip
"seven"Frame 561Symbol 271 MovieClip
"real"Frame 561Symbol 277 MovieClip
"shell"Frame 643Symbol 80 MovieClip
"shell"Frame 650Symbol 80 MovieClip
"shell"Frame 780Symbol 80 MovieClip
"bkg"Frame 870Symbol 296 MovieClip
"light"Frame 870Symbol 267 MovieClip
"player"Frame 953Symbol 128 MovieClip
"wepammo"Frame 953Symbol 143 MovieClip
"player"Frame 990Symbol 307 MovieClip
"bkg"Frame 1011Symbol 301 MovieClip
"player"Frame 1070Symbol 307 MovieClip
"bkg"Frame 1146Symbol 301 MovieClip
"player"Frame 1146Symbol 307 MovieClip
"bkg"Frame 1147Symbol 296 MovieClip
"player"Frame 1147Symbol 128 MovieClip
"bkg"Frame 1148Symbol 301 MovieClip
"bkg"Frame 1149Symbol 328 MovieClip
"bkg"Frame 1150Symbol 330 MovieClip
"player"Frame 1150Symbol 128 MovieClip
"bkg"Frame 1203Symbol 328 MovieClip
"player"Frame 1203Symbol 128 MovieClip
"bkg"Frame 1204Symbol 333 MovieClip
"bkg"Frame 1205Symbol 341 MovieClip
"pot1"Frame 1206Symbol 160 MovieClip
"metalleader"Frame 1207Symbol 345 MovieClip
"bkg"Frame 1208Symbol 347 MovieClip
"killerrobot"Frame 1208Symbol 356 MovieClip
"bkg"Frame 1209Symbol 358 MovieClip
"robot"Frame 1209Symbol 355 MovieClip
"bkg"Frame 1210Symbol 365 MovieClip
"bkg"Frame 1211Symbol 367 MovieClip
"bkg"Frame 1212Symbol 369 MovieClip
"bkg"Frame 1215Symbol 371 MovieClip
"robot"Frame 1215Symbol 355 MovieClip
"bkg"Frame 1218Symbol 373 MovieClip
"bkg"Frame 1221Symbol 398 MovieClip
"bkg"Frame 1224Symbol 400 MovieClip
"killerrobot"Frame 1224Symbol 401 MovieClip
"bkg"Frame 1225Symbol 403 MovieClip
"bkg"Frame 1227Symbol 414 MovieClip
"player"Frame 1227Symbol 128 MovieClip
"player"Frame 1228Symbol 128 MovieClip
"player"Frame 1229Symbol 128 MovieClip
"player"Frame 1230Symbol 128 MovieClip
"innerglow"Frame 1231Symbol 429 MovieClip
"shell"Frame 1316Symbol 80 MovieClip
"shell"Frame 1501Symbol 80 MovieClip
"wepammo"Frame 1501Symbol 143 MovieClip
"shot"Frame 1535Symbol 464 MovieClip
"shell"Frame 1586Symbol 80 MovieClip
"bkg"Frame 1632Symbol 296 MovieClip
"player"Frame 1632Symbol 128 MovieClip
"bkg"Frame 1633Symbol 301 MovieClip
"bkg"Frame 1634Symbol 328 MovieClip
"bkg"Frame 1635Symbol 330 MovieClip
"player"Frame 1635Symbol 128 MovieClip
"bkg"Frame 1688Symbol 328 MovieClip
"player"Frame 1688Symbol 128 MovieClip
"bkg"Frame 1689Symbol 333 MovieClip
"bkg"Frame 1690Symbol 341 MovieClip
"pot1"Frame 1691Symbol 160 MovieClip
"bkg"Frame 1692Symbol 469 MovieClip
"bkg"Frame 1696Symbol 296 MovieClip
"light"Frame 1696Symbol 267 MovieClip
"shell"Frame 1779Symbol 80 MovieClip
"light"Frame 1869Symbol 267 MovieClip
"real"Frame 1869Symbol 476 MovieClip
"one"Frame 1869Symbol 269 MovieClip
"three"Frame 1869Symbol 271 MovieClip
"five"Frame 1869Symbol 272 MovieClip
"two"Frame 1869Symbol 274 MovieClip
"four"Frame 1869Symbol 275 MovieClip
"six"Frame 1869Symbol 276 MovieClip
"seven"Frame 1869Symbol 271 MovieClip
"shell"Frame 1975Symbol 80 MovieClip
"bkg"Frame 2050Symbol 489 MovieClip
"player"Frame 2050Symbol 128 MovieClip
"wepammo"Frame 2050Symbol 143 MovieClip
"bkg"Frame 2051Symbol 492 MovieClip
"bkg"Frame 2052Symbol 498 MovieClip
"bkg"Frame 2053Symbol 506 MovieClip
"bkg"Frame 2054Symbol 509 MovieClip
"bkg"Frame 2055Symbol 511 MovieClip
"bkg"Frame 2056Symbol 513 MovieClip
"bkg"Frame 2057Symbol 518 MovieClip
"bkg"Frame 2058Symbol 523 MovieClip
"bkg"Frame 2059Symbol 528 MovieClip
"bkg"Frame 2060Symbol 531 MovieClip
"bkg"Frame 2061Symbol 534 MovieClip
"shell"Frame 2061Symbol 80 MovieClip
"shell"Frame 2086Symbol 80 MovieClip
"shell"Frame 2270Symbol 80 MovieClip
"bkg"Frame 2286Symbol 548 MovieClip
"player"Frame 2311Symbol 128 MovieClip
"wepammo"Frame 2311Symbol 143 MovieClip
"fish2"Frame 2311Symbol 569 MovieClip
"fish1"Frame 2311Symbol 570 MovieClip
"bkg"Frame 2312Symbol 572 MovieClip
"shell"Frame 2312Symbol 80 MovieClip
"bkg"Frame 2364Symbol 572 MovieClip
"player"Frame 2364Symbol 128 MovieClip
"wepammo"Frame 2364Symbol 143 MovieClip
"bkg"Frame 2365Symbol 575 MovieClip
"bkg"Frame 2366Symbol 577 MovieClip
"bkg"Frame 2367Symbol 579 MovieClip
"bkg"Frame 2368Symbol 581 MovieClip
"bkg"Frame 2369Symbol 583 MovieClip
"bkg"Frame 2370Symbol 585 MovieClip
"bkg"Frame 2371Symbol 587 MovieClip
"player"Frame 2372Symbol 128 MovieClip
"bkg"Frame 2430Symbol 590 MovieClip
"player"Frame 2430Symbol 128 MovieClip
"wepammo"Frame 2430Symbol 143 MovieClip
"bkg"Frame 2431Symbol 595 MovieClip
"bkg"Frame 2433Symbol 604 MovieClip
"bkg"Frame 2434Symbol 606 MovieClip
"bkg"Frame 2435Symbol 608 MovieClip
"bkg"Frame 2435Symbol 610 MovieClip
"bkg"Frame 2437Symbol 590 MovieClip
"player"Frame 2437Symbol 128 MovieClip
"bkg"Frame 2438Symbol 595 MovieClip
"bkg"Frame 2440Symbol 604 MovieClip
"bkg"Frame 2441Symbol 606 MovieClip
"bkg"Frame 2442Symbol 608 MovieClip
"bkg"Frame 2442Symbol 610 MovieClip
"shell"Frame 2442Symbol 80 MovieClip
"player"Frame 2477Symbol 128 MovieClip
"bkg"Frame 2494Symbol 608 MovieClip
"bkg"Frame 2494Symbol 610 MovieClip
"shot"Frame 2494Symbol 618 MovieClip
"bkg"Frame 2540Symbol 621 MovieClip
"bkg"Frame 2540Symbol 623 MovieClip
"bkg"Frame 2551Symbol 625 MovieClip
"player"Frame 2551Symbol 128 MovieClip
"wepammo"Frame 2551Symbol 143 MovieClip
"bkg"Frame 2552Symbol 630 MovieClip
"bkg"Frame 2553Symbol 634 MovieClip
"shell"Frame 2554Symbol 80 MovieClip
"light"Frame 2628Symbol 267 MovieClip
"shell"Frame 2681Symbol 80 MovieClip
"light"Frame 2875Symbol 649 MovieClip
"flare"Frame 2909Symbol 653 MovieClip
"shell"Frame 3104Symbol 80 MovieClip
"wepammo"Frame 3194Symbol 143 MovieClip
"bkg"Frame 3195Symbol 666 MovieClip
"player"Frame 3195Symbol 128 MovieClip
"bkg"Frame 3196Symbol 668 MovieClip
"frog"Frame 3196Symbol 674 MovieClip
"bkg"Frame 3198Symbol 676 MovieClip
"bkg"Frame 3201Symbol 678 MovieClip
"bkg"Frame 3202Symbol 680 MovieClip
"bkg"Frame 3204Symbol 684 MovieClip
"frog"Frame 3204Symbol 674 MovieClip
"bkg"Frame 3205Symbol 686 MovieClip
"bkg"Frame 3206Symbol 688 MovieClip
"bkg"Frame 3207Symbol 690 MovieClip
"bkg"Frame 3208Symbol 720 MovieClip
"sat"Frame 3208Symbol 739 MovieClip
"frog"Frame 3209Symbol 674 MovieClip
"sat"Frame 3209Symbol 739 MovieClip
"bkg"Frame 3210Symbol 753 MovieClip
"sat"Frame 3210Symbol 739 MovieClip
"bkg"Frame 3211Symbol 758 MovieClip
"sci"Frame 3225Symbol 125 MovieClip
"bkg"Frame 3397Symbol 753 MovieClip
"sci"Frame 3433Symbol 125 MovieClip
"gatflash"Symbol 122 MovieClip Frame 3Symbol 120 MovieClip
"shot"Symbol 124 MovieClip Frame 1Symbol 89 MovieClip
"shot"Symbol 124 MovieClip Frame 10Symbol 95 MovieClip
"wep1"Symbol 124 MovieClip Frame 25Symbol 97 MovieClip
"shot"Symbol 124 MovieClip Frame 26Symbol 106 MovieClip
"shot"Symbol 124 MovieClip Frame 41Symbol 114 MovieClip
"shot"Symbol 124 MovieClip Frame 57Symbol 122 MovieClip
"real"Symbol 125 MovieClip Frame 1Symbol 79 MovieClip
"shell"Symbol 125 MovieClip Frame 1Symbol 80 MovieClip
"weapons"Symbol 125 MovieClip Frame 1Symbol 124 MovieClip
"sci"Symbol 128 MovieClip Frame 1Symbol 125 MovieClip
"weptongue"Symbol 143 MovieClip Frame 1Symbol 137 MovieClip
"wepknife"Symbol 143 MovieClip Frame 1Symbol 97 MovieClip
"weppistol"Symbol 143 MovieClip Frame 1Symbol 138 MovieClip
"ray"Symbol 143 MovieClip Frame 1Symbol 139 MovieClip
"munitions"Symbol 143 MovieClip Frame 1Symbol 141 MovieClip
"gatling"Symbol 143 MovieClip Frame 1Symbol 142 MovieClip
"rock"Symbol 175 MovieClip Frame 1Symbol 174 MovieClip
"cross"Symbol 182 MovieClip Frame 1Symbol 181 MovieClip
"cross"Symbol 189 MovieClip Frame 1Symbol 181 MovieClip
"rock"Symbol 234 MovieClip Frame 1Symbol 174 MovieClip
"rock"Symbol 237 MovieClip Frame 1Symbol 174 MovieClip
"hit"Symbol 292 MovieClip Frame 1Symbol 290 MovieClip
"sci"Symbol 307 MovieClip Frame 1Symbol 125 MovieClip
"robot"Symbol 356 MovieClip Frame 1Symbol 355 MovieClip
"robot"Symbol 382 MovieClip Frame 1Symbol 355 MovieClip
"robot"Symbol 401 MovieClip Frame 1Symbol 355 MovieClip
"robot"Symbol 406 MovieClip Frame 1Symbol 355 MovieClip
"bkg"Symbol 411 MovieClip Frame 1Symbol 408 MovieClip
"sci"Symbol 411 MovieClip Frame 1Symbol 125 MovieClip
"bkg"Symbol 411 MovieClip Frame 61Symbol 410 MovieClip
"innerglow"Symbol 433 MovieClip Frame 1Symbol 429 MovieClip
"robotguy"Symbol 444 MovieClip Frame 1Symbol 433 MovieClip
"robotguy"Symbol 444 MovieClip Frame 139Symbol 433 MovieClip
"shell"Symbol 459 MovieClip Frame 1Symbol 80 MovieClip
"shell"Symbol 467 MovieClip Frame 1Symbol 80 MovieClip
"spiney"Symbol 502 MovieClip Frame 1Symbol 501 MovieClip
"spiney"Symbol 507 MovieClip Frame 1Symbol 501 MovieClip
"spiney"Symbol 514 MovieClip Frame 1Symbol 501 MovieClip
"spiney"Symbol 514 MovieClip Frame 45Symbol 501 MovieClip
"spiney"Symbol 601 MovieClip Frame 1Symbol 501 MovieClip
"sand"Symbol 637 MovieClip Frame 1Symbol 636 MovieClip
"real"Symbol 653 MovieClip Frame 1Symbol 651 MovieClip
"one"Symbol 653 MovieClip Frame 1Symbol 269 MovieClip
"three"Symbol 653 MovieClip Frame 1Symbol 271 MovieClip
"five"Symbol 653 MovieClip Frame 1Symbol 272 MovieClip
"two"Symbol 653 MovieClip Frame 1Symbol 274 MovieClip
"four"Symbol 653 MovieClip Frame 1Symbol 275 MovieClip
"six"Symbol 653 MovieClip Frame 1Symbol 276 MovieClip
"seven"Symbol 653 MovieClip Frame 1Symbol 271 MovieClip
"light"Symbol 653 MovieClip Frame 1Symbol 652 MovieClip
"real"Symbol 653 MovieClip Frame 20Symbol 651 MovieClip
"one"Symbol 653 MovieClip Frame 20Symbol 269 MovieClip
"light"Symbol 653 MovieClip Frame 30Symbol 652 MovieClip
"rover"Symbol 674 MovieClip Frame 1Symbol 673 MovieClip
"tron"Symbol 717 MovieClip Frame 1Symbol 716 MovieClip
"sat"Symbol 739 MovieClip Frame 1Symbol 722 MovieClip
"laser1"Symbol 739 MovieClip Frame 1Symbol 733 MovieClip
"innerglow"Symbol 791 MovieClip Frame 1Symbol 429 MovieClip
"sat"Symbol 809 MovieClip Frame 1Symbol 722 MovieClip

Dynamic Text Variables

livesSymbol 131 EditableText"0"
munitionsSymbol 140 EditableText"0"
livesSymbol 261 EditableText"0"
livesSymbol 299 EditableText"0"
livesSymbol 302 EditableText"0"
livesSymbol 420 EditableText"0"
livesSymbol 456 EditableText"0"
livesSymbol 470 EditableText"0"
livesSymbol 471 EditableText"0"
livesSymbol 490 EditableText"0"
livesSymbol 568 EditableText"0"
livesSymbol 573 EditableText"0"
livesSymbol 593 EditableText"0"
livesSymbol 616 EditableText"0"
livesSymbol 628 EditableText"0"
livesSymbol 661 EditableText"0"




http://swfchan.com/15/70230/info.shtml
Created: 10/4 -2019 00:41:48 Last modified: 10/4 -2019 00:41:48 Server time: 20/05 -2024 18:41:58