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

A
Very
Merry Christmas!


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

Bright in the screen CLNR.swf

This is the info page for
Flash #47548

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


Text
THE BRIGHT IN
THE SCREEN

0

%

You are red when you are not looking.

<p align="center"><font face="_typewriter" size="15" color="#ff0000" letterSpacing="0.000000" kerning="0"><b>WARNING:</b><font color="#ffffff"><b> The content of this game could <sbr />be considered too disturbing and </b></font></font></p><p align="center"><font face="_typewriter" size="15" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>shocking.</b></font></p><p align="center"></p><p align="center"><font face="_typewriter" size="8" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>if you get it right</b></font></p>

PLAY

a HapPie game

a HapPie game

repeat

CLICK ME

CLICK ME

CLICK

EXIT

MUSIC BOX 1

repeat

YES

WATCH ME

MUSIC BOX 2

click it man


IF YOU ARE TRAPPED:
RED BUTTON

Click this

CLICK

MUSIC BOX
LVL2

What did you
just did?

The hell are
you tryting to
do?

COME

DONT

HOW YOU DARE GLITCHING MY GAME
LITTLE RED FREAK

YOU HAD IT COMING

ARE YOU TRYING TO ESCAPE?

GO AHEAD

STOP GLITCHING LIKE THAT!

AAARRRRGHH!

TRYING TO
GLITCH,
HUH?

Irony

Red freak painting self
portrait

Red freak self-portrait

Road

STOP CLIMBING THE
FREAKING WALLS

IT'S ALWAYS BEST WHEN THE LIGHT IS OFF

Has the light gone out for you?
Because the light's gone for me

<p align="center"><font face="_typewriter" size="28" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>LIGHTS OUT!</b></font></p><p align="center"><font face="_typewriter" size="28" color="#ffffff" letterSpacing="0.000000" kerning="0">KEEP THE MOUSE OVER YOURSELF TO <sbr />CAST YOUR INNER LIGHT </font></p>

You are here
PUT YOUR MOUSE
OVER HERE

I KNOW THIS ISN'T FUN, BE PATIENT.
I CAN'T SEE YOUR SMILE ON THE DARKNESS
( ´-`)/

repeat

I COULD'VE SWORN I SAW A LIGHT COMING ON

<p align="center"><font face="_typewriter" size="28" color="#ffffff" letterSpacing="0.000000" kerning="0">Another message :</font></p><p align="center"><font face="_typewriter" size="28" color="#ffffff" letterSpacing="0.000000" kerning="0">THE PROBLEM IS BEING SOLVED.</font></p><p align="center"><font face="_typewriter" size="28" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>PLEASE REFRAIN FROM DIEING,</b></font></p><p align="center"><font face="_typewriter" size="28" color="#ffffff" letterSpacing="0.000000" kerning="0">AS WE KNOW YOU ARE USELESS <sbr />WITHOUT LIGHT</font></p>

You are here

I MIGHT BE WRONG

I MIGHT BE WRONG

I MIGHT BE WRONG

OPEN UP, BEGIN AGAIN

LETS GO DOWN THE WATERFALL
THINK ABOUT THE GOOD TIMES
AND NEVER LOOK BACK

NEVER LOOK BACK

CLICK

CLICK

Your new assigment

What have you done

What have you done

What have you done

What have you done

What have you done

What have you done

What have you done

What have you done

What have you done

What have you done

What have you done

What have you done

ActionScript [AS1/AS2]

Frame 1
function deadClick() { } function max() { getURL ("http://www.andkon.com/arcade/"); } function ng() { getURL ("http://www.newgrounds.com"); } function quality_low() { _quality = "low"; } function quality_med() { _quality = "medium"; } function quality_high() { _quality = "high"; } loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); percentbytes = int(loadedbytes / (totalbytes / 100)); loader.gotoAndStop(percentbytes); var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); var qualitylow = new ContextMenuItem("Low Quality", quality_low); var qualitymed = new ContextMenuItem("Medium Quality", quality_med); var qualityhigh = new ContextMenuItem("High Quality", quality_high); var copyrightNotice = new ContextMenuItem("\u00A9 2008 HapPie", deadClick); var armorgames = new ContextMenuItem("More games at ANDKON.COM/ARCADE", max); var newgrounds = new ContextMenuItem("More stuff at NEWGROUNDS.COM", ng); copyrightNotice.separatorBefore = true; armorgames.separatorBefore = true; newgrounds.separatorBefore = true; commit.separatorBefore = true; myMenu.customItems.push(qualityhigh, qualitymed, qualitylow, commit, copyrightNotice, newgrounds); _root.menu = myMenu; score = 0; function SpawnEnemy() { duplicateMovieClip (_root.Ene, "Ene" + i, i); attachMovie("Loader_enemy", "Ene" + i, i); Dod = _root["Ene" + (i / 10)]; Dod._y = SpawnPointY; Dod._x = SpawnPointX; Dod._x = Math.random() * Stage.width; Dod._y = Math.random() * Stage.height; i++; } var i = 0; var SpawnPointY = 300; var SpawnPointX = 450; onEnterFrame = function () { SpawnEnemy(); };
Instance of Symbol 55 MovieClip "player" in Frame 1
onClipEvent (load) { var grav = 0; var run = 5; var wlk = 0; var speed = run; var jumpHeight = 8; var dbl = 6; var tri = 6; var djump = false; var tjump = false; var thro = false; var slow = 0.7; var slowspd = (speed / 2); var setspeed = speed; var scale = _xscale; var ex = 5; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); if (Key.isDown(65)) { setspeed = wlk; } else { setspeed = run; } while (_root.ground.hitTest(_x, _y, true)) { djump = false; tjump = false; _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { grav = grav * (slow * 1.25); } else { speed = setspeed; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(68))) && (!Key.isDown(83))) { this.gotoAndStop(3); } if (((((Key.isDown(68) && (!Key.isDown(38))) && (!Key.isDown(39))) && (!Key.isDown(37))) && (!Key.isDown(83))) && (_root.ground.hitTest(_x, _y + 3, true))) { this.gotoAndStop(8); } if ((((((Key.isDown(83) && (!Key.isDown(39))) && (!Key.isDown(37))) && (!Key.isDown(38))) && (!Key.isDown(68))) && (_root.ground.hitTest(_x, _y + 3, true))) && (_currentframe != 6)) { this.gotoAndStop(7); } else if (Key.isDown(83) && (grav > 1)) { this.gotoAndStop(6); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }
Frame 2
if (loadedbytes == totalbytes) { gotoAndStop (3); } else { gotoAndPlay (1); }
Frame 3
stop();
Frame 635
function deadClick() { } function max() { getURL ("http://www.andkon.com/arcade/"); } function ng() { getURL ("http://www.newgrounds.com"); } function quality_low() { _quality = "low"; } function suicide() { gotoAndStop (9460); } function quality_med() { _quality = "medium"; } function quality_high() { _quality = "high"; } var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); var qualitylow = new ContextMenuItem("Low Quality", quality_low); var qualitymed = new ContextMenuItem("Medium Quality", quality_med); var qualityhigh = new ContextMenuItem("High Quality", quality_high); var commit = new ContextMenuItem("Commit suicide", suicide); var copyrightNotice = new ContextMenuItem("\u00A9 2008 HapPie", deadClick); var armorgames = new ContextMenuItem("More games at ANDKON.COM/ARCADE", max); var newgrounds = new ContextMenuItem("More stuff at NEWGROUNDS.COM", ng); copyrightNotice.separatorBefore = true; armorgames.separatorBefore = true; newgrounds.separatorBefore = true; commit.separatorBefore = true; myMenu.customItems.push(qualityhigh, qualitymed, qualitylow, commit, copyrightNotice, newgrounds); _root.menu = myMenu; health = 100; stop();
Instance of Symbol 202 MovieClip "player" in Frame 635
onClipEvent (load) { var grav = 2; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 3; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } if (_root.health <= 0) { _root.gotoAndPlay("D"); } _root.player; if (hitTest(_root.enemy)) { _root.health = _root.health - 40; } _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall3)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall4)) { _root.health = _root.health - 100; } }
Instance of Symbol 209 MovieClip in Frame 635
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Instance of Symbol 220 MovieClip in Frame 635
onClipEvent (enterFrame) { if (Key.isDown(68)) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 223 MovieClip in Frame 635
onClipEvent (enterFrame) { if (Key.isDown(65)) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Frame 685
stop();
Frame 686
stop(); health = 100;
Instance of Symbol 324 MovieClip in Frame 686
onClipEvent (load) { espeed = 2; scale = _xscale; damage = 75; } onClipEvent (enterFrame) { distance = 100; dis2 = 35; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damage; this.gotoAndStop(3); } }
Instance of Symbol 202 MovieClip "player" in Frame 686
onClipEvent (load) { var grav = 2; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 3; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.enemy)) { _root.health = _root.health - 40; this.gotoAndStop(4); } if (_root.health <= 0) { _root.gotoAndPlay("D1"); } _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall3)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall4)) { _root.health = _root.health - 100; } }
Instance of Symbol 209 MovieClip in Frame 686
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + (((_root.player._x - _x) / 6) - 20)); }
Frame 736
stop();
Frame 737
play(); health = 100;
Instance of Symbol 202 MovieClip "player" in Frame 737
onClipEvent (load) { var grav = 2; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 3; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.enemy)) { _root.health = _root.health - 40; this.gotoAndStop(4); } _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } if (_root.health <= 0) { _root.gotoAndPlay("D2"); } }
Instance of Symbol 209 MovieClip in Frame 737
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Instance of Symbol 417 MovieClip in Frame 834
onClipEvent (load) { speed = 0; movespeed = 1; damagenumber = 20; grav = 0; dead = false; scale = _xscale; } onClipEvent (enterFrame) { _x = (_x + speed); _y = (_y + grav); grav++; if (dead == true) { this.gotoAndStop(3); _y = (_y + 100); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } if (_root.player._x > _x) { speed = speed + 0.2; _x = (_x + movespeed); _xscale = scale; } if (_root.player._x < _x) { speed = speed - 0.2; _x = (_x - movespeed); _xscale = (-scale); } if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); _root.health = _root.health - damagenumber; } else { this.gotoAndStop(1); } if (this.hitTest(_root.player.att1)) { this.gotoAndStop(3); dead = true; } if (this.hitTest(_root.player.att2)) { this.gotoAndStop(3); dead = true; } }
Instance of Symbol 417 MovieClip in Frame 834
onClipEvent (load) { speed = 0; movespeed = 1; damagenumber = 20; grav = 0; dead = false; scale = _xscale; } onClipEvent (enterFrame) { _x = (_x + speed); _y = (_y + grav); grav++; if (dead == true) { this.gotoAndStop(3); _y = (_y + 100); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } if (_root.player._x > _x) { speed = speed + 0.2; _x = (_x + movespeed); _xscale = scale; } if (_root.player._x < _x) { speed = speed - 0.2; _x = (_x - movespeed); _xscale = (-scale); } if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); _root.health = _root.health - damagenumber; } else { this.gotoAndStop(1); } if (this.hitTest(_root.player.att1)) { this.gotoAndStop(3); dead = true; } if (this.hitTest(_root.player.att2)) { this.gotoAndStop(3); dead = true; } }
Frame 836
stop();
Frame 1061
stop();
Frame 1062
play(); health = 100;
Instance of Symbol 202 MovieClip "player" in Frame 1062
onClipEvent (load) { var grav = 30; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D3"); } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } }
Instance of Symbol 417 MovieClip in Frame 1062
onClipEvent (load) { speed = 0; movespeed = 3.5; damagenumber = 20; grav = 0; dead = false; scale = _xscale; } onClipEvent (enterFrame) { _x = (_x + speed); _y = (_y + grav); grav++; if (dead == true) { this.gotoAndStop(3); _y = (_y + 100); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 25, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } if (_root.player._x > _x) { speed = speed + 0.1; _x = (_x + movespeed); _xscale = scale; } if (_root.player._x < _x) { speed = speed - 0.1; _x = (_x - movespeed); _xscale = (-scale); } if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); _root.health = _root.health - damagenumber; } else { this.gotoAndStop(1); } if (this.hitTest(_root.player.att1)) { this.gotoAndStop(3); dead = true; } if (this.hitTest(_root.player.att2)) { this.gotoAndStop(3); dead = true; } }
Instance of Symbol 625 MovieClip in Frame 1062
onClipEvent (load) { espeed = 20; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 20; distance = 200; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1062
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 200; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1062
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 180; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 209 MovieClip in Frame 1062
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Frame 1064
stop();
Instance of Symbol 417 MovieClip in Frame 1064
onClipEvent (load) { speed = 0; movespeed = 3; damagenumber = 20; grav = 0; dead = false; scale = _xscale; } onClipEvent (enterFrame) { _x = (_x + speed); _y = (_y + grav); grav++; if (dead == true) { this.gotoAndStop(3); _y = (_y + 100); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 25, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } if (_root.player._x > _x) { speed = speed + 0.1; _x = (_x + movespeed); _xscale = scale; } if (_root.player._x < _x) { speed = speed - 0.1; _x = (_x - movespeed); _xscale = (-scale); } if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); _root.health = _root.health - damagenumber; } else { this.gotoAndStop(1); } if (this.hitTest(_root.player.att1)) { this.gotoAndStop(3); dead = true; } if (this.hitTest(_root.player.att2)) { this.gotoAndStop(3); dead = true; } }
Instance of Symbol 626 MovieClip in Frame 1064
onClipEvent (load) { espeed = 3; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 200; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Frame 1114
stop();
Frame 1115
play(); stop(); health = 100;
Instance of Symbol 202 MovieClip "player" in Frame 1115
onClipEvent (load) { var grav = 30; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D4"); } _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } }
Instance of Symbol 626 MovieClip in Frame 1115
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 417 MovieClip in Frame 1115
onClipEvent (load) { speed = 0; movespeed = 1; damagenumber = 20; grav = 0; dead = false; scale = _xscale; } onClipEvent (enterFrame) { _x = (_x + speed); _y = (_y + grav); grav++; if (dead == true) { this.gotoAndStop(3); _y = (_y + 100); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 35, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } if (_root.player._x > _x) { speed = speed + 0.2; _x = (_x + movespeed); _xscale = scale; } if (_root.player._x < _x) { speed = speed - 0.2; _x = (_x - movespeed); _xscale = (-scale); } if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); _root.health = _root.health - damagenumber; } else { this.gotoAndStop(1); } if (this.hitTest(_root.player.att1)) { this.gotoAndStop(3); dead = true; } if (this.hitTest(_root.player.att2)) { this.gotoAndStop(3); dead = true; } }
Instance of Symbol 743 MovieClip in Frame 1115
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(5); _y = (_y + 100); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 743 MovieClip in Frame 1115
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(5); _y = (_y + 100); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 209 MovieClip in Frame 1115
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Frame 1167
stop();
Frame 1168
play(); stop(); health = 100;
Instance of Symbol 787 MovieClip "player" in Frame 1168
onClipEvent (load) { var grav = 30; var speed = 25; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D5"); } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.wall)) { _root.gotoAndPlay("D5"); } }
Instance of Symbol 814 MovieClip "notplayer" in Frame 1168
onClipEvent (load) { espeed = 5; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 200; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; _root.notplayer; if (hitTest(_root.door)) { _root.gotoAndPlay("next"); } if (dead == true) { this.gotoAndStop(5); _y = (_y + 100); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } if (tx > sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1168
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.notplayer._x; sy = _root.notplayer._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 743 MovieClip in Frame 1168
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.notplayer._x; sy = _root.notplayer._y; if (dead == true) { this.gotoAndStop(5); _y = (_y + 100); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 209 MovieClip in Frame 1168
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Frame 1169
stop();
Frame 1219
stop();
Frame 1227
play(); stop(); health = 100;
Instance of Symbol 787 MovieClip "player" in Frame 1227
onClipEvent (load) { var grav = 30; var speed = 25; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D55"); } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.wall)) { _root.gotoAndPlay("D55"); } }
Instance of Symbol 814 MovieClip "notplayer" in Frame 1227
onClipEvent (load) { espeed = 5; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 250; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; _root.notplayer; if (hitTest(_root.door)) { _root.gotoAndPlay("next2"); } if (dead == true) { this.gotoAndStop(5); _y = (_y + 100); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } if (tx > sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1227
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.notplayer._x; sy = _root.notplayer._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1227
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.notplayer._x; sy = _root.notplayer._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1227
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.notplayer._x; sy = _root.notplayer._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 209 MovieClip in Frame 1227
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Frame 1278
stop();
Frame 1286
play(); stop(); health = 100; k = Math.round(Math.random());
Instance of Symbol 879 MovieClip in Frame 1286
onClipEvent (load) { if (_root.k == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 887 MovieClip in Frame 1286
onClipEvent (load) { if (_root.k == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 202 MovieClip "player" in Frame 1286
onClipEvent (load) { var grav = 30; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D5"); } _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } }
Instance of Symbol 209 MovieClip in Frame 1286
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Frame 1338
stop();
Frame 1339
play(); stop(); health = 100;
Instance of Symbol 1002 MovieClip "player" in Frame 1339
onClipEvent (load) { var grav = 30; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D7"); } _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } }
Instance of Symbol 1005 MovieClip in Frame 1339
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1339
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1339
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1339
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 400; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1339
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1339
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 600; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1339
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 600; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1007 MovieClip in Frame 1339
onClipEvent (load) { speed = 0; movespeed = 0.5; damagenumber = 10; grav = 0; dead = false; scale = _xscale; } onClipEvent (enterFrame) { _x = (_x + speed); _y = (_y + grav); grav++; if (dead == true) { this.gotoAndStop(3); _y = (_y + 1000); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 35, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } if (_root.player._x > _x) { speed = speed + 0.2; _x = (_x + movespeed); _xscale = scale; } if (_root.player._x < _x) { speed = speed - 0.2; _x = (_x - movespeed); _xscale = (-scale); } if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); _root.health = _root.health - damagenumber; } else { this.gotoAndStop(1); } if (this.hitTest(_root.player.att1)) { this.gotoAndStop(3); dead = true; } if (this.hitTest(_root.player.att2)) { this.gotoAndStop(3); dead = true; } }
Instance of Symbol 1007 MovieClip in Frame 1339
onClipEvent (load) { speed = 0; movespeed = 1; damagenumber = 20; grav = 0; dead = false; scale = _xscale; } onClipEvent (enterFrame) { _x = (_x + speed); _y = (_y + grav); grav++; if (dead == true) { this.gotoAndStop(3); _y = (_y + 1000); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 35, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } if (_root.player._x > _x) { speed = speed + 0.2; _x = (_x + movespeed); _xscale = scale; } if (_root.player._x < _x) { speed = speed - 0.2; _x = (_x - movespeed); _xscale = (-scale); } if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); _root.health = _root.health - damagenumber; } else { this.gotoAndStop(1); } if (this.hitTest(_root.player.att1)) { this.gotoAndStop(3); dead = true; } if (this.hitTest(_root.player.att2)) { this.gotoAndStop(3); dead = true; } }
Instance of Symbol 1011 MovieClip in Frame 1339
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Frame 1391
stop();
Frame 1392
play(); health = 100;
Instance of Symbol 1005 MovieClip in Frame 1392
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 800; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1392
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1392
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1392
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1392
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1392
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1392
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 202 MovieClip "player" in Frame 1392
onClipEvent (load) { var grav = 30; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D8"); } _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } }
Instance of Symbol 1030 MovieClip "player" in Frame 1392
onClipEvent (enterFrame) { _y = (_y + (_root.player._y - _y)); _x = (_x + (_root.player._x - _x)); }
Instance of Symbol 1011 MovieClip in Frame 1392
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Frame 1399
stop();
Instance of Symbol 1005 MovieClip in Frame 1399
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1399
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1399
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1399
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 600; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1399
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 200; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1399
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 500; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground2.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground2.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground2.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Frame 1449
stop();
Frame 1450
play(); health = 100; stop();
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 300; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 500; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1007 MovieClip in Frame 1450
onClipEvent (load) { speed = 0; movespeed = 1; damagenumber = 20; grav = 0; dead = false; scale = _xscale; } onClipEvent (enterFrame) { _x = (_x + speed); _y = (_y + grav); grav++; if (dead == true) { this.gotoAndStop(3); _y = (_y + 1000); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 35, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } if (_root.player._x > _x) { speed = speed + 0.2; _x = (_x + movespeed); _xscale = scale; } if (_root.player._x < _x) { speed = speed - 0.2; _x = (_x - movespeed); _xscale = (-scale); } if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); _root.health = _root.health - damagenumber; } else { this.gotoAndStop(1); } if (this.hitTest(_root.player.att1)) { this.gotoAndStop(3); dead = true; } if (this.hitTest(_root.player.att2)) { this.gotoAndStop(3); dead = true; } }
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 500; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 500; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 500; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 500; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 500; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1005 MovieClip in Frame 1450
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 500; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(4); _y = (_y + 1000); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 202 MovieClip "player" in Frame 1450
onClipEvent (load) { var grav = 30; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D85"); } _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } }
Instance of Symbol 1030 MovieClip "player" in Frame 1450
onClipEvent (enterFrame) { _y = (_y + (_root.player._y - _y)); _x = (_x + (_root.player._x - _x)); }
Instance of Symbol 1011 MovieClip in Frame 1450
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Instance of Symbol 202 MovieClip "player" in Frame 1453
onClipEvent (load) { var grav = 30; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D8.5"); } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.trap)) { _root.gotoAndStop("Trap"); } }
Frame 1502
stop();
Frame 1503
play(); stop(); health = 100;
Instance of Symbol 626 MovieClip in Frame 1503
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 202 MovieClip "player" in Frame 1503
onClipEvent (load) { var grav = 30; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D11"); } _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } }
Instance of Symbol 209 MovieClip in Frame 1503
onClipEvent (enterFrame) { _y = (_y + (((_root.player._y - (1.4 * _y)) / 6) - 30)); _x = (_x + ((_root.player._x - _x) / 6)); }
Frame 1555
stop();
Frame 1556
play(); stop(); health = 100;
Instance of Symbol 1146 MovieClip "player" in Frame 1556
onClipEvent (load) { var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { while (_root.ground.hitTest(_x, _y, true)) { } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); _root.c = _root.c - 0.03; } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D12"); } _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } }
Instance of Symbol 209 MovieClip in Frame 1556
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.3 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Frame 1608
stop();
Frame 1609
play(); stop(); health = 100;
Instance of Symbol 625 MovieClip in Frame 1609
onClipEvent (load) { espeed = 20; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 20; distance = 200; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 202 MovieClip "player" in Frame 1609
onClipEvent (load) { var grav = 30; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D13"); } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall1)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall3)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall4)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall5)) { _root.health = _root.health - 100; } }
Instance of Symbol 626 MovieClip in Frame 1609
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1609
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1609
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1609
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1609
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 626 MovieClip in Frame 1609
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 743 MovieClip in Frame 1609
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(5); _y = (_y + 100); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 743 MovieClip in Frame 1609
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(5); _y = (_y + 100); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 743 MovieClip in Frame 1609
onClipEvent (load) { espeed = 2; scale = _xscale; damagenumber = 20; grav = 0; dead = false; } onClipEvent (enterFrame) { dis2 = 35; distance = 260; _y = (_y + grav); grav++; tx = this._x; ty = this._y; sx = _root.player._x; sy = _root.player._y; if (dead == true) { this.gotoAndStop(5); _y = (_y + 100); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < distance) { if (tx < sx) { this._x = this._x + espeed; this.gotoAndStop(2); _xscale = scale; } if (tx > sx) { this._x = this._x - espeed; this.gotoAndStop(2); _xscale = (-scale); } } else { this.gotoAndStop(1); } if (Math.sqrt(((sx - tx) * (sx - tx)) + ((sy - ty) * (sy - ty))) < dis2) { _root.health = _root.health - damagenumber; this.gotoAndStop(3); } while (_root.ground.hitTest(_x, _y, true)) { grav = 0; _y = (_y-1); } while (_root.ground.hitTest(_x + 12, _y - 18, true)) { speed = 0; _x = (_x-1); } while (_root.ground.hitTest(_x - 12, _y - 18, true)) { speed = 0; _x = (_x+1); } }
Instance of Symbol 1267 MovieClip in Frame 1609
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.4 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Frame 1661
stop();
Frame 1662
play(); health = 100;
Instance of Symbol 1313 MovieClip in Frame 1662
onClipEvent (enterFrame) { _x = (_x + (_root.player._x - _x)); }
Instance of Symbol 202 MovieClip "player" in Frame 1662
onClipEvent (load) { var grav = 30; var speed = 4; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D11"); } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } }
Instance of Symbol 202 MovieClip "player" in Frame 1662
onClipEvent (load) { var grav = 30; var speed = 4; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D11"); } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } }
Instance of Symbol 209 MovieClip in Frame 1662
onClipEvent (enterFrame) { _y = (_y + (((_root.player._y - (1.4 * _y)) / 6) - 30)); _x = (_x + ((_root.player._x - _x) / 6)); }
Instance of Symbol 1316 MovieClip in Frame 6767
onClipEvent (enterFrame) { _x = (_x + (_root.player._x - _x)); }
Instance of Symbol 1316 MovieClip in Frame 6955
onClipEvent (enterFrame) { _x = (_x + (_root.player._x - _x)); }
Instance of Symbol 1316 MovieClip in Frame 7143
onClipEvent (enterFrame) { _x = (_x + (_root.player._x - _x)); }
Instance of Symbol 1316 MovieClip in Frame 7329
onClipEvent (enterFrame) { _x = (_x + (_root.player._x - _x)); }
Instance of Symbol 202 MovieClip "player" in Frame 7961
onClipEvent (load) { var grav = 30; var speed = 4; var jumpHeight = 0; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D11"); } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } }
Frame 8938
stop();
Frame 8939
play(); health = 100; play();
Instance of Symbol 1146 MovieClip "player" in Frame 8939
onClipEvent (load) { var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { while (_root.ground.hitTest(_x, _y, true)) { } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); _root.c = _root.c - 0.03; } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D12"); } }
Instance of Symbol 209 MovieClip in Frame 8939
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - (1.3 * _y)) / 6)); _x = (_x + ((_root.player._x - _x) / 6)); }
Instance of Symbol 202 MovieClip "player" in Frame 9449
onClipEvent (load) { var grav = 30; var speed = 10; var jumpHeight = 12.5; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("D13"); } } onClipEvent (enterFrame) { _root.player; if (hitTest(_root.wall)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall1)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall2)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall3)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall4)) { _root.health = _root.health - 100; } _root.player; if (hitTest(_root.wall5)) { _root.health = _root.health - 100; } }
Frame 9459
stop();
Frame 9460
stop();
Symbol 12 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 32
gotoAndPlay (7);
Symbol 45 MovieClip Frame 7
stop();
Symbol 53 MovieClip Frame 53
stop();
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 55 MovieClip Frame 3
stop();
Symbol 55 MovieClip Frame 4
stop();
Symbol 55 MovieClip Frame 5
stop();
Symbol 55 MovieClip Frame 6
stop();
Symbol 55 MovieClip Frame 7
stop();
Symbol 55 MovieClip Frame 8
stop();
Symbol 59 Button
on (release) { play(); }
Symbol 67 Button
on (release) { getURL ("http://www.newgrounds.com/"); }
Symbol 114 MovieClip Frame 9
stop();
Symbol 116 Button
on (release) { gotoAndPlay (1); }
Symbol 117 MovieClip Frame 919
stop();
Symbol 121 Button
on (release) { play(); }
Symbol 129 Button
on (release) { gotoAndPlay (10); }
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 472
stop();
Symbol 140 Button
on (release) { gotoAndPlay (10); }
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 318
stop();
Symbol 145 Button
on (release) { gotoAndStop (686); }
Symbol 156 MovieClip Frame 1
stop(); stop();
Symbol 156 MovieClip Frame 392
stop();
Symbol 162 Button
on (release) { gotoAndPlay (10); }
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 376
stop();
Symbol 169 MovieClip Frame 1
stop(); stop();
Symbol 169 MovieClip Frame 329
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 3
stop();
Symbol 202 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 2
stop();
Symbol 202 MovieClip Frame 3
stop();
Symbol 202 MovieClip Frame 4
stop();
Symbol 209 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = true; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Instance of Symbol 208 MovieClip "healthBar" in Symbol 209 MovieClip Frame 1
onClipEvent (enterFrame) { this._width = _root.health; }
Symbol 212 MovieClip Frame 9846
gotoAndPlay (1);
Symbol 217 MovieClip Frame 63
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 2
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 2
stop();
Symbol 230 Button
on (release) { gotoAndStop ("OMG"); }
Symbol 234 Button
on (release) { gotoAndStop (737); }
Symbol 240 Button
on (release) { gotoAndPlay (10); }
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 304
stop();
Symbol 250 Button
on (release) { gotoAndPlay (10); }
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 480
stop();
Symbol 254 Button
on (release) { play(); }
Symbol 269 Button
on (release) { gotoAndPlay (10); }
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 605
stop();
Symbol 279 Button
on (release) { gotoAndPlay (10); }
Symbol 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 382
stop();
Symbol 289 Button
on (release) { gotoAndPlay (10); }
Symbol 290 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 184
stop();
Symbol 299 Button
on (release) { gotoAndPlay (10); }
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 399
stop();
Symbol 306 MovieClip Frame 2972
gotoAndPlay (1);
Symbol 316 Button
on (release) { gotoAndPlay (10); }
Symbol 317 MovieClip Frame 1
stop();
Symbol 317 MovieClip Frame 484
stop();
Symbol 323 MovieClip Frame 36
gotoAndPlay (6);
Symbol 324 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 2
stop();
Symbol 324 MovieClip Frame 3
stop();
Symbol 331 Button
on (release) { play(); }
Symbol 334 MovieClip Frame 1
stop();
Symbol 334 MovieClip Frame 139
gotoAndStop (1);
Symbol 335 Button
on (release) { play(); }
Symbol 337 Button
on (release) { play(); }
Symbol 340 MovieClip Frame 1
stop();
Symbol 340 MovieClip Frame 117
stop();
Symbol 340 MovieClip Frame 311
stop();
Symbol 345 Button
on (release) { gotoAndStop ("OMG1"); }
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 296
stop();
Symbol 352 Button
on (release) { gotoAndStop (1062); }
Symbol 358 Button
on (release) { gotoAndPlay (10); }
Symbol 359 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 389
stop();
Symbol 369 Button
on (release) { gotoAndPlay (10); }
Symbol 370 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 344
stop();
Symbol 376 Button
on (release) { gotoAndPlay (10); }
Symbol 377 MovieClip Frame 1
stop();
Symbol 377 MovieClip Frame 479
stop();
Symbol 386 Button
on (release) { gotoAndPlay (10); }
Symbol 387 MovieClip Frame 1
stop();
Symbol 387 MovieClip Frame 416
stop();
Symbol 394 Button
on (release) { gotoAndPlay (10); }
Symbol 395 MovieClip Frame 1
stop();
Symbol 395 MovieClip Frame 328
stop();
Symbol 401 Button
on (release) { gotoAndPlay (10); }
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 344
stop();
Symbol 413 Button
on (release) { play(); }
Symbol 417 MovieClip Frame 1
stop();
Symbol 417 MovieClip Frame 2
stop();
Symbol 419 Button
on (release) { gotoAndPlay (10); }
Symbol 420 MovieClip Frame 1
stop();
Symbol 420 MovieClip Frame 214
stop();
Symbol 426 Button
on (release) { gotoAndPlay (10); }
Symbol 427 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 408
stop();
Symbol 433 Button
on (release) { gotoAndPlay (10); }
Symbol 434 MovieClip Frame 1
stop();
Symbol 434 MovieClip Frame 365
stop();
Symbol 439 Button
on (release) { gotoAndPlay (10); }
Symbol 440 MovieClip Frame 1
stop();
Symbol 440 MovieClip Frame 365
stop();
Symbol 444 Button
on (release) { gotoAndPlay (10); }
Symbol 445 MovieClip Frame 1
stop();
Symbol 445 MovieClip Frame 274
stop();
Symbol 450 Button
on (release) { play(); }
Symbol 454 MovieClip Frame 1
stop();
Symbol 454 MovieClip Frame 7
stop();
Symbol 460 Button
on (release) { play(); }
Symbol 464 MovieClip Frame 1
stop();
Symbol 464 MovieClip Frame 138
stop();
Symbol 466 Button
on (release) { play(); }
Symbol 469 MovieClip Frame 1
stop();
Symbol 469 MovieClip Frame 154
gotoAndStop (1);
Symbol 473 Button
on (release) { gotoAndPlay (1204); }
Symbol 475 MovieClip Frame 1219
stop();
Symbol 477 Button
on (release) { play(); }
Symbol 481 MovieClip Frame 1
stop();
Symbol 483 Button
on (release) { _root.health = _root.health - 25; play(); }
Symbol 490 MovieClip Frame 1
stop();
Symbol 492 Button
on (release) { play(); }
Symbol 494 MovieClip Frame 1
stop();
Symbol 494 MovieClip Frame 64
stop();
Symbol 494 MovieClip Frame 119
stop();
Symbol 495 Button
on (release) { play(); }
Symbol 497 MovieClip Frame 1
stop();
Symbol 497 MovieClip Frame 22
stop();
Symbol 500 MovieClip Frame 2721
gotoAndPlay (60);
Symbol 503 Button
on (release) { gotoAndPlay (10); }
Symbol 504 MovieClip Frame 1
stop();
Symbol 504 MovieClip Frame 253
stop();
Symbol 510 Button
on (release) { gotoAndPlay (10); }
Symbol 511 MovieClip Frame 1
stop();
Symbol 511 MovieClip Frame 344
stop();
Symbol 515 Button
on (release) { gotoAndStop ("OMG2"); }
Symbol 518 Button
on (release) { gotoAndPlay (10); }
Symbol 519 MovieClip Frame 1
stop();
Symbol 519 MovieClip Frame 204
stop();
Symbol 525 Button
on (release) { gotoAndPlay (10); }
Symbol 526 MovieClip Frame 1
stop();
Symbol 526 MovieClip Frame 376
stop();
Symbol 529 Button
on (release) { gotoAndPlay (10); }
Symbol 530 MovieClip Frame 1
stop();
Symbol 530 MovieClip Frame 268
stop();
Symbol 554 Button
on (release) { gotoAndPlay (10); }
Symbol 555 MovieClip Frame 1
stop();
Symbol 555 MovieClip Frame 736
stop();
Symbol 561 Button
on (release) { gotoAndPlay (10); }
Symbol 562 MovieClip Frame 1
stop();
Symbol 562 MovieClip Frame 376
stop();
Symbol 563 Button
on (release) { gotoAndStop (1115); }
Symbol 588 Button
on (release) { gotoAndPlay (10); }
Symbol 589 MovieClip Frame 1
stop();
Symbol 589 MovieClip Frame 224
stop();
Symbol 592 Button
on (release) { play(); }
Symbol 595 MovieClip Frame 1
stop();
Symbol 595 MovieClip Frame 41
stop();
Symbol 595 MovieClip Frame 71
stop();
Symbol 598 MovieClip Frame 1
stop();
Symbol 598 MovieClip Frame 41
stop();
Symbol 598 MovieClip Frame 71
stop();
Symbol 602 Button
on (release) { play(); }
Symbol 606 Button
on (release) { gotoAndPlay (2640); }
Symbol 612 MovieClip Frame 1
stop(); stop();
Symbol 612 MovieClip Frame 296
stop();
Symbol 619 MovieClip Frame 1
stop();
Symbol 619 MovieClip Frame 32
stop();
Symbol 621 MovieClip Frame 2202
gotoAndPlay (60);
Symbol 624 MovieClip Frame 12
gotoAndPlay (6);
Symbol 625 MovieClip Frame 1
stop();
Symbol 625 MovieClip Frame 2
stop();
Symbol 625 MovieClip Frame 3
stop();
Symbol 626 MovieClip Frame 1
stop();
Symbol 626 MovieClip Frame 2
stop();
Symbol 626 MovieClip Frame 3
stop();
Symbol 628 Button
on (release) { gotoAndStop ("OMG3"); }
Symbol 629 Button
on (release) { gotoAndStop (1168); }
Symbol 635 Button
on (release) { gotoAndPlay (10); }
Symbol 636 MovieClip Frame 1
stop();
Symbol 636 MovieClip Frame 276
stop();
Symbol 642 Button
on (release) { gotoAndPlay (10); }
Symbol 643 MovieClip Frame 1
stop();
Symbol 643 MovieClip Frame 291
stop();
Symbol 649 Button
on (release) { gotoAndPlay (10); }
Symbol 650 MovieClip Frame 1
stop();
Symbol 650 MovieClip Frame 339
stop();
Symbol 656 Button
on (release) { gotoAndPlay (10); }
Symbol 657 MovieClip Frame 1
stop();
Symbol 657 MovieClip Frame 361
stop();
Symbol 682 Button
on (release) { gotoAndPlay (10); }
Symbol 683 MovieClip Frame 1
stop();
Symbol 683 MovieClip Frame 639
stop();
Symbol 695 Button
on (release) { gotoAndPlay (10); }
Symbol 696 MovieClip Frame 1
stop();
Symbol 696 MovieClip Frame 675
stop();
Symbol 697 MovieClip Frame 2701
gotoAndPlay (60);
Symbol 700 Button
on (release) { play(); }
Symbol 703 MovieClip Frame 1
stop();
Symbol 703 MovieClip Frame 37
stop();
Symbol 703 MovieClip Frame 67
stop();
Symbol 705 Button
on (release) { play(); }
Symbol 707 Button
on (release) { play(); }
Symbol 709 Button
on (release) { play(); }
Symbol 711 MovieClip Frame 1
stop();
Symbol 711 MovieClip Frame 32
stop();
Symbol 711 MovieClip Frame 87
stop();
Symbol 718 MovieClip Frame 1
stop();
Symbol 718 MovieClip Frame 32
stop();
Symbol 725 MovieClip Frame 1
stop();
Symbol 725 MovieClip Frame 32
stop();
Symbol 741 MovieClip Frame 335
stop(); stop(); _root.dead = true; _root.gotoAndStop("BYE");
Symbol 743 MovieClip Frame 1
stop();
Symbol 743 MovieClip Frame 2
stop();
Symbol 743 MovieClip Frame 3
stop();
Symbol 743 MovieClip Frame 5
stop();
Symbol 745 Button
on (release) { gotoAndStop ("OMG4"); }
Symbol 754 Button
on (release) { gotoAndPlay (10); }
Symbol 755 MovieClip Frame 1
stop();
Symbol 755 MovieClip Frame 351
stop();
Symbol 761 Button
on (release) { gotoAndPlay (10); }
Symbol 762 MovieClip Frame 1
stop();
Symbol 762 MovieClip Frame 323
stop();
Symbol 768 Button
on (release) { gotoAndPlay (10); }
Symbol 769 MovieClip Frame 1
stop();
Symbol 769 MovieClip Frame 292
stop();
Symbol 770 MovieClip Frame 2076
gotoAndPlay (60);
Symbol 773 Button
on (release) { gotoAndPlay (10); }
Symbol 774 MovieClip Frame 1
stop();
Symbol 774 MovieClip Frame 184
stop();
Symbol 782 Button
on (release) { gotoAndPlay (10); }
Symbol 783 MovieClip Frame 1
stop();
Symbol 783 MovieClip Frame 390
stop();
Symbol 785 MovieClip Frame 28
stop();
Symbol 787 MovieClip Frame 1
stop();
Symbol 787 MovieClip Frame 2
stop();
Symbol 787 MovieClip Frame 3
stop();
Symbol 797 MovieClip Frame 1
stop();
Symbol 797 MovieClip Frame 71
stop();
Symbol 799 Button
on (release) { play(); }
Symbol 801 Button
on (release) { play(); }
Symbol 803 MovieClip Frame 1
stop();
Symbol 803 MovieClip Frame 57
stop();
Symbol 806 MovieClip Frame 1
stop();
Symbol 806 MovieClip Frame 42
stop();
Symbol 807 Button
on (release) { play(); }
Symbol 811 MovieClip Frame 1
stop();
Symbol 811 MovieClip Frame 71
stop();
Symbol 814 MovieClip Frame 1
stop();
Symbol 814 MovieClip Frame 2
stop();
Symbol 814 MovieClip Frame 3
stop();
Symbol 814 MovieClip Frame 5
stop();
Symbol 815 MovieClip Frame 1
stop();
Symbol 815 MovieClip Frame 2
stop();
Symbol 819 Button
on (release) { gotoAndStop ("OMG5"); }
Symbol 823 Button
on (release) { gotoAndPlay (10); }
Symbol 824 MovieClip Frame 1
stop();
Symbol 824 MovieClip Frame 197
stop();
Symbol 830 Button
on (release) { gotoAndPlay (10); }
Symbol 831 MovieClip Frame 1
stop();
Symbol 831 MovieClip Frame 337
stop();
Symbol 837 Button
on (release) { gotoAndPlay (10); }
Symbol 838 MovieClip Frame 1
stop();
Symbol 838 MovieClip Frame 370
stop();
Symbol 844 Button
on (release) { gotoAndPlay (10); }
Symbol 845 MovieClip Frame 1
stop();
Symbol 845 MovieClip Frame 299
stop();
Symbol 854 Button
on (release) { play(); }
Symbol 857 MovieClip Frame 1
stop();
Symbol 857 MovieClip Frame 42
stop();
Symbol 860 MovieClip Frame 1
stop();
Symbol 860 MovieClip Frame 59
stop();
Symbol 862 Button
on (release) { play(); }
Symbol 865 Button
on (release) { play(); }
Symbol 866 MovieClip Frame 1
stop();
Symbol 866 MovieClip Frame 138
stop();
Symbol 868 MovieClip Frame 5142
gotoAndPlay (60);
Symbol 870 Button
on (release) { gotoAndStop ("OMG55"); }
Symbol 872 Button
on (release) { gotoAndStop (1339); }
Symbol 879 MovieClip Frame 1
stop();
Symbol 893 Button
on (release) { gotoAndPlay (10); }
Symbol 894 MovieClip Frame 1
stop();
Symbol 894 MovieClip Frame 489
stop();
Symbol 895 MovieClip Frame 6484
gotoAndPlay (60);
Symbol 908 MovieClip Frame 1
stop();
Symbol 908 MovieClip Frame 260
stop();
Symbol 911 Button
on (release) { gotoAndStop ("OMG5"); }
Symbol 912 Button
on (release) { gotoAndStop (1392); }
Symbol 915 Button
on (release) { gotoAndPlay (10); }
Symbol 916 MovieClip Frame 1
stop();
Symbol 916 MovieClip Frame 171
stop();
Symbol 925 Button
on (release) { gotoAndPlay (10); }
Symbol 926 MovieClip Frame 1
stop();
Symbol 926 MovieClip Frame 426
stop();
Symbol 942 MovieClip Frame 11
stop();
Symbol 944 MovieClip Frame 1
stop();
Symbol 944 MovieClip Frame 255
stop();
Symbol 947 Button
on (release) { gotoAndPlay (10); }
Symbol 948 MovieClip Frame 1
stop();
Symbol 948 MovieClip Frame 258
stop();
Symbol 957 Button
on (release) { gotoAndPlay (10); }
Symbol 958 MovieClip Frame 1
stop();
Symbol 958 MovieClip Frame 568
stop();
Symbol 964 Button
on (release) { gotoAndPlay (10); }
Symbol 965 MovieClip Frame 1
stop();
Symbol 965 MovieClip Frame 255
stop();
Symbol 971 Button
on (release) { gotoAndPlay (10); }
Symbol 972 MovieClip Frame 1
stop();
Symbol 972 MovieClip Frame 444
stop();
Symbol 974 MovieClip Frame 1
stop();
Symbol 974 MovieClip Frame 2
stop();
Symbol 981 MovieClip Frame 1
stop();
Symbol 981 MovieClip Frame 30
stop();
Symbol 983 Button
on (release) { play(); }
Symbol 987 MovieClip Frame 1
stop();
Symbol 999 MovieClip Frame 1
stop();
Symbol 999 MovieClip Frame 304
stop();
Symbol 1002 MovieClip Frame 1
stop();
Instance of Symbol 1001 MovieClip in Symbol 1002 MovieClip Frame 1
on (release) { _root.health = _root.health - 100; }
Symbol 1002 MovieClip Frame 2
stop();
Symbol 1002 MovieClip Frame 3
stop();
Symbol 1002 MovieClip Frame 4
stop();
Symbol 1003 MovieClip Frame 2918
gotoAndPlay (60);
Symbol 1004 Button
on (release) { gotoAndStop (4); dead = true; }
Symbol 1005 MovieClip Frame 1
stop();
Symbol 1005 MovieClip Frame 2
stop();
Symbol 1005 MovieClip Frame 3
stop();
Symbol 1005 MovieClip Frame 4
stop(); this.visible = false;
Symbol 1006 Button
on (release) { dead = true; }
Symbol 1007 MovieClip Frame 1
stop();
Symbol 1007 MovieClip Frame 2
stop();
Symbol 1007 MovieClip Frame 3
stop();
Symbol 1011 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = true; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Instance of Symbol 208 MovieClip "healthBar" in Symbol 1011 MovieClip Frame 1
onClipEvent (enterFrame) { this._width = _root.health; }
Symbol 1013 Button
on (release) { gotoAndStop ("OMG7"); }
Symbol 1014 Button
on (release) { gotoAndStop (1450); }
Symbol 1029 Button
on (release) { _root.health = _root.health - 50; }
Symbol 1030 MovieClip Frame 1
stop();
Symbol 1031 MovieClip Frame 4027
gotoAndPlay (60);
Symbol 1038 Button
on (release) { gotoAndStop ("OMG8"); }
Symbol 1039 Button
on (release) { gotoAndStop (1503); }
Symbol 1045 MovieClip Frame 1
stop();
Instance of Symbol 1042 MovieClip in Symbol 1045 MovieClip Frame 1
on (release) { play(); }
Symbol 1048 MovieClip Frame 1
stop();
Instance of Symbol 1042 MovieClip in Symbol 1048 MovieClip Frame 1
on (release) { play(); }
Symbol 1048 MovieClip Frame 51
stop();
Instance of Symbol 1042 MovieClip in Symbol 1048 MovieClip Frame 51
on (release) { play(); }
Symbol 1052 MovieClip Frame 1
stop();
Instance of Symbol 1042 MovieClip in Symbol 1052 MovieClip Frame 1
on (release) { play(); }
Instance of Symbol 1045 MovieClip in Symbol 1053 MovieClip Frame 1
on (release) { play(); }
Instance of Symbol 1048 MovieClip in Symbol 1053 MovieClip Frame 1
on (release) { play(); }
Instance of Symbol 1052 MovieClip in Symbol 1053 MovieClip Frame 1
on (release) { play(); }
Symbol 1062 MovieClip Frame 6366
gotoAndPlay (60);
Symbol 1064 Button
on (release) { gotoAndStop ("OMG85"); }
Symbol 1067 Button
on (release) { gotoAndPlay (10); }
Symbol 1068 MovieClip Frame 1
stop();
Symbol 1068 MovieClip Frame 152
stop();
Symbol 1071 Button
on (release) { gotoAndPlay (10); }
Symbol 1072 MovieClip Frame 1
stop();
Symbol 1072 MovieClip Frame 143
stop();
Symbol 1075 MovieClip Frame 6306
stop();
Symbol 1076 Button
on (release) { gotoAndStop (1556); }
Symbol 1080 Button
on (release) { gotoAndPlay (10); }
Symbol 1081 MovieClip Frame 1
stop();
Symbol 1081 MovieClip Frame 271
stop();
Symbol 1086 Button
on (release) { gotoAndStop ("OMG11"); }
Symbol 1091 Button
on (release) { gotoAndPlay (10); }
Symbol 1092 MovieClip Frame 1
stop();
Symbol 1092 MovieClip Frame 557
stop();
Symbol 1101 Button
on (release) { gotoAndPlay (10); }
Symbol 1102 MovieClip Frame 1
stop();
Symbol 1102 MovieClip Frame 579
stop();
Symbol 1108 Button
on (release) { gotoAndPlay (10); }
Symbol 1109 MovieClip Frame 1
stop();
Symbol 1109 MovieClip Frame 464
stop();
Symbol 1122 Button
on (release) { gotoAndPlay (10); }
Symbol 1123 MovieClip Frame 1
stop();
Symbol 1123 MovieClip Frame 352
stop();
Symbol 1132 Button
on (release) { gotoAndPlay (10); }
Symbol 1133 MovieClip Frame 1
stop();
Symbol 1133 MovieClip Frame 500
stop();
Symbol 1135 Button
on (release) { gotoAndStop (1609); }
Symbol 1137 MovieClip Frame 1
stop();
Symbol 1137 MovieClip Frame 2
stop();
Symbol 1138 MovieClip Frame 1
stop();
Symbol 1138 MovieClip Frame 2
stop();
Symbol 1138 MovieClip Frame 3
stop();
Symbol 1140 MovieClip Frame 877
stop();
Symbol 1143 Button
on (release) { gotoAndPlay (10); }
Symbol 1144 MovieClip Frame 1
stop();
Symbol 1144 MovieClip Frame 230
stop();
Symbol 1145 MovieClip Frame 4203
gotoAndPlay (60);
Symbol 1146 MovieClip Frame 1
stop();
Symbol 1150 MovieClip Frame 260
stop();
Symbol 1152 Button
on (release) { gotoAndStop ("OMG12"); }
Symbol 1156 Button
on (release) { gotoAndPlay (10); }
Symbol 1157 MovieClip Frame 1
stop();
Symbol 1157 MovieClip Frame 240
stop();
Symbol 1160 Button
on (release) { gotoAndPlay (10); }
Symbol 1161 MovieClip Frame 1
stop();
Symbol 1161 MovieClip Frame 240
stop();
Symbol 1166 Button
on (release) { gotoAndStop (1662); }
Symbol 1267 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = true; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Instance of Symbol 208 MovieClip "healthBar" in Symbol 1267 MovieClip Frame 1
onClipEvent (enterFrame) { this._width = _root.health; }
Symbol 1267 MovieClip Frame 41
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = true; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 1269 Button
on (release) { gotoAndStop ("OMG13"); }
Symbol 1313 MovieClip Frame 7406
stop();
Symbol 1323 Button
on (release) { gotoAndStop (8939); }
Symbol 1327 Button
on (release) { gotoAndPlay (10); }
Symbol 1328 MovieClip Frame 1
stop();
Symbol 1328 MovieClip Frame 511
stop();
Symbol 1332 Button
on (release) { gotoAndPlay (10); }
Symbol 1333 MovieClip Frame 1
stop();
Symbol 1333 MovieClip Frame 687
stop();
Symbol 1337 Button
on (release) { gotoAndPlay (10); }
Symbol 1338 MovieClip Frame 1
stop();
Symbol 1338 MovieClip Frame 832
stop();
Symbol 1340 Button
on (release) { gotoAndStop (9460); }
Symbol 1342 MovieClip Frame 253
stop();
Symbol 1346 MovieClip Frame 394
stop();
Symbol 1351 Button
on (release) { gotoAndPlay (635); }
Symbol 1352 MovieClip Frame 5263
gotoAndPlay (60);

Library Items

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

Instance Names

"loader"Frame 1Symbol 12 MovieClip
"ground"Frame 1Symbol 17 MovieClip
"player"Frame 1Symbol 55 MovieClip
"ground"Frame 635Symbol 171 MovieClip
"enemy"Frame 635Symbol 197 MovieClip
"player"Frame 635Symbol 202 MovieClip
"wall"Frame 635Symbol 204 MovieClip
"ground"Frame 686Symbol 342 MovieClip
"player"Frame 686Symbol 202 MovieClip
"wall"Frame 686Symbol 204 MovieClip
"ground"Frame 737Symbol 498 MovieClip
"player"Frame 737Symbol 202 MovieClip
"wall"Frame 737Symbol 204 MovieClip
"ground"Frame 1062Symbol 620 MovieClip
"player"Frame 1062Symbol 202 MovieClip
"wall"Frame 1062Symbol 204 MovieClip
"ground"Frame 1115Symbol 726 MovieClip
"player"Frame 1115Symbol 202 MovieClip
"wall"Frame 1115Symbol 204 MovieClip
"door"Frame 1168Symbol 776 MovieClip
"player"Frame 1168Symbol 787 MovieClip
"ground"Frame 1168Symbol 812 MovieClip
"notplayer"Frame 1168Symbol 814 MovieClip
"wall"Frame 1168Symbol 815 MovieClip
"door"Frame 1227Symbol 776 MovieClip
"player"Frame 1227Symbol 787 MovieClip
"wall"Frame 1227Symbol 815 MovieClip
"ground"Frame 1227Symbol 867 MovieClip
"notplayer"Frame 1227Symbol 814 MovieClip
"ground"Frame 1286Symbol 909 MovieClip
"player"Frame 1286Symbol 202 MovieClip
"wall"Frame 1286Symbol 204 MovieClip
"wall"Frame 1339Symbol 974 MovieClip
"ground"Frame 1339Symbol 1000 MovieClip
"player"Frame 1339Symbol 1002 MovieClip
"wall"Frame 1339Symbol 204 MovieClip
"ground"Frame 1392Symbol 1021 MovieClip
"ground2"Frame 1392Symbol 1023 MovieClip
"player"Frame 1392Symbol 202 MovieClip
"wall"Frame 1392Symbol 204 MovieClip
"player"Frame 1392Symbol 1030 MovieClip
"ground"Frame 1450Symbol 1053 MovieClip
"player"Frame 1450Symbol 202 MovieClip
"wall"Frame 1450Symbol 204 MovieClip
"player"Frame 1450Symbol 1030 MovieClip
"player"Frame 1453Symbol 202 MovieClip
"ground"Frame 1503Symbol 1084 MovieClip
"player"Frame 1503Symbol 202 MovieClip
"wall"Frame 1503Symbol 204 MovieClip
"lost"Frame 1556Symbol 1140 MovieClip
"player"Frame 1556Symbol 1146 MovieClip
"wall"Frame 1556Symbol 204 MovieClip
"ground"Frame 1556Symbol 1148 MovieClip
"wall"Frame 1609Symbol 815 MovieClip
"wall2"Frame 1609Symbol 815 MovieClip
"wall1"Frame 1609Symbol 815 MovieClip
"wall5"Frame 1609Symbol 815 MovieClip
"wall4"Frame 1609Symbol 815 MovieClip
"wall3"Frame 1609Symbol 815 MovieClip
"ground"Frame 1609Symbol 1168 MovieClip
"player"Frame 1609Symbol 202 MovieClip
"ground"Frame 1662Symbol 1315 MovieClip
"player"Frame 1662Symbol 202 MovieClip
"player"Frame 1662Symbol 202 MovieClip
"player"Frame 7961Symbol 202 MovieClip
"player"Frame 8939Symbol 1146 MovieClip
"ground"Frame 8939Symbol 1346 MovieClip
"player"Frame 9449Symbol 202 MovieClip
"att1"Symbol 53 MovieClip Frame 16Symbol 52 MovieClip
"att1"Symbol 55 MovieClip Frame 5Symbol 54 MovieClip
"healthBar"Symbol 209 MovieClip Frame 1Symbol 208 MovieClip
"enemy"Symbol 324 MovieClip Frame 2Symbol 323 MovieClip
"enemy"Symbol 625 MovieClip Frame 2Symbol 624 MovieClip
"enemy"Symbol 625 MovieClip Frame 3Symbol 323 MovieClip
"enemy"Symbol 626 MovieClip Frame 2Symbol 323 MovieClip
"enemy"Symbol 814 MovieClip Frame 2Symbol 813 MovieClip
"enemy"Symbol 814 MovieClip Frame 3Symbol 323 MovieClip
"enemy"Symbol 1005 MovieClip Frame 2Symbol 323 MovieClip
"healthBar"Symbol 1011 MovieClip Frame 1Symbol 208 MovieClip
"enemy"Symbol 1138 MovieClip Frame 2Symbol 323 MovieClip
"enemy"Symbol 1140 MovieClip Frame 700Symbol 323 MovieClip
"healthBar"Symbol 1267 MovieClip Frame 1Symbol 208 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"OMG"Frame 635
"D"Frame 636
"R2"Frame 685
"OMG1"Frame 686
"D1"Frame 687
"---"Frame 736
"OMG2"Frame 737
"D2"Frame 1012
"OMG3"Frame 1062
"D3"Frame 1065
"OMG4"Frame 1115
"D4"Frame 1118
"OMG5"Frame 1168
"D5"Frame 1170
"next"Frame 1220
"OMG55"Frame 1227
"D55"Frame 1229
"next2"Frame 1279
"OMG6"Frame 1286
"D6"Frame 1289
"OMG7"Frame 1339
"D7"Frame 1342
"OMG8"Frame 1392
"D8"Frame 1400
"OMG85"Frame 1450
"D85"Frame 1453
"OMG11"Frame 1503
"D11"Frame 1506
"OMG12"Frame 1556
"D12"Frame 1559
"OMG13"Frame 1609
"D13"Frame 1612
"S"Frame 9460
"BYE"Symbol 743 MovieClip Frame 5
"BYE"Symbol 814 MovieClip Frame 5

Dynamic Text Variables

percentbytesSymbol 7 EditableText"0"




http://swfchan.com/10/47548/info.shtml
Created: 1/5 -2019 15:22:54 Last modified: 1/5 -2019 15:22:54 Server time: 23/12 -2024 00:56:16