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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM18883218-13DC&rnd=18883218" width="1" height="1"></div>

armorgames a-blobs-tale-2-5623.swf

This is the info page for
Flash #268154

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


Text
Newgrounds API Connector

Connecting to the Newgrounds Gateway...

Connection Established!

medal unlocked!

MEDAL GET!

100pts

YOU ARE NOT LOGGED IN!

You will not be able to use any
members-only features!

Some features may be
temporarily unavailable.

API CONNECTION FAILED

NOTICE!

A new version is now available!
Click the button below to check it out.

View latest version

UNAUTHORIZED USE!!

This website is hosting this file without proper consent!
Click the button below to view a legal version.

View authorized version

Continue >

Continue >

Continue >

Continue game

New game

credit Kevin Macleod

Play more games

Our hero's mission to retrieve the star of power was
successful, and he was eager to get back home to the forest.

Next >

Next >

Next >

Skip intro >>

Skip intro >>

Skip intro >>

Everything looked
normal in the woods,
but when he reached
the house he could
tell that something
was wrong.

Inside the house he found nothing but broken frames, tables and
chairs. His girlfriend was gone and on the floor there was a note
left behind.

"We have your girlfriend. Give us
the Star of Power and we will let
her live." The note said.

The creature understood that the note came from
the Dark Lord of the north. and he knew this had to end, once
and forall.

Continue >

Continue >

Continue >

footstep puffs

RAINSOUND

Windsound

door >

Flash V-Cam

door >

Next

As the creature began to take his final breath,
the star of power started to glow, merging itself with the creature.
The dieing creature felt power running through his veins, he knew nothing
could hurt him. He knew he was immortal.

LEVEL 7#

Hello there :3.

footstep puffs

You better not
wake him... hes
grumpy when he
wakes up...

FPS

0

has vcam
changing things

footstep puffs

Click your mouse to use your
boomerang. Huh... i wonder if
you have had that this whole
time..

Only a creature of
neutral power to the
dark lord, can break
this barrier

Apperently, The
"Spacebar" is used
to pull levers and
pick up objects.

Aparently you "Click"
on the Jigsaw peices to pick
them up. Then "Click again" to
drop them. Pressing "Space"
while they are picked up rotates
them.

Wow that sheild looks pretty
shiny, try using it by holding "E"

The stone face in this
room only opens his
mouth when he sees
a "star made of  light".
Strange fellow.

level change code is on elevator

blacksqure is level changer

hrrm so you made it this far..
never the less, this is what i have been
expecting... let us end this once and for all
shall we. that star of yours, will be mine!

continue

level changer code is on the 3 frame inside this.
then inside the 3rd frame its the pink circle above the stage on the very last frame
of the "standingtoblast" movie clip

spike code also level change code.

rubble

For you I'd go anywhere..

put menu button inside the "finaltext" movie clip >>>>for you id go anywhere"

ActionScript [AS1/AS2]

Frame 1
function goTo() { getURL ("http://www.armorgames.com"); } var newMenu = new ContextMenu(); newMenu.hideBuiltInItems(); newMenu.builtInItems.quality = true; newMenu.customItems.push(new ContextMenuItem("armorgames.com - Play More Games", goTo)); this.menu = newMenu; myURL = _url; okDomains = ["armorgames.com"]; allowed = false; i = 0; while (i < okDomains.length) { if (myURL.indexOf(okDomains[i]) != -1) { allowed = true; } i++; } if (allowed == false) { _root._alpha = 0; }
Instance of Symbol 156 MovieClip in Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 141 MovieClip [Preloader Bar (NewgroundsAPI)] in Frame 1
//component parameters onClipEvent (construct) { AUTO_PLAY = false; }
Instance of Symbol 106 MovieClip [API Connector (NewgroundsAPI)] in Frame 1
//component parameters onClipEvent (construct) { encryption_key = "EZH0LdWH0gJ4mbkyqOOUa87HqoxkCdWb"; movie_id = "11309"; movie_version = ""; fake_session = true; debug = true; error_screens = true; medal_popups = true; }
Instance of Symbol 175 MovieClip in Frame 1
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y; }
Frame 2
stop();
Frame 3
stop();
Frame 4
stop(); var savefile = SharedObject.getLocal("ablobstale2"); _root.level = savefile.data.level;
Instance of Symbol 218 MovieClip in Frame 4
onClipEvent (enterFrame) { var savefile = SharedObject.getLocal("ablobstale2"); _root.level = savefile.data.level; } onClipEvent (enterFrame) { if (_root.level == undefined) { _root.conbutton._alpha = 50; } if (_root.level == 0) { _root.conbutton._alpha = 50; } }
Instance of Symbol 106 MovieClip [API Connector (NewgroundsAPI)] in Frame 4
//component parameters onClipEvent (construct) { encryption_key = "EZH0LdWH0gJ4mbkyqOOUa87HqoxkCdWb"; movie_id = "11309"; movie_version = ""; fake_session = true; debug = true; error_screens = true; medal_popups = true; }
Frame 5
stop(); _root.level = 0; savefile.data.level = _root.level; savefile.flush();
Instance of Symbol 263 MovieClip in Frame 5
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y - 80; }
Frame 6
stopAllSounds(); _root.nextFrame();
Frame 7
_root.boomerang._y = _root.char._y; _root.fadeout.gotoAndPlay(1); _root.death = false; _root.deathcount = 0; stop();
Instance of Symbol 269 MovieClip "ground" in Frame 7
onClipEvent (enterFrame) { this._visible = false; }
Instance of Symbol 363 MovieClip "char" in Frame 7
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = false; throwing = false; sheildable = false; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.binhere == true) { this._x = 769.6; this._y = 301.55; _root.vcam._x = 589.6; _root.vcam._y = 224.55; _root.binhere = false; } }
Instance of Symbol 405 MovieClip "boomerang" in Frame 7
onClipEvent (load) { launched = false; timer = 0; boomspeed = 0; rot = 0; shootable = true; throwspeed = 0; switchhit = false; thing = false; grapspeed = 0; rotnum = 0; } onClipEvent (mouseDown) { if (((((!launched) && (shootable)) && (!_root.char.shooting)) && (!_root.char.holding)) && (!_root.char.grabbed)) { switchhit = true; throwspeed = 8; this.gotoAndStop(3); launched = true; rotnum = 0; } } onClipEvent (enterFrame) { if ((launched && (this.hitTest(_root.char.hitbox))) && (timer > 30)) { swtichhit = false; this.gotoAndStop(2); this.boomeroptions.gotoAndStop(1); launched = false; boomspeed = 0; timer = 0; } if (!shootable) { swtichhit = false; this._x = _root.char._x; this._y = _root.char._y - 25; timer = 0; boomspeed = 0; launched = false; this.boomeroptions.gotoAndStop(1); } if (!launched) { this._x = _root.char._x; this._y = _root.char._y - 25; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } if (launched && (timer < 30)) { rot = this._rotation + 90; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); } if (launched && (timer > 28)) { rot = this._rotation - 90; adjside = _root.char._x - this._x; oppside = -1 * ((_root.char._y - 25) - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); throwspeed = throwspeed - 0.5; } if (launched) { timer = timer + 1; } if ((_root.ground.hitTest(this._x, this._y, true) && (launched)) && (timer < 29)) { timer = 31; throwspeed = -10; } }
Instance of Symbol 408 MovieClip "stoprrr" in Frame 7
onClipEvent (load) { timer = 0; i = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if (i > 30) { i = 0; } if (Key.isDown(39) && (timer > 10)) { i++; _root.footstepuff.duplicateMovieClip("dee" + i, i, {_x:_root.char._x, _y:_root.char._y}); timer = 0; } if (Key.isDown(37) && (timer > 10)) { i++; _root.footstepuff.duplicateMovieClip("dee" + i, i, {_x:_root.char._x, _y:_root.char._y}); timer = 0; } }
Instance of Symbol 420 MovieClip "star" in Frame 7
onClipEvent (enterFrame) { x = (_root.char._x - _x) / 15; y = (_root.char._y - _y) / 10; _x = (_x + x); _x = (_x + x); _y = (_y + y); _y = (_y + y); }
Instance of Symbol 428 MovieClip "footpuffnew" in Frame 7
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if ((((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe != 1)) && (_root.char._currentframe != 5)) && (_root.char._currentframe != 10)) && (Key.isDown(68))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = -100; this._x = _root.char._x; this._y = _root.char._y; } if ((((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe != 1)) && (_root.char._currentframe != 5)) && (_root.char._currentframe != 10)) && (Key.isDown(65))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = 100; this._x = _root.char._x; this._y = _root.char._y; } }
Instance of Symbol 432 MovieClip in Frame 7
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y - 80; }
Instance of Symbol 438 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.star)) { _root.star._y = _root.star._y + 7; } } onClipEvent (load) { this._visible = false; }
Instance of Symbol 441 MovieClip "vcam" in Frame 7
onClipEvent (enterFrame) { if (_root.char._x <= 590) { this._x = _root.char._x; } } onClipEvent (enterFrame) { this._y = _root.char._y - 80; }
Frame 8
_root.fadeout.gotoAndPlay(1); _root.level = 2; savefile.data.level = _root.level; savefile.flush(); stop(); _root.binhere = true; stopAllSounds();
Instance of Symbol 420 MovieClip "star" in Frame 8
onClipEvent (enterFrame) { x = (_root.char._x - _x) / 15; y = (_root.char._y - _y) / 10; _x = (_x + x); _x = (_x + x); _y = (_y + y); _y = (_y + y); }
Instance of Symbol 363 MovieClip "char" in Frame 8
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = false; throwing = false; sheildable = false; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.binhere2 == true) { this._x = 589.4; this._y = 349.8; _root.vcam._x = 589.4; _root.vcam._y = 258.8; _root.binhere2 = false; } }
Instance of Symbol 438 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.star)) { _root.star._y = _root.star._y + 4.5; } } onClipEvent (load) { this._visible = false; }
Instance of Symbol 438 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.star)) { _root.star._y = _root.star._y + 3; } } onClipEvent (load) { this._visible = false; }
Frame 9
_root.fadeout.gotoAndPlay(1); _root.level = 3; savefile.data.level = _root.level; savefile.flush(); stop(); _root.binhere2 = true;
Instance of Symbol 363 MovieClip "char" in Frame 9
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = false; throwing = false; sheildable = false; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } }
Instance of Symbol 405 MovieClip "boomerang" in Frame 9
onClipEvent (load) { launched = false; timer = 0; boomspeed = 0; rot = 0; shootable = true; throwspeed = 0; switchhit = false; thing = false; grapspeed = 0; rotnum = 0; } onClipEvent (mouseDown) { if (((((!launched) && (shootable)) && (!_root.char.shooting)) && (!_root.char.holding)) && (!_root.char.grabbed)) { switchhit = true; throwspeed = 8; this.gotoAndStop(3); launched = true; rotnum = 0; } } onClipEvent (enterFrame) { if ((launched && (this.hitTest(_root.char.hitbox))) && (timer > 30)) { swtichhit = false; this.gotoAndStop(2); this.boomeroptions.gotoAndStop(1); launched = false; boomspeed = 0; timer = 0; } if (!shootable) { swtichhit = false; this._x = _root.char._x; this._y = _root.char._y - 25; timer = 0; boomspeed = 0; launched = false; this.boomeroptions.gotoAndStop(1); } if (!launched) { this._x = _root.char._x; this._y = _root.char._y - 25; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } if (launched && (timer < 30)) { rot = this._rotation + 90; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); } if (launched && (timer > 28)) { rot = this._rotation - 90; adjside = _root.char._x - this._x; oppside = -1 * ((_root.char._y - 25) - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); throwspeed = throwspeed - 0.5; } if (launched) { timer = timer + 1; } if ((_root.ground.hitTest(this._x, this._y, true) && (launched)) && (timer < 29)) { timer = 31; throwspeed = -10; } }
Instance of Symbol 420 MovieClip "star" in Frame 9
onClipEvent (enterFrame) { x = (_root.char._x - _x) / 15; y = (_root.char._y - _y) / 10; _x = (_x + x); _x = (_x + x); _y = (_y + y); _y = (_y + y); }
Instance of Symbol 428 MovieClip "footpuffnew" in Frame 9
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if ((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe == 1)) && (Key.isDown(39))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = -100; this._x = _root.char._x; this._y = _root.char._y; } if ((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe == 1)) && (Key.isDown(37))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = 100; this._x = _root.char._x; this._y = _root.char._y; } }
Instance of Symbol 432 MovieClip in Frame 9
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y - 80; }
Instance of Symbol 438 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.star)) { _root.star._y = _root.star._y + 3; } } onClipEvent (load) { this._visible = false; }
Instance of Symbol 441 MovieClip "vcam" in Frame 9
onClipEvent (enterFrame) { if (_root.char._x <= 590) { this._x = _root.char._x; } } onClipEvent (enterFrame) { if (_root.char._y <= 270) { this._y = _root.char._y - 80; } }
Frame 10
_root.fadeout.gotoAndPlay(1); _root.level = 4; savefile.data.level = _root.level; savefile.flush(); stop();
Frame 11
_root.boomerang._y = _root.char._y; _root.fadeout.gotoAndPlay(1); _root.level = 5; savefile.data.level = _root.level; savefile.flush(); stop();
Instance of Symbol 520 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; movetimer = 0; speed = 2; moving = false; standing = true; standingtimer = Math.random() * 100; directiondice = 0; left = true; right = false; } onClipEvent (enterFrame) { if (_root.wall.hitTest(this._x, this._y, true) && (left)) { directiondice = 1; moving = false; } if (_root.wall.hitTest(this._x, this._y, true) && (right)) { directiondice = 2; moving = false; } if (standing) { standingtimer--; } if ((standing && (standingtimer < 0)) && (this.stand._currentframe < 3)) { standing = false; directiondice = 1 + (Math.random() * 1); directiondice = Math.round(directiondice); this.gotoAndStop(2); } if (((!standing) && (directiondice < 2)) && (!moving)) { this._xscale = -100; moving = true; left = false; right = true; speed = 1; movetimer = Math.random() * 300; } if (((!standing) && (directiondice > 1)) && (!moving)) { this._xscale = 100; moving = true; left = true; right = false; speed = -1; movetimer = Math.random() * 300; } if (moving && (movetimer > 1)) { this._x = this._x + speed; movetimer--; } if ((moving && (movetimer < 2)) && (this.move._currentframe < 3)) { moving = false; standingtimer = Math.random() * 100; standing = true; directiondice = 0; this.gotoAndStop(1); } }
Instance of Symbol 520 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; movetimer = 0; speed = 2; moving = false; standing = true; standingtimer = Math.random() * 100; directiondice = 0; left = true; right = false; } onClipEvent (enterFrame) { if (_root.wall.hitTest(this._x, this._y, true) && (left)) { directiondice = 1; moving = false; } if (_root.wall.hitTest(this._x, this._y, true) && (right)) { directiondice = 2; moving = false; } if (standing) { standingtimer--; } if ((standing && (standingtimer < 0)) && (this.stand._currentframe < 3)) { standing = false; directiondice = 1 + (Math.random() * 1); directiondice = Math.round(directiondice); this.gotoAndStop(2); } if (((!standing) && (directiondice < 2)) && (!moving)) { this._xscale = -100; moving = true; left = false; right = true; speed = 1; movetimer = Math.random() * 300; } if (((!standing) && (directiondice > 1)) && (!moving)) { this._xscale = 100; moving = true; left = true; right = false; speed = -1; movetimer = Math.random() * 300; } if (moving && (movetimer > 1)) { this._x = this._x + speed; movetimer--; } if ((moving && (movetimer < 2)) && (this.move._currentframe < 3)) { moving = false; standingtimer = Math.random() * 100; standing = true; directiondice = 0; this.gotoAndStop(1); } }
Instance of Symbol 520 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; movetimer = 0; speed = 2; moving = false; standing = true; standingtimer = Math.random() * 100; directiondice = 0; left = true; right = false; } onClipEvent (enterFrame) { if (_root.wall.hitTest(this._x, this._y, true) && (left)) { directiondice = 1; moving = false; } if (_root.wall.hitTest(this._x, this._y, true) && (right)) { directiondice = 2; moving = false; } if (standing) { standingtimer--; } if ((standing && (standingtimer < 0)) && (this.stand._currentframe < 3)) { standing = false; directiondice = 1 + (Math.random() * 1); directiondice = Math.round(directiondice); this.gotoAndStop(2); } if (((!standing) && (directiondice < 2)) && (!moving)) { this._xscale = -100; moving = true; left = false; right = true; speed = 1; movetimer = Math.random() * 300; } if (((!standing) && (directiondice > 1)) && (!moving)) { this._xscale = 100; moving = true; left = true; right = false; speed = -1; movetimer = Math.random() * 300; } if (moving && (movetimer > 1)) { this._x = this._x + speed; movetimer--; } if ((moving && (movetimer < 2)) && (this.move._currentframe < 3)) { moving = false; standingtimer = Math.random() * 100; standing = true; directiondice = 0; this.gotoAndStop(1); } }
Instance of Symbol 520 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; movetimer = 0; speed = 2; moving = false; standing = true; standingtimer = Math.random() * 100; directiondice = 0; left = true; right = false; } onClipEvent (enterFrame) { if (_root.wall.hitTest(this._x, this._y, true) && (left)) { directiondice = 1; moving = false; } if (_root.wall.hitTest(this._x, this._y, true) && (right)) { directiondice = 2; moving = false; } if (standing) { standingtimer--; } if ((standing && (standingtimer < 0)) && (this.stand._currentframe < 3)) { standing = false; directiondice = 1 + (Math.random() * 1); directiondice = Math.round(directiondice); this.gotoAndStop(2); } if (((!standing) && (directiondice < 2)) && (!moving)) { this._xscale = -100; moving = true; left = false; right = true; speed = 1; movetimer = Math.random() * 300; } if (((!standing) && (directiondice > 1)) && (!moving)) { this._xscale = 100; moving = true; left = true; right = false; speed = -1; movetimer = Math.random() * 300; } if (moving && (movetimer > 1)) { this._x = this._x + speed; movetimer--; } if ((moving && (movetimer < 2)) && (this.move._currentframe < 3)) { moving = false; standingtimer = Math.random() * 100; standing = true; directiondice = 0; this.gotoAndStop(1); } }
Instance of Symbol 520 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; movetimer = 0; speed = 2; moving = false; standing = true; standingtimer = Math.random() * 100; directiondice = 0; left = true; right = false; } onClipEvent (enterFrame) { if (_root.wall.hitTest(this._x, this._y, true) && (left)) { directiondice = 1; moving = false; } if (_root.wall.hitTest(this._x, this._y, true) && (right)) { directiondice = 2; moving = false; } if (standing) { standingtimer--; } if ((standing && (standingtimer < 0)) && (this.stand._currentframe < 3)) { standing = false; directiondice = 1 + (Math.random() * 1); directiondice = Math.round(directiondice); this.gotoAndStop(2); } if (((!standing) && (directiondice < 2)) && (!moving)) { this._xscale = -100; moving = true; left = false; right = true; speed = 1; movetimer = Math.random() * 300; } if (((!standing) && (directiondice > 1)) && (!moving)) { this._xscale = 100; moving = true; left = true; right = false; speed = -1; movetimer = Math.random() * 300; } if (moving && (movetimer > 1)) { this._x = this._x + speed; movetimer--; } if ((moving && (movetimer < 2)) && (this.move._currentframe < 3)) { moving = false; standingtimer = Math.random() * 100; standing = true; directiondice = 0; this.gotoAndStop(1); } }
Instance of Symbol 573 MovieClip in Frame 11
onClipEvent (load) { xeyes = this._x; yeyes = this._y + 40; } onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { this.speechbubble.nextFrame(); } else { this.speechbubble.prevFrame(); } if (((this._x + this.eyes._x) < _root.char._x) && ((xeyes + 20) >= (this._x + this.eyes._x))) { this.eyes._x++; } if (((this._x + this.eyes._x) > _root.char._x) && ((xeyes - 20) <= (this._x + this.eyes._x))) { this.eyes._x--; } if ((((this._y + 40) + this.eyes._y) < (_root.char._y + 20)) && ((yeyes + 40) >= (this._y + (this.eyes._y + 40)))) { this.eyes._y++; } if ((((this._y + 40) + this.eyes._y) > (_root.char._y + 20)) && (yeyes <= (this._y + (this.eyes._y + 40)))) { this.eyes._y--; } }
Instance of Symbol 363 MovieClip "char" in Frame 11
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = false; throwing = false; sheildable = false; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } }
Instance of Symbol 405 MovieClip "boomerang" in Frame 11
onClipEvent (load) { launched = false; timer = 0; boomspeed = 0; rot = 0; shootable = true; throwspeed = 0; switchhit = false; thing = false; grapspeed = 0; rotnum = 0; } onClipEvent (mouseDown) { if (((((!launched) && (shootable)) && (!_root.char.shooting)) && (!_root.char.holding)) && (!_root.char.grabbed)) { switchhit = true; throwspeed = 8; this.gotoAndStop(3); launched = true; rotnum = 0; } } onClipEvent (enterFrame) { if ((launched && (this.hitTest(_root.char.hitbox))) && (timer > 30)) { swtichhit = false; this.gotoAndStop(2); this.boomeroptions.gotoAndStop(1); launched = false; boomspeed = 0; timer = 0; } if (!shootable) { swtichhit = false; this._x = _root.char._x; this._y = _root.char._y - 25; timer = 0; boomspeed = 0; launched = false; this.boomeroptions.gotoAndStop(1); } if (!launched) { this._x = _root.char._x; this._y = _root.char._y - 25; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } if (launched && (timer < 30)) { rot = this._rotation + 90; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); } if (launched && (timer > 28)) { rot = this._rotation - 90; adjside = _root.char._x - this._x; oppside = -1 * ((_root.char._y - 25) - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); throwspeed = throwspeed - 0.5; } if (launched) { timer = timer + 1; } if ((_root.ground.hitTest(this._x, this._y, true) && (launched)) && (timer < 29)) { timer = 31; throwspeed = -10; } }
Instance of Symbol 428 MovieClip "footpuffnew" in Frame 11
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if ((((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe != 1)) && (_root.char._currentframe != 5)) && (_root.char._currentframe != 10)) && (Key.isDown(68))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = -100; this._x = _root.char._x; this._y = _root.char._y; } if ((((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe != 1)) && (_root.char._currentframe != 5)) && (_root.char._currentframe != 10)) && (Key.isDown(65))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = 100; this._x = _root.char._x; this._y = _root.char._y; } }
Instance of Symbol 577 MovieClip "stoprrr" in Frame 11
onClipEvent (load) { timer = 0; i = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if (i > 30) { i = 0; } if (Key.isDown(68) && (timer > 10)) { i++; _root.footstepuff.duplicateMovieClip("dee" + i, i, {_x:_root.char._x, _y:_root.char._y}); timer = 0; } if (Key.isDown(65) && (timer > 10)) { i++; _root.footstepuff.duplicateMovieClip("dee" + i, i, {_x:_root.char._x, _y:_root.char._y}); timer = 0; } }
Instance of Symbol 580 MovieClip in Frame 11
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y; }
Instance of Symbol 436 MovieClip "nextRoom" in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { stopAllSounds(); } }
Instance of Symbol 585 MovieClip in Frame 11
onClipEvent (enterFrame) { if (_root.death == true) { this.gotoAndStop(2); } }
Frame 12
_root.fadeout.gotoAndPlay(1); _root.level = 6; savefile.data.level = _root.level; savefile.flush(); stop(); _root.char._y = 204.7; _root.char._x = 5; _root.fire = false; _root.cantmove = false;
Instance of Symbol 441 MovieClip "vcam" in Frame 12
onClipEvent (enterFrame) { if (_root.char._x >= 347.6) { this._x = _root.char._x; } }
Frame 13
_root.nextFrame(); _root.level = 7; savefile.data.level = _root.level; savefile.flush();
Frame 14
_root.fadeout.gotoAndPlay(1);
Instance of Symbol 595 MovieClip "ground" in Frame 14
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Instance of Symbol 606 MovieClip in Frame 14
onClipEvent (load) { xeyes = this._x; yeyes = this._y + 40; } onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { this.speechbubble.nextFrame(); } else { this.speechbubble.prevFrame(); } if (((this._x + this.eyes._x) < _root.char._x) && ((xeyes + 20) >= (this._x + this.eyes._x))) { this.eyes._x++; } if (((this._x + this.eyes._x) > _root.char._x) && ((xeyes - 20) <= (this._x + this.eyes._x))) { this.eyes._x--; } if ((((this._y + 40) + this.eyes._y) < (_root.char._y + 20)) && ((yeyes + 40) >= (this._y + (this.eyes._y + 40)))) { this.eyes._y++; } if ((((this._y + 40) + this.eyes._y) > (_root.char._y + 20)) && (yeyes <= (this._y + (this.eyes._y + 40)))) { this.eyes._y--; } }
Instance of Symbol 632 MovieClip in Frame 14
onClipEvent (load) { hit1 = false; hit2 = false; xreset = _root.char._x; yreset = _root.char._y; } onClipEvent (enterFrame) { if ((_root.char._x > (this._x + 170)) && (!hit1)) { this.rocker.gotoAndPlay(2); hit1 = true; } if ((this.rocker._currentframe > 29) && (!hit2)) { this.gotoAndPlay(2); hit2 = true; } if (this.hitTest(_root.char._x, _root.char._y - 20, true) && (this._currentframe > 1451)) { _root.char._x = _root.char._x + 5; } if ((this.hitTest(_root.char._x, _root.char._y - 20, true) && (this._currentframe > 2)) && (this._currentframe < 1452)) { _root.char._x = xreset; _root.char._y = yreset; _root.death = true; _root.deathcount = _root.deathcount + 1; hit1 = false; hit2 = false; this.gotoAndStop(1); _root.vcam._x = 350; } }
Instance of Symbol 363 MovieClip "char" in Frame 14
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = false; throwing = false; sheildable = false; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } }
Instance of Symbol 405 MovieClip "boomerang" in Frame 14
onClipEvent (load) { launched = false; timer = 0; boomspeed = 0; rot = 0; shootable = true; throwspeed = 0; switchhit = false; thing = false; grapspeed = 0; rotnum = 0; } onClipEvent (mouseDown) { if (((((!launched) && (shootable)) && (!_root.char.shooting)) && (!_root.char.holding)) && (!_root.char.grabbed)) { switchhit = true; throwspeed = 8; this.gotoAndStop(3); launched = true; rotnum = 0; } } onClipEvent (enterFrame) { if ((launched && (this.hitTest(_root.char.hitbox))) && (timer > 30)) { swtichhit = false; this.gotoAndStop(2); this.boomeroptions.gotoAndStop(1); launched = false; boomspeed = 0; timer = 0; } if (!shootable) { swtichhit = false; this._x = _root.char._x; this._y = _root.char._y - 25; timer = 0; boomspeed = 0; launched = false; this.boomeroptions.gotoAndStop(1); } if (!launched) { this._x = _root.char._x; this._y = _root.char._y - 25; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } if (launched && (timer < 30)) { rot = this._rotation + 90; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); } if (launched && (timer > 28)) { rot = this._rotation - 90; adjside = _root.char._x - this._x; oppside = -1 * ((_root.char._y - 25) - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); throwspeed = throwspeed - 0.5; } if (launched) { timer = timer + 1; } if ((_root.ground.hitTest(this._x, this._y, true) && (launched)) && (timer < 29)) { timer = 31; throwspeed = -10; } }
Instance of Symbol 636 MovieClip in Frame 14
onClipEvent (enterFrame) { this._visible = false; }
Instance of Symbol 441 MovieClip "vcam" in Frame 14
onClipEvent (enterFrame) { if (_root.char._x >= 347.6) { this._x = _root.char._x; } }
Instance of Symbol 637 MovieClip in Frame 14
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y; }
Frame 15
_root.nextFrame(); stopAllSounds(); _root.level = 8; savefile.data.level = _root.level; savefile.flush();
Frame 16
_root.fadeout.gotoAndPlay(1); _root.level = 9; savefile.data.level = _root.level; savefile.flush();
Instance of Symbol 363 MovieClip "char" in Frame 16
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = false; throwing = false; sheildable = false; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } }
Instance of Symbol 405 MovieClip "boomerang" in Frame 16
onClipEvent (load) { launched = false; timer = 0; boomspeed = 0; rot = 0; shootable = true; throwspeed = 0; switchhit = false; thing = false; grapspeed = 0; rotnum = 0; } onClipEvent (mouseDown) { if (((((!launched) && (shootable)) && (!_root.char.shooting)) && (!_root.char.holding)) && (!_root.char.grabbed)) { switchhit = true; throwspeed = 8; this.gotoAndStop(3); launched = true; rotnum = 0; } } onClipEvent (enterFrame) { if ((launched && (this.hitTest(_root.char.hitbox))) && (timer > 30)) { swtichhit = false; this.gotoAndStop(2); this.boomeroptions.gotoAndStop(1); launched = false; boomspeed = 0; timer = 0; } if (!shootable) { swtichhit = false; this._x = _root.char._x; this._y = _root.char._y - 25; timer = 0; boomspeed = 0; launched = false; this.boomeroptions.gotoAndStop(1); } if (!launched) { this._x = _root.char._x; this._y = _root.char._y - 25; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } if (launched && (timer < 30)) { rot = this._rotation + 90; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); } if (launched && (timer > 28)) { rot = this._rotation - 90; adjside = _root.char._x - this._x; oppside = -1 * ((_root.char._y - 25) - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); throwspeed = throwspeed - 0.5; } if (launched) { timer = timer + 1; } if ((_root.ground.hitTest(this._x, this._y, true) && (launched)) && (timer < 29)) { timer = 31; throwspeed = -10; } }
Instance of Symbol 636 MovieClip in Frame 16
onClipEvent (enterFrame) { this._visible = false; }
Instance of Symbol 441 MovieClip "vcam" in Frame 16
onClipEvent (enterFrame) { if (_root.char._x >= 347.6) { this._x = _root.char._x; } }
Instance of Symbol 580 MovieClip in Frame 16
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y; }
Instance of Symbol 655 MovieClip in Frame 16
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this.nextFrame(); } if (Key.isDown(65)) { this.prevFrame(); } }
Frame 17
_root.boomerang._y = _root.char._y; nextFrame(); _root.level = 10; savefile.data.level = _root.level; savefile.flush();
Instance of Symbol 585 MovieClip in Frame 17
onClipEvent (enterFrame) { if (_root.death == true) { this.gotoAndStop(2); } }
Instance of Symbol 657 MovieClip in Frame 17
onClipEvent (load) { bosskilled = false; } onClipEvent (enterFrame) { if ((_root.fallingland._currentframe > 4) && (!bosskilled)) { var medal_name = "Kill the Main Boss"; com.newgrounds.API.unlockMedal(medal_name); bosskilled = true; } }
Frame 18
stop();
Instance of Symbol 703 MovieClip "ground2" in Frame 18
onClipEvent (load) { this.rockpeice1.gotoAndStop(2); this.rockpeice2.gotoAndStop(2); this.rockpeice4.gotoAndStop(2); this.rockpeice5.gotoAndStop(2); this.rockpeice6.gotoAndStop(2); this.rockpeice7.gotoAndStop(2); this.rockpeice8.gotoAndStop(2); this.rockpeice9.gotoAndStop(2); this.rockpeice10.gotoAndStop(2); }
Instance of Symbol 706 MovieClip "wallbreaker" in Frame 18
onClipEvent (load) { hit = false; this._visible = false; timer = 0; hit2 = false; } onClipEvent (enterFrame) { if (_root.char.hitTest(this) && (!hit)) { hit = true; } if (hit) { timer = timer + 1; } if ((timer > 30) && (!hit2)) { hit2 = true; _root.ground.gotoAndPlay(2); _root.ground2.gotoAndPlay(2); } }
Instance of Symbol 363 MovieClip "char" in Frame 18
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = false; throwing = false; sheildable = false; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } }
Instance of Symbol 405 MovieClip "boomerang" in Frame 18
onClipEvent (load) { launched = false; timer = 0; boomspeed = 0; rot = 0; shootable = true; throwspeed = 0; switchhit = false; thing = false; grapspeed = 0; rotnum = 0; } onClipEvent (mouseDown) { if (((((!launched) && (shootable)) && (!_root.char.shooting)) && (!_root.char.holding)) && (!_root.char.grabbed)) { switchhit = true; throwspeed = 8; this.gotoAndStop(3); launched = true; rotnum = 0; } } onClipEvent (enterFrame) { if ((launched && (this.hitTest(_root.char.hitbox))) && (timer > 30)) { swtichhit = false; this.gotoAndStop(2); this.boomeroptions.gotoAndStop(1); launched = false; boomspeed = 0; timer = 0; } if (!shootable) { swtichhit = false; this._x = _root.char._x; this._y = _root.char._y - 25; timer = 0; boomspeed = 0; launched = false; this.boomeroptions.gotoAndStop(1); } if (!launched) { this._x = _root.char._x; this._y = _root.char._y - 25; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } if (launched && (timer < 30)) { rot = this._rotation + 90; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); } if (launched && (timer > 28)) { rot = this._rotation - 90; adjside = _root.char._x - this._x; oppside = -1 * ((_root.char._y - 25) - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); throwspeed = throwspeed - 0.5; } if (launched) { timer = timer + 1; } if ((_root.ground.hitTest(this._x, this._y, true) && (launched)) && (timer < 29)) { timer = 31; throwspeed = -10; } }
Instance of Symbol 711 MovieClip "screenblocker" in Frame 18
onClipEvent (load) { botcords = 0; topcords = 0; rightcords = 0; leftcords = 0; done = false; } onClipEvent (enterFrame) { if (!done) { _root.vcam._y = 200; done = true; } if (_root._currentframe == 1) { botcords = 445; topcords = 210; rightcords = 350; leftcords = 350; } if (_root._currentframe == 2) { botcords = 200; topcords = 50; rightcords = 1576; leftcords = 350; } if (_root._currentframe == 3) { botcords = 0; topcords = 0; rightcords = 850; leftcords = 350; } if (_root._currentframe == 4) { botcords = 0; topcords = 0; rightcords = 890; leftcords = 350; } if (_root._currentframe == 5) { botcords = 0; topcords = 0; rightcords = 410; leftcords = 350; } if (_root._currentframe == 6) { botcords = 0; topcords = 0; rightcords = 374; leftcords = 90; } if (_root._currentframe == 7) { botcords = 0; topcords = 0; rightcords = 1100; leftcords = 350; } }
Instance of Symbol 715 MovieClip "stoprrr" in Frame 18
onClipEvent (load) { timer = 0; i = 0; bob = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if (i > 30) { i = 0; } if ((Key.isDown(68) && (timer > 10)) && (!root.back.up)) { i++; bob = getDepth(_root.char); _root.footstepuff.duplicateMovieClip("dee" + i, bob, {_x:_root.char._x, _y:_root.char._y}); timer = 0; } if ((Key.isDown(65) && (timer > 10)) && (!root.back.up)) { i++; bob = getDepth(_root.char); _root.footstepuff.duplicateMovieClip("dee" + i, bob, {_x:_root.char._x, _y:_root.char._y}); timer = 0; } }
Instance of Symbol 718 MovieClip "footpuffnew" in Frame 18
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if ((((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe != 1)) && (_root.char._currentframe != 5)) && (_root.char._currentframe != 10)) && (Key.isDown(68))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = -100; this._x = _root.char._x; this._y = _root.char._y; } if ((((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe != 1)) && (_root.char._currentframe != 5)) && (_root.char._currentframe != 10)) && (Key.isDown(65))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = 100; this._x = _root.char._x; this._y = _root.char._y; } }
Instance of Symbol 441 MovieClip "vcam" in Frame 18
onClipEvent (enterFrame) { if (_root.char._x >= 347.6) { this._x = _root.char._x; } }
Instance of Symbol 175 MovieClip in Frame 18
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y; }
Instance of Symbol 636 MovieClip in Frame 18
onClipEvent (enterFrame) { this._visible = false; }
Frame 19
_root.fadeout.gotoAndPlay(1); _root.level = 11; savefile.data.level = _root.level; savefile.flush();
Instance of Symbol 760 MovieClip in Frame 19
onClipEvent (load) { xeyes = this._x; yeyes = this._y + 40; } onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { this.speechbubble.nextFrame(); } else { this.speechbubble.prevFrame(); } if (((this._x + this.eyes._x) < _root.char._x) && ((xeyes + 20) >= (this._x + this.eyes._x))) { this.eyes._x++; } if (((this._x + this.eyes._x) > _root.char._x) && ((xeyes - 20) <= (this._x + this.eyes._x))) { this.eyes._x--; } if ((((this._y + 40) + this.eyes._y) < (_root.char._y + 20)) && ((yeyes + 40) >= (this._y + (this.eyes._y + 40)))) { this.eyes._y++; } if ((((this._y + 40) + this.eyes._y) > (_root.char._y + 20)) && (yeyes <= (this._y + (this.eyes._y + 40)))) { this.eyes._y--; } }
Instance of Symbol 441 MovieClip "vcam" in Frame 19
onClipEvent (enterFrame) { if (_root.char._x >= 347.6) { this._x = _root.char._x; } } onClipEvent (enterFrame) { if (_root.char._y <= 310) { this._y = _root.char._y - 80; } }
Instance of Symbol 814 MovieClip in Frame 19
onClipEvent (load) { xeyes = this._x; yeyes = this._y + 40; } onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { this.speechbubble.nextFrame(); } else { this.speechbubble.prevFrame(); } if (((this._x + this.eyes._x) < _root.char._x) && ((xeyes + 20) >= (this._x + this.eyes._x))) { this.eyes._x++; } if (((this._x + this.eyes._x) > _root.char._x) && ((xeyes - 20) <= (this._x + this.eyes._x))) { this.eyes._x--; } if ((((this._y + 40) + this.eyes._y) < (_root.char._y + 20)) && ((yeyes + 40) >= (this._y + (this.eyes._y + 40)))) { this.eyes._y++; } if ((((this._y + 40) + this.eyes._y) > (_root.char._y + 20)) && (yeyes <= (this._y + (this.eyes._y + 40)))) { this.eyes._y--; } }
Instance of Symbol 363 MovieClip "char" in Frame 19
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = false; throwing = false; sheildable = false; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } }
Instance of Symbol 405 MovieClip "boomerang" in Frame 19
onClipEvent (load) { launched = false; timer = 0; boomspeed = 0; rot = 0; shootable = true; throwspeed = 0; switchhit = false; thing = false; grapspeed = 0; rotnum = 0; } onClipEvent (mouseDown) { if (((((!launched) && (shootable)) && (!_root.char.shooting)) && (!_root.char.holding)) && (!_root.char.grabbed)) { switchhit = true; throwspeed = 8; this.gotoAndStop(3); launched = true; rotnum = 0; } } onClipEvent (enterFrame) { if ((launched && (this.hitTest(_root.char.hitbox))) && (timer > 30)) { swtichhit = false; this.gotoAndStop(2); this.boomeroptions.gotoAndStop(1); launched = false; boomspeed = 0; timer = 0; } if (!shootable) { swtichhit = false; this._x = _root.char._x; this._y = _root.char._y - 25; timer = 0; boomspeed = 0; launched = false; this.boomeroptions.gotoAndStop(1); } if (!launched) { this._x = _root.char._x; this._y = _root.char._y - 25; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } if (launched && (timer < 30)) { rot = this._rotation + 90; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); } if (launched && (timer > 28)) { rot = this._rotation - 90; adjside = _root.char._x - this._x; oppside = -1 * ((_root.char._y - 25) - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); throwspeed = throwspeed - 0.5; } if (launched) { timer = timer + 1; } if ((_root.ground.hitTest(this._x, this._y, true) && (launched)) && (timer < 29)) { timer = 31; throwspeed = -10; } }
Instance of Symbol 834 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.boomerang)) { this.play(); } }
Frame 20
_root.nextFrame();
Frame 21
stopAllSounds(); _root.nextFrame();
Frame 22
_root.fadeout.gotoAndPlay(1); _root.level = 12; savefile.data.level = _root.level; savefile.flush(); stop();
Instance of Symbol 156 MovieClip in Frame 22
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 156 MovieClip in Frame 22
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 879 MovieClip in Frame 22
onClipEvent (load) { done = false; } onClipEvent (enterFrame) { if (((_root.char.hitTest(this) && (Key.isDown(32))) && (this.leverinside._currentframe == 1)) && (_root.bridge.bridgestuck.vines._currentframe == 1)) { this.leverinside.gotoAndPlay(2); _root.bridge.bridgestuck.gotoAndPlay(2); } if ((((_root.char.hitTest(this) && (Key.isDown(32))) && (_root.bridge._currentframe > 1)) && (!done)) && (this._currentframe < 2)) { _root.bridge.bridgeunstuck.gotoAndPlay(2); _root.ground.gotoAndPlay(2); this.gotoAndPlay(2); done = true; } if ((this._currentframe > 2) && (_root.bridge.bridgeunstuck._currentframe < 3)) { _root.bridge.bridgeunstuck.gotoAndPlay(4); } }
Instance of Symbol 917 MovieClip in Frame 22
onClipEvent (load) { xeyes = this._x; yeyes = this._y + 40; } onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { this.speechbubble.nextFrame(); } else { this.speechbubble.prevFrame(); } if (((this._x + this.eyes._x) < _root.char._x) && ((xeyes + 20) >= (this._x + this.eyes._x))) { this.eyes._x++; } if (((this._x + this.eyes._x) > _root.char._x) && ((xeyes - 20) <= (this._x + this.eyes._x))) { this.eyes._x--; } if ((((this._y + 40) + this.eyes._y) < (_root.char._y + 20)) && ((yeyes + 40) >= (this._y + (this.eyes._y + 40)))) { this.eyes._y++; } if ((((this._y + 40) + this.eyes._y) > (_root.char._y + 20)) && (yeyes <= (this._y + (this.eyes._y + 40)))) { this.eyes._y--; } }
Instance of Symbol 363 MovieClip "char" in Frame 22
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = false; throwing = false; sheildable = false; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } }
Instance of Symbol 405 MovieClip "boomerang" in Frame 22
onClipEvent (load) { launched = false; timer = 0; boomspeed = 0; rot = 0; shootable = true; throwspeed = 0; switchhit = false; thing = false; grapspeed = 0; rotnum = 0; } onClipEvent (mouseDown) { if (((((!launched) && (shootable)) && (!_root.char.shooting)) && (!_root.char.holding)) && (!_root.char.grabbed)) { switchhit = true; throwspeed = 8; this.gotoAndStop(3); launched = true; rotnum = 0; } } onClipEvent (enterFrame) { if ((launched && (this.hitTest(_root.char.hitbox))) && (timer > 30)) { swtichhit = false; this.gotoAndStop(2); this.boomeroptions.gotoAndStop(1); launched = false; boomspeed = 0; timer = 0; } if (!shootable) { swtichhit = false; this._x = _root.char._x; this._y = _root.char._y - 25; timer = 0; boomspeed = 0; launched = false; this.boomeroptions.gotoAndStop(1); } if (!launched) { this._x = _root.char._x; this._y = _root.char._y - 25; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } if (launched && (timer < 30)) { rot = this._rotation + 90; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); } if (launched && (timer > 28)) { rot = this._rotation - 90; adjside = _root.char._x - this._x; oppside = -1 * ((_root.char._y - 25) - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); throwspeed = throwspeed - 0.5; } if (launched) { timer = timer + 1; } if ((_root.ground.hitTest(this._x, this._y, true) && (launched)) && (timer < 29)) { timer = 31; throwspeed = -10; } }
Instance of Symbol 175 MovieClip in Frame 22
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y; }
Instance of Symbol 715 MovieClip "stoprrr" in Frame 22
onClipEvent (load) { timer = 0; i = 0; bob = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if (i > 30) { i = 0; } if ((Key.isDown(68) && (timer > 10)) && (!root.back.up)) { i++; bob = getDepth(_root.char); _root.footstepuff.duplicateMovieClip("dee" + i, bob, {_x:_root.char._x, _y:_root.char._y}); timer = 0; } if ((Key.isDown(65) && (timer > 10)) && (!root.back.up)) { i++; bob = getDepth(_root.char); _root.footstepuff.duplicateMovieClip("dee" + i, bob, {_x:_root.char._x, _y:_root.char._y}); timer = 0; } }
Instance of Symbol 718 MovieClip "footpuffnew" in Frame 22
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if ((((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe != 1)) && (_root.char._currentframe != 5)) && (_root.char._currentframe != 10)) && (Key.isDown(68))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = -100; this._x = _root.char._x; this._y = _root.char._y; } if ((((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe != 1)) && (_root.char._currentframe != 5)) && (_root.char._currentframe != 10)) && (Key.isDown(65))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = 100; this._x = _root.char._x; this._y = _root.char._y; } }
Instance of Symbol 441 MovieClip "vcam" in Frame 22
onClipEvent (enterFrame) { if (_root.char._x >= 348) { this._x = _root.char._x; } }
Frame 23
_root.nextFrame();
Frame 24
_root.fadeout.gotoAndPlay(1); _root.level = 13; savefile.data.level = _root.level; savefile.flush(); stop();
Instance of Symbol 156 MovieClip in Frame 24
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 156 MovieClip in Frame 24
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 933 MovieClip in Frame 24
onClipEvent (load) { xeyes = this._x; yeyes = this._y + 40; } onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { this.speechbubble.nextFrame(); } else { this.speechbubble.prevFrame(); } if (((this._x + this.eyes._x) < _root.char._x) && ((xeyes + 20) >= (this._x + this.eyes._x))) { this.eyes._x++; } if (((this._x + this.eyes._x) > _root.char._x) && ((xeyes - 20) <= (this._x + this.eyes._x))) { this.eyes._x--; } if ((((this._y + 40) + this.eyes._y) < (_root.char._y + 20)) && ((yeyes + 40) >= (this._y + (this.eyes._y + 40)))) { this.eyes._y++; } if ((((this._y + 40) + this.eyes._y) > (_root.char._y + 20)) && (yeyes <= (this._y + (this.eyes._y + 40)))) { this.eyes._y--; } }
Instance of Symbol 940 MovieClip "wall" in Frame 24
onClipEvent (load) { opened = false; done = false; } onClipEvent (enterFrame) { if (opened && (!done)) { this.gotoAndPlay(2); _root.ground.gotoAndStop(2); done = true; } }
Instance of Symbol 1005 MovieClip in Frame 24
onClipEvent (load) { yspeed = 0; movetimer = 0; speed = 4; moving = false; standing = true; standingtimer = Math.random() * 100; directiondice = 0; left = true; right = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { standingtimer = -1; } if (_root.wall.hitTest(this._x, this._y, true) && (left)) { directiondice = 1; moving = false; } if (_root.wall.hitTest(this._x, this._y, true) && (right)) { directiondice = 2; moving = false; } if (standing) { standingtimer--; } if ((standing && (standingtimer < 0)) && (this.stand._currentframe < 3)) { standing = false; directiondice = 1 + (Math.random() * 1); directiondice = Math.round(directiondice); this.gotoAndStop(2); } if (((!standing) && (directiondice < 2)) && (!moving)) { this._xscale = -100; moving = true; left = false; right = true; speed = 2; movetimer = Math.random() * 100; } if (((!standing) && (directiondice > 1)) && (!moving)) { this._xscale = 100; moving = true; left = true; right = false; speed = -2; movetimer = Math.random() * 100; } if (moving && (movetimer > 1)) { this._x = this._x + speed; movetimer--; } if ((moving && (movetimer < 2)) && (this.move._currentframe < 3)) { moving = false; standingtimer = Math.random() * 100; standing = true; directiondice = 0; this.gotoAndStop(1); } }
Instance of Symbol 1026 MovieClip "cover" in Frame 24
onClipEvent (load) { hit = false; } onClipEvent (enterFrame) { if ((_root.char.hitTest(this) && (!hit)) && (this._currentframe == 44)) { this.blocks.sheild.gotoAndStop(2); } if (((!_root.char.hitTest(this)) && (!hit)) && (this._currentframe == 44)) { this.blocks.sheild.gotoAndStop(1); } if (((_root.char.hitTest(this) && (Key.isDown(32))) && (this._currentframe == 44)) && (!hit)) { _root.char.pickeduprareitem = true; this.blocks.sheild.gotoAndStop(3); _root.wall.opened = true; _root.ground.gotoAndStop(2); hit = true; } }
Instance of Symbol 363 MovieClip "char" in Frame 24
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = false; throwing = false; sheildable = false; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.gotshield == true) { sheildable = true; } }
Instance of Symbol 1146 MovieClip "peicescounter" in Frame 24
onClipEvent (load) { peicesinplace = 0; done = false; covered = false; } onClipEvent (enterFrame) { if ((peicesinplace >= 25) && (!done)) { _root.picture.gotoAndStop(2); this.gotoAndPlay(2); done = true; i = 0; while (i < 30) { removeMovieClip(_root["peice" + i]); unloadMovieClip(_root["peice" + i]); i++; } } if ((this._currentframe == 121) && (!covered)) { _root.cover.gotoAndPlay(2); covered = true; } }
Instance of Symbol 715 MovieClip "stoprrr" in Frame 24
onClipEvent (load) { timer = 0; i = 0; bob = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if (i > 30) { i = 0; } if ((Key.isDown(68) && (timer > 10)) && (!root.back.up)) { i++; bob = getDepth(_root.char); _root.footstepuff.duplicateMovieClip("dee" + i, bob, {_x:_root.char._x, _y:_root.char._y}); timer = 0; } if ((Key.isDown(65) && (timer > 10)) && (!root.back.up)) { i++; bob = getDepth(_root.char); _root.footstepuff.duplicateMovieClip("dee" + i, bob, {_x:_root.char._x, _y:_root.char._y}); timer = 0; } }
Instance of Symbol 718 MovieClip "footpuffnew" in Frame 24
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 11) { timer = 10; } if ((((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe != 1)) && (_root.char._currentframe != 5)) && (_root.char._currentframe != 10)) && (Key.isDown(68))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = -100; this._x = _root.char._x; this._y = _root.char._y; } if ((((((_root.ground.hitTest(_root.char._x, _root.char._y + 8, true) && (_root.char._currentframe != 1)) && (_root.char._currentframe != 5)) && (_root.char._currentframe != 10)) && (Key.isDown(65))) && (timer > 9)) && (this._currentframe == 1)) { this.play(); this._xscale = 100; this._x = _root.char._x; this._y = _root.char._y; } }
Instance of Symbol 441 MovieClip "vcam" in Frame 24
onClipEvent (enterFrame) { if (_root.char._x >= 358) { this._x = _root.char._x; } }
Instance of Symbol 175 MovieClip in Frame 24
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y; }
Instance of Symbol 1152 MovieClip "peice1" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; this._rotation = this._rotation + 180; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging && (this.hitTest(_root.bord))) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice1slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice1slot._x; this._y = _root.peice1slot._y; _root.peice1slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if (!Key.isDown(32)) { spinable = true; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1154 MovieClip "peice2" in Frame 24
onClipEvent (load) { this._rotation = this._rotation + 90; inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice2slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice2slot._x; this._y = _root.peice2slot._y; _root.peice2slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1156 MovieClip "peice3" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice3slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice3slot._x; this._y = _root.peice3slot._y; _root.peice3slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1158 MovieClip "peice4" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; this._rotation = this._rotation + 90; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice4slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice4slot._x; this._y = _root.peice4slot._y; _root.peice4slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if (!Key.isDown(32)) { spinable = true; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1160 MovieClip "peice5" in Frame 24
onClipEvent (load) { this._rotation = this._rotation + 180; inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice5slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice5slot._x; this._y = _root.peice5slot._y; _root.peice5slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1162 MovieClip "peice6" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice6slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice6slot._x; this._y = _root.peice6slot._y; _root.peice6slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if (!Key.isDown(32)) { spinable = true; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1164 MovieClip "peice7" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; this._rotation = this._rotation + 90; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice7slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice7slot._x; this._y = _root.peice7slot._y; _root.peice7slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if (!Key.isDown(32)) { spinable = true; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1166 MovieClip "peice8" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice8slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice8slot._x; this._y = _root.peice8slot._y; _root.peice8slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1168 MovieClip "peice9" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice9slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice9slot._x; this._y = _root.peice9slot._y; dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1170 MovieClip "peice10" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice10slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice10slot._x; this._y = _root.peice10slot._y; dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1172 MovieClip "peice11" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice11slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice11slot._x; this._y = _root.peice11slot._y; _root.peice11slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1174 MovieClip "peice12" in Frame 24
onClipEvent (load) { this._rotation = this._rotation + 90; inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice12slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice12slot._x; this._y = _root.peice12slot._y; _root.peice12slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1176 MovieClip "peice13" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice13slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice13slot._x; this._y = _root.peice13slot._y; _root.peice13slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1178 MovieClip "peice14" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice14slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice14slot._x; this._y = _root.peice14slot._y; dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1180 MovieClip "peice15" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice15slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice15slot._x; this._y = _root.peice15slot._y; dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1182 MovieClip "peice16" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice16slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice16slot._x; this._y = _root.peice16slot._y; dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1184 MovieClip "peice17" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice17slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice17slot._x; this._y = _root.peice17slot._y; dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1186 MovieClip "peice18" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice18slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice18slot._x; this._y = _root.peice18slot._y; dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1188 MovieClip "peice19" in Frame 24
onClipEvent (load) { this._rotation = this._rotation + 270; inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice19slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice19slot._x; this._y = _root.peice19slot._y; _root.peice19slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1190 MovieClip "peice20" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice20slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice20slot._x; this._y = _root.peice20slot._y; dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1192 MovieClip "peice21" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice21slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice21slot._x; this._y = _root.peice21slot._y; dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1194 MovieClip "peice22" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice22slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice22slot._x; this._y = _root.peice22slot._y; _root.peice22slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1196 MovieClip "peice23" in Frame 24
onClipEvent (load) { this._rotation = this._rotation + 90; inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice23slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice23slot._x; this._y = _root.peice23slot._y; _root.peice23slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1198 MovieClip "peice24" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice24slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice24slot._x; this._y = _root.peice24slot._y; _root.peice24slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Instance of Symbol 1200 MovieClip "peice25" in Frame 24
onClipEvent (load) { inplace = false; dragging = false; droppable = false; spinable = true; xstart = this._x; ystart = this._y; } on (press) { if ((!inplace) && (!dragging)) { dragging = true; } } on (press) { if (((!inplace) && (dragging)) && (droppable)) { dragging = false; droppable = false; } } onClipEvent (enterFrame) { if (_root.peicescounter.done) { this.gotoAndStop(2); } if (dragging && (!this.hitTest(_root.bord))) { this._x = xstart; this._y = ystart; dragging = false; droppable = false; spinable = false; } if (dragging) { this.swapDepths(_root.getNextHighestDepth()); this._x = _root._xmouse; this._y = _root._ymouse; } if ((((_root.peice25slot.hitTest(this._x, this._y, true) && (!inplace)) && (!dragging)) && (this._rotation >= -10)) && (this._rotation <= 10)) { inplace = true; this._x = _root.peice25slot._x; this._y = _root.peice25slot._y; _root.peice25slot.gotoAndPlay(2); dragging = false; _root.peicescounter.peicesinplace = _root.peicescounter.peicesinplace + 1; } if ((dragging && (Key.isDown(32))) && (spinable)) { this._rotation = this._rotation + 90; spinable = false; } if (!Key.isDown(32)) { spinable = true; } } onClipEvent (mouseUp) { if (dragging) { droppable = true; } }
Frame 25
_root.fadeout.gotoAndPlay(1); _root.level = 14; savefile.data.level = _root.level; savefile.flush(); stop(); _root.gotshield = true;
Instance of Symbol 940 MovieClip "wall2" in Frame 25
onClipEvent (load) { opened = false; done = false; } onClipEvent (enterFrame) { if (opened && (!done)) { this.gotoAndPlay(2); _root.ground.gotoAndStop(2); done = true; } }
Instance of Symbol 1267 MovieClip in Frame 25
onClipEvent (load) { xeyes = this._x; yeyes = this._y + 40; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.hitbox)) { this.speechbubble.nextFrame(); } else { this.speechbubble.prevFrame(); } if (((this._x + this.eyes._x) < _root.char._x) && ((xeyes + 20) >= (this._x + this.eyes._x))) { this.eyes._x++; } if (((this._x + this.eyes._x) > _root.char._x) && ((xeyes - 20) <= (this._x + this.eyes._x))) { this.eyes._x--; } if ((((this._y + 40) + this.eyes._y) < (_root.char._y + 20)) && ((yeyes + 40) >= (this._y + (this.eyes._y + 40)))) { this.eyes._y++; } if ((((this._y + 40) + this.eyes._y) > (_root.char._y + 20)) && (yeyes <= (this._y + (this.eyes._y + 40)))) { this.eyes._y--; } }
Instance of Symbol 363 MovieClip "char" in Frame 25
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = true; throwing = false; sheildable = true; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } }
Instance of Symbol 405 MovieClip "boomerang" in Frame 25
onClipEvent (load) { launched = false; timer = 0; boomspeed = 0; rot = 0; shootable = true; throwspeed = 0; switchhit = false; thing = false; grapspeed = 0; rotnum = 0; } onClipEvent (mouseDown) { if (((((!launched) && (shootable)) && (!_root.char.shooting)) && (!_root.char.holding)) && (!_root.char.grabbed)) { switchhit = true; throwspeed = 8; this.gotoAndStop(3); launched = true; rotnum = 0; } } onClipEvent (enterFrame) { if ((launched && (this.hitTest(_root.char.hitbox))) && (timer > 30)) { swtichhit = false; this.gotoAndStop(2); this.boomeroptions.gotoAndStop(1); launched = false; boomspeed = 0; timer = 0; } if (!shootable) { swtichhit = false; this._x = _root.char._x; this._y = _root.char._y - 25; timer = 0; boomspeed = 0; launched = false; this.boomeroptions.gotoAndStop(1); } if (!launched) { this._x = _root.char._x; this._y = _root.char._y - 25; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } if (launched && (timer < 30)) { rot = this._rotation + 90; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); } if (launched && (timer > 28)) { rot = this._rotation - 90; adjside = _root.char._x - this._x; oppside = -1 * ((_root.char._y - 25) - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); throwspeed = throwspeed - 0.5; } if (launched) { timer = timer + 1; } if ((_root.ground.hitTest(this._x, this._y, true) && (launched)) && (timer < 29)) { timer = 31; throwspeed = -10; } }
Frame 26
_root.fadeout.gotoAndPlay(1); _root.level = 15; savefile.data.level = _root.level; savefile.flush(); stop(); _root.gotshield = true; _root.char._x = 28.4; _root.char._y = 313.4;
Instance of Symbol 1278 MovieClip "ground" in Frame 26
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Instance of Symbol 1294 MovieClip in Frame 26
onClipEvent (load) { xeyes = this._x; yeyes = this._y + 40; } onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { this.speechbubble.nextFrame(); } else { this.speechbubble.prevFrame(); } if (((this._x + this.eyes._x) < _root.char._x) && ((xeyes + 20) >= (this._x + this.eyes._x))) { this.eyes._x++; } if (((this._x + this.eyes._x) > _root.char._x) && ((xeyes - 20) <= (this._x + this.eyes._x))) { this.eyes._x--; } if ((((this._y + 40) + this.eyes._y) < (_root.char._y + 20)) && ((yeyes + 40) >= (this._y + (this.eyes._y + 40)))) { this.eyes._y++; } if ((((this._y + 40) + this.eyes._y) > (_root.char._y + 20)) && (yeyes <= (this._y + (this.eyes._y + 40)))) { this.eyes._y--; } }
Instance of Symbol 1311 MovieClip "mirror4" in Frame 26
onClipEvent (load) { hit = false; mirrored = false; ballnumber = 0; } onClipEvent (enterFrame) { if ((this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 6; } if (((!this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true)) && (mirrored)) && (ballnumber == 6)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 2; } if (((!this.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true)) && (mirrored)) && (ballnumber == 2)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 3; } if (((!this.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true)) && (mirrored)) && (ballnumber == 3)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 4; } if (((!this.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true)) && (mirrored)) && (ballnumber == 4)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 5; } if (((!this.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true)) && (mirrored)) && (ballnumber == 5)) { mirrored = false; ballnumber = 0; this.hit = false; } if (!hit) { this.shine.gotoAndStop(1); _root.mirrorball4._x = this._x; _root.mirrorball4._y = this._y; this.lightbeam._width = 0; } if (hit) { this.shine.gotoAndStop(2); x1 = this._x; x2 = _root.mirrorball4._x; y1 = this._y; y2 = _root.mirrorball4._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.lightbeam._width = distance; rot = this._rotation - 90; while (((((((((!_root.ground.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true)) && (!_root.mirror1.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true))) { _root.mirrorball4._y = _root.mirrorball4._y + (8 * Math.cos((Math.PI/180) * rot)); _root.mirrorball4._x = _root.mirrorball4._x - (8 * Math.sin((Math.PI/180) * rot)); } } }
Instance of Symbol 1311 MovieClip "mirror2" in Frame 26
onClipEvent (load) { hit = false; mirrored = false; ballnumber = 0; } onClipEvent (enterFrame) { if ((this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 6; } if (((!this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true)) && (mirrored)) && (ballnumber == 6)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 2; } if (((!this.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true)) && (mirrored)) && (ballnumber == 2)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 3; } if (((!this.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true)) && (mirrored)) && (ballnumber == 3)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 4; } if (((!this.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true)) && (mirrored)) && (ballnumber == 4)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 5; } if (((!this.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true)) && (mirrored)) && (ballnumber == 5)) { mirrored = false; ballnumber = 0; this.hit = false; } if (!hit) { this.shine.gotoAndStop(1); _root.mirrorball2._x = this._x; _root.mirrorball2._y = this._y; this.lightbeam._width = 0; } if (hit) { this.shine.gotoAndStop(2); x1 = this._x; x2 = _root.mirrorball2._x; y1 = this._y; y2 = _root.mirrorball2._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.lightbeam._width = distance; rot = this._rotation - 90; while (((((((((!_root.ground.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true)) && (!_root.mirror1.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true))) { _root.mirrorball2._y = _root.mirrorball2._y + (8 * Math.cos((Math.PI/180) * rot)); _root.mirrorball2._x = _root.mirrorball2._x - (8 * Math.sin((Math.PI/180) * rot)); } } }
Instance of Symbol 1311 MovieClip "mirror1" in Frame 26
onClipEvent (load) { hit = false; mirrored = false; ballnumber = 0; charinchain = false; } onClipEvent (enterFrame) { if ((((this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true) or _root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true)) or _root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true)) or _root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true)) or _root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true)) { charinchain = true; } else { charinchain = false; _root.mirror1.hit = false; _root.mirror1.shine.gotoAndStop(1); _root.mirrorball1._x = _root.mirror1._x; _root.mirrorball1._y = _root.mirror1._y; _root.mirror1.lightbeam._width = 0; _root.mirror2.hit = false; _root.mirror2.shine.gotoAndStop(1); _root.mirrorball2._x = _root.mirror2._x; _root.mirrorball2._y = _root.mirror2._y; _root.mirror2.lightbeam._width = 0; _root.mirror3.hit = false; _root.mirror3.shine.gotoAndStop(1); _root.mirrorball3._x = _root.mirror3._x; _root.mirrorball3._y = _root.mirror3._y; _root.mirror3.lightbeam._width = 0; _root.mirror4.hit = false; _root.mirror4.shine.gotoAndStop(1); _root.mirrorball4._x = _root.mirror4._x; _root.mirrorball4._y = _root.mirror4._y; _root.mirror4.lightbeam._width = 0; _root.mirror5.hit = false; _root.mirror5.shine.gotoAndStop(1); _root.mirrorball5._x = _root.mirror5._x; _root.mirrorball5._y = _root.mirror5._y; _root.mirror5.lightbeam._width = 0; } if ((this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 6; } if (((!this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true)) && (mirrored)) && (ballnumber == 6)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 2; } if (((!this.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true)) && (mirrored)) && (ballnumber == 2)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 3; } if (((!this.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true)) && (mirrored)) && (ballnumber == 3)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 4; } if (((!this.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true)) && (mirrored)) && (ballnumber == 4)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 5; } if (((!this.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true)) && (mirrored)) && (ballnumber == 5)) { mirrored = false; ballnumber = 0; this.hit = false; } if (!hit) { this.shine.gotoAndStop(1); _root.mirrorball1._x = this._x; _root.mirrorball1._y = this._y; this.lightbeam._width = 0; } if (hit) { this.shine.gotoAndStop(2); x1 = this._x; x2 = _root.mirrorball1._x; y1 = this._y; y2 = _root.mirrorball1._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.lightbeam._width = distance; rot = this._rotation - 90; while (((((((((!_root.ground.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true)) && (!_root.mirror2.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true))) { _root.mirrorball1._y = _root.mirrorball1._y + (8 * Math.cos((Math.PI/180) * rot)); _root.mirrorball1._x = _root.mirrorball1._x - (8 * Math.sin((Math.PI/180) * rot)); } } }
Instance of Symbol 1311 MovieClip "mirror3" in Frame 26
onClipEvent (load) { hit = false; mirrored = false; ballnumber = 0; } onClipEvent (enterFrame) { if ((this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 6; } if (((!this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true)) && (mirrored)) && (ballnumber == 6)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 2; } if (((!this.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true)) && (mirrored)) && (ballnumber == 2)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 3; } if (((!this.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true)) && (mirrored)) && (ballnumber == 3)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 4; } if (((!this.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true)) && (mirrored)) && (ballnumber == 4)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 5; } if (((!this.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true)) && (mirrored)) && (ballnumber == 5)) { mirrored = false; ballnumber = 0; this.hit = false; } if (!hit) { this.shine.gotoAndStop(1); _root.mirrorball3._x = this._x; _root.mirrorball3._y = this._y; this.lightbeam._width = 0; } if (hit) { this.shine.gotoAndStop(2); x1 = this._x; x2 = _root.mirrorball3._x; y1 = this._y; y2 = _root.mirrorball3._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.lightbeam._width = distance; rot = this._rotation - 90; while (((((((((!_root.ground.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true)) && (!_root.mirror1.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true))) { _root.mirrorball3._y = _root.mirrorball3._y + (8 * Math.cos((Math.PI/180) * rot)); _root.mirrorball3._x = _root.mirrorball3._x - (8 * Math.sin((Math.PI/180) * rot)); } } }
Instance of Symbol 1319 MovieClip in Frame 26
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; while (this.hitTest(_root.char.hitbox)) { _root.char._x--; } }
Instance of Symbol 1311 MovieClip "mirror5" in Frame 26
onClipEvent (load) { hit = false; mirrored = false; ballnumber = 0; } onClipEvent (enterFrame) { if ((this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 6; } if (((!this.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true)) && (mirrored)) && (ballnumber == 6)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 2; } if (((!this.reflectiveside.hitTest(_root.mirrorball1._x, _root.mirrorball1._y, true)) && (mirrored)) && (ballnumber == 2)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 3; } if (((!this.reflectiveside.hitTest(_root.mirrorball3._x, _root.mirrorball3._y, true)) && (mirrored)) && (ballnumber == 3)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 4; } if (((!this.reflectiveside.hitTest(_root.mirrorball4._x, _root.mirrorball4._y, true)) && (mirrored)) && (ballnumber == 4)) { mirrored = false; ballnumber = 0; this.hit = false; } if ((this.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true) && (!mirrored)) && (_root.mirror1.charinchain)) { mirrored = true; this.hit = true; ballnumber = 5; } if (((!this.reflectiveside.hitTest(_root.mirrorball2._x, _root.mirrorball2._y, true)) && (mirrored)) && (ballnumber == 5)) { mirrored = false; ballnumber = 0; this.hit = false; } if (!hit) { this.shine.gotoAndStop(1); _root.mirrorball5._x = this._x; _root.mirrorball5._y = this._y; this.lightbeam._width = 0; } if (hit) { this.shine.gotoAndStop(2); x1 = this._x; x2 = _root.mirrorball5._x; y1 = this._y; y2 = _root.mirrorball5._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.lightbeam._width = distance; rot = this._rotation - 90; while ((((((((((!_root.wall.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true)) && (!_root.ground.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.mirrorball5._x, _root.mirrorball5._y, true))) { _root.mirrorball5._y = _root.mirrorball5._y + (8 * Math.cos((Math.PI/180) * rot)); _root.mirrorball5._x = _root.mirrorball5._x - (8 * Math.sin((Math.PI/180) * rot)); } } }
Instance of Symbol 1328 MovieClip "back" in Frame 26
onClipEvent (load) { hit = false; up = false; this.charinside._visible = false; } onClipEvent (enterFrame) { this.hitter._visible = false; if (this._currentframe == 60) { hit = true; _root.char.grabbed = false; } if (this.hitter.hitTest(_root.char.hitbox)) { up = true; this.charinside._visible = true; _root.char._x = 325; _root.char._y = 510; _root.boomerang._x = _root.char._x; _root.boomerang._y = _root.char._y; _root.boomerang.swtichhit = false; _root.boomerang.gotoAndStop(2); _root.boomerang.boomeroptions.gotoAndStop(1); _root.boomerang.launched = false; _root.boomerang.boomspeed = 0; _root.boomerang.timer = 0; _root.char.shooting = false; _root.char.grabbed = true; _root.char.standing = false; _root.char.walking = false; _root.char.sheilding = false; _root.char.throwing = false; _root.char.sheildable = false; _root.char.xspeed = 0; _root.char.walkturn = false; _root.char.jumpingturn = false; _root.char.jumping = false; _root.char.landing = false; } if (up) { this.prevFrame(); _root.front.prevFrame(); } if ((this._currentframe == 1) && (up)) { _root.fader.gotoAndPlay(2); _root.char._x = 27; _root.char._y = 330; _root.vcam._x = 350; _root.vcam._y = 200; _root.boomerang.launched = false; _root.boomerang.timer = 0; _root.boomerang.boomspeed = 0; _root.boomerang.rot = 0; _root.boomerang.shootable = true; _root.boomerang.throwspeed = 0; _root.boomerang.switchhit = false; _root.boomerang.thing = false; _root.boomerang.grapspeed = 0; _root.boomerang.rotnum = 0; _root.boomerang._x = _root.char; _root.boomerang._y = _root.char._y - 10; _root.boomerang.gotoAndStop(1); _root.nextFrame(); } }
Instance of Symbol 1455 MovieClip "sparkle" in Frame 26
onClipEvent (load) { hit = false; } onClipEvent (enterFrame) { if (this._currentframe > 2) { this.nextFrame(); } if ((this._currentframe == 125) && (!hit)) { _root.front.gotoAndPlay(2); _root.ground.gotoAndPlay(2); _root.back.gotoAndPlay(2); hit = true; } }
Instance of Symbol 1481 MovieClip "cogger1" in Frame 26
onClipEvent (load) { _root.mirror1._rotation = 92; grabbed = false; realesed = false; regrabable = true; directionpressed = false; num = 2; } onClipEvent (enterFrame) { if (grabbed) { this.helptext.gotoAndStop(2); } else { this.helptext.gotoAndStop(1); } if ((((((((((!_root.sparkle.hit) && (this.hitTest(_root.char.hitbox))) && (!grabbed)) && (Key.isDown(32))) && (regrabable)) && (!_root.char.jumping)) && (!_root.char.swim)) && (!_root.char.landing)) && (!_root.char.shooting)) && (!_root.cogger2.hitTest(_root.char.hitbox))) { grabbed = true; _root.char.grabbed = true; _root.char.standing = false; _root.char.walking = false; _root.char.xspeed = 0; _root.char.walkturn = false; _root.char.jumpingturn = false; _root.char.jumping = false; _root.char.landing = false; } if (grabbed && (!Key.isDown(32))) { realesed = true; } if ((grabbed && (Key.isDown(32))) && (realesed)) { realesed = false; grabbed = false; regrabable = false; _root.char.grabbed = false; } if ((!Key.isDown(32)) && (!regrabable)) { regrabable = true; } if ((grabbed && (Key.isDown(65))) && (!directionpressed)) { directionpressed = true; num++; } if ((grabbed && (Key.isDown(68))) && (!directionpressed)) { directionpressed = true; num--; } if (((!Key.isDown(65)) && (!Key.isDown(68))) && (_root.mirror1._rotation == turningpos)) { directionpressed = false; } if (directionpressed && (_root.mirror1._rotation < turningpos)) { _root.mirror1._rotation = _root.mirror1._rotation + 2; this.cog._rotation = this.cog._rotation + 2; _root.squarecog._rotation = _root.squarecog._rotation + 2; } if (directionpressed && (_root.mirror1._rotation > turningpos)) { _root.mirror1._rotation = _root.mirror1._rotation - 2; this.cog._rotation = this.cog._rotation - 2; _root.squarecog._rotation = _root.squarecog._rotation - 2; } if (num == 1) { turningpos = 130; } if (num == 2) { turningpos = 92; } if (num == 3) { turningpos = 56; } if (num < 1) { num = 3; } if (num > 3) { num = 1; } }
Instance of Symbol 1481 MovieClip "cogger2" in Frame 26
onClipEvent (load) { _root.mirror2._rotation = 10; grabbed = false; realesed = false; regrabable = true; directionpressed = false; num = 3; } onClipEvent (enterFrame) { if (grabbed) { this.helptext.gotoAndStop(2); } else { this.helptext.gotoAndStop(1); } if (((((((((((!_root.sparkle.hit) && (this.hitTest(_root.char.hitbox))) && (!grabbed)) && (Key.isDown(32))) && (regrabable)) && (!_root.char.jumping)) && (!_root.char.swim)) && (!_root.char.landing)) && (!_root.char.shooting)) && (!_root.cogger1.hitTest(_root.char.hitbox))) && (!_root.cogger3.hitTest(_root.char.hitbox))) { grabbed = true; _root.char.grabbed = true; _root.char.standing = false; _root.char.walking = false; _root.char.xspeed = 0; _root.char.walkturn = false; _root.char.jumpingturn = false; _root.char.jumping = false; _root.char.landing = false; } if (grabbed && (!Key.isDown(32))) { realesed = true; } if ((grabbed && (Key.isDown(32))) && (realesed)) { realesed = false; grabbed = false; regrabable = false; _root.char.grabbed = false; } if ((!Key.isDown(32)) && (!regrabable)) { regrabable = true; } if ((grabbed && (Key.isDown(65))) && (!directionpressed)) { directionpressed = true; num++; } if ((grabbed && (Key.isDown(68))) && (!directionpressed)) { directionpressed = true; num--; } if (((!Key.isDown(65)) && (!Key.isDown(68))) && (_root.mirror2._rotation == turningpos)) { directionpressed = false; } if (directionpressed && (_root.mirror2._rotation < turningpos)) { _root.mirror2._rotation = _root.mirror2._rotation + 2; this.cog._rotation = this.cog._rotation + 2; _root.trianglecog._rotation = _root.trianglecog._rotation + 2; } if (directionpressed && (_root.mirror2._rotation > turningpos)) { _root.mirror2._rotation = _root.mirror2._rotation - 2; this.cog._rotation = this.cog._rotation - 2; _root.trianglecog._rotation = _root.trianglecog._rotation - 2; } if (num == 1) { turningpos = 90; } if (num == 2) { turningpos = 58; } if (num == 3) { turningpos = 10; } if (num < 1) { num = 3; } if (num > 3) { num = 1; } }
Instance of Symbol 1481 MovieClip "cogger3" in Frame 26
onClipEvent (load) { _root.mirror3._rotation = -90; grabbed = false; realesed = false; regrabable = true; directionpressed = false; num = 3; } onClipEvent (enterFrame) { if (grabbed) { this.helptext.gotoAndStop(2); } else { this.helptext.gotoAndStop(1); } if ((((((((((((!_root.sparkle.hit) && (this.hitTest(_root.char.hitbox))) && (!grabbed)) && (Key.isDown(32))) && (regrabable)) && (!_root.char.jumping)) && (!_root.char.swim)) && (!_root.char.landing)) && (!_root.char.shooting)) && (!_root.char.shooting)) && (!_root.cogger2.hitTest(_root.char.hitbox))) && (!_root.cogger4.hitTest(_root.char.hitbox))) { grabbed = true; _root.char.grabbed = true; _root.char.standing = false; _root.char.walking = false; _root.char.xspeed = 0; _root.char.walkturn = false; _root.char.jumpingturn = false; _root.char.jumping = false; _root.char.landing = false; } if (grabbed && (!Key.isDown(32))) { realesed = true; } if ((grabbed && (Key.isDown(32))) && (realesed)) { realesed = false; grabbed = false; regrabable = false; _root.char.grabbed = false; } if ((!Key.isDown(32)) && (!regrabable)) { regrabable = true; } if ((grabbed && (Key.isDown(65))) && (!directionpressed)) { directionpressed = true; num++; } if ((grabbed && (Key.isDown(68))) && (!directionpressed)) { directionpressed = true; num--; } if (((!Key.isDown(65)) && (!Key.isDown(68))) && (_root.mirror3._rotation == turningpos)) { directionpressed = false; } if (directionpressed && (_root.mirror3._rotation < turningpos)) { _root.mirror3._rotation = _root.mirror3._rotation + 2; this.cog._rotation = this.cog._rotation + 2; _root.circlecog._rotation = _root.circlecog._rotation + 2; } if (directionpressed && (_root.mirror3._rotation > turningpos)) { _root.mirror3._rotation = _root.mirror3._rotation - 2; this.cog._rotation = this.cog._rotation - 2; _root.circlecog._rotation = _root.circlecog._rotation - 2; } if (num == 1) { turningpos = -158; } if (num == 2) { turningpos = -120; } if (num == 3) { turningpos = -90; } if (num < 1) { num = 3; } if (num > 3) { num = 1; } }
Instance of Symbol 1481 MovieClip "cogger4" in Frame 26
onClipEvent (load) { _root.mirror4._rotation = -124; grabbed = false; realesed = false; regrabable = true; directionpressed = false; num = 1; } onClipEvent (enterFrame) { if (grabbed) { this.helptext.gotoAndStop(2); } else { this.helptext.gotoAndStop(1); } if (((((((((((!_root.sparkle.hit) && (this.hitTest(_root.char.hitbox))) && (!grabbed)) && (Key.isDown(32))) && (regrabable)) && (!_root.char.jumping)) && (!_root.char.swim)) && (!_root.char.landing)) && (!_root.char.shooting)) && (!_root.char.shooting)) && (!_root.cogger3.hitTest(_root.char.hitbox))) { grabbed = true; _root.char.grabbed = true; _root.char.standing = false; _root.char.walking = false; _root.char.xspeed = 0; _root.char.walkturn = false; _root.char.jumpingturn = false; _root.char.jumping = false; _root.char.landing = false; } if (grabbed && (!Key.isDown(32))) { realesed = true; } if ((grabbed && (Key.isDown(32))) && (realesed)) { realesed = false; grabbed = false; regrabable = false; _root.char.grabbed = false; } if ((!Key.isDown(32)) && (!regrabable)) { regrabable = true; } if ((grabbed && (Key.isDown(65))) && (!directionpressed)) { directionpressed = true; num++; } if ((grabbed && (Key.isDown(68))) && (!directionpressed)) { directionpressed = true; num--; } if (((!Key.isDown(65)) && (!Key.isDown(68))) && (_root.mirror4._rotation == turningpos)) { directionpressed = false; } if (directionpressed && (_root.mirror4._rotation < turningpos)) { _root.mirror4._rotation = _root.mirror4._rotation + 2; this.cog._rotation = this.cog._rotation + 2; _root.crosscog._rotation = _root.crosscog._rotation + 2; } if (directionpressed && (_root.mirror4._rotation > turningpos)) { _root.mirror4._rotation = _root.mirror4._rotation - 2; this.cog._rotation = this.cog._rotation - 2; _root.crosscog._rotation = _root.crosscog._rotation - 2; } if (num == 1) { turningpos = -124; } if (num == 2) { turningpos = -86; } if (num == 3) { turningpos = -46; } if (num < 1) { num = 3; } if (num > 3) { num = 1; } }
Instance of Symbol 441 MovieClip "vcam" in Frame 26
onClipEvent (enterFrame) { this._x = _root.char._x + 150; }
Frame 27
_root.fadeout.gotoAndPlay(1); _root.level = 16; savefile.data.level = _root.level; savefile.flush(); stop(); _root.char._visible = true; _root.char.shooting = false; _root.char.grabbed = false; _root.char.standing = false; _root.char.walking = false; _root.char.sheilding = false; _root.char.throwing = false; _root.char.sheildable = false; _root.char.xspeed = 0; _root.char.walkturn = false; _root.char.jumpingturn = false; _root.char.jumping = false; _root.char.landing = false; _root.gotshield = true;
Instance of Symbol 1485 MovieClip "backww" in Frame 27
onClipEvent (load) { changed = false; } onClipEvent (enterFrame) { if (this._y > -568) { _root.charinside._y = _root.charinside._y - 2; this._y = this._y - 2; } if ((this._y < -540) && (!changed)) { _root.nextRoom.gotoAndPlay(2); changed = true; } }
Instance of Symbol 1490 MovieClip "nextRoom" in Frame 27
onClipEvent (load) { _root.footpuffnew._x = -500; }
Frame 28
_root.fadeout.gotoAndPlay(1); _root.level = 17; savefile.data.level = _root.level; savefile.flush(); stop();
Instance of Symbol 1492 MovieClip in Frame 28
onClipEvent (load) { changed = false; } onClipEvent (enterFrame) { if (_root.char.hitbox.hitTest(this) && (!changed)) { changed = true; _root.nextRoom.gotoAndPlay(2); } }
Instance of Symbol 1498 MovieClip "ground" in Frame 28
onClipEvent (load) { done = false; this._visible = false; } onClipEvent (enterFrame) { this._visible = false; if (_root.backww22.done && (!done)) { done = true; _root.ground.gotoAndStop(2); } }
Instance of Symbol 1504 MovieClip in Frame 28
onClipEvent (enterFrame) { if ((_root.char.hitTest(this) && (Key.isDown(32))) && (this._currentframe < 2)) { this.gotoAndPlay(2); _root.doortoendboss.gotoAndPlay(2); } }
Instance of Symbol 1508 MovieClip "doortoendboss" in Frame 28
onClipEvent (enterFrame) { if (this._currentframe > 38) { _root.ground.gotoAndStop(3); } }
Instance of Symbol 1485 MovieClip "backww22" in Frame 28
onClipEvent (load) { done = false; } onClipEvent (enterFrame) { if (this._y > -265) { this._y = this._y - 2; } else { done = true; this.evevatorcogsdsd.done = true; } }
Instance of Symbol 363 MovieClip "char" in Frame 28
onClipEvent (load) { right = true; left = false; standing = true; jumping = false; walking = false; swimming = false; grav = 0; jumpheight = -14; sheilding = true; throwing = false; sheildable = true; grabbed = false; clicked = false; wallhit = false; rot = _root.ball._rotation + 90; rotationchecker = this.sheild._rotation; x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = 0; mirrored = false; dictancechecker = distance; changed = false; shooting = false; grabbed = false; } onClipEvent (enterFrame) { this._y = this._y + grav; if (grabbed) { this.gotoAndStop(1); } if (((((((!Key.isDown(68)) && (!Key.isDown(65))) && (!jumping)) && (!swimming)) && (!shooting)) && (this._currentframe >= 2)) && (!grabbed)) { walking = false; standing = true; this.gotoAndStop(1); } if ((((Key.isDown(68) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if ((((Key.isDown(65) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) { walking = true; standing = false; this.gotoAndStop(2); } if (((Key.isDown(68) && (!_root.ground.hitTest(this._x + 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x + 5; } if (((Key.isDown(65) && (!_root.ground.hitTest(this._x - 20, this._y - 22, true))) && (!shooting)) && (!grabbed)) { this._x = this._x - 5; } while (_root.ground.hitTest(this._x, this._y, true)) { this._y--; grav = 0; } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!swimming)) { grav++; } if (((((Key.isDown(87) && (!jumping)) && (!swimming)) && (!shooting)) && (!grabbed)) && (_root.ground.hitTest(_root.char._x, _root.char._y + 5, true))) { standing = false; walking = false; jumping = true; grav = jumpheight; } if (jumping) { this.gotoAndStop(1); } while ((jumping && (_root.ground.hitTest(this._x, this._y + 4, true))) && (grav > 0)) { jumping = false; standing = true; walking = false; } if (_root.ground.hitTest(this._x + 20, this._y - 22, true)) { this._x = this._x - 5; } if (_root.ground.hitTest(this._x - 20, this._y - 22, true)) { this._x = this._x + 5; } if (_root.ground.hitTest(this._x, this._y - 50, true)) { this._y = this._y + 2; } if (_root.ground.hitTest(this._x, this._y - 50, true) && (grav < 0)) { grav = 0; } if (_root.water.hitTest(_root.char._x, _root.char._y - 20, true)) { sheilding = false; jumping = false; walking = false; standing = false; swimming = true; } if (swimming) { _root.char.gotoAndStop(3); } if ((swimming && (!Key.isDown(68))) && (((!Key.isDown(65)) & (!Key.isDown(87))) & (!Key.isDown(83)))) { this.charswim.stop(); } if ((((swimming && (Key.isDown(68))) or (swimming && (Key.isDown(65)))) or (swimming && (Key.isDown(87)))) or (swimming && (Key.isDown(83)))) { this.charswim.play(); } if (swimming) { grav = 1; } if (swimming && (Key.isDown(87))) { this._y = this._y - 4; } if (swimming && (Key.isDown(83))) { this._y = this._y + 3; } if (swimming && (!_root.water.hitTest(_root.char._x, _root.char._y - 20))) { standing = false; walking = false; swimming = false; jumping = true; shooting = false; grav = jumpheight; } adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; if ((((((((!jumping) && (!shooting)) && (!swimming)) && (Key.isDown(69))) && (!holding)) && (!grabbed)) && (_root.ground.hitTest(this._x, this._y + 2, true))) && (sheildable)) { adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = -1 * angle; _root.ball._rotation = -1 * angle; shooting = true; standing = false; jumpingturn = false; walking = false; walkturn = false; } if (!Key.isDown(69)) { shooting = false; } if (shooting) { this.gotoAndStop(4); } if ((shooting && (_root._xmouse > _root.char._x)) && (this.sheildinger._currentframe == 2)) { this.sheildinger.gotoAndStop(1); this.sheild.sheildforturning.gotoAndStop(1); left = false; right = true; } if ((shooting && (_root._xmouse < _root.char._x)) && (this.sheildinger._currentframe == 1)) { this.sheildinger.gotoAndStop(2); this.sheild.sheildforturning.gotoAndStop(2); left = true; right = false; } if (!_root.sunlight.hitTest(this._x, this._y, true)) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (!shooting) { _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.mirrorshine.gotoAndStop(1); this.sheild.lightbeam._width = 0; } if (shooting) { if (_root.sunlight.hitTest(this._x, this._y, true)) { this.sheild.mirrorshine.gotoAndStop(2); rot = _root.ball._rotation - 90; _root.ball._x = this._x; _root.ball._y = this._y - 22; this.sheild.lightbeam._width = 0; } while (((((((((((((_root.sunlight.hitTest(this._x, this._y, true) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.ground.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.roof.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror1.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror2.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror3.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror4.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.reflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) && (!_root.mirror5.nonreflectiveside.hitTest(_root.ball._x, _root.ball._y, true))) { _root.ball._y = _root.ball._y + (8 * Math.cos((Math.PI/180) * rot)); _root.ball._x = _root.ball._x - (8 * Math.sin((Math.PI/180) * rot)); x1 = this._x; x2 = _root.ball._x; y1 = this._y; y2 = _root.ball._y; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; } x1 = this._x; x2 = _root.ball._x; y1 = this._y - 22; y2 = _root.ball._y; this.sheild.lightbeam._width = 0; distance = Math.sqrt(((x2 - x1) * (x2 - x1)) + ((y2 - y1) * (y2 - y1))); this.sheild.lightbeam._width = distance - 34; this.sheild._rotation = _root.ball._rotation; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - (this._y - 25)); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this.sheild._rotation = _root.ball._rotation; this.sheild._rotation = _root.ball._rotation; } if ((right && (Key.isDown(65))) && (!grabbed)) { right = false; left = true; } if ((left && (Key.isDown(68))) && (!grabbed)) { right = true; left = false; } if (left) { this.charstanding.gotoAndStop(2); this.charwalking.gotoAndStop(2); this.charswimming.gotoAndStop(2); } if (right) { this.charstanding.gotoAndStop(1); this.charwalking.gotoAndStop(1); this.charswimming.gotoAndStop(1); } }
Instance of Symbol 405 MovieClip "boomerang" in Frame 28
onClipEvent (load) { launched = false; timer = 0; boomspeed = 0; rot = 0; shootable = true; throwspeed = 0; switchhit = false; thing = false; grapspeed = 0; rotnum = 0; } onClipEvent (mouseDown) { if (((((!launched) && (shootable)) && (!_root.char.shooting)) && (!_root.char.holding)) && (!_root.char.grabbed)) { switchhit = true; throwspeed = 8; this.gotoAndStop(3); launched = true; rotnum = 0; } } onClipEvent (enterFrame) { if ((launched && (this.hitTest(_root.char.hitbox))) && (timer > 30)) { swtichhit = false; this.gotoAndStop(2); this.boomeroptions.gotoAndStop(1); launched = false; boomspeed = 0; timer = 0; } if (!shootable) { swtichhit = false; this._x = _root.char._x; this._y = _root.char._y - 25; timer = 0; boomspeed = 0; launched = false; this.boomeroptions.gotoAndStop(1); } if (!launched) { this._x = _root.char._x; this._y = _root.char._y - 25; adjside = _root._xmouse - this._x; oppside = -1 * (_root._ymouse - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } if (launched && (timer < 30)) { rot = this._rotation + 90; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); } if (launched && (timer > 28)) { rot = this._rotation - 90; adjside = _root.char._x - this._x; oppside = -1 * ((_root.char._y - 25) - this._y); angle = Math.atan2(oppside, adjside); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; _y = (_y - (throwspeed * Math.cos((Math.PI/180) * rot))); _x = (_x + (throwspeed * Math.sin((Math.PI/180) * rot))); throwspeed = throwspeed - 0.5; } if (launched) { timer = timer + 1; } if ((_root.ground.hitTest(this._x, this._y, true) && (launched)) && (timer < 29)) { timer = 31; throwspeed = -10; } }
Instance of Symbol 1490 MovieClip "nextRoom" in Frame 28
onClipEvent (load) { _root.char._x = 325; _root.char._y = 510; }
Frame 29
_root.fadeout.gotoAndPlay(1); _root.level = 18; savefile.data.level = _root.level; savefile.flush(); stop(); _root.char._x = 140.1; _root.char._y = 355; _root.boomerang._x = _root.char._x; _root.boomerang._y = _root.char._y; _root.boomerang.swtichhit = false; _root.boomerang.gotoAndStop(2); _root.boomerang.boomeroptions.gotoAndStop(1); _root.boomerang.launched = false; _root.boomerang.boomspeed = 0; _root.boomerang.timer = 0;
Instance of Symbol 1604 MovieClip "endboss" in Frame 29
onClipEvent (load) { _root.char._x = 160; _root.char._y = 330; }
Instance of Symbol 1607 MovieClip in Frame 29
onClipEvent (load) { this.visible = false; } onClipEvent (enterFrame) { this._visible = false; if (_root.char.hitbox.hitTest(this) && (_root.endboss._currentframe < 2)) { _root.char.grabbed = true; _root.endboss.gotoAndStop(2); } }
Instance of Symbol 441 MovieClip "vcam" in Frame 29
onClipEvent (enterFrame) { if (_root.char._x >= 347.6) { this._x = _root.char._x; } }
Instance of Symbol 175 MovieClip in Frame 29
onClipEvent (enterFrame) { this._x = _root.vcam._x; } onClipEvent (enterFrame) { this._y = _root.vcam._y; }
Frame 30
_root.fadeout.gotoAndStop(41); _root.level = 19; savefile.data.level = _root.level; savefile.flush(); stop();
Instance of Symbol 1841 MovieClip "boss" in Frame 30
onClipEvent (load) { timer = 0; sheildgoingoff = false; spiketimer = 0; spikeable = true; spikeshot = false; teleporttimer = 0; teleportable = false; teleport = false; firstteleport = true; end = false; this.gotoAndStop(3); spikespawningnum = 50; endgamemode = false; flamemode = false; ragesceen = false; flametimer = 0; flametimelimit = 50; alive = true; final = false; fallingnum = 0; } onClipEvent (enterFrame) { if (_root.ground._currentframe > 1) { this._y = this._y + (1 + fallingnum); fallingnum = fallingnum + 0.03; this._rotation = this._rotation + 0.4; } if ((this.dying._currentframe > 105) && (!final)) { final = true; _root.ground.gotoAndPlay(2); _root.fallingland.gotoAndPlay(2); } if (_root.healthbar.health < 1) { alive = false; _root.sunlight.gotoAndStop(1); } if (!alive) { this.gotoAndStop(6); } if (alive) { if (_root.char.sheild.lightbeam.hitTest(this)) { _root.healthbar.health = _root.healthbar.health - 0.15; } if (firstteleport && (!end)) { this._x = 608; this.teleporting.gotoAndPlay(82); end = true; } if ((this.teleporting._currentframe > 116) && (firstteleport)) { this.gotoAndStop(1); teleport = false; teleporttimer = 0; spiketimer = 0; firstteleport = false; _root.chandelierone.chandeleirinside.gem.done = true; } if (!firstteleport) { if (_root.char.hitbox.hitTest(this.sheildbubble.hitbox) && (_root.char._x > 350)) { _root.char._x = _root.char._x - 5; } if (_root.char.hitbox.hitTest(this.sheildbubble.hitbox) && (_root.char._x < 350)) { _root.char._x = _root.char._x + 5; } if (_root.boomerang.hitTest(this.sheildbubble) && (!sheildgoingoff)) { this.sheildbubble.gotoAndPlay(2); sheildgoingoff = true; _root.boomerang.timer = 31; _root.boomerang.throwspeed = -10; } if (this.sheildbubble._currentframe < 2) { sheildgoingoff = false; } if ((_root.sunlight._currentframe > 1) && (flamemode)) { flametimer++; } if ((flametimer > flametimelimit) && (this._currentframe == 1)) { this.gotoAndStop(5); } if (this.shootingfire._currentframe == 10) { _root.code.flamenum++; _root.fireball.duplicateMovieClip("fireball" + _root.code.flamenum, _root.getNextHighestDepth(), {_x:this._x - 20, _y:this._y - 40}); _root["fireball" + _root.code.flamenum]._rotation = 0; flametimer = 0; this.shootingfire.gotoAndPlay(11); } if (this.shootingfire._currentframe == 20) { this.gotoAndStop(1); } if (((ragesceen && (flamemode)) && (this._x > 350)) && (this._currentframe == 1)) { _root.boss.gotoAndStop(4); } if (this.raging._currentframe > 94) { ragesceen = false; this.gotoAndStop(1); } if ((spikeable && (this._currentframe < 2)) && (!flamemode)) { spiketimer++; } if ((spiketimer > spikespawningnum) && (this._currentframe < 2)) { this.gotoAndStop(2); } if ((((this._currentframe == 2) && (!spikeshot)) && (this._x > 350)) && (this.summonspikes._currentframe > 48)) { _root.code.spikenum++; _root.spikeleft.duplicateMovieClip("spike" + _root.code.spikenum, _root.getNextHighestDepth(), {_x:this._x - 40, _y:this._y - 69}); spikeshot = true; } if ((((this._currentframe == 2) && (!spikeshot)) && (this._x < 350)) && (this.summonspikes._currentframe > 48)) { _root.code.spikenum++; _root.spikeright.duplicateMovieClip("spike" + _root.code.spikenum, _root.getNextHighestDepth(), {_x:this._x + 40, _y:this._y - 69}); spikeshot = true; } if (this.summonspikes._currentframe > 65) { this.gotoAndStop(1); spiketimer = 0; spikeshot = false; } if (teleportable && (this._currentframe == 1)) { spiketimer = 0; teleport = true; this.gotoAndStop(3); } if ((this.teleporting._currentframe == 81) && (this._x > 350)) { this._x = 50; this.teleporting.gotoAndPlay(82); this._xscale = -100; } if ((this.teleporting._currentframe == 81) && (this._x < 350)) { this._x = 608; this.teleporting.gotoAndPlay(82); this._xscale = 100; } if (this.teleporting._currentframe > 116) { this.gotoAndStop(1); teleport = false; teleporttimer = 0; spiketimer = 0; teleportable = false; _root.chandeliertwo.chandeleirinside.gem.shining = true; } } } }
Instance of Symbol 1852 MovieClip "spikeleft" in Frame 30
onClipEvent (load) { i = 0; duplicated = false; up = false; moo = _name; } onClipEvent (enterFrame) { if (_name != "spikeleft") { if (this.hitbox.hitTest(_root.char.hitbox)) { _root.fadeout.gotoAndPlay(1); _root.healthbar.faders.gotoAndPlay(1); _root.healthbar.health = 100; _root.healthbar.healthmeter._width = 0; _root.boss._x = 872.9; _root.boss.timer = 0; _root.boss.sheildgoingoff = false; _root.boss.spiketimer = 0; _root.boss.spikeable = true; _root.boss.spikeshot = false; _root.boss.teleporttimer = 0; _root.boss.teleportable = false; _root.boss.teleport = false; _root.boss.firstteleport = true; _root.boss.end = false; _root.boss.spikespawningnum = 50; _root.boss.endgamemode = false; _root.boss.gotoAndStop(3); _root.chandelierone.gotoAndStop(1); _root.chandelierone.fallen = false; _root.chandelierone.chandeleirinside.gem.shining = false; _root.chandelierone.chandeleirinside.gem.gotoAndStop(1); _root.chandelierone.chandeleirinside.gem.broken = false; _root.chandelierone.chandeleirinside.gem.done = false; _root.chandelierone.gotoAndStop(1); _root.chandeliertwo.gotoAndStop(1); _root.chandeliertwo.fallen = false; _root.chandeliertwo.chandeleirinside.gem.shining = false; _root.chandeliertwo.chandeleirinside.gem.gotoAndStop(1); _root.chandeliertwo.chandeleirinside.gem.broken = false; _root.chandeliertwo.chandeleirinside.gem.done = false; _root.chandeliertwo.gotoAndStop(1); _root.char._x = 350; _root.char._y = 355; _root.boomerang._x = _root.char._x; _root.boomerang._y = _root.char._y; _root.boomerang.swtichhit = false; _root.boomerang.gotoAndStop(2); _root.boomerang.boomeroptions.gotoAndStop(1); _root.boomerang.launched = false; _root.boomerang.boomspeed = 0; _root.boomerang.timer = 0; _root.boss._xscale = 100; i = 1; while (i <= 35) { if (_root["spike" + i].moo != moo) { removeMovieClip(_root["spike" + i]); } i++; } removeMovieClip(this); } if (_root.ground.hitTest(this._x, this._y, true)) { removeMovieClip(this); } if (!up) { this.gotoAndPlay(2); up = true; } if ((this._currentframe > 3) && (!duplicated)) { duplicated = true; _root.code.spikenum++; _root.spikeleft.duplicateMovieClip("spike" + _root.code.spikenum, _root.getNextHighestDepth(), {_x:this._x - 20, _y:this._y}); } if (this._currentframe > 21) { removeMovieClip(this); } } }
Instance of Symbol 1854 MovieClip "code" in Frame 30
onClipEvent (load) { spikenum = 1; flamenum = 40; done = false; } onClipEvent (enterFrame) { if (spikenum > 29) { spikenum = 1; } if (flamenum > 70) { flamenum = 41; } if ((_root.ground._currentframe > 79) && (!done)) { _root.boomerang._x = _root.char._x; _root.boomerang._y = _root.char._y; _root.boomerang.swtichhit = false; _root.boomerang.gotoAndStop(2); _root.boomerang.boomeroptions.gotoAndStop(1); _root.boomerang.launched = false; _root.boomerang.boomspeed = 0; _root.boomerang.timer = 0; done = true; _root.nextRoom.gotoAndPlay(2); } } onClipEvent (enterFrame) { if (_root.deathcount == 0) { var medal_name = "I don't need lives!"; com.newgrounds.API.unlockMedal(medal_name); _root.deathcount = 5; } }
Instance of Symbol 1852 MovieClip "spikeright" in Frame 30
onClipEvent (load) { i = 0; duplicated = false; up = false; moo = _name; } onClipEvent (enterFrame) { if (_name != "spikeright") { if (this.hitbox.hitTest(_root.char.hitbox)) { _root.fadeout.gotoAndPlay(1); _root.healthbar.faders.gotoAndPlay(1); _root.healthbar.health = 100; _root.healthbar.healthmeter._width = 0; _root.boss._x = 872.9; _root.boss.timer = 0; _root.boss.sheildgoingoff = false; _root.boss.spiketimer = 0; _root.boss.spikeable = true; _root.boss.spikeshot = false; _root.boss.teleporttimer = 0; _root.boss.teleportable = false; _root.boss.teleport = false; _root.boss.firstteleport = true; _root.boss.endgamemode = false; _root.boss.end = false; _root.boss.spikespawningnum = 50; _root.boss.gotoAndStop(3); _root.chandelierone.gotoAndStop(1); _root.chandelierone.fallen = false; _root.chandelierone.chandeleirinside.gem.shining = false; _root.chandelierone.chandeleirinside.gem.gotoAndStop(1); _root.chandelierone.chandeleirinside.gem.broken = false; _root.chandelierone.chandeleirinside.gem.done = false; _root.chandelierone.gotoAndStop(1); _root.chandeliertwo.gotoAndStop(1); _root.chandeliertwo.fallen = false; _root.chandeliertwo.chandeleirinside.gem.shining = false; _root.chandeliertwo.chandeleirinside.gem.gotoAndStop(1); _root.chandeliertwo.chandeleirinside.gem.broken = false; _root.chandeliertwo.chandeleirinside.gem.done = false; _root.chandeliertwo.gotoAndStop(1); _root.char._x = 350; _root.char._y = 355; _root.boomerang._x = _root.char._x; _root.boomerang._y = _root.char._y; _root.boomerang.swtichhit = false; _root.boomerang.gotoAndStop(2); _root.boomerang.boomeroptions.gotoAndStop(1); _root.boomerang.launched = false; _root.boomerang.boomspeed = 0; _root.boomerang.timer = 0; _root.boss._xscale = 100; i = 1; while (i <= 35) { if (_root["spike" + i].moo != moo) { removeMovieClip(_root["spike" + i]); } i++; } removeMovieClip(this); } if (_root.ground.hitTest(this._x, this._y, true)) { removeMovieClip(this); } if (!up) { this.gotoAndPlay(2); up = true; } if ((this._currentframe > 3) && (!duplicated)) { duplicated = true; _root.code.spikenum++; _root.spikeright.duplicateMovieClip("spike" + _root.code.spikenum, _root.getNextHighestDepth(), {_x:this._x + 20, _y:this._y}); } if (this._currentframe > 21) { removeMovieClip(this); } } }
Instance of Symbol 1958 MovieClip "chandelierone" in Frame 30
onClipEvent (load) { fallen = false; } onClipEvent (enterFrame) { if ((this.falling._currentframe > 19) && (!fallen)) { _root.boss.teleportable = true; _root.healthbar.health = 75; fallen = true; } }
Instance of Symbol 1964 MovieClip "healthbar" in Frame 30
onClipEvent (load) { health = 100; this.healthmeter._width = 0; } onClipEvent (enterFrame) { if (health > this.healthmeter._width) { this.healthmeter._width++; } if (health < this.healthmeter._width) { this.healthmeter._width--; } }
Instance of Symbol 1983 MovieClip "chandeliertwo" in Frame 30
onClipEvent (load) { fallen = false; } onClipEvent (enterFrame) { if ((this.falling._currentframe > 19) && (!fallen)) { _root.boss.teleportable = true; _root.healthbar.health = 50; _root.boss.spikespawningnum = 0; _root.boss.flamemode = true; _root.boss.spiketimer = 0; _root.boss.ragesceen = true; fallen = true; } }
Instance of Symbol 1765 MovieClip "fireball" in Frame 30
onClipEvent (load) { speed = 7; rot = this._rotation + 90; done = false; moo = _name; } onClipEvent (enterFrame) { rot = this._rotation + 90; if (_name != "fireball") { if (!done) { this._y = this._y + (speed * Math.cos((Math.PI/180) * rot)); this._x = this._x - (speed * Math.sin((Math.PI/180) * rot)); } if (_root.ground.hitTest(this._x, this._y, true) && (!done)) { this.gotoAndStop(2); done = true; } if (this.expload._currentframe > 7) { removeMovieClip(this); } if (this.hitTest(_root.char._x, _root.char._y - 40, true) && (this._currentframe < 2)) { _root.fadeout.gotoAndPlay(1); _root.rubble.gotoAndStop(1); _root.sunlight.lighted = false; _root.sunlight.gotoAndStop(1); _root.boss.alive = true; _root.boss.endgamemode = false; _root.boss.flamemode = false; _root.boss.ragesceen = false; _root.boss.flametimer = 0; _root.boss.flametimelimit = 50; _root.healthbar.faders.gotoAndPlay(1); _root.healthbar.health = 100; _root.healthbar.healthmeter._width = 0; _root.boss._x = 872.9; _root.boss.timer = 0; _root.boss.sheildgoingoff = false; _root.boss.spiketimer = 0; _root.boss.spikeable = true; _root.boss.spikeshot = false; _root.boss.teleporttimer = 0; _root.boss.teleportable = false; _root.boss.teleport = false; _root.boss.firstteleport = true; _root.boss.end = false; _root.boss.spikespawningnum = 50; _root.boss.endgamemode = false; _root.boss.gotoAndStop(3); _root.chandelierone.gotoAndStop(1); _root.chandelierone.fallen = false; _root.chandelierone.chandeleirinside.gem.shining = false; _root.chandelierone.chandeleirinside.gem.gotoAndStop(1); _root.chandelierone.chandeleirinside.gem.broken = false; _root.chandelierone.chandeleirinside.gem.done = false; _root.chandelierone.gotoAndStop(1); _root.chandeliertwo.gotoAndStop(1); _root.chandeliertwo.fallen = false; _root.chandeliertwo.chandeleirinside.gem.shining = false; _root.chandeliertwo.chandeleirinside.gem.gotoAndStop(1); _root.chandeliertwo.chandeleirinside.gem.broken = false; _root.chandeliertwo.chandeleirinside.gem.done = false; _root.chandeliertwo.gotoAndStop(1); _root.char._x = 350; _root.char._y = 355; _root.boomerang._x = _root.char._x; _root.boomerang._y = _root.char._y; _root.boomerang.swtichhit = false; _root.boomerang.gotoAndStop(2); _root.boomerang.boomeroptions.gotoAndStop(1); _root.boomerang.launched = false; _root.boomerang.boomspeed = 0; _root.boomerang.timer = 0; _root.boss._xscale = 100; i = 39; while (i <= 71) { if (_root["fireball" + i].moo != moo) { removeMovieClip(_root["fireball" + i]); } i++; } removeMovieClip(this); } } }
Instance of Symbol 2033 MovieClip "sunlight" in Frame 30
onClipEvent (load) { lighted = false; } onClipEvent (enterFrame) { if ((!lighted) && (_root.rubble._currentframe > 10)) { this.gotoAndPlay(2); lighted = true; } }
Frame 31
_root.fadeout.gotoAndPlay(1); _root.level = 20; savefile.data.level = _root.level; savefile.flush(); _root.footpuffnew._x = -500; stop();
Instance of Symbol 2042 MovieClip in Frame 31
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; this._y = this._y + 0.4; this._width = this._width + 0.2; this._height = this._height + 0.2; if (timer > 200) { this._y = this._y + 20; _root.haystack.gotoAndPlay(2); timer = 0; _root.bglights.gotoAndStop(2); } if ((_root.haystack._currentframe > 1) && (this._y < 700)) { this._y = this._y + 10; } }
Instance of Symbol 2056 MovieClip "haystack" in Frame 31
onClipEvent (enterFrame) { if (this._currentframe > 107) { _root.nextFrame(); } }
Frame 32
_root.fadeout.gotoAndPlay(1); _root.level = 21; savefile.data.level = _root.level; savefile.flush(); stop();
Instance of Symbol 2133 MovieClip "everything" in Frame 32
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { if ((this.blob._currentframe > 142) && (timer < 600)) { timer++; } if ((this.blob._currentframe > 142) && (timer < 500)) { this._y = this._y + 8; _root.finaltext._alpha = _root.finaltext._alpha + 1; } }
Instance of Symbol 2139 MovieClip "finaltext" in Frame 32
onClipEvent (load) { this._alpha = 0; }
Symbol 6 Button
on (release) { com.newgrounds.API.loadNewgrounds(); }
Symbol 12 MovieClip Frame 1
// swfAction0xFC hexdata 0x03,0x00 // Unknown action function \u0004\u0005() { Set("\x03", (625 % 511) * true); return(\x03); } var \x01 = (659 + \x04\x05()); // swfAction0x03 // Unknown action
Symbol 13 MovieClip Frame 11
gotoAndPlay (1);
Symbol 14 MovieClip [Flash Ad (NewgroundsAPI)] Frame 1
#initclip 24 Object.registerClass("Flash Ad (NewgroundsAPI)", com.newgrounds.components.FlashAd); #endinitclip
Symbol 42 MovieClip Frame 1
// swfAction0xFC hexdata 0x03,0x00 // Unknown action function \u0004\u0005() { Set("\x03", (1028 % 511) * true); return(\x03); } var \x01 = (304 + \x04\x05()); // swfAction0x03 // Unknown action
Symbol 44 MovieClip Frame 10
stop();
Symbol 46 MovieClip Frame 37
_parent.setGotoFrame("done"); stop();
Symbol 58 MovieClip [NewgroundsAPIAsset_Medal_Popup] Frame 1
// swfAction0xFC hexdata 0x03,0x00 // Unknown action function \u0004\u0005() { Set("\x03", (1109 % 511) * true); return(\x03); } var \x01 = (29 + \x04\x05()); // swfAction0x03 // Unknown action
Symbol 58 MovieClip [NewgroundsAPIAsset_Medal_Popup] Frame 2
medal.attachIcon(icon);
Symbol 58 MovieClip [NewgroundsAPIAsset_Medal_Popup] Frame 10
// swfAction0xFC hexdata 0x03,0x00 // Unknown action function \u0004\u0005() { Set("\x03", (1760 % 511) * true); return(\x03); } var \x01 = (538 + \x04\x05()); // swfAction0x03 // Unknown action
Symbol 58 MovieClip [NewgroundsAPIAsset_Medal_Popup] Frame 21
this.removeMovieClip(); _visible = false; stop();
Symbol 64 MovieClip [NewgroundsAPIAsset_Login_Warning] Frame 1
!!!ERROR
Symbol 64 MovieClip [NewgroundsAPIAsset_Login_Warning] Frame 10
stop();
Symbol 64 MovieClip [NewgroundsAPIAsset_Login_Warning] Frame 21
this.removeMovieClip(); _visible = false; stop();
Symbol 67 MovieClip [NewgroundsAPIAsset_Connection_Error] Frame 1
!!!ERROR
Symbol 67 MovieClip [NewgroundsAPIAsset_Connection_Error] Frame 10
stop();
Symbol 67 MovieClip [NewgroundsAPIAsset_Connection_Error] Frame 21
this.removeMovieClip(); _visible = false; stop();
Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1
!!!ERROR
Symbol 92 Button
on (release) { !!!ERROR
Symbol 98 Button
on (release) { getURL (official_version_url, "_blank"); }
Symbol 100 MovieClip [NewgroundsAsset_New_Version_Available] Frame 1
!!!ERROR
Symbol 101 Button
on (release) { getURL (official_version_url, "_blank"); }
Symbol 105 MovieClip [NewgroundsAsset_Illegal_Host] Frame 1
!!!ERROR
Symbol 106 MovieClip [API Connector (NewgroundsAPI)] Frame 1
#initclip 25 Object.registerClass("API Connector (NewgroundsAPI)", com.newgrounds.components.APIConnector); #endinitclip
Symbol 106 MovieClip [API Connector (NewgroundsAPI)] Frame 20
_visible = false;
Symbol 133 MovieClip Frame 40
stop();
Symbol 140 Button
on (release) { startMovie(); }
Symbol 141 MovieClip [Preloader Bar (NewgroundsAPI)] Frame 1
#initclip 26 Object.registerClass("Preloader Bar (NewgroundsAPI)", com.newgrounds.components.PreloaderBar); #endinitclip
Symbol 16 MovieClip [__Packages.com.newgrounds.API] Frame 0
!!!ERROR
Symbol 17 MovieClip [__Packages.com.newgrounds.Bridge] Frame 0
!!!ERROR
Symbol 18 MovieClip [__Packages.com.newgrounds.SaveFile] Frame 0
!!!ERROR
Symbol 19 MovieClip [__Packages.com.newgrounds.SaveGroup] Frame 0
!!!ERROR
Symbol 22 MovieClip [__Packages.com.newgrounds.SaveGroupQuery] Frame 0
!!!ERROR
Symbol 24 MovieClip [__Packages.com.newgrounds.encoders.ImageScanner] Frame 0
!!!ERROR
Symbol 23 MovieClip [__Packages.com.newgrounds.encoders.BaseN] Frame 0
!!!ERROR
Symbol 33 MovieClip [__Packages.com.newgrounds.APIEventDispatcher] Frame 0
!!!ERROR
Symbol 21 MovieClip [__Packages.com.newgrounds.APIEvent] Frame 0
!!!ERROR
Symbol 29 MovieClip [__Packages.com.newgrounds.ScoreBoard] Frame 0
!!!ERROR
Symbol 15 MovieClip [__Packages.com.newgrounds.APIError] Frame 0
!!!ERROR
Symbol 1 MovieClip [__Packages.com.newgrounds.components.FlashAd] Frame 0
!!!ERROR
Symbol 20 MovieClip [__Packages.com.newgrounds.ValidationTools] Frame 0
!!!ERROR
Symbol 25 MovieClip [__Packages.com.newgrounds.encoders.SerialXML] Frame 0
!!!ERROR
Symbol 26 MovieClip [__Packages.com.newgrounds.encoders.LZW2] Frame 0
!!!ERROR
Symbol 27 MovieClip [__Packages.com.newgrounds.encoders.LZW] Frame 0
!!!ERROR
Symbol 28 MovieClip [__Packages.com.newgrounds.Medal] Frame 0
!!!ERROR
Symbol 30 MovieClip [__Packages.com.newgrounds.Score] Frame 0
!!!ERROR
Symbol 31 MovieClip [__Packages.com.newgrounds.encoders.RC4] Frame 0
!!!ERROR
Symbol 32 MovieClip [__Packages.com.newgrounds.encoders.JSON] Frame 0
!!!ERROR
Symbol 34 MovieClip [__Packages.com.newgrounds.encoders.MD5] Frame 0
!!!ERROR
Symbol 35 MovieClip [__Packages.com.newgrounds.components.APIConnector] Frame 0
!!!ERROR
Symbol 110 MovieClip [__Packages.com.newgrounds.components.PreloaderBar] Frame 0
!!!ERROR
Symbol 183 MovieClip Frame 225
_root.nextFrame();
Symbol 196 Button
on (press) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 199 MovieClip Frame 1
_root.stop(); gotoAndPlay (2);
Symbol 199 MovieClip Frame 218
_root.nextFrame();
Symbol 211 Button
on (press) { var savefile = SharedObject.getLocal("ablobstale2"); _root.level = savefile.data.level; } on (press) { if (_root.level == undefined) { _root.conbutton._alpha = 50; } if (_root.level == 0) { _root.conbutton._alpha = 50; } if (_root.level == 1) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("one"); } if (_root.level == 2) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("two"); } if (_root.level == 3) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("three"); } if (_root.level == 4) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("four"); } if (_root.level == 5) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("five"); } if (_root.level == 6) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("six"); } if (_root.level == 7) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("seven"); } if (_root.level == 8) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("eight"); } if (_root.level == 9) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("nine"); } if (_root.level == 10) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("ten"); } if (_root.level == 11) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("eleven"); } if (_root.level == 12) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("twelve"); } if (_root.level == 13) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("thirteen"); } if (_root.level == 14) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("fourteen"); } if (_root.level == 15) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("fifteen"); } if (_root.level == 16) { stopAllSounds(); var medal_name = "Can't get enough!"; com.newgrounds.API.unlockMedal(medal_name); _root.gotoAndStop("sixteen"); } }
Symbol 213 Button
on (release) { nextFrame(); }
Symbol 220 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 224 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 226 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 238 Button
on (release) { if (_root.click == true) { _root.fade.gotoAndPlay(85); } }
Symbol 242 Button
on (release) { _root.gotoAndStop("maingame"); }
Symbol 259 Button
on (release) { _root.gotoAndStop("maingame"); }
Symbol 260 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 2
stop();
Symbol 260 MovieClip Frame 3
stop();
Symbol 260 MovieClip Frame 4
stop();
Symbol 260 MovieClip Frame 5
stop();
Symbol 264 MovieClip Frame 81
stop(); _root.click = true;
Symbol 264 MovieClip Frame 85
_root.click = false;
Symbol 264 MovieClip Frame 101
_root.Intro_story.nextFrame();
Symbol 264 MovieClip Frame 119
stop(); _root.click = true;
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 2
stop();
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 2
stop();
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 2
stop();
Symbol 347 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 2
stop();
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 2
stop();
Symbol 361 MovieClip Frame 1
stop();
Symbol 361 MovieClip Frame 2
stop();
Symbol 362 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 1
stop();
Instance of Symbol 287 MovieClip "hitbox" in Symbol 363 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Symbol 363 MovieClip Frame 2
stop();
Symbol 363 MovieClip Frame 3
stop();
Symbol 363 MovieClip Frame 4
stop();
Instance of Symbol 365 MovieClip in Symbol 366 MovieClip Frame 1
onClipEvent (enterFrame) { this._visible = false; }
Symbol 400 MovieClip Frame 1
stop();
Symbol 400 MovieClip Frame 2
stop();
Symbol 405 MovieClip Frame 1
stop();
Instance of Symbol 402 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Symbol 405 MovieClip Frame 2
stop();
Instance of Symbol 404 MovieClip in Symbol 405 MovieClip Frame 2
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Symbol 405 MovieClip Frame 3
stop();
Symbol 410 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 1
stop();
Symbol 436 MovieClip Frame 1
stop();
Instance of Symbol 435 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.hitbox)) { _root.nextRoom.gotoAndPlay(2); } }
Symbol 436 MovieClip Frame 32
_root.nextFrame();
Symbol 441 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 = false; 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 442 MovieClip Frame 41
stop();
Symbol 471 MovieClip Frame 1
stop();
Instance of Symbol 470 MovieClip in Symbol 471 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.prevRoom.gotoAndPlay(2); } }
Symbol 471 MovieClip Frame 32
_root.prevFrame();
Symbol 474 MovieClip Frame 2
stop();
Symbol 478 MovieClip Frame 16
stop();
Symbol 479 MovieClip Frame 1
stop();
Symbol 479 MovieClip Frame 2
stop();
Symbol 488 MovieClip Frame 1
stop();
Instance of Symbol 485 MovieClip in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.floor.cliff.play(); _root.ground.nextFrame(); } }
Symbol 488 MovieClip Frame 16
stop();
Symbol 494 Button
on (release) { nextFrame(); }
Symbol 520 MovieClip Frame 1
stop();
Symbol 520 MovieClip Frame 2
stop();
Symbol 539 MovieClip Frame 1
stop();
Symbol 539 MovieClip Frame 16
stop();
Symbol 573 MovieClip Frame 1
stop();
Symbol 583 MovieClip Frame 2
stop();
Symbol 585 MovieClip Frame 1
stop();
Symbol 585 MovieClip Frame 2
stop();
Instance of Symbol 584 MovieClip in Symbol 585 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.deathcount == 1) { var medal_name = "First Death"; com.newgrounds.API.unlockMedal(medal_name); _root.deathcount = 2; } }
Symbol 603 MovieClip Frame 1
stop();
Symbol 603 MovieClip Frame 16
stop();
Symbol 606 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 10
stop();
Symbol 626 MovieClip Frame 1
stop(); stop();
Symbol 626 MovieClip Frame 30
stop();
Symbol 630 MovieClip Frame 10
stop();
Symbol 632 MovieClip Frame 1
stop();
Instance of Symbol 630 MovieClip in Symbol 632 MovieClip Frame 2
onClipEvent (load) { xeyes = this._x; yeyes = this._y + 40; } onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { this.speechbubble.nextFrame(); } else { this.speechbubble.prevFrame(); } if (((this._x + this.eyes._x) < _root.char._x) && ((xeyes + 20) >= (this._x + this.eyes._x))) { this.eyes._x++; } if (((this._x + this.eyes._x) > _root.char._x) && ((xeyes - 20) <= (this._x + this.eyes._x))) { this.eyes._x--; } if ((((this._y + 40) + this.eyes._y) < (_root.char._y + 20)) && ((yeyes + 40) >= (this._y + (this.eyes._y + 40)))) { this.eyes._y++; } if ((((this._y + 40) + this.eyes._y) > (_root.char._y + 20)) && (yeyes <= (this._y + (this.eyes._y + 40)))) { this.eyes._y--; } }
Symbol 632 MovieClip Frame 1454
stop();
Instance of Symbol 635 MovieClip in Symbol 636 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.death = true; _root.deathcount = _root.deathcount + 1; _root.prevFrame(); } }
Symbol 640 MovieClip Frame 1
fpstext++;
Symbol 640 MovieClip Frame 2
gotoAndPlay (1);
Symbol 641 MovieClip Frame 1
tup = 1;
Symbol 641 MovieClip Frame 2
time = int(getTimer() / 1000); timer = time; if (timer == tup) { tup++; fps.fps = fps.fpstext; fps.fpstext = 0; } tup = time + 1;
Symbol 641 MovieClip Frame 3
time = int(getTimer() / 1000); timer = time; if (timer == tup) { tup++; fps.fps = fps.fpstext; fps.fpstext = 0; } gotoAndPlay (2); tup = time + 1;
Symbol 655 MovieClip Frame 1
stop();
Symbol 655 MovieClip Frame 413
stop();
Symbol 655 MovieClip Frame 430
stop();
Symbol 672 MovieClip Frame 1
stop();
Symbol 672 MovieClip Frame 2
stop();
Symbol 675 MovieClip Frame 1
stop();
Symbol 675 MovieClip Frame 2
stop();
Symbol 678 MovieClip Frame 1
stop();
Symbol 678 MovieClip Frame 2
stop();
Symbol 681 MovieClip Frame 1
stop();
Symbol 681 MovieClip Frame 2
stop();
Symbol 684 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 2
stop();
Symbol 689 MovieClip Frame 1
stop();
Instance of Symbol 687 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; if ((this.hitTest(_root.char) && (_root.ground._currentframe > 2)) && (_root.ground._currentframe < 90)) { _root.char._x = _root.char._x + 0.7; } if ((this.hitTest(_root.char) && (_root.ground._currentframe > 89)) && (_root.ground._currentframe < 140)) { _root.char._x = _root.char._x + 2; } }
Symbol 689 MovieClip Frame 2
stop();
Symbol 692 MovieClip Frame 1
stop();
Symbol 692 MovieClip Frame 2
stop();
Symbol 697 MovieClip Frame 1
stop();
Symbol 697 MovieClip Frame 2
stop();
Symbol 700 MovieClip Frame 1
stop();
Symbol 700 MovieClip Frame 2
stop();
Symbol 703 MovieClip Frame 1
stop();
Symbol 703 MovieClip Frame 465
stop();
Symbol 718 MovieClip Frame 1
stop();
Instance of Symbol 717 MovieClip in Symbol 718 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Symbol 726 MovieClip Frame 1
stop();
Symbol 726 MovieClip Frame 16
stop();
Symbol 760 MovieClip Frame 1
stop();
Symbol 766 MovieClip Frame 1
stop();
Symbol 766 MovieClip Frame 2
stop();
Symbol 799 MovieClip Frame 1
this.gotoAndStop;
Symbol 802 MovieClip Frame 1
this.gotoAndPlay(25);
Symbol 802 MovieClip Frame 62
this.gotoAndPlay(2);
Symbol 804 MovieClip Frame 1
this.gotoAndPlay(55);
Symbol 804 MovieClip Frame 61
this.gotoAndPlay(2);
Symbol 811 MovieClip Frame 1
stop();
Symbol 811 MovieClip Frame 16
stop();
Symbol 814 MovieClip Frame 1
stop();
Symbol 820 MovieClip Frame 1
stop();
Symbol 820 MovieClip Frame 2
_root.ground.nextFrame();
Symbol 820 MovieClip Frame 21
stop();
Symbol 825 MovieClip Frame 1
stop();
Symbol 825 MovieClip Frame 2
_root.fairy._x = _root.fairy._x - 5;
Symbol 825 MovieClip Frame 3
_root.fairy._x = _root.fairy._x - 5;
Symbol 825 MovieClip Frame 4
_root.fairy._x = _root.fairy._x - 5;
Symbol 825 MovieClip Frame 5
_root.fairy._x = _root.fairy._x - 5;
Symbol 825 MovieClip Frame 6
_root.binhitright = false;
Symbol 826 MovieClip Frame 1
stop();
Symbol 826 MovieClip Frame 2
_root.fairy._x = _root.fairy._x + 5;
Symbol 826 MovieClip Frame 3
_root.fairy._x = _root.fairy._x + 5;
Symbol 826 MovieClip Frame 4
_root.fairy._x = _root.fairy._x + 5;
Symbol 826 MovieClip Frame 5
_root.fairy._x = _root.fairy._x + 5;
Symbol 826 MovieClip Frame 6
_root.binhitleft = false;
Symbol 834 MovieClip Frame 1
stop();
Symbol 834 MovieClip Frame 46
stop();
Symbol 834 MovieClip Frame 86
stop();
Symbol 834 MovieClip Frame 127
stop();
Symbol 834 MovieClip Frame 134
_root.block.play();
Symbol 834 MovieClip Frame 155
gotoAndPlay (135);
Symbol 841 MovieClip Frame 1
stop();
Symbol 841 MovieClip Frame 26
stop();
Symbol 863 MovieClip Frame 1
stop();
Symbol 863 MovieClip Frame 12
stop();
Symbol 866 MovieClip Frame 1
stop();
Instance of Symbol 863 MovieClip "vines" in Symbol 866 MovieClip Frame 1
onClipEvent (load) { hit = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.boomerang._x, _root.boomerang._y, true) && (_root.boomerang._currentframe > 2)) && (!hit)) { this.gotoAndPlay(2); _root.bridge.bridgestuck.stop(); hit = true; } if (this._currentframe == 12) { _root.bridge.gotoAndStop(2); } }
Symbol 868 MovieClip Frame 1
stop();
Symbol 868 MovieClip Frame 25
stop();
Symbol 869 MovieClip Frame 1
stop();
Symbol 869 MovieClip Frame 2
stop();
Symbol 876 MovieClip Frame 1
stop();
Symbol 879 MovieClip Frame 1
stop();
Symbol 879 MovieClip Frame 34
stop();
Symbol 883 MovieClip Frame 1
stop();
Symbol 883 MovieClip Frame 16
stop();
Symbol 917 MovieClip Frame 1
stop();
Symbol 927 MovieClip Frame 1
stop();
Symbol 927 MovieClip Frame 2
stop();
Symbol 931 MovieClip Frame 1
stop();
Symbol 931 MovieClip Frame 16
stop();
Symbol 933 MovieClip Frame 1
stop();
Symbol 940 MovieClip Frame 1
stop();
Symbol 940 MovieClip Frame 20
stop();
Symbol 1005 MovieClip Frame 1
stop();
Symbol 1005 MovieClip Frame 2
stop();
Symbol 1020 MovieClip Frame 1
stop();
Symbol 1020 MovieClip Frame 2
stop();
Symbol 1020 MovieClip Frame 3
stop(); _root.gotshield = true;
Instance of Symbol 1015 MovieClip "sheildshadow" in Symbol 1021 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.cover.blocks.sheild._currentframe == 3) { this._visible = false; } }
Symbol 1026 MovieClip Frame 1
stop();
Symbol 1026 MovieClip Frame 44
stop();
Symbol 1146 MovieClip Frame 1
stop();
Symbol 1146 MovieClip Frame 122
stop();
Symbol 1152 MovieClip Frame 1
stop();
Symbol 1152 MovieClip Frame 2
stop();
Symbol 1154 MovieClip Frame 1
stop();
Symbol 1154 MovieClip Frame 2
stop();
Symbol 1156 MovieClip Frame 1
stop();
Symbol 1156 MovieClip Frame 2
stop();
Symbol 1158 MovieClip Frame 1
stop();
Symbol 1158 MovieClip Frame 2
stop();
Symbol 1160 MovieClip Frame 1
stop();
Symbol 1160 MovieClip Frame 2
stop();
Symbol 1162 MovieClip Frame 1
stop();
Symbol 1162 MovieClip Frame 2
stop();
Symbol 1164 MovieClip Frame 1
stop();
Symbol 1164 MovieClip Frame 2
stop();
Symbol 1166 MovieClip Frame 1
stop();
Symbol 1166 MovieClip Frame 2
stop();
Symbol 1168 MovieClip Frame 1
stop();
Symbol 1168 MovieClip Frame 2
stop();
Symbol 1170 MovieClip Frame 1
stop();
Symbol 1170 MovieClip Frame 2
stop();
Symbol 1172 MovieClip Frame 1
stop();
Symbol 1172 MovieClip Frame 2
stop();
Symbol 1174 MovieClip Frame 1
stop();
Symbol 1174 MovieClip Frame 2
stop();
Symbol 1176 MovieClip Frame 1
stop();
Symbol 1176 MovieClip Frame 2
stop();
Symbol 1178 MovieClip Frame 1
stop();
Symbol 1178 MovieClip Frame 2
stop();
Symbol 1180 MovieClip Frame 1
stop();
Symbol 1180 MovieClip Frame 2
stop();
Symbol 1182 MovieClip Frame 1
stop();
Symbol 1182 MovieClip Frame 2
stop();
Symbol 1184 MovieClip Frame 1
stop();
Symbol 1184 MovieClip Frame 2
stop();
Symbol 1186 MovieClip Frame 1
stop();
Symbol 1186 MovieClip Frame 2
stop();
Symbol 1188 MovieClip Frame 1
stop();
Symbol 1188 MovieClip Frame 2
stop();
Symbol 1190 MovieClip Frame 1
stop();
Symbol 1190 MovieClip Frame 2
stop();
Symbol 1192 MovieClip Frame 1
stop();
Symbol 1192 MovieClip Frame 2
stop();
Symbol 1194 MovieClip Frame 1
stop();
Symbol 1194 MovieClip Frame 2
stop();
Symbol 1196 MovieClip Frame 1
stop();
Symbol 1196 MovieClip Frame 2
stop();
Symbol 1198 MovieClip Frame 1
stop();
Symbol 1198 MovieClip Frame 2
stop();
Symbol 1200 MovieClip Frame 1
stop();
Symbol 1200 MovieClip Frame 2
stop();
Symbol 1204 MovieClip Frame 1
stop();
Instance of Symbol 1202 MovieClip in Symbol 1204 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Symbol 1204 MovieClip Frame 2
stop();
Symbol 1207 MovieClip Frame 1
stop();
Symbol 1207 MovieClip Frame 2
stop();
Symbol 1213 MovieClip Frame 1
stop();
Symbol 1213 MovieClip Frame 20
stop();
Symbol 1222 MovieClip Frame 1
stop();
Instance of Symbol 1213 MovieClip "button" in Symbol 1222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char._x, _root.char._y + 4, true)) { this.nextFrame(); _root.roof.head.nextFrame(); } else { this.prevFrame(); _root.roof.head.prevFrame(); } }
Instance of Symbol 1216 MovieClip in Symbol 1222 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Symbol 1222 MovieClip Frame 2
stop();
Instance of Symbol 1221 MovieClip in Symbol 1222 MovieClip Frame 2
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Symbol 1226 MovieClip Frame 1
stop();
Symbol 1231 MovieClip Frame 1
stop();
Instance of Symbol 1226 MovieClip "headhit" in Symbol 1231 MovieClip Frame 1
onClipEvent (load) { this._visible = false; done = false; } onClipEvent (enterFrame) { this._visible = false; if (!done) { this._visible = false; } if ((_root.ball.hitTest(this) && (!done)) && (_root.roof.head._currentframe > 9)) { done = true; _root.sparkles.gotoAndPlay(2); } }
Symbol 1231 MovieClip Frame 20
stop();
Instance of Symbol 1231 MovieClip "head" in Symbol 1232 MovieClip Frame 1
onClipEvent (load) { done = false; }
Symbol 1261 MovieClip Frame 1
stop();
Symbol 1261 MovieClip Frame 29
stop(); _root.wall2.opened = true; _root.ground.gotoAndStop(2);
Symbol 1265 MovieClip Frame 1
stop();
Symbol 1265 MovieClip Frame 16
stop();
Symbol 1267 MovieClip Frame 1
stop();
Symbol 1278 MovieClip Frame 1
stop();
Symbol 1278 MovieClip Frame 61
stop();
Symbol 1292 MovieClip Frame 1
stop();
Symbol 1292 MovieClip Frame 16
stop();
Symbol 1294 MovieClip Frame 1
stop();
Symbol 1309 MovieClip Frame 1
stop();
Instance of Symbol 1305 MovieClip in Symbol 1309 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 1309 MovieClip Frame 2
stop();
Instance of Symbol 1303 MovieClip "nonreflectiveside" in Symbol 1311 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 1312 MovieClip in Symbol 1313 MovieClip Frame 1
onClipEvent (enterFrame) { this._visible = false; }
Symbol 1316 MovieClip Frame 1
stop();
Instance of Symbol 1226 MovieClip in Symbol 1316 MovieClip Frame 10
onClipEvent (load) { this._visible = false; hit = false; } onClipEvent (enterFrame) { this._visible = false; if (_root.mirrorball5.hitTest(this) && (!hit)) { hit = true; _root.sparkle.gotoAndPlay(2); _root.char.shooting = false; _root.char.grabbed = true; _root.char.standing = false; _root.char.walking = false; _root.char.sheilding = false; _root.char.throwing = false; _root.char.sheildable = false; _root.char.xspeed = 0; _root.char.walkturn = false; _root.char.jumpingturn = false; _root.char.jumping = false; _root.char.landing = false; } }
Symbol 1316 MovieClip Frame 20
stop();
Instance of Symbol 1316 MovieClip in Symbol 1317 MovieClip Frame 1
onClipEvent (load) { hittable = false; } onClipEvent (enterFrame) { if (((((_root.mirror1.hit && (_root.mirror2.hit)) && (_root.mirror3.hit)) && (_root.mirror4.hit)) && (_root.mirror5.hit)) && (!hittable)) { hittable = true; this.gotoAndPlay(2); } }
Symbol 1328 MovieClip Frame 1
stop();
Instance of Symbol 849 MovieClip "evevatorcog" in Symbol 1328 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.back._currentframe < 60) { this._rotation = this._rotation + 5; } }
Symbol 1328 MovieClip Frame 60
stop();
Symbol 1455 MovieClip Frame 1
stop();
Symbol 1455 MovieClip Frame 125
stop();
Symbol 1471 MovieClip Frame 1
stop();
Symbol 1471 MovieClip Frame 60
stop();
Symbol 1480 MovieClip Frame 1
stop();
Symbol 1480 MovieClip Frame 2
stop();
Instance of Symbol 1484 MovieClip "evevatorcogsdsd" in Symbol 1485 MovieClip Frame 1
onClipEvent (load) { done = false; } onClipEvent (enterFrame) { if (!done) { this._rotation = this._rotation + 5; } }
Symbol 1487 MovieClip Frame 1
stop();
Symbol 1490 MovieClip Frame 1
stop();
Symbol 1490 MovieClip Frame 32
_root.nextFrame(); _root.boomerang._x = _root.char._x; _root.boomerang._y = _root.char._y; _root.boomerang.swtichhit = false; _root.boomerang.gotoAndStop(2); _root.boomerang.boomeroptions.gotoAndStop(1); _root.boomerang.launched = false; _root.boomerang.boomspeed = 0; _root.boomerang.timer = 0;
Symbol 1498 MovieClip Frame 1
stop();
Instance of Symbol 1495 MovieClip "moo" in Symbol 1498 MovieClip Frame 1
onClipEvent (enterFrame) { if (!_root.backww22.done) { this._y = this._y - 2; } }
Symbol 1498 MovieClip Frame 2
stop();
Symbol 1498 MovieClip Frame 3
stop();
Symbol 1502 MovieClip Frame 1
stop();
Symbol 1504 MovieClip Frame 1
stop();
Symbol 1504 MovieClip Frame 34
stop();
Symbol 1508 MovieClip Frame 1
stop();
Symbol 1508 MovieClip Frame 40
stop();
Symbol 1515 MovieClip Frame 1
stop();
Symbol 1516 MovieClip Frame 1
stop();
Symbol 1516 MovieClip Frame 2
stop();
Instance of Symbol 1484 MovieClip "cog2" in Symbol 1517 MovieClip Frame 1
onClipEvent (enterFrame) { if (!_root.backww22.done) { this._rotation = this._rotation - 5; } }
Instance of Symbol 1484 MovieClip "cog1" in Symbol 1517 MovieClip Frame 1
onClipEvent (enterFrame) { if (!_root.backww22.done) { this._rotation = this._rotation + 5; } }
Instance of Symbol 1516 MovieClip "light" in Symbol 1517 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); } onClipEvent (enterFrame) { if (_root.backww22.done) { this.gotoAndStop(2); } }
Symbol 1524 MovieClip Frame 1
stop();
Symbol 1524 MovieClip Frame 2
stop();
Instance of Symbol 1540 MovieClip in Symbol 1543 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1543 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1596 MovieClip in Symbol 1602 MovieClip Frame 9
onClipEvent (load) { _root.char.grav = -10; } onClipEvent (enterFrame) { _root.char._x = _root.char._x - 20; }
Symbol 1602 MovieClip Frame 32
stop();
Instance of Symbol 1596 MovieClip in Symbol 1602 MovieClip Frame 32
onClipEvent (enterFrame) { _root.char.grabbed = false; _root.char._x = 350; _root.boomerang._x = _root.char._x; _root.boomerang._y = _root.char._y; _root.boomerang.swtichhit = false; _root.boomerang.gotoAndStop(2); _root.boomerang.boomeroptions.gotoAndStop(1); _root.boomerang.launched = false; _root.boomerang.boomspeed = 0; _root.boomerang.timer = 0; _root.nextFrame(); }
Symbol 1604 MovieClip Frame 1
stop();
Instance of Symbol 1552 MovieClip "sitting" in Symbol 1604 MovieClip Frame 1
/* no clip actions */
Symbol 1604 MovieClip Frame 2
stop();
Instance of Symbol 1568 MovieClip in Symbol 1604 MovieClip Frame 2
on (press) { _root.endboss.gotoAndStop(3); }
Symbol 1604 MovieClip Frame 3
stop();
Symbol 1604 MovieClip Frame 4
stop();
Symbol 1625 MovieClip Frame 11
stop();
Symbol 1626 MovieClip Frame 1
stop();
Symbol 1626 MovieClip Frame 2
stop();
Symbol 1626 MovieClip Frame 3
stop();
Instance of Symbol 1540 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Symbol 1651 MovieClip Frame 1
stop();
Symbol 1651 MovieClip Frame 80
stop();
Symbol 1666 MovieClip Frame 1
stop();
Symbol 1666 MovieClip Frame 80
stop();
Symbol 1696 MovieClip Frame 1
stop();
Symbol 1716 MovieClip Frame 66
stop();
Symbol 1744 MovieClip Frame 81
stop();
Symbol 1744 MovieClip Frame 118
stop();
Symbol 1764 MovieClip Frame 8
stop();
Symbol 1765 MovieClip Frame 1
stop();
Symbol 1765 MovieClip Frame 2
stop();
Symbol 1803 MovieClip Frame 90
stop();
Instance of Symbol 1765 MovieClip "fireball" in Symbol 1803 MovieClip Frame 90
onClipEvent (load) { rubbled = false; } onClipEvent (enterFrame) { if (!rubbled) { this.gotoAndStop(2); _root.rubble.gotoAndPlay(2); _root.boss.raging.gotoAndPlay(91); rubbled = true; } }
Symbol 1803 MovieClip Frame 124
stop();
Symbol 1812 MovieClip Frame 10
stop();
Symbol 1812 MovieClip Frame 20
stop();
Symbol 1840 MovieClip Frame 106
stop(); stopAllSounds();
Symbol 1841 MovieClip Frame 1
stop();
Instance of Symbol 1671 MovieClip "shadow" in Symbol 1841 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.boss.teleporting._currentframe > 38) && (_root.boss.teleporting._currentframe < 114)) { this._visible = false; } else { this._visible = true; } }
Instance of Symbol 1696 MovieClip "sheildbubble" in Symbol 1841 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.boss.teleporting._currentframe > 38) && (_root.boss.teleporting._currentframe < 114)) { this._visible = false; } else { this._visible = true; } }
Symbol 1841 MovieClip Frame 2
stop();
Symbol 1841 MovieClip Frame 3
stop();
Symbol 1841 MovieClip Frame 4
stop();
Symbol 1841 MovieClip Frame 5
stop();
Symbol 1841 MovieClip Frame 6
stop();
Symbol 1852 MovieClip Frame 1
stop();
Instance of Symbol 1845 MovieClip "hitbox" in Symbol 1852 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Instance of Symbol 1849 MovieClip "hitbox" in Symbol 1852 MovieClip Frame 10
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { this._visible = false; }
Symbol 1852 MovieClip Frame 22
stop();
Instance of Symbol 1540 MovieClip in Symbol 1873 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1873 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1873 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1873 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1626 MovieClip "gem" in Symbol 1873 MovieClip Frame 1
onClipEvent (load) { shining = false; broken = false; done = false; } onClipEvent (enterFrame) { if (done) { shining = true; done = false; } if (shining) { this.gotoAndStop(2); } if (_root.boomerang.hitTest(this) && (shining)) { shining = false; this.gotoAndStop(3); } if ((this.breaked._currentframe > 10) && (!broken)) { broken = true; _root.chandelierone.gotoAndStop(2); } }
Instance of Symbol 1540 MovieClip in Symbol 1957 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1957 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1957 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1957 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Symbol 1957 MovieClip Frame 20
stop();
Symbol 1958 MovieClip Frame 1
stop();
Symbol 1958 MovieClip Frame 2
stop();
Symbol 1961 MovieClip Frame 50
stop();
Instance of Symbol 1540 MovieClip in Symbol 1982 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1982 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1982 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1540 MovieClip in Symbol 1982 MovieClip Frame 1
onClipEvent (load) { num = Math.random() * 18; num = Math.round(num); this.gotoAndPlay(num); }
Instance of Symbol 1626 MovieClip "gem" in Symbol 1982 MovieClip Frame 1
onClipEvent (load) { shining = false; broken = false; } onClipEvent (enterFrame) { if (shining) { this.gotoAndStop(2); } if (_root.boomerang.hitTest(this) && (shining)) { shining = false; this.gotoAndStop(3); } if ((this.breaked._currentframe > 10) && (!broken)) { broken = true; _root.chandeliertwo.gotoAndStop(2); } }
Symbol 1983 MovieClip Frame 1
stop();
Symbol 1983 MovieClip Frame 2
stop();
Symbol 2029 MovieClip Frame 1
stop();
Symbol 2029 MovieClip Frame 33
stop();
Symbol 2033 MovieClip Frame 1
stop();
Symbol 2033 MovieClip Frame 10
stop();
Symbol 2056 MovieClip Frame 1
stop();
Symbol 2056 MovieClip Frame 110
stop();
Symbol 2059 MovieClip Frame 1
stop();
Symbol 2059 MovieClip Frame 2
stop();
Symbol 2091 MovieClip Frame 143
stop();
Instance of Symbol 2118 MovieClip in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char) && ((!_root.spadeinfo) == true)) { _root.girl.play(); } } onClipEvent (enterFrame) { if ((this.hitTest(_root.char) && (_root.spadeinfo == true)) && (_root.items.itempannel.itemslottwo._currentframe > 2)) { _root.girl.gotoAndPlay(230); } }
Symbol 2131 MovieClip Frame 143
stop();
Symbol 2137 Button
on (release) { stopAllSounds(); _root.level = 15; _root.gotoAndStop("menu"); }
Instance of Symbol 2138 MovieClip in Symbol 2139 MovieClip Frame 1
on (press) { getURL ("http://www.armorgames.com", "_blank"); }

Library Items

Symbol 2 GraphicUsed by:13
Symbol 3 GraphicUsed by:6
Symbol 4 GraphicUsed by:6
Symbol 5 GraphicUsed by:6
Symbol 6 ButtonUses:3 4 5Used by:13
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:13
Symbol 9 GraphicUsed by:13
Symbol 10 GraphicUsed by:13
Symbol 11 GraphicUsed by:12 42
Symbol 12 MovieClipUses:11Used by:13
Symbol 13 MovieClipUses:2 6 8 9 10 12Used by:14
Symbol 14 MovieClip [Flash Ad (NewgroundsAPI)]Uses:13
Symbol 36 GraphicUsed by:44 46 106
Symbol 37 GraphicUsed by:44 46 106
Symbol 38 GraphicUsed by:44 46 106
Symbol 39 GraphicUsed by:44 46 106
Symbol 40 FontUsed by:41 43 45 51 54 60 63 65 93 94 102 103
Symbol 41 TextUses:40Used by:106
Symbol 42 MovieClipUses:11Used by:44
Symbol 43 TextUses:40Used by:44
Symbol 44 MovieClipUses:36 37 38 39 42 43Used by:106
Symbol 45 TextUses:40Used by:46
Symbol 46 MovieClipUses:36 37 38 39 45Used by:106
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:58 64 67
Symbol 49 GraphicUsed by:50 59 101
Symbol 50 MovieClip [NewgroundsAPIAsset_Medal_Icon_Placeholder]Uses:49Used by:58
Symbol 51 EditableTextUses:40Used by:58
Symbol 52 FontUsed by:53 66 99 104
Symbol 53 TextUses:52Used by:58
Symbol 54 EditableTextUses:40Used by:58
Symbol 55 Bitmap [NewgroundsAPIAsset_default_medal_icon_1]Used by:57
Symbol 56 Bitmap [NewgroundsAPIAsset_default_medal_icon_2]Used by:57
Symbol 57 GraphicUses:56 55Used by:58
Symbol 58 MovieClip [NewgroundsAPIAsset_Medal_Popup]Uses:48 50 51 53 54 57Used by:106
Symbol 59 ButtonUses:49Used by:100 106
Symbol 60 TextUses:40Used by:64
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:64 67
Symbol 63 TextUses:40Used by:64
Symbol 64 MovieClip [NewgroundsAPIAsset_Login_Warning]Uses:48 60 62 63Used by:106
Symbol 65 TextUses:40Used by:67
Symbol 66 TextUses:52Used by:67
Symbol 67 MovieClip [NewgroundsAPIAsset_Connection_Error]Uses:48 65 66 62Used by:106
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:88
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:88
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:88
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:88
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:88
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:88
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:88
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:88
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:88
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:88
Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background]Uses:69 71 73 75 77 79 81 83 85 87Used by:100 105
Symbol 89 GraphicUsed by:100
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 ButtonUses:90 91Used by:100
Symbol 93 TextUses:40Used by:100
Symbol 94 TextUses:40Used by:100
Symbol 95 GraphicUsed by:98
Symbol 96 GraphicUsed by:98
Symbol 97 GraphicUsed by:98
Symbol 98 ButtonUses:95 96 97Used by:100 105
Symbol 99 TextUses:52Used by:100
Symbol 100 MovieClip [NewgroundsAsset_New_Version_Available]Uses:59 88 89 92 93 94 98 99Used by:106
Symbol 101 ButtonUses:49Used by:105
Symbol 102 TextUses:40Used by:105
Symbol 103 TextUses:40Used by:105
Symbol 104 TextUses:52Used by:105
Symbol 105 MovieClip [NewgroundsAsset_Illegal_Host]Uses:101 88 102 103 98 104Used by:106
Symbol 106 MovieClip [API Connector (NewgroundsAPI)]Uses:36 37 38 39 41 44 46 58 59 64 67 100 105Used by:Timeline
Symbol 107 Bitmap [NewgroundsAPIAsset_default_medal_icon_3]
Symbol 108 Bitmap [NewgroundsAPIAsset_default_medal_icon_4]
Symbol 109 Bitmap [NewgroundsAPIAsset_default_medal_icon_5]
Symbol 111 GraphicUsed by:140 141
Symbol 112 GraphicUsed by:140 141
Symbol 113 GraphicUsed by:140 141
Symbol 114 GraphicUsed by:140 141
Symbol 115 GraphicUsed by:141
Symbol 116 GraphicUsed by:141
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:141
Symbol 119 GraphicUsed by:121
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:119 120Used by:141
Symbol 122 GraphicUsed by:141
Symbol 123 GraphicUsed by:141
Symbol 124 GraphicUsed by:131 133
Symbol 125 GraphicUsed by:131 133
Symbol 126 GraphicUsed by:131 133
Symbol 127 GraphicUsed by:131 133
Symbol 128 GraphicUsed by:131 133
Symbol 129 GraphicUsed by:131 133
Symbol 130 GraphicUsed by:131 133
Symbol 131 MovieClipUses:124 125 126 127 128 129 130Used by:141
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:124 125 126 127 128 129 130 132Used by:141
Symbol 134 ShapeTweeningUsed by:141
Symbol 135 GraphicUsed by:141
Symbol 136 GraphicUsed by:140
Symbol 137 GraphicUsed by:139
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:137 138Used by:140
Symbol 140 ButtonUses:111 112 113 114 136 139Used by:141
Symbol 141 MovieClip [Preloader Bar (NewgroundsAPI)]Uses:111 112 113 114 115 116 118 121 122 123 131 133 134 135 140Used by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 ShapeTweeningUsed by:156
Symbol 144 ShapeTweeningUsed by:156
Symbol 145 ShapeTweeningUsed by:156
Symbol 146 ShapeTweeningUsed by:156
Symbol 147 ShapeTweeningUsed by:156
Symbol 148 ShapeTweeningUsed by:156
Symbol 149 ShapeTweeningUsed by:156
Symbol 150 ShapeTweeningUsed by:156
Symbol 151 ShapeTweeningUsed by:156
Symbol 152 ShapeTweeningUsed by:156
Symbol 153 ShapeTweeningUsed by:156
Symbol 154 ShapeTweeningUsed by:156
Symbol 155 GraphicUsed by:156 1540
Symbol 156 MovieClipUses:143 144 145 146 147 148 149 150 151 152 153 154 155Used by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:166
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:166
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:166
Symbol 166 MovieClipUses:161 163 165Used by:Timeline
Symbol 167 FontUsed by:168 169 170 210 212 214 219 234 235 236 239 240 241 255 256 257 440 538 602 638 639 725 810 882 930 1264 1291
Symbol 168 TextUses:167Used by:172
Symbol 169 TextUses:167Used by:172
Symbol 170 TextUses:167Used by:172
Symbol 171 GraphicUsed by:172 211 213 220 2137
Symbol 172 ButtonUses:168 169 170 171Used by:Timeline
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:175
Symbol 175 MovieClipUses:174Used by:Timeline
Symbol 16 MovieClip [__Packages.com.newgrounds.API]
Symbol 17 MovieClip [__Packages.com.newgrounds.Bridge]
Symbol 18 MovieClip [__Packages.com.newgrounds.SaveFile]
Symbol 19 MovieClip [__Packages.com.newgrounds.SaveGroup]
Symbol 22 MovieClip [__Packages.com.newgrounds.SaveGroupQuery]
Symbol 24 MovieClip [__Packages.com.newgrounds.encoders.ImageScanner]
Symbol 23 MovieClip [__Packages.com.newgrounds.encoders.BaseN]
Symbol 33 MovieClip [__Packages.com.newgrounds.APIEventDispatcher]
Symbol 21 MovieClip [__Packages.com.newgrounds.APIEvent]
Symbol 29 MovieClip [__Packages.com.newgrounds.ScoreBoard]
Symbol 15 MovieClip [__Packages.com.newgrounds.APIError]
Symbol 1 MovieClip [__Packages.com.newgrounds.components.FlashAd]
Symbol 20 MovieClip [__Packages.com.newgrounds.ValidationTools]
Symbol 25 MovieClip [__Packages.com.newgrounds.encoders.SerialXML]
Symbol 26 MovieClip [__Packages.com.newgrounds.encoders.LZW2]
Symbol 27 MovieClip [__Packages.com.newgrounds.encoders.LZW]
Symbol 28 MovieClip [__Packages.com.newgrounds.Medal]
Symbol 30 MovieClip [__Packages.com.newgrounds.Score]
Symbol 31 MovieClip [__Packages.com.newgrounds.encoders.RC4]
Symbol 32 MovieClip [__Packages.com.newgrounds.encoders.JSON]
Symbol 34 MovieClip [__Packages.com.newgrounds.encoders.MD5]
Symbol 35 MovieClip [__Packages.com.newgrounds.components.APIConnector]
Symbol 110 MovieClip [__Packages.com.newgrounds.components.PreloaderBar]
Symbol 176 GraphicUsed by:181 264 436 442 471 584 585 654 1278 1490 1492  Timeline
Symbol 177 BitmapUsed by:180
Symbol 178 BitmapUsed by:180
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:177 178 179Used by:183
Symbol 181 MovieClipUses:176Used by:183
Symbol 182 SoundUsed by:183
Symbol 183 MovieClipUses:180 181 182Used by:Timeline
Symbol 184 GraphicUsed by:199 2138
Symbol 185 GraphicUsed by:199 2138
Symbol 186 GraphicUsed by:199 2138
Symbol 187 SoundUsed by:199
Symbol 188 SoundUsed by:199
Symbol 189 GraphicUsed by:199
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:199
Symbol 192 SoundUsed by:199
Symbol 193 SoundUsed by:199
Symbol 194 SoundUsed by:199
Symbol 195 GraphicUsed by:196
Symbol 196 ButtonUses:195Used by:199
Symbol 197 SoundUsed by:199
Symbol 198 SoundUsed by:199
Symbol 199 MovieClipUses:184 185 186 187 188 189 191 192 193 194 196 197 198Used by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 GraphicUsed by:209
Symbol 202 GraphicUsed by:207
Symbol 203 GraphicUsed by:207
Symbol 204 GraphicUsed by:207
Symbol 205 GraphicUsed by:207
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:202 203 204 205 206Used by:208
Symbol 208 MovieClipUses:207Used by:209
Symbol 209 MovieClipUses:201 208Used by:Timeline
Symbol 210 TextUses:167Used by:211
Symbol 211 ButtonUses:210 171Used by:Timeline
Symbol 212 TextUses:167Used by:213 2137
Symbol 213 ButtonUses:212 171Used by:Timeline
Symbol 214 TextUses:167Used by:Timeline
Symbol 215 FontUsed by:216
Symbol 216 EditableTextUses:215Used by:Timeline
Symbol 217 GraphicUsed by:218 531
Symbol 218 MovieClipUses:217Used by:Timeline
Symbol 219 TextUses:167Used by:220
Symbol 220 ButtonUses:219 171Used by:Timeline
Symbol 221 GraphicUsed by:222 224
Symbol 222 MovieClipUses:221Used by:223
Symbol 223 MovieClipUses:222Used by:224
Symbol 224 ButtonUses:223 221Used by:2139  Timeline
Symbol 225 GraphicUsed by:226
Symbol 226 ButtonUses:225Used by:Timeline
Symbol 227 SoundUsed by:Timeline
Symbol 228 FontUsed by:229 243 246 251 252
Symbol 229 TextUses:228Used by:260
Symbol 230 GraphicUsed by:233
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:231Used by:233 245
Symbol 233 MovieClipUses:230 232Used by:260
Symbol 234 TextUses:167Used by:238
Symbol 235 TextUses:167Used by:238
Symbol 236 TextUses:167Used by:238
Symbol 237 GraphicUsed by:238 242
Symbol 238 ButtonUses:234 235 236 237Used by:260
Symbol 239 TextUses:167Used by:242
Symbol 240 TextUses:167Used by:242
Symbol 241 TextUses:167Used by:242
Symbol 242 ButtonUses:239 240 241 237Used by:260
Symbol 243 TextUses:228Used by:260
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244 232Used by:260
Symbol 246 TextUses:228Used by:260
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:260
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:249Used by:260
Symbol 251 TextUses:228Used by:260
Symbol 252 TextUses:228Used by:260
Symbol 253 GraphicUsed by:254
Symbol 254 MovieClipUses:253Used by:260
Symbol 255 TextUses:167Used by:259
Symbol 256 TextUses:167Used by:259
Symbol 257 TextUses:167Used by:259
Symbol 258 GraphicUsed by:259
Symbol 259 ButtonUses:255 256 257 258Used by:260
Symbol 260 MovieClipUses:229 233 238 242 243 245 246 248 250 251 252 254 259Used by:Timeline
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:263
Symbol 263 MovieClipUses:262Used by:Timeline
Symbol 264 MovieClipUses:176Used by:Timeline
Symbol 265 GraphicUsed by:Timeline
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:Timeline
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:Timeline
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:Timeline
Symbol 274 GraphicUsed by:285
Symbol 275 GraphicUsed by:284
Symbol 276 GraphicUsed by:284
Symbol 277 GraphicUsed by:284
Symbol 278 GraphicUsed by:284
Symbol 279 GraphicUsed by:284
Symbol 280 GraphicUsed by:284
Symbol 281 GraphicUsed by:284
Symbol 282 GraphicUsed by:284
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:275 276 277 278 279 280 281 282 283Used by:285  Timeline
Symbol 285 MovieClipUses:274 284Used by:Timeline
Symbol 286 GraphicUsed by:287
Symbol 287 MovieClipUses:286Used by:363
Symbol 288 GraphicUsed by:320 346
Symbol 289 GraphicUsed by:319
Symbol 290 GraphicUsed by:319
Symbol 291 GraphicUsed by:319
Symbol 292 GraphicUsed by:319
Symbol 293 GraphicUsed by:319
Symbol 294 GraphicUsed by:319
Symbol 295 GraphicUsed by:319
Symbol 296 GraphicUsed by:319
Symbol 297 GraphicUsed by:319
Symbol 298 GraphicUsed by:319
Symbol 299 GraphicUsed by:319
Symbol 300 GraphicUsed by:319
Symbol 301 GraphicUsed by:319
Symbol 302 GraphicUsed by:319
Symbol 303 GraphicUsed by:319
Symbol 304 GraphicUsed by:319
Symbol 305 GraphicUsed by:319
Symbol 306 GraphicUsed by:319
Symbol 307 GraphicUsed by:319
Symbol 308 GraphicUsed by:319
Symbol 309 GraphicUsed by:319
Symbol 310 GraphicUsed by:319
Symbol 311 GraphicUsed by:319
Symbol 312 GraphicUsed by:319
Symbol 313 GraphicUsed by:319
Symbol 314 GraphicUsed by:319
Symbol 315 GraphicUsed by:319
Symbol 316 GraphicUsed by:319
Symbol 317 GraphicUsed by:319
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318Used by:320 346 605 625 629 2091
Symbol 320 MovieClipUses:288 319Used by:321
Symbol 321 MovieClipUses:320Used by:363 1323 1487
Symbol 322 GraphicUsed by:336
Symbol 323 SoundUsed by:336
Symbol 324 GraphicUsed by:336
Symbol 325 GraphicUsed by:336
Symbol 326 GraphicUsed by:336
Symbol 327 GraphicUsed by:336
Symbol 328 SoundUsed by:336
Symbol 329 GraphicUsed by:336
Symbol 330 GraphicUsed by:336
Symbol 331 GraphicUsed by:336
Symbol 332 GraphicUsed by:336
Symbol 333 GraphicUsed by:336
Symbol 334 GraphicUsed by:336
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:322 323 324 325 326 327 328 329 330 331 332 333 334 335Used by:337
Symbol 337 MovieClipUses:336Used by:363
Symbol 338 GraphicUsed by:344
Symbol 339 GraphicUsed by:344
Symbol 340 GraphicUsed by:344
Symbol 341 GraphicUsed by:344
Symbol 342 GraphicUsed by:344
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:338 339 340 341 342 343Used by:345
Symbol 345 MovieClipUses:344Used by:363
Symbol 346 MovieClipUses:288 319Used by:347
Symbol 347 MovieClipUses:346Used by:363
Symbol 348 GraphicUsed by:362
Symbol 349 GraphicUsed by:351
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:349 350Used by:362
Symbol 352 MovieClipUsed by:362
Symbol 353 ShapeTweeningUsed by:356
Symbol 354 ShapeTweeningUsed by:356
Symbol 355 GraphicUsed by:356 1301
Symbol 356 MovieClipUses:353 354 355Used by:362
Symbol 357 ShapeTweeningUsed by:360
Symbol 358 ShapeTweeningUsed by:360
Symbol 359 GraphicUsed by:360 1308
Symbol 360 MovieClipUses:357 358 359Used by:361
Symbol 361 MovieClipUses:360Used by:362
Symbol 362 MovieClipUses:348 351 352 356 361Used by:363
Symbol 363 MovieClipUses:287 321 337 345 347 362Used by:Timeline
Symbol 364 GraphicUsed by:365 1312
Symbol 365 MovieClipUses:364Used by:366
Symbol 366 MovieClipUses:365Used by:Timeline
Symbol 367 ShapeTweeningUsed by:379
Symbol 368 GraphicUsed by:379
Symbol 369 GraphicUsed by:379 399
Symbol 370 GraphicUsed by:379
Symbol 371 GraphicUsed by:379
Symbol 372 GraphicUsed by:379
Symbol 373 ShapeTweeningUsed by:379
Symbol 374 GraphicUsed by:379
Symbol 375 GraphicUsed by:379
Symbol 376 GraphicUsed by:379
Symbol 377 GraphicUsed by:379
Symbol 378 GraphicUsed by:379
Symbol 379 MovieClipUses:367 368 369 370 371 372 373 374 375 376 377 378Used by:400
Symbol 380 SoundUsed by:400 405  Timeline
Symbol 381 GraphicUsed by:399
Symbol 382 ShapeTweeningUsed by:399
Symbol 383 GraphicUsed by:399
Symbol 384 GraphicUsed by:399
Symbol 385 GraphicUsed by:399
Symbol 386 GraphicUsed by:399
Symbol 387 GraphicUsed by:399
Symbol 388 GraphicUsed by:399
Symbol 389 GraphicUsed by:399
Symbol 390 GraphicUsed by:399
Symbol 391 ShapeTweeningUsed by:399
Symbol 392 GraphicUsed by:399
Symbol 393 GraphicUsed by:399
Symbol 394 GraphicUsed by:399
Symbol 395 GraphicUsed by:399
Symbol 396 GraphicUsed by:399
Symbol 397 GraphicUsed by:399
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:381 382 383 369 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398Used by:400
Symbol 400 MovieClipUses:379 380 399Used by:405
Symbol 401 GraphicUsed by:402
Symbol 402 MovieClipUses:401Used by:405
Symbol 403 GraphicUsed by:404
Symbol 404 MovieClipUses:403Used by:405
Symbol 405 MovieClipUses:400 402 380 404Used by:Timeline
Symbol 406 FontUsed by:407 409 411 434 469 576 714
Symbol 407 EditableTextUses:406Used by:408
Symbol 408 MovieClipUses:407Used by:Timeline
Symbol 409 EditableTextUses:406Used by:410
Symbol 410 MovieClipUses:409Used by:Timeline
Symbol 411 EditableTextUses:406Used by:412
Symbol 412 MovieClipUses:411Used by:Timeline
Symbol 413 GraphicUsed by:414
Symbol 414 MovieClipUses:413Used by:419
Symbol 415 GraphicUsed by:416
Symbol 416 MovieClipUses:415Used by:417
Symbol 417 MovieClipUses:416Used by:419
Symbol 418 GraphicUsed by:419
Symbol 419 MovieClipUses:414 417 418Used by:420
Symbol 420 MovieClipUses:419Used by:Timeline
Symbol 421 GraphicUsed by:428 718
Symbol 422 GraphicUsed by:428 718
Symbol 423 GraphicUsed by:428 718
Symbol 424 GraphicUsed by:428 718
Symbol 425 GraphicUsed by:428 718
Symbol 426 GraphicUsed by:428 718
Symbol 427 GraphicUsed by:428 718
Symbol 428 MovieClipUses:421 422 423 424 425 426 427Used by:Timeline
Symbol 429 GraphicUsed by:Timeline
Symbol 430 BitmapUsed by:431
Symbol 431 GraphicUses:430Used by:432
Symbol 432 MovieClipUses:431Used by:Timeline
Symbol 433 GraphicUsed by:435
Symbol 434 EditableTextUses:406Used by:435
Symbol 435 MovieClipUses:433 434Used by:436 1490
Symbol 436 MovieClipUses:435 176Used by:Timeline
Symbol 437 GraphicUsed by:438
Symbol 438 MovieClipUses:437Used by:Timeline
Symbol 439 GraphicUsed by:441
Symbol 440 TextUses:167Used by:441
Symbol 441 MovieClipUses:439 440Used by:Timeline
Symbol 442 MovieClipUses:176Used by:Timeline
Symbol 443 SoundUsed by:Timeline
Symbol 444 SoundUsed by:Timeline
Symbol 445 GraphicUsed by:Timeline
Symbol 446 GraphicUsed by:447
Symbol 447 MovieClipUses:446Used by:Timeline
Symbol 448 GraphicUsed by:Timeline
Symbol 449 GraphicUsed by:450 451
Symbol 450 MovieClipUses:449Used by:Timeline
Symbol 451 MovieClipUses:449Used by:Timeline
Symbol 452 GraphicUsed by:453
Symbol 453 MovieClipUses:452Used by:Timeline
Symbol 454 GraphicUsed by:455
Symbol 455 MovieClipUses:454Used by:Timeline
Symbol 456 GraphicUsed by:457 460
Symbol 457 MovieClipUses:456Used by:Timeline
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:458Used by:Timeline
Symbol 460 MovieClipUses:456Used by:Timeline
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClipUses:461Used by:Timeline
Symbol 463 GraphicUsed by:464
Symbol 464 MovieClipUses:463Used by:Timeline
Symbol 465 GraphicUsed by:Timeline
Symbol 466 GraphicUsed by:467
Symbol 467 MovieClipUses:466Used by:Timeline
Symbol 468 GraphicUsed by:470
Symbol 469 EditableTextUses:406Used by:470
Symbol 470 MovieClipUses:468 469Used by:471
Symbol 471 MovieClipUses:470 176Used by:Timeline
Symbol 472 GraphicUsed by:474
Symbol 473 SoundUsed by:474
Symbol 474 MovieClipUses:472 473Used by:Timeline
Symbol 475 GraphicUsed by:479
Symbol 476 GraphicUsed by:479
Symbol 477 GraphicUsed by:478
Symbol 478 MovieClipUses:477Used by:479
Symbol 479 MovieClipUses:475 476 478Used by:Timeline
Symbol 480 GraphicUsed by:481
Symbol 481 MovieClipUses:480Used by:Timeline
Symbol 482 GraphicUsed by:489
Symbol 483 GraphicUsed by:486 488
Symbol 484 GraphicUsed by:485
Symbol 485 MovieClipUses:484Used by:488
Symbol 486 MovieClipUses:483Used by:488
Symbol 487 SoundUsed by:488
Symbol 488 MovieClipUses:483 485 486 487Used by:489
Symbol 489 MovieClipUses:482 488Used by:Timeline
Symbol 490 GraphicUsed by:Timeline
Symbol 491 FontUsed by:492 496
Symbol 492 TextUses:491Used by:494
Symbol 493 GraphicUsed by:494
Symbol 494 ButtonUses:492 493Used by:Timeline
Symbol 495 GraphicUsed by:500
Symbol 496 TextUses:491Used by:500
Symbol 497 GraphicUsed by:500
Symbol 498 GraphicUsed by:499
Symbol 499 MovieClipUses:498Used by:500
Symbol 500 MovieClipUses:495 496 497 499Used by:Timeline
Symbol 501 GraphicUsed by:Timeline
Symbol 502 GraphicUsed by:503
Symbol 503 MovieClipUses:502Used by:Timeline
Symbol 504 GraphicUsed by:505
Symbol 505 MovieClipUses:504Used by:Timeline
Symbol 506 BitmapUsed by:507
Symbol 507 GraphicUses:506Used by:Timeline
Symbol 508 GraphicUsed by:513 519
Symbol 509 GraphicUsed by:513
Symbol 510 GraphicUsed by:513
Symbol 511 GraphicUsed by:513
Symbol 512 GraphicUsed by:513
Symbol 513 MovieClipUses:508 509 510 511 512Used by:520
Symbol 514 GraphicUsed by:519
Symbol 515 GraphicUsed by:519
Symbol 516 GraphicUsed by:519
Symbol 517 GraphicUsed by:519
Symbol 518 GraphicUsed by:519
Symbol 519 MovieClipUses:508 514 515 516 517 518Used by:520
Symbol 520 MovieClipUses:513 519Used by:Timeline
Symbol 521 FontUsed by:522
Symbol 522 TextUses:521Used by:Timeline
Symbol 523 GraphicUsed by:524
Symbol 524 MovieClipUses:523Used by:Timeline
Symbol 525 GraphicUsed by:Timeline
Symbol 526 ShapeTweeningUsed by:531
Symbol 527 ShapeTweeningUsed by:531
Symbol 528 ShapeTweeningUsed by:531
Symbol 529 ShapeTweeningUsed by:531
Symbol 530 GraphicUsed by:531 1284
Symbol 531 MovieClipUses:217 526 527 528 529 530Used by:Timeline
Symbol 532 GraphicUsed by:533
Symbol 533 MovieClipUses:532Used by:Timeline
Symbol 534 GraphicUsed by:Timeline
Symbol 535 GraphicUsed by:539 603 726 883 931 1265 1292
Symbol 536 ShapeTweeningUsed by:539
Symbol 537 GraphicUsed by:539
Symbol 538 TextUses:167Used by:539
Symbol 539 MovieClipUses:535 536 537 538Used by:573
Symbol 540 GraphicUsed by:573
Symbol 541 GraphicUsed by:571
Symbol 542 GraphicUsed by:571
Symbol 543 GraphicUsed by:571
Symbol 544 GraphicUsed by:571
Symbol 545 GraphicUsed by:571
Symbol 546 GraphicUsed by:571
Symbol 547 GraphicUsed by:571
Symbol 548 GraphicUsed by:571
Symbol 549 GraphicUsed by:571
Symbol 550 GraphicUsed by:571
Symbol 551 GraphicUsed by:571
Symbol 552 GraphicUsed by:571
Symbol 553 GraphicUsed by:571
Symbol 554 GraphicUsed by:571
Symbol 555 GraphicUsed by:571
Symbol 556 GraphicUsed by:571
Symbol 557 GraphicUsed by:571
Symbol 558 GraphicUsed by:571
Symbol 559 GraphicUsed by:571
Symbol 560 GraphicUsed by:571
Symbol 561 GraphicUsed by:571
Symbol 562 GraphicUsed by:571
Symbol 563 GraphicUsed by:571
Symbol 564 GraphicUsed by:571
Symbol 565 GraphicUsed by:571
Symbol 566 GraphicUsed by:571
Symbol 567 GraphicUsed by:571
Symbol 568 GraphicUsed by:571
Symbol 569 GraphicUsed by:571
Symbol 570 GraphicUsed by:571
Symbol 571 MovieClipUses:541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570Used by:572
Symbol 572 MovieClipUses:571Used by:573
Symbol 573 MovieClipUses:539 540 572Used by:Timeline
Symbol 574 GraphicUsed by:575
Symbol 575 MovieClipUses:574Used by:Timeline
Symbol 576 EditableTextUses:406Used by:577
Symbol 577 MovieClipUses:576Used by:Timeline
Symbol 578 BitmapUsed by:579
Symbol 579 GraphicUses:578Used by:580 637
Symbol 580 MovieClipUses:579Used by:Timeline
Symbol 581 GraphicUsed by:583
Symbol 582 SoundUsed by:583
Symbol 583 MovieClipUses:581 582Used by:Timeline
Symbol 584 MovieClipUses:176Used by:585
Symbol 585 MovieClipUses:176 584Used by:Timeline
Symbol 586 GraphicUsed by:Timeline
Symbol 587 GraphicUsed by:588
Symbol 588 MovieClipUses:587Used by:Timeline
Symbol 589 GraphicUsed by:Timeline
Symbol 590 GraphicUsed by:591
Symbol 591 MovieClipUses:590Used by:Timeline
Symbol 592 SoundUsed by:Timeline
Symbol 593 GraphicUsed by:Timeline
Symbol 594 GraphicUsed by:595
Symbol 595 MovieClipUses:594Used by:Timeline
Symbol 596 GraphicUsed by:Timeline
Symbol 597 GraphicUsed by:598
Symbol 598 MovieClipUses:597Used by:Timeline
Symbol 599 GraphicUsed by:Timeline
Symbol 600 ShapeTweeningUsed by:603
Symbol 601 GraphicUsed by:603
Symbol 602 TextUses:167Used by:603
Symbol 603 MovieClipUses:535 600 601 602Used by:606
Symbol 604 GraphicUsed by:606
Symbol 605 MovieClipUses:319Used by:606 626
Symbol 606 MovieClipUses:603 604 605Used by:Timeline
Symbol 607 GraphicUsed by:608
Symbol 608 MovieClipUses:607Used by:626
Symbol 609 ShapeTweeningUsed by:617
Symbol 610 ShapeTweeningUsed by:617
Symbol 611 ShapeTweeningUsed by:617
Symbol 612 ShapeTweeningUsed by:617
Symbol 613 ShapeTweeningUsed by:617
Symbol 614 ShapeTweeningUsed by:617
Symbol 615 ShapeTweeningUsed by:617
Symbol 616 GraphicUsed by:617
Symbol 617 MovieClipUses:609 610 611 612 613 614 615 616Used by:626
Symbol 618 GraphicUsed by:626
Symbol 619 GraphicUsed by:623
Symbol 620 GraphicUsed by:623
Symbol 621 GraphicUsed by:623
Symbol 622 GraphicUsed by:623
Symbol 623 MovieClipUses:619 620 621 622Used by:626
Symbol 624 GraphicUsed by:626
Symbol 625 MovieClipUses:319Used by:626
Symbol 626 MovieClipUses:608 617 618 623 605 624 625Used by:632
Symbol 627 GraphicUsed by:630
Symbol 628 GraphicUsed by:629
Symbol 629 MovieClipUses:628 319Used by:630
Symbol 630 MovieClipUses:627 629Used by:632
Symbol 631 SoundUsed by:632 1803 1840
Symbol 632 MovieClipUses:626 630 631Used by:Timeline
Symbol 633 GraphicUsed by:Timeline
Symbol 634 GraphicUsed by:635
Symbol 635 MovieClipUses:634Used by:636
Symbol 636 MovieClipUses:635Used by:Timeline
Symbol 637 MovieClipUses:579Used by:Timeline
Symbol 638 TextUses:167Used by:640
Symbol 639 EditableTextUses:167Used by:640
Symbol 640 MovieClipUses:638 639Used by:641
Symbol 641 MovieClipUses:640Used by:Timeline
Symbol 642 GraphicUsed by:643
Symbol 643 MovieClipUses:642Used by:Timeline
Symbol 644 GraphicUsed by:Timeline
Symbol 645 GraphicUsed by:646
Symbol 646 MovieClipUses:645Used by:Timeline
Symbol 647 GraphicUsed by:Timeline
Symbol 648 GraphicUsed by:649
Symbol 649 MovieClipUses:648Used by:Timeline
Symbol 650 GraphicUsed by:651
Symbol 651 MovieClipUses:650Used by:Timeline
Symbol 652 GraphicUsed by:653
Symbol 653 MovieClipUses:652Used by:Timeline
Symbol 654 MovieClipUses:176Used by:655
Symbol 655 MovieClipUses:654Used by:Timeline
Symbol 656 GraphicUsed by:657
Symbol 657 MovieClipUses:656Used by:Timeline
Symbol 658 GraphicUsed by:Timeline
Symbol 659 GraphicUsed by:669
Symbol 660 GraphicUsed by:666
Symbol 661 GraphicUsed by:666
Symbol 662 GraphicUsed by:666
Symbol 663 GraphicUsed by:666
Symbol 664 GraphicUsed by:666
Symbol 665 GraphicUsed by:666
Symbol 666 MovieClipUses:660 661 662 663 664 665Used by:669
Symbol 667 GraphicUsed by:669
Symbol 668 GraphicUsed by:669
Symbol 669 MovieClipUses:659 666 667 668Used by:Timeline
Symbol 670 GraphicUsed by:672
Symbol 671 GraphicUsed by:672
Symbol 672 MovieClipUses:670 671Used by:703
Symbol 673 GraphicUsed by:675
Symbol 674 GraphicUsed by:675
Symbol 675 MovieClipUses:673 674Used by:703
Symbol 676 GraphicUsed by:678
Symbol 677 GraphicUsed by:678
Symbol 678 MovieClipUses:676 677Used by:703
Symbol 679 GraphicUsed by:681
Symbol 680 GraphicUsed by:681
Symbol 681 MovieClipUses:679 680Used by:703
Symbol 682 GraphicUsed by:684
Symbol 683 GraphicUsed by:684
Symbol 684 MovieClipUses:682 683Used by:703
Symbol 685 GraphicUsed by:689
Symbol 686 GraphicUsed by:687
Symbol 687 MovieClipUses:686Used by:689
Symbol 688 GraphicUsed by:689
Symbol 689 MovieClipUses:685 687 688Used by:703
Symbol 690 GraphicUsed by:692
Symbol 691 GraphicUsed by:692
Symbol 692 MovieClipUses:690 691Used by:703
Symbol 693 GraphicUsed by:694
Symbol 694 MovieClipUses:693Used by:703
Symbol 695 GraphicUsed by:697
Symbol 696 GraphicUsed by:697
Symbol 697 MovieClipUses:695 696Used by:703
Symbol 698 GraphicUsed by:700
Symbol 699 GraphicUsed by:700
Symbol 700 MovieClipUses:698 699Used by:703
Symbol 701 GraphicUsed by:703
Symbol 702 GraphicUsed by:703
Symbol 703 MovieClipUses:672 675 678 681 684 689 692 694 697 700 701 702Used by:Timeline
Symbol 704 MovieClipUsed by:Timeline
Symbol 705 GraphicUsed by:706
Symbol 706 MovieClipUses:705Used by:Timeline
Symbol 707 GraphicUsed by:708
Symbol 708 MovieClipUses:707Used by:Timeline
Symbol 709 GraphicUsed by:Timeline
Symbol 710 GraphicUsed by:711
Symbol 711 MovieClipUses:710Used by:Timeline
Symbol 712 FontUsed by:713 1489 1519 1639 1855 1985
Symbol 713 TextUses:712Used by:Timeline
Symbol 714 EditableTextUses:406Used by:715
Symbol 715 MovieClipUses:714Used by:Timeline
Symbol 716 GraphicUsed by:717
Symbol 717 MovieClipUses:716Used by:718
Symbol 718 MovieClipUses:717 421 422 423 424 425 426 427Used by:Timeline
Symbol 719 GraphicUsed by:720
Symbol 720 MovieClipUses:719Used by:Timeline
Symbol 721 SoundUsed by:Timeline
Symbol 722 GraphicUsed by:Timeline
Symbol 723 ShapeTweeningUsed by:726
Symbol 724 GraphicUsed by:726
Symbol 725 TextUses:167Used by:726
Symbol 726 MovieClipUses:535 723 724 725Used by:760
Symbol 727 GraphicUsed by:760
Symbol 728 GraphicUsed by:758
Symbol 729 GraphicUsed by:758
Symbol 730 GraphicUsed by:758
Symbol 731 GraphicUsed by:758
Symbol 732 GraphicUsed by:758
Symbol 733 GraphicUsed by:758
Symbol 734 GraphicUsed by:758
Symbol 735 GraphicUsed by:758
Symbol 736 GraphicUsed by:758
Symbol 737 GraphicUsed by:758
Symbol 738 GraphicUsed by:758
Symbol 739 GraphicUsed by:758
Symbol 740 GraphicUsed by:758
Symbol 741 GraphicUsed by:758
Symbol 742 GraphicUsed by:758
Symbol 743 GraphicUsed by:758
Symbol 744 GraphicUsed by:758
Symbol 745 GraphicUsed by:758
Symbol 746 GraphicUsed by:758
Symbol 747 GraphicUsed by:758
Symbol 748 GraphicUsed by:758
Symbol 749 GraphicUsed by:758
Symbol 750 GraphicUsed by:758
Symbol 751 GraphicUsed by:758
Symbol 752 GraphicUsed by:758
Symbol 753 GraphicUsed by:758
Symbol 754 GraphicUsed by:758
Symbol 755 GraphicUsed by:758
Symbol 756 GraphicUsed by:758
Symbol 757 GraphicUsed by:758
Symbol 758 MovieClipUses:728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757Used by:759
Symbol 759 MovieClipUses:758Used by:760 933 1267 1294
Symbol 760 MovieClipUses:726 727 759Used by:Timeline
Symbol 761 GraphicUsed by:Timeline
Symbol 762 GraphicUsed by:766
Symbol 763 GraphicUsed by:764
Symbol 764 MovieClipUses:763Used by:766
Symbol 765 GraphicUsed by:766
Symbol 766 MovieClipUses:762 764 765Used by:Timeline
Symbol 767 GraphicUsed by:Timeline
Symbol 768 GraphicUsed by:799 802 804
Symbol 769 GraphicUsed by:799 802 804
Symbol 770 GraphicUsed by:799 802 804
Symbol 771 GraphicUsed by:799 802 804
Symbol 772 GraphicUsed by:799 802 804
Symbol 773 GraphicUsed by:799 802 804
Symbol 774 GraphicUsed by:799 802 804
Symbol 775 GraphicUsed by:799 802 804
Symbol 776 GraphicUsed by:799 802 804
Symbol 777 GraphicUsed by:799
Symbol 778 GraphicUsed by:799 802 804
Symbol 779 GraphicUsed by:799 802 804
Symbol 780 GraphicUsed by:799 802 804
Symbol 781 GraphicUsed by:799 802 804
Symbol 782 GraphicUsed by:799 802 804
Symbol 783 GraphicUsed by:799 802 804
Symbol 784 GraphicUsed by:799 802 804
Symbol 785 GraphicUsed by:799 802 804
Symbol 786 GraphicUsed by:799 802 804
Symbol 787 GraphicUsed by:799 802 804
Symbol 788 GraphicUsed by:799 802 804
Symbol 789 GraphicUsed by:799 802 804
Symbol 790 GraphicUsed by:799 802 804
Symbol 791 GraphicUsed by:799 802 804
Symbol 792 GraphicUsed by:799 802 804
Symbol 793 GraphicUsed by:799 802 804
Symbol 794 GraphicUsed by:799 802 804
Symbol 795 GraphicUsed by:799 802 804
Symbol 796 GraphicUsed by:799 802 804
Symbol 797 GraphicUsed by:799 802 804
Symbol 798 GraphicUsed by:799 802 804
Symbol 799 MovieClipUses:768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798Used by:805
Symbol 800 GraphicUsed by:802
Symbol 801 GraphicUsed by:802
Symbol 802 MovieClipUses:800 768 769 770 771 772 773 774 775 776 801 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798Used by:805
Symbol 803 GraphicUsed by:804
Symbol 804 MovieClipUses:768 769 770 771 772 773 774 775 776 803 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798Used by:805
Symbol 805 MovieClipUses:799 802 804Used by:Timeline
Symbol 806 GraphicUsed by:Timeline
Symbol 807 GraphicUsed by:811
Symbol 808 ShapeTweeningUsed by:811
Symbol 809 GraphicUsed by:811 931 1292
Symbol 810 TextUses:167Used by:811
Symbol 811 MovieClipUses:807 808 809 810Used by:814
Symbol 812 GraphicUsed by:813
Symbol 813 MovieClipUses:812Used by:814
Symbol 814 MovieClipUses:811 813Used by:Timeline
Symbol 815 GraphicUsed by:816
Symbol 816 MovieClipUses:815Used by:Timeline
Symbol 817 GraphicUsed by:818
Symbol 818 MovieClipUses:817Used by:819
Symbol 819 MovieClipUses:818Used by:820
Symbol 820 MovieClipUses:819Used by:Timeline
Symbol 821 GraphicUsed by:822
Symbol 822 MovieClipUses:821Used by:Timeline
Symbol 823 GraphicUsed by:Timeline
Symbol 824 GraphicUsed by:825 826
Symbol 825 MovieClipUses:824Used by:Timeline
Symbol 826 MovieClipUses:824Used by:Timeline
Symbol 827 GraphicUsed by:829
Symbol 828 GraphicUsed by:829
Symbol 829 MovieClipUses:827 828Used by:831 834
Symbol 830 GraphicUsed by:831
Symbol 831 MovieClipUses:829 830Used by:832
Symbol 832 MovieClipUses:831Used by:834
Symbol 833 GraphicUsed by:834
Symbol 834 MovieClipUses:832 833 829Used by:Timeline
Symbol 835 GraphicUsed by:841
Symbol 836 GraphicUsed by:841
Symbol 837 GraphicUsed by:841
Symbol 838 GraphicUsed by:841
Symbol 839 GraphicUsed by:841
Symbol 840 GraphicUsed by:841
Symbol 841 MovieClipUses:835 836 837 838 839 840Used by:Timeline
Symbol 842 GraphicUsed by:Timeline
Symbol 843 GraphicUsed by:Timeline
Symbol 844 GraphicUsed by:Timeline
Symbol 845 GraphicUsed by:846
Symbol 846 MovieClipUses:845Used by:866 868
Symbol 847 GraphicUsed by:866 868
Symbol 848 GraphicUsed by:849 1473 1484
Symbol 849 MovieClipUses:848Used by:866 868 1328  Timeline
Symbol 850 GraphicUsed by:863
Symbol 851 GraphicUsed by:863
Symbol 852 GraphicUsed by:863
Symbol 853 GraphicUsed by:863
Symbol 854 GraphicUsed by:863
Symbol 855 GraphicUsed by:863
Symbol 856 GraphicUsed by:863
Symbol 857 GraphicUsed by:863
Symbol 858 GraphicUsed by:863
Symbol 859 GraphicUsed by:863
Symbol 860 GraphicUsed by:863
Symbol 861 GraphicUsed by:863
Symbol 862 GraphicUsed by:863 868
Symbol 863 MovieClipUses:850 851 852 853 854 855 856 857 858 859 860 861 862Used by:866
Symbol 864 GraphicUsed by:866
Symbol 865 GraphicUsed by:866
Symbol 866 MovieClipUses:846 847 849 863 864 865Used by:869
Symbol 867 GraphicUsed by:868
Symbol 868 MovieClipUses:846 847 849 862 867Used by:869
Symbol 869 MovieClipUses:866 868Used by:Timeline
Symbol 870 GraphicUsed by:Timeline
Symbol 871 GraphicUsed by:Timeline
Symbol 872 GraphicUsed by:876 879 1502 1504
Symbol 873 GraphicUsed by:876
Symbol 874 GraphicUsed by:876
Symbol 875 GraphicUsed by:876
Symbol 876 MovieClipUses:872 873 874 875Used by:879
Symbol 877 GraphicUsed by:879 1504
Symbol 878 GraphicUsed by:879
Symbol 879 MovieClipUses:876 872 877 878Used by:Timeline
Symbol 880 ShapeTweeningUsed by:883
Symbol 881 GraphicUsed by:883
Symbol 882 TextUses:167Used by:883
Symbol 883 MovieClipUses:535 880 881 882Used by:917
Symbol 884 GraphicUsed by:917
Symbol 885 GraphicUsed by:915
Symbol 886 GraphicUsed by:915
Symbol 887 GraphicUsed by:915
Symbol 888 GraphicUsed by:915
Symbol 889 GraphicUsed by:915
Symbol 890 GraphicUsed by:915
Symbol 891 GraphicUsed by:915
Symbol 892 GraphicUsed by:915
Symbol 893 GraphicUsed by:915
Symbol 894 GraphicUsed by:915
Symbol 895 GraphicUsed by:915
Symbol 896 GraphicUsed by:915
Symbol 897 GraphicUsed by:915
Symbol 898 GraphicUsed by:915
Symbol 899 GraphicUsed by:915
Symbol 900 GraphicUsed by:915
Symbol 901 GraphicUsed by:915
Symbol 902 GraphicUsed by:915
Symbol 903 GraphicUsed by:915
Symbol 904 GraphicUsed by:915
Symbol 905 GraphicUsed by:915
Symbol 906 GraphicUsed by:915
Symbol 907 GraphicUsed by:915
Symbol 908 GraphicUsed by:915
Symbol 909 GraphicUsed by:915
Symbol 910 GraphicUsed by:915
Symbol 911 GraphicUsed by:915
Symbol 912 GraphicUsed by:915
Symbol 913 GraphicUsed by:915
Symbol 914 GraphicUsed by:915
Symbol 915 MovieClipUses:885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914Used by:916
Symbol 916 MovieClipUses:915Used by:917
Symbol 917 MovieClipUses:883 884 916Used by:Timeline
Symbol 918 GraphicUsed by:919
Symbol 919 MovieClipUses:918Used by:Timeline
Symbol 920 GraphicUsed by:Timeline
Symbol 921 SoundUsed by:Timeline
Symbol 922 GraphicUsed by:Timeline
Symbol 923 GraphicUsed by:Timeline
Symbol 924 GraphicUsed by:Timeline
Symbol 925 GraphicUsed by:927
Symbol 926 GraphicUsed by:927
Symbol 927 MovieClipUses:925 926Used by:Timeline
Symbol 928 GraphicUsed by:Timeline
Symbol 929 ShapeTweeningUsed by:931
Symbol 930 TextUses:167Used by:931
Symbol 931 MovieClipUses:535 929 809 930Used by:933
Symbol 932 GraphicUsed by:933
Symbol 933 MovieClipUses:931 932 759Used by:Timeline
Symbol 934 GraphicUsed by:Timeline
Symbol 935 GraphicUsed by:940
Symbol 936 GraphicUsed by:940
Symbol 937 GraphicUsed by:940
Symbol 938 GraphicUsed by:940
Symbol 939 GraphicUsed by:940
Symbol 940 MovieClipUses:935 936 937 938 939Used by:Timeline
Symbol 941 GraphicUsed by:Timeline
Symbol 942 GraphicUsed by:968 1004
Symbol 943 GraphicUsed by:968 1004
Symbol 944 GraphicUsed by:968
Symbol 945 GraphicUsed by:968
Symbol 946 GraphicUsed by:968 1004
Symbol 947 GraphicUsed by:968
Symbol 948 GraphicUsed by:968
Symbol 949 GraphicUsed by:968
Symbol 950 GraphicUsed by:968
Symbol 951 GraphicUsed by:968
Symbol 952 GraphicUsed by:968
Symbol 953 GraphicUsed by:968
Symbol 954 GraphicUsed by:968
Symbol 955 GraphicUsed by:968
Symbol 956 GraphicUsed by:968
Symbol 957 GraphicUsed by:968 1004
Symbol 958 GraphicUsed by:968 1004
Symbol 959 GraphicUsed by:968
Symbol 960 GraphicUsed by:968
Symbol 961 GraphicUsed by:968
Symbol 962 GraphicUsed by:968
Symbol 963 GraphicUsed by:968
Symbol 964 GraphicUsed by:968
Symbol 965 GraphicUsed by:968
Symbol 966 GraphicUsed by:968
Symbol 967 GraphicUsed by:968
Symbol 968 MovieClipUses:942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967Used by:1005
Symbol 969 GraphicUsed by:1004
Symbol 970 GraphicUsed by:1004
Symbol 971 GraphicUsed by:1004
Symbol 972 GraphicUsed by:1004
Symbol 973 GraphicUsed by:1004
Symbol 974 GraphicUsed by:1004
Symbol 975 GraphicUsed by:1004
Symbol 976 GraphicUsed by:1004
Symbol 977 GraphicUsed by:1004
Symbol 978 GraphicUsed by:1004
Symbol 979 GraphicUsed by:1004
Symbol 980 GraphicUsed by:1004
Symbol 981 GraphicUsed by:1004
Symbol 982 GraphicUsed by:1004
Symbol 983 GraphicUsed by:1004
Symbol 984 GraphicUsed by:1004
Symbol 985 GraphicUsed by:1004
Symbol 986 GraphicUsed by:1004
Symbol 987 GraphicUsed by:1004
Symbol 988 GraphicUsed by:1004
Symbol 989 GraphicUsed by:1004
Symbol 990 GraphicUsed by:1004
Symbol 991 GraphicUsed by:1004
Symbol 992 GraphicUsed by:1004
Symbol 993 GraphicUsed by:1004
Symbol 994 GraphicUsed by:1004
Symbol 995 GraphicUsed by:1004
Symbol 996 GraphicUsed by:1004
Symbol 997 GraphicUsed by:1004
Symbol 998 GraphicUsed by:1004
Symbol 999 GraphicUsed by:1004
Symbol 1000 GraphicUsed by:1004
Symbol 1001 GraphicUsed by:1004
Symbol 1002 GraphicUsed by:1004
Symbol 1003 GraphicUsed by:1004
Symbol 1004 MovieClipUses:942 943 969 958 957 970 946 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003Used by:1005
Symbol 1005 MovieClipUses:968 1004Used by:Timeline
Symbol 1006 GraphicUsed by:1026
Symbol 1007 GraphicUsed by:1026
Symbol 1008 GraphicUsed by:1026
Symbol 1009 GraphicUsed by:1026
Symbol 1010 GraphicUsed by:1026
Symbol 1011 GraphicUsed by:1021
Symbol 1012 ShapeTweeningUsed by:1015
Symbol 1013 ShapeTweeningUsed by:1015
Symbol 1014 GraphicUsed by:1015
Symbol 1015 MovieClipUses:1012 1013 1014Used by:1021
Symbol 1016 GraphicUsed by:1019
Symbol 1017 GraphicUsed by:1019
Symbol 1018 GraphicUsed by:1019
Symbol 1019 MovieClipUses:1016 1017 1018Used by:1020
Symbol 1020 MovieClipUses:1019Used by:1021
Symbol 1021 MovieClipUses:1011 1015 1020Used by:1026
Symbol 1022 SoundUsed by:1026
Symbol 1023 GraphicUsed by:1026
Symbol 1024 GraphicUsed by:1026
Symbol 1025 GraphicUsed by:1026
Symbol 1026 MovieClipUses:1006 1007 1008 1009 1010 1021 1022 1023 1024 1025Used by:Timeline
Symbol 1027 GraphicUsed by:1028
Symbol 1028 MovieClipUses:1027Used by:Timeline
Symbol 1029 GraphicUsed by:1146
Symbol 1030 GraphicUsed by:1146
Symbol 1031 GraphicUsed by:1146
Symbol 1032 GraphicUsed by:1146
Symbol 1033 GraphicUsed by:1146
Symbol 1034 GraphicUsed by:1146
Symbol 1035 GraphicUsed by:1146
Symbol 1036 GraphicUsed by:1146
Symbol 1037 GraphicUsed by:1146
Symbol 1038 GraphicUsed by:1146
Symbol 1039 GraphicUsed by:1146
Symbol 1040 GraphicUsed by:1146
Symbol 1041 GraphicUsed by:1146
Symbol 1042 GraphicUsed by:1146
Symbol 1043 GraphicUsed by:1146
Symbol 1044 GraphicUsed by:1146
Symbol 1045 GraphicUsed by:1146
Symbol 1046 GraphicUsed by:1146
Symbol 1047 GraphicUsed by:1146
Symbol 1048 GraphicUsed by:1146
Symbol 1049 GraphicUsed by:1146
Symbol 1050 GraphicUsed by:1146
Symbol 1051 GraphicUsed by:1146
Symbol 1052 GraphicUsed by:1146
Symbol 1053 GraphicUsed by:1146
Symbol 1054 GraphicUsed by:1146
Symbol 1055 GraphicUsed by:1146
Symbol 1056 GraphicUsed by:1146
Symbol 1057 GraphicUsed by:1146
Symbol 1058 GraphicUsed by:1146
Symbol 1059 GraphicUsed by:1146
Symbol 1060 GraphicUsed by:1146
Symbol 1061 GraphicUsed by:1146
Symbol 1062 GraphicUsed by:1146
Symbol 1063 GraphicUsed by:1146
Symbol 1064 GraphicUsed by:1146
Symbol 1065 GraphicUsed by:1146
Symbol 1066 GraphicUsed by:1146
Symbol 1067 GraphicUsed by:1146
Symbol 1068 GraphicUsed by:1146
Symbol 1069 GraphicUsed by:1146
Symbol 1070 GraphicUsed by:1146
Symbol 1071 GraphicUsed by:1146
Symbol 1072 GraphicUsed by:1146
Symbol 1073 GraphicUsed by:1146
Symbol 1074 GraphicUsed by:1146
Symbol 1075 GraphicUsed by:1146
Symbol 1076 GraphicUsed by:1146
Symbol 1077 GraphicUsed by:1146
Symbol 1078 GraphicUsed by:1146
Symbol 1079 GraphicUsed by:1146
Symbol 1080 GraphicUsed by:1146
Symbol 1081 GraphicUsed by:1146
Symbol 1082 GraphicUsed by:1146
Symbol 1083 GraphicUsed by:1146
Symbol 1084 GraphicUsed by:1146
Symbol 1085 GraphicUsed by:1146
Symbol 1086 GraphicUsed by:1146
Symbol 1087 GraphicUsed by:1146
Symbol 1088 GraphicUsed by:1146
Symbol 1089 GraphicUsed by:1146
Symbol 1090 GraphicUsed by:1146
Symbol 1091 GraphicUsed by:1146
Symbol 1092 GraphicUsed by:1146
Symbol 1093 GraphicUsed by:1146
Symbol 1094 GraphicUsed by:1146
Symbol 1095 GraphicUsed by:1146
Symbol 1096 GraphicUsed by:1146
Symbol 1097 GraphicUsed by:1146
Symbol 1098 GraphicUsed by:1146
Symbol 1099 GraphicUsed by:1146
Symbol 1100 GraphicUsed by:1146
Symbol 1101 GraphicUsed by:1146
Symbol 1102 GraphicUsed by:1146
Symbol 1103 GraphicUsed by:1146
Symbol 1104 GraphicUsed by:1146
Symbol 1105 GraphicUsed by:1146
Symbol 1106 GraphicUsed by:1146
Symbol 1107 GraphicUsed by:1146
Symbol 1108 GraphicUsed by:1146
Symbol 1109 GraphicUsed by:1146
Symbol 1110 GraphicUsed by:1146
Symbol 1111 GraphicUsed by:1146
Symbol 1112 GraphicUsed by:1146
Symbol 1113 GraphicUsed by:1146
Symbol 1114 GraphicUsed by:1146
Symbol 1115 GraphicUsed by:1146
Symbol 1116 GraphicUsed by:1146
Symbol 1117 GraphicUsed by:1146
Symbol 1118 GraphicUsed by:1146
Symbol 1119 GraphicUsed by:1146
Symbol 1120 GraphicUsed by:1146
Symbol 1121 GraphicUsed by:1146
Symbol 1122 GraphicUsed by:1146
Symbol 1123 GraphicUsed by:1146
Symbol 1124 GraphicUsed by:1146
Symbol 1125 GraphicUsed by:1146
Symbol 1126 GraphicUsed by:1146
Symbol 1127 GraphicUsed by:1146
Symbol 1128 GraphicUsed by:1146
Symbol 1129 GraphicUsed by:1146
Symbol 1130 GraphicUsed by:1146
Symbol 1131 GraphicUsed by:1146
Symbol 1132 GraphicUsed by:1146
Symbol 1133 GraphicUsed by:1146
Symbol 1134 GraphicUsed by:1146
Symbol 1135 GraphicUsed by:1146
Symbol 1136 GraphicUsed by:1146
Symbol 1137 GraphicUsed by:1146
Symbol 1138 GraphicUsed by:1146
Symbol 1139 GraphicUsed by:1146
Symbol 1140 GraphicUsed by:1146
Symbol 1141 GraphicUsed by:1146
Symbol 1142 GraphicUsed by:1146
Symbol 1143 GraphicUsed by:1146
Symbol 1144 GraphicUsed by:1146
Symbol 1145 GraphicUsed by:1146
Symbol 1146 MovieClipUses:1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145Used by:Timeline
Symbol 1147 GraphicUsed by:Timeline
Symbol 1148 GraphicUsed by:1149
Symbol 1149 MovieClipUses:1148Used by:Timeline
Symbol 1150 GraphicUsed by:Timeline
Symbol 1151 GraphicUsed by:1152
Symbol 1152 MovieClipUses:1151Used by:Timeline
Symbol 1153 GraphicUsed by:1154
Symbol 1154 MovieClipUses:1153Used by:Timeline
Symbol 1155 GraphicUsed by:1156
Symbol 1156 MovieClipUses:1155Used by:Timeline
Symbol 1157 GraphicUsed by:1158
Symbol 1158 MovieClipUses:1157Used by:Timeline
Symbol 1159 GraphicUsed by:1160
Symbol 1160 MovieClipUses:1159Used by:Timeline
Symbol 1161 GraphicUsed by:1162
Symbol 1162 MovieClipUses:1161Used by:Timeline
Symbol 1163 GraphicUsed by:1164
Symbol 1164 MovieClipUses:1163Used by:Timeline
Symbol 1165 GraphicUsed by:1166
Symbol 1166 MovieClipUses:1165Used by:Timeline
Symbol 1167 GraphicUsed by:1168
Symbol 1168 MovieClipUses:1167Used by:Timeline
Symbol 1169 GraphicUsed by:1170
Symbol 1170 MovieClipUses:1169Used by:Timeline
Symbol 1171 GraphicUsed by:1172
Symbol 1172 MovieClipUses:1171Used by:Timeline
Symbol 1173 GraphicUsed by:1174
Symbol 1174 MovieClipUses:1173Used by:Timeline
Symbol 1175 GraphicUsed by:1176
Symbol 1176 MovieClipUses:1175Used by:Timeline
Symbol 1177 GraphicUsed by:1178
Symbol 1178 MovieClipUses:1177Used by:Timeline
Symbol 1179 GraphicUsed by:1180
Symbol 1180 MovieClipUses:1179Used by:Timeline
Symbol 1181 GraphicUsed by:1182
Symbol 1182 MovieClipUses:1181Used by:Timeline
Symbol 1183 GraphicUsed by:1184
Symbol 1184 MovieClipUses:1183Used by:Timeline
Symbol 1185 GraphicUsed by:1186
Symbol 1186 MovieClipUses:1185Used by:Timeline
Symbol 1187 GraphicUsed by:1188
Symbol 1188 MovieClipUses:1187Used by:Timeline
Symbol 1189 GraphicUsed by:1190
Symbol 1190 MovieClipUses:1189Used by:Timeline
Symbol 1191 GraphicUsed by:1192
Symbol 1192 MovieClipUses:1191Used by:Timeline
Symbol 1193 GraphicUsed by:1194
Symbol 1194 MovieClipUses:1193Used by:Timeline
Symbol 1195 GraphicUsed by:1196
Symbol 1196 MovieClipUses:1195Used by:Timeline
Symbol 1197 GraphicUsed by:1198
Symbol 1198 MovieClipUses:1197Used by:Timeline
Symbol 1199 GraphicUsed by:1200
Symbol 1200 MovieClipUses:1199Used by:Timeline
Symbol 1201 GraphicUsed by:1202
Symbol 1202 MovieClipUses:1201Used by:1204
Symbol 1203 SoundUsed by:1204
Symbol 1204 MovieClipUses:1202 1203Used by:Timeline
Symbol 1205 GraphicUsed by:1207
Symbol 1206 GraphicUsed by:1207
Symbol 1207 MovieClipUses:1205 1206Used by:Timeline
Symbol 1208 GraphicUsed by:Timeline
Symbol 1209 GraphicUsed by:Timeline
Symbol 1210 GraphicUsed by:Timeline
Symbol 1211 GraphicUsed by:1222
Symbol 1212 GraphicUsed by:1213
Symbol 1213 MovieClipUses:1212Used by:1222
Symbol 1214 GraphicUsed by:1222
Symbol 1215 GraphicUsed by:1216
Symbol 1216 MovieClipUses:1215Used by:1222
Symbol 1217 GraphicUsed by:1222
Symbol 1218 GraphicUsed by:1222
Symbol 1219 GraphicUsed by:1222
Symbol 1220 GraphicUsed by:1221
Symbol 1221 MovieClipUses:1220Used by:1222
Symbol 1222 MovieClipUses:1211 1213 1214 1216 1217 1218 1219 1221Used by:Timeline
Symbol 1223 GraphicUsed by:Timeline
Symbol 1224 GraphicUsed by:1232
Symbol 1225 GraphicUsed by:1226
Symbol 1226 MovieClipUses:1225Used by:1231 1316
Symbol 1227 GraphicUsed by:1231 1316
Symbol 1228 GraphicUsed by:1231 1316
Symbol 1229 GraphicUsed by:1231
Symbol 1230 GraphicUsed by:1231
Symbol 1231 MovieClipUses:1226 1227 1228 1229 1230Used by:1232
Symbol 1232 MovieClipUses:1224 1231Used by:Timeline
Symbol 1233 GraphicUsed by:Timeline
Symbol 1234 GraphicUsed by:1261
Symbol 1235 GraphicUsed by:1261
Symbol 1236 GraphicUsed by:1261
Symbol 1237 GraphicUsed by:1261
Symbol 1238 GraphicUsed by:1261
Symbol 1239 GraphicUsed by:1261
Symbol 1240 GraphicUsed by:1261
Symbol 1241 GraphicUsed by:1261
Symbol 1242 GraphicUsed by:1261
Symbol 1243 GraphicUsed by:1261
Symbol 1244 GraphicUsed by:1261
Symbol 1245 GraphicUsed by:1261
Symbol 1246 GraphicUsed by:1261
Symbol 1247 GraphicUsed by:1261
Symbol 1248 GraphicUsed by:1261
Symbol 1249 GraphicUsed by:1261
Symbol 1250 GraphicUsed by:1261
Symbol 1251 GraphicUsed by:1261
Symbol 1252 GraphicUsed by:1261
Symbol 1253 GraphicUsed by:1261
Symbol 1254 GraphicUsed by:1261
Symbol 1255 GraphicUsed by:1261
Symbol 1256 GraphicUsed by:1261
Symbol 1257 GraphicUsed by:1261
Symbol 1258 GraphicUsed by:1261
Symbol 1259 GraphicUsed by:1261
Symbol 1260 GraphicUsed by:1261
Symbol 1261 MovieClipUses: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 1260Used by:Timeline
Symbol 1262 ShapeTweeningUsed by:1265
Symbol 1263 GraphicUsed by:1265 1604
Symbol 1264 TextUses:167Used by:1265
Symbol 1265 MovieClipUses:535 1262 1263 1264Used by:1267
Symbol 1266 GraphicUsed by:1267
Symbol 1267 MovieClipUses:1265 1266 759Used by:Timeline
Symbol 1268 GraphicUsed by:1269
Symbol 1269 MovieClipUses:1268Used by:Timeline
Symbol 1270 GraphicUsed by:1271
Symbol 1271 MovieClipUses:1270Used by:Timeline
Symbol 1272 GraphicUsed by:1278
Symbol 1273 GraphicUsed by:1274
Symbol 1274 MovieClipUses:1273Used by:1278
Symbol 1275 GraphicUsed by:1278
Symbol 1276 GraphicUsed by:1278
Symbol 1277 GraphicUsed by:1278
Symbol 1278 MovieClipUses:1272 1274 1275 1276 176 1277Used by:Timeline
Symbol 1279 GraphicUsed by:Timeline
Symbol 1280 ShapeTweeningUsed by:1284
Symbol 1281 ShapeTweeningUsed by:1284
Symbol 1282 ShapeTweeningUsed by:1284
Symbol 1283 ShapeTweeningUsed by:1284
Symbol 1284 MovieClipUses:1280 1281 1282 1283 530Used by:Timeline
Symbol 1285 GraphicUsed by:Timeline
Symbol 1286 GraphicUsed by:Timeline
Symbol 1287 GraphicUsed by:Timeline
Symbol 1288 GraphicUsed by:Timeline
Symbol 1289 GraphicUsed by:Timeline
Symbol 1290 ShapeTweeningUsed by:1292
Symbol 1291 TextUses:167Used by:1292
Symbol 1292 MovieClipUses:535 1290 809 1291Used by:1294
Symbol 1293 GraphicUsed by:1294
Symbol 1294 MovieClipUses:1292 1293 759Used by:Timeline
Symbol 1295 GraphicUsed by:Timeline
Symbol 1296 GraphicUsed by:1311
Symbol 1297 GraphicUsed by:1298
Symbol 1298 MovieClipUses:1297Used by:1311
Symbol 1299 ShapeTweeningUsed by:1301
Symbol 1300 ShapeTweeningUsed by:1301
Symbol 1301 MovieClipUses:1299 1300 355Used by:1311
Symbol 1302 GraphicUsed by:1303
Symbol 1303 MovieClipUses:1302Used by:1311
Symbol 1304 GraphicUsed by:1305
Symbol 1305 MovieClipUses:1304Used by:1309
Symbol 1306 ShapeTweeningUsed by:1308
Symbol 1307 ShapeTweeningUsed by:1308
Symbol 1308 MovieClipUses:1306 1307 359Used by:1309
Symbol 1309 MovieClipUses:1305 1308Used by:1311
Symbol 1310 GraphicUsed by:1311
Symbol 1311 MovieClipUses:1296 1298 1301 1303 1309 1310Used by:Timeline
Symbol 1312 MovieClipUses:364Used by:1313
Symbol 1313 MovieClipUses:1312Used by:Timeline
Symbol 1314 GraphicUsed by:1316
Symbol 1315 GraphicUsed by:1316
Symbol 1316 MovieClipUses:1227 1228 1314 1226 1315Used by:1317
Symbol 1317 MovieClipUses:1316Used by:Timeline
Symbol 1318 GraphicUsed by:1319
Symbol 1319 MovieClipUses:1318Used by:Timeline
Symbol 1320 GraphicUsed by:1321
Symbol 1321 MovieClipUses:1320Used by:Timeline
Symbol 1322 GraphicUsed by:1328
Symbol 1323 MovieClipUses:321Used by:1328
Symbol 1324 GraphicUsed by:1325
Symbol 1325 MovieClipUses:1324Used by:1328
Symbol 1326 GraphicUsed by:1328
Symbol 1327 GraphicUsed by:1328
Symbol 1328 MovieClipUses:1322 1323 1325 1326 849 1327Used by:Timeline
Symbol 1329 GraphicUsed by:Timeline
Symbol 1330 GraphicUsed by:Timeline
Symbol 1331 GraphicUsed by:1455
Symbol 1332 GraphicUsed by:1455
Symbol 1333 GraphicUsed by:1455
Symbol 1334 GraphicUsed by:1455
Symbol 1335 GraphicUsed by:1455
Symbol 1336 GraphicUsed by:1455
Symbol 1337 GraphicUsed by:1455
Symbol 1338 GraphicUsed by:1455
Symbol 1339 GraphicUsed by:1455
Symbol 1340 GraphicUsed by:1455
Symbol 1341 GraphicUsed by:1455
Symbol 1342 GraphicUsed by:1455
Symbol 1343 GraphicUsed by:1455
Symbol 1344 GraphicUsed by:1455
Symbol 1345 GraphicUsed by:1455
Symbol 1346 GraphicUsed by:1455
Symbol 1347 GraphicUsed by:1455
Symbol 1348 GraphicUsed by:1455
Symbol 1349 GraphicUsed by:1455
Symbol 1350 GraphicUsed by:1455
Symbol 1351 GraphicUsed by:1455
Symbol 1352 GraphicUsed by:1455
Symbol 1353 GraphicUsed by:1455
Symbol 1354 GraphicUsed by:1455
Symbol 1355 GraphicUsed by:1455
Symbol 1356 GraphicUsed by:1455
Symbol 1357 GraphicUsed by:1455
Symbol 1358 GraphicUsed by:1455
Symbol 1359 GraphicUsed by:1455
Symbol 1360 GraphicUsed by:1455
Symbol 1361 GraphicUsed by:1455
Symbol 1362 GraphicUsed by:1455
Symbol 1363 GraphicUsed by:1455
Symbol 1364 GraphicUsed by:1455
Symbol 1365 GraphicUsed by:1455
Symbol 1366 GraphicUsed by:1455
Symbol 1367 GraphicUsed by:1455
Symbol 1368 GraphicUsed by:1455
Symbol 1369 GraphicUsed by:1455
Symbol 1370 GraphicUsed by:1455
Symbol 1371 GraphicUsed by:1455
Symbol 1372 GraphicUsed by:1455
Symbol 1373 GraphicUsed by:1455
Symbol 1374 GraphicUsed by:1455
Symbol 1375 GraphicUsed by:1455
Symbol 1376 GraphicUsed by:1455
Symbol 1377 GraphicUsed by:1455
Symbol 1378 GraphicUsed by:1455
Symbol 1379 GraphicUsed by:1455
Symbol 1380 GraphicUsed by:1455
Symbol 1381 GraphicUsed by:1455
Symbol 1382 GraphicUsed by:1455
Symbol 1383 GraphicUsed by:1455
Symbol 1384 GraphicUsed by:1455
Symbol 1385 GraphicUsed by:1455
Symbol 1386 GraphicUsed by:1455
Symbol 1387 GraphicUsed by:1455
Symbol 1388 GraphicUsed by:1455
Symbol 1389 GraphicUsed by:1455
Symbol 1390 GraphicUsed by:1455
Symbol 1391 GraphicUsed by:1455
Symbol 1392 GraphicUsed by:1455
Symbol 1393 GraphicUsed by:1455
Symbol 1394 GraphicUsed by:1455
Symbol 1395 GraphicUsed by:1455
Symbol 1396 GraphicUsed by:1455
Symbol 1397 GraphicUsed by:1455
Symbol 1398 GraphicUsed by:1455
Symbol 1399 GraphicUsed by:1455
Symbol 1400 GraphicUsed by:1455
Symbol 1401 GraphicUsed by:1455
Symbol 1402 GraphicUsed by:1455
Symbol 1403 GraphicUsed by:1455
Symbol 1404 GraphicUsed by:1455
Symbol 1405 GraphicUsed by:1455
Symbol 1406 GraphicUsed by:1455
Symbol 1407 GraphicUsed by:1455
Symbol 1408 GraphicUsed by:1455
Symbol 1409 GraphicUsed by:1455
Symbol 1410 GraphicUsed by:1455
Symbol 1411 GraphicUsed by:1455
Symbol 1412 GraphicUsed by:1455
Symbol 1413 GraphicUsed by:1455
Symbol 1414 GraphicUsed by:1455
Symbol 1415 GraphicUsed by:1455
Symbol 1416 GraphicUsed by:1455
Symbol 1417 GraphicUsed by:1455
Symbol 1418 GraphicUsed by:1455
Symbol 1419 GraphicUsed by:1455
Symbol 1420 GraphicUsed by:1455
Symbol 1421 GraphicUsed by:1455
Symbol 1422 GraphicUsed by:1455
Symbol 1423 GraphicUsed by:1455
Symbol 1424 GraphicUsed by:1455
Symbol 1425 GraphicUsed by:1455
Symbol 1426 GraphicUsed by:1455
Symbol 1427 GraphicUsed by:1455
Symbol 1428 GraphicUsed by:1455
Symbol 1429 GraphicUsed by:1455
Symbol 1430 GraphicUsed by:1455
Symbol 1431 GraphicUsed by:1455
Symbol 1432 GraphicUsed by:1455
Symbol 1433 GraphicUsed by:1455
Symbol 1434 GraphicUsed by:1455
Symbol 1435 GraphicUsed by:1455
Symbol 1436 GraphicUsed by:1455
Symbol 1437 GraphicUsed by:1455
Symbol 1438 GraphicUsed by:1455
Symbol 1439 GraphicUsed by:1455
Symbol 1440 GraphicUsed by:1455
Symbol 1441 GraphicUsed by:1455
Symbol 1442 GraphicUsed by:1455
Symbol 1443 GraphicUsed by:1455
Symbol 1444 GraphicUsed by:1455
Symbol 1445 GraphicUsed by:1455
Symbol 1446 GraphicUsed by:1455
Symbol 1447 GraphicUsed by:1455
Symbol 1448 GraphicUsed by:1455
Symbol 1449 GraphicUsed by:1455
Symbol 1450 GraphicUsed by:1455
Symbol 1451 GraphicUsed by:1455
Symbol 1452 GraphicUsed by:1455
Symbol 1453 GraphicUsed by:1455
Symbol 1454 GraphicUsed by:1455
Symbol 1455 MovieClipUses:1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454Used by:Timeline
Symbol 1456 GraphicUsed by:Timeline
Symbol 1457 GraphicUsed by:1469
Symbol 1458 GraphicUsed by:1469
Symbol 1459 GraphicUsed by:1469
Symbol 1460 GraphicUsed by:1469
Symbol 1461 GraphicUsed by:1469
Symbol 1462 GraphicUsed by:1469
Symbol 1463 GraphicUsed by:1469
Symbol 1464 GraphicUsed by:1469
Symbol 1465 GraphicUsed by:1469
Symbol 1466 GraphicUsed by:1469
Symbol 1467 GraphicUsed by:1469
Symbol 1468 GraphicUsed by:1469
Symbol 1469 MovieClipUses:1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468Used by:Timeline
Symbol 1470 GraphicUsed by:1471
Symbol 1471 MovieClipUses:1470Used by:Timeline
Symbol 1472 GraphicUsed by:1481
Symbol 1473 MovieClipUses:848Used by:1481
Symbol 1474 GraphicUsed by:1480
Symbol 1475 GraphicUsed by:1479
Symbol 1476 GraphicUsed by:1479
Symbol 1477 GraphicUsed by:1479
Symbol 1478 GraphicUsed by:1479
Symbol 1479 MovieClipUses:1475 1476 1477 1478Used by:1480
Symbol 1480 MovieClipUses:1474 1479Used by:1481
Symbol 1481 MovieClipUses:1472 1473 1480Used by:Timeline
Symbol 1482 GraphicUsed by:Timeline
Symbol 1483 GraphicUsed by:1485
Symbol 1484 MovieClipUses:848Used by:1485 1517
Symbol 1485 MovieClipUses:1483 1484Used by:Timeline
Symbol 1486 GraphicUsed by:Timeline
Symbol 1487 MovieClipUses:321Used by:Timeline
Symbol 1488 GraphicUsed by:Timeline
Symbol 1489 TextUses:712Used by:Timeline
Symbol 1490 MovieClipUses:435 176Used by:Timeline
Symbol 1491 GraphicUsed by:Timeline
Symbol 1492 MovieClipUses:176Used by:Timeline
Symbol 1493 GraphicUsed by:Timeline
Symbol 1494 GraphicUsed by:1495
Symbol 1495 MovieClipUses:1494Used by:1498
Symbol 1496 GraphicUsed by:1498
Symbol 1497 GraphicUsed by:1498
Symbol 1498 MovieClipUses:1495 1496 1497Used by:Timeline
Symbol 1499 GraphicUsed by:1502
Symbol 1500 GraphicUsed by:1502
Symbol 1501 GraphicUsed by:1502
Symbol 1502 MovieClipUses:872 1499 1500 1501Used by:1504
Symbol 1503 GraphicUsed by:1504
Symbol 1504 MovieClipUses:1502 872 877 1503Used by:Timeline
Symbol 1505 GraphicUsed by:1506
Symbol 1506 MovieClipUses:1505Used by:1508
Symbol 1507 GraphicUsed by:1508
Symbol 1508 MovieClipUses:1506 1507Used by:Timeline
Symbol 1509 GraphicUsed by:Timeline
Symbol 1510 GraphicUsed by:Timeline
Symbol 1511 GraphicUsed by:1517
Symbol 1512 GraphicUsed by:1513
Symbol 1513 MovieClipUses:1512Used by:1516
Symbol 1514 GraphicUsed by:1515
Symbol 1515 MovieClipUses:1514Used by:1516
Symbol 1516 MovieClipUses:1513 1515Used by:1517
Symbol 1517 MovieClipUses:1511 1484 1516Used by:Timeline
Symbol 1518 GraphicUsed by:Timeline
Symbol 1519 TextUses:712Used by:Timeline
Symbol 1520 GraphicUsed by:Timeline
Symbol 1521 GraphicUsed by:Timeline
Symbol 1522 GraphicUsed by:1524
Symbol 1523 GraphicUsed by:1524
Symbol 1524 MovieClipUses:1522 1523Used by:Timeline
Symbol 1525 BitmapUsed by:1526 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665
Symbol 1526 GraphicUses:1525Used by:Timeline
Symbol 1527 GraphicUsed by:1543
Symbol 1528 ShapeTweeningUsed by:1540
Symbol 1529 ShapeTweeningUsed by:1540
Symbol 1530 ShapeTweeningUsed by:1540
Symbol 1531 ShapeTweeningUsed by:1540
Symbol 1532 ShapeTweeningUsed by:1540
Symbol 1533 ShapeTweeningUsed by:1540
Symbol 1534 ShapeTweeningUsed by:1540
Symbol 1535 ShapeTweeningUsed by:1540
Symbol 1536 ShapeTweeningUsed by:1540
Symbol 1537 ShapeTweeningUsed by:1540
Symbol 1538 ShapeTweeningUsed by:1540
Symbol 1539 ShapeTweeningUsed by:1540
Symbol 1540 MovieClipUses:1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 155Used by:1543 1638 1873 1957 1982
Symbol 1541 GraphicUsed by:1543
Symbol 1542 GraphicUsed by:1543
Symbol 1543 MovieClipUses:1527 1540 1541 1542Used by:Timeline
Symbol 1544 GraphicUsed by:Timeline
Symbol 1545 GraphicUsed by:1552
Symbol 1546 GraphicUsed by:1552
Symbol 1547 GraphicUsed by:1552
Symbol 1548 GraphicUsed by:1552
Symbol 1549 GraphicUsed by:1552
Symbol 1550 GraphicUsed by:1552
Symbol 1551 GraphicUsed by:1552
Symbol 1552 MovieClipUses:1545 1546 1547 1548 1549 1550 1551Used by:1604
Symbol 1553 GraphicUsed by:1563
Symbol 1554 GraphicUsed by:1563
Symbol 1555 GraphicUsed by:1563
Symbol 1556 GraphicUsed by:1563
Symbol 1557 GraphicUsed by:1563
Symbol 1558 GraphicUsed by:1563
Symbol 1559 GraphicUsed by:1563
Symbol 1560 GraphicUsed by:1563
Symbol 1561 GraphicUsed by:1563
Symbol 1562 GraphicUsed by:1563
Symbol 1563 MovieClipUses:1553 1554 1555 1556 1557 1558 1559 1560 1561 1562Used by:1604
Symbol 1564 FontUsed by:1565 1567
Symbol 1565 TextUses:1564Used by:1604
Symbol 1566 GraphicUsed by:1568
Symbol 1567 TextUses:1564Used by:1568
Symbol 1568 MovieClipUses:1566 1567Used by:1604
Symbol 1569 GraphicUsed by:1602
Symbol 1570 GraphicUsed by:1602
Symbol 1571 GraphicUsed by:1572
Symbol 1572 MovieClipUses:1571Used by:1602
Symbol 1573 GraphicUsed by:1602
Symbol 1574 GraphicUsed by:1602
Symbol 1575 GraphicUsed by:1576
Symbol 1576 MovieClipUses:1575Used by:1602
Symbol 1577 GraphicUsed by:1602
Symbol 1578 GraphicUsed by:1602
Symbol 1579 ShapeTweeningUsed by:1591
Symbol 1580 GraphicUsed by:1591
Symbol 1581 GraphicUsed by:1591
Symbol 1582 GraphicUsed by:1591
Symbol 1583 GraphicUsed by:1591
Symbol 1584 ShapeTweeningUsed by:1591
Symbol 1585 GraphicUsed by:1591
Symbol 1586 GraphicUsed by:1591
Symbol 1587 GraphicUsed by:1591
Symbol 1588 GraphicUsed by:1591
Symbol 1589 GraphicUsed by:1591
Symbol 1590 GraphicUsed by:1591
Symbol 1591 MovieClipUses:1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590Used by:1602 1765
Symbol 1592 GraphicUsed by:1602
Symbol 1593 GraphicUsed by:1602
Symbol 1594 GraphicUsed by:1602
Symbol 1595 GraphicUsed by:1596
Symbol 1596 MovieClipUses:1595Used by:1602
Symbol 1597 GraphicUsed by:1602
Symbol 1598 GraphicUsed by:1602
Symbol 1599 GraphicUsed by:1602
Symbol 1600 GraphicUsed by:1602
Symbol 1601 GraphicUsed by:1602
Symbol 1602 MovieClipUses:1569 1570 1572 1573 1574 1576 1577 1578 1591 1592 1593 1594 1596 1597 1598 1599 1600 1601Used by:1604
Symbol 1603 GraphicUsed by:1604
Symbol 1604 MovieClipUses:1552 1263 1563 1565 1568 1602 1603Used by:Timeline
Symbol 1605 GraphicUsed by:Timeline
Symbol 1606 GraphicUsed by:1607
Symbol 1607 MovieClipUses:1606Used by:Timeline
Symbol 1608 GraphicUsed by:1638
Symbol 1609 GraphicUsed by:1638
Symbol 1610 GraphicUsed by:1638
Symbol 1611 GraphicUsed by:1638
Symbol 1612 GraphicUsed by:1638
Symbol 1613 GraphicUsed by:1638
Symbol 1614 GraphicUsed by:1616 1619
Symbol 1615 GraphicUsed by:1616
Symbol 1616 MovieClipUses:1614 1615Used by:1626
Symbol 1617 GraphicUsed by:1619
Symbol 1618 GraphicUsed by:1619
Symbol 1619 MovieClipUses:1614 1617 1618Used by:1626
Symbol 1620 GraphicUsed by:1625
Symbol 1621 GraphicUsed by:1625
Symbol 1622 GraphicUsed by:1625
Symbol 1623 GraphicUsed by:1625
Symbol 1624 GraphicUsed by:1625
Symbol 1625 MovieClipUses:1620 1621 1622 1623 1624Used by:1626
Symbol 1626 MovieClipUses:1616 1619 1625Used by:1638 1873 1982
Symbol 1627 GraphicUsed by:1638
Symbol 1628 GraphicUsed by:1638
Symbol 1629 GraphicUsed by:1638
Symbol 1630 GraphicUsed by:1638
Symbol 1631 GraphicUsed by:1638
Symbol 1632 GraphicUsed by:1638
Symbol 1633 GraphicUsed by:1638
Symbol 1634 GraphicUsed by:1638
Symbol 1635 GraphicUsed by:1638
Symbol 1636 GraphicUsed by:1638
Symbol 1637 GraphicUsed by:1638
Symbol 1638 MovieClipUses:1608 1609 1540 1610 1611 1612 1613 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637Used by:Timeline
Symbol 1639 TextUses:712Used by:Timeline
Symbol 1640 GraphicUsed by:Timeline
Symbol 1641 GraphicUsed by:1651
Symbol 1642 GraphicUsed by:1651
Symbol 1643 GraphicUsed by:1651
Symbol 1644 GraphicUsed by:1651
Symbol 1645 GraphicUsed by:1651
Symbol 1646 GraphicUsed by:1651
Symbol 1647 GraphicUsed by:1651
Symbol 1648 GraphicUsed by:1651
Symbol 1649 GraphicUsed by:1651
Symbol 1650 GraphicUsed by:1651
Symbol 1651 MovieClipUses:1641 1642 1643 1644 1645 1646 1647 1648 1649 1650Used by:Timeline
Symbol 1652 GraphicUses:1525Used by:Timeline
Symbol 1653 GraphicUses:1525Used by:1666
Symbol 1654 GraphicUses:1525Used by:1666
Symbol 1655 GraphicUses:1525Used by:1666
Symbol 1656 GraphicUses:1525Used by:1666
Symbol 1657 GraphicUses:1525Used by:1666
Symbol 1658 GraphicUses:1525Used by:1666
Symbol 1659 GraphicUses:1525Used by:1666
Symbol 1660 GraphicUses:1525Used by:1666
Symbol 1661 GraphicUses:1525Used by:1666
Symbol 1662 GraphicUses:1525Used by:1666
Symbol 1663 GraphicUses:1525Used by:1666
Symbol 1664 GraphicUses:1525Used by:1666
Symbol 1665 GraphicUses:1525Used by:1666
Symbol 1666 MovieClipUses:1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665Used by:Timeline
Symbol 1667 GraphicUsed by:Timeline
Symbol 1668 ShapeTweeningUsed by:1671
Symbol 1669 ShapeTweeningUsed by:1671
Symbol 1670 GraphicUsed by:1671 1815
Symbol 1671 MovieClipUses:1668 1669 1670Used by:1841
Symbol 1672 GraphicUsed by:1688 1716 1744
Symbol 1673 ShapeTweeningUsed by:1682
Symbol 1674 GraphicUsed by:1682
Symbol 1675 GraphicUsed by:1682
Symbol 1676 ShapeTweeningUsed by:1682
Symbol 1677 ShapeTweeningUsed by:1682
Symbol 1678 GraphicUsed by:1682
Symbol 1679 ShapeTweeningUsed by:1682
Symbol 1680 GraphicUsed by:1682
Symbol 1681 GraphicUsed by:1682
Symbol 1682 MovieClipUses:1673 1674 1675 1676 1677 1678 1679 1680 1681Used by:1688 1716 1744 1803 1812 1840
Symbol 1683 GraphicUsed by:1688
Symbol 1684 GraphicUsed by:1688
Symbol 1685 GraphicUsed by:1688
Symbol 1686 GraphicUsed by:1688
Symbol 1687 GraphicUsed by:1688
Symbol 1688 MovieClipUses:1672 1682 1683 1684 1685 1686 1687Used by:1841
Symbol 1689 GraphicUsed by:1690
Symbol 1690 MovieClipUses:1689Used by:1696
Symbol 1691 ShapeTweeningUsed by:1696
Symbol 1692 ShapeTweeningUsed by:1696
Symbol 1693 ShapeTweeningUsed by:1696
Symbol 1694 ShapeTweeningUsed by:1696
Symbol 1695 GraphicUsed by:1696
Symbol 1696 MovieClipUses:1690 1691 1692 1693 1694 1695Used by:1841
Symbol 1697 GraphicUsed by:1716
Symbol 1698 GraphicUsed by:1716
Symbol 1699 GraphicUsed by:1716
Symbol 1700 GraphicUsed by:1716
Symbol 1701 GraphicUsed by:1716
Symbol 1702 SoundUsed by:1716
Symbol 1703 GraphicUsed by:1716
Symbol 1704 GraphicUsed by:1716
Symbol 1705 GraphicUsed by:1716
Symbol 1706 GraphicUsed by:1716
Symbol 1707 GraphicUsed by:1716
Symbol 1708 GraphicUsed by:1716
Symbol 1709 GraphicUsed by:1716
Symbol 1710 GraphicUsed by:1716
Symbol 1711 GraphicUsed by:1716
Symbol 1712 GraphicUsed by:1716
Symbol 1713 GraphicUsed by:1716
Symbol 1714 GraphicUsed by:1716
Symbol 1715 GraphicUsed by:1716
Symbol 1716 MovieClipUses:1672 1682 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715Used by:1841
Symbol 1717 GraphicUsed by:1744
Symbol 1718 GraphicUsed by:1744
Symbol 1719 GraphicUsed by:1744
Symbol 1720 GraphicUsed by:1744
Symbol 1721 GraphicUsed by:1744
Symbol 1722 GraphicUsed by:1744
Symbol 1723 SoundUsed by:1744
Symbol 1724 ShapeTweeningUsed by:1744
Symbol 1725 GraphicUsed by:1744
Symbol 1726 GraphicUsed by:1744
Symbol 1727 GraphicUsed by:1744
Symbol 1728 GraphicUsed by:1744
Symbol 1729 GraphicUsed by:1744
Symbol 1730 GraphicUsed by:1744
Symbol 1731 GraphicUsed by:1744
Symbol 1732 SoundUsed by:1744
Symbol 1733 GraphicUsed by:1744
Symbol 1734 GraphicUsed by:1744
Symbol 1735 ShapeTweeningUsed by:1744
Symbol 1736 GraphicUsed by:1744
Symbol 1737 GraphicUsed by:1744
Symbol 1738 ShapeTweeningUsed by:1744
Symbol 1739 ShapeTweeningUsed by:1744
Symbol 1740 GraphicUsed by:1744
Symbol 1741 ShapeTweeningUsed by:1744
Symbol 1742 GraphicUsed by:1744
Symbol 1743 GraphicUsed by:1744
Symbol 1744 MovieClipUses:1717 1672 1682 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743Used by:1841
Symbol 1745 GraphicUsed by:1803 1812 1840
Symbol 1746 GraphicUsed by:1803
Symbol 1747 GraphicUsed by:1803
Symbol 1748 GraphicUsed by:1749
Symbol 1749 MovieClipUses:1748Used by:1803 1812
Symbol 1750 SoundUsed by:1803
Symbol 1751 GraphicUsed by:1803
Symbol 1752 GraphicUsed by:1803
Symbol 1753 GraphicUsed by:1803
Symbol 1754 GraphicUsed by:1803
Symbol 1755 GraphicUsed by:1803
Symbol 1756 GraphicUsed by:1803
Symbol 1757 GraphicUsed by:1803
Symbol 1758 GraphicUsed by:1803
Symbol 1759 SoundUsed by:1803 1812
Symbol 1760 SoundUsed by:1803
Symbol 1761 ShapeTweeningUsed by:1764
Symbol 1762 ShapeTweeningUsed by:1764
Symbol 1763 GraphicUsed by:1764
Symbol 1764 MovieClipUses:1761 1762 1763Used by:1765
Symbol 1765 MovieClipUses:1591 1764Used by:1803  Timeline
Symbol 1766 GraphicUsed by:1803
Symbol 1767 GraphicUsed by:1803
Symbol 1768 GraphicUsed by:1803
Symbol 1769 GraphicUsed by:1803
Symbol 1770 GraphicUsed by:1803
Symbol 1771 GraphicUsed by:1803
Symbol 1772 GraphicUsed by:1803
Symbol 1773 GraphicUsed by:1803
Symbol 1774 GraphicUsed by:1803
Symbol 1775 GraphicUsed by:1803
Symbol 1776 GraphicUsed by:1803
Symbol 1777 GraphicUsed by:1803
Symbol 1778 GraphicUsed by:1803
Symbol 1779 GraphicUsed by:1803
Symbol 1780 GraphicUsed by:1803
Symbol 1781 GraphicUsed by:1803
Symbol 1782 GraphicUsed by:1803
Symbol 1783 GraphicUsed by:1803
Symbol 1784 GraphicUsed by:1803
Symbol 1785 GraphicUsed by:1803
Symbol 1786 GraphicUsed by:1803
Symbol 1787 GraphicUsed by:1803
Symbol 1788 GraphicUsed by:1803
Symbol 1789 GraphicUsed by:1803
Symbol 1790 GraphicUsed by:1803
Symbol 1791 GraphicUsed by:1803
Symbol 1792 GraphicUsed by:1803
Symbol 1793 GraphicUsed by:1803
Symbol 1794 GraphicUsed by:1803
Symbol 1795 GraphicUsed by:1803
Symbol 1796 GraphicUsed by:1803
Symbol 1797 GraphicUsed by:1803
Symbol 1798 GraphicUsed by:1803
Symbol 1799 GraphicUsed by:1803
Symbol 1800 GraphicUsed by:1803
Symbol 1801 GraphicUsed by:1803
Symbol 1802 GraphicUsed by:1803
Symbol 1803 MovieClipUses:1745 1682 1746 1747 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 631 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802Used by:1841
Symbol 1804 GraphicUsed by:1812
Symbol 1805 GraphicUsed by:1812
Symbol 1806 GraphicUsed by:1812
Symbol 1807 GraphicUsed by:1812
Symbol 1808 GraphicUsed by:1812
Symbol 1809 GraphicUsed by:1812
Symbol 1810 GraphicUsed by:1812
Symbol 1811 GraphicUsed by:1812
Symbol 1812 MovieClipUses:1745 1682 1804 1805 1749 1806 1807 1808 1759 1809 1810 1811Used by:1841
Symbol 1813 GraphicUsed by:1840
Symbol 1814 GraphicUsed by:1840
Symbol 1815 MovieClipUses:1670Used by:1840
Symbol 1816 GraphicUsed by:1840
Symbol 1817 GraphicUsed by:1840
Symbol 1818 GraphicUsed by:1840
Symbol 1819 GraphicUsed by:1840
Symbol 1820 GraphicUsed by:1840
Symbol 1821 GraphicUsed by:1840
Symbol 1822 GraphicUsed by:1840
Symbol 1823 GraphicUsed by:1840
Symbol 1824 GraphicUsed by:1840
Symbol 1825 GraphicUsed by:1840
Symbol 1826 GraphicUsed by:1840
Symbol 1827 GraphicUsed by:1840
Symbol 1828 GraphicUsed by:1840
Symbol 1829 GraphicUsed by:1840
Symbol 1830 GraphicUsed by:1840
Symbol 1831 GraphicUsed by:1840
Symbol 1832 GraphicUsed by:1840
Symbol 1833 GraphicUsed by:1840
Symbol 1834 GraphicUsed by:1840
Symbol 1835 GraphicUsed by:1840
Symbol 1836 GraphicUsed by:1840
Symbol 1837 GraphicUsed by:1840
Symbol 1838 GraphicUsed by:1840
Symbol 1839 GraphicUsed by:1840
Symbol 1840 MovieClipUses:1745 1682 1813 1814 1815 1816 1817 1818 1819 631 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839Used by:1841
Symbol 1841 MovieClipUses:1671 1688 1696 1716 1744 1803 1812 1840Used by:Timeline
Symbol 1842 GraphicUsed by:1852
Symbol 1843 GraphicUsed by:1852
Symbol 1844 GraphicUsed by:1845 1849
Symbol 1845 MovieClipUses:1844Used by:1852
Symbol 1846 ShapeTweeningUsed by:1852
Symbol 1847 ShapeTweeningUsed by:1852
Symbol 1848 GraphicUsed by:1852
Symbol 1849 MovieClipUses:1844Used by:1852
Symbol 1850 GraphicUsed by:1852
Symbol 1851 GraphicUsed by:1852
Symbol 1852 MovieClipUses:1842 1843 1845 1846 1847 1848 1849 1850 1851Used by:Timeline
Symbol 1853 GraphicUsed by:1854
Symbol 1854 MovieClipUses:1853Used by:Timeline
Symbol 1855 TextUses:712Used by:Timeline
Symbol 1856 GraphicUsed by:1873
Symbol 1857 GraphicUsed by:1873
Symbol 1858 GraphicUsed by:1873
Symbol 1859 GraphicUsed by:1873
Symbol 1860 GraphicUsed by:1873
Symbol 1861 GraphicUsed by:1873
Symbol 1862 GraphicUsed by:1873
Symbol 1863 GraphicUsed by:1873
Symbol 1864 GraphicUsed by:1873
Symbol 1865 GraphicUsed by:1873
Symbol 1866 GraphicUsed by:1873
Symbol 1867 GraphicUsed by:1873
Symbol 1868 GraphicUsed by:1873
Symbol 1869 GraphicUsed by:1873
Symbol 1870 GraphicUsed by:1873
Symbol 1871 GraphicUsed by:1873
Symbol 1872 GraphicUsed by:1873
Symbol 1873 MovieClipUses:1856 1857 1540 1858 1859 1860 1861 1626 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872Used by:1958
Symbol 1874 GraphicUsed by:1957
Symbol 1875 GraphicUsed by:1957
Symbol 1876 GraphicUsed by:1957
Symbol 1877 GraphicUsed by:1957
Symbol 1878 GraphicUsed by:1957
Symbol 1879 GraphicUsed by:1957
Symbol 1880 GraphicUsed by:1957
Symbol 1881 GraphicUsed by:1957
Symbol 1882 GraphicUsed by:1957
Symbol 1883 GraphicUsed by:1957
Symbol 1884 GraphicUsed by:1957
Symbol 1885 GraphicUsed by:1957
Symbol 1886 GraphicUsed by:1957
Symbol 1887 GraphicUsed by:1957
Symbol 1888 GraphicUsed by:1957
Symbol 1889 GraphicUsed by:1957
Symbol 1890 GraphicUsed by:1957
Symbol 1891 GraphicUsed by:1957
Symbol 1892 GraphicUsed by:1957
Symbol 1893 GraphicUsed by:1957
Symbol 1894 GraphicUsed by:1957
Symbol 1895 GraphicUsed by:1957
Symbol 1896 SoundUsed by:1957
Symbol 1897 GraphicUsed by:1957
Symbol 1898 GraphicUsed by:1957
Symbol 1899 GraphicUsed by:1957
Symbol 1900 GraphicUsed by:1957
Symbol 1901 GraphicUsed by:1957
Symbol 1902 GraphicUsed by:1957
Symbol 1903 GraphicUsed by:1957
Symbol 1904 GraphicUsed by:1957
Symbol 1905 GraphicUsed by:1957
Symbol 1906 GraphicUsed by:1957
Symbol 1907 GraphicUsed by:1957
Symbol 1908 GraphicUsed by:1957
Symbol 1909 GraphicUsed by:1957
Symbol 1910 GraphicUsed by:1957
Symbol 1911 GraphicUsed by:1957
Symbol 1912 GraphicUsed by:1957
Symbol 1913 GraphicUsed by:1957
Symbol 1914 GraphicUsed by:1957
Symbol 1915 GraphicUsed by:1957
Symbol 1916 GraphicUsed by:1957
Symbol 1917 GraphicUsed by:1957
Symbol 1918 GraphicUsed by:1957
Symbol 1919 GraphicUsed by:1957
Symbol 1920 GraphicUsed by:1957
Symbol 1921 GraphicUsed by:1957
Symbol 1922 GraphicUsed by:1957
Symbol 1923 GraphicUsed by:1957
Symbol 1924 GraphicUsed by:1957
Symbol 1925 GraphicUsed by:1957
Symbol 1926 GraphicUsed by:1957
Symbol 1927 GraphicUsed by:1957
Symbol 1928 GraphicUsed by:1957
Symbol 1929 GraphicUsed by:1957
Symbol 1930 GraphicUsed by:1957
Symbol 1931 GraphicUsed by:1957
Symbol 1932 GraphicUsed by:1957
Symbol 1933 GraphicUsed by:1957
Symbol 1934 GraphicUsed by:1957
Symbol 1935 GraphicUsed by:1957
Symbol 1936 GraphicUsed by:1957
Symbol 1937 GraphicUsed by:1957
Symbol 1938 GraphicUsed by:1957
Symbol 1939 GraphicUsed by:1957
Symbol 1940 GraphicUsed by:1957
Symbol 1941 GraphicUsed by:1957
Symbol 1942 GraphicUsed by:1957
Symbol 1943 GraphicUsed by:1957
Symbol 1944 GraphicUsed by:1957
Symbol 1945 GraphicUsed by:1957
Symbol 1946 GraphicUsed by:1957
Symbol 1947 GraphicUsed by:1957
Symbol 1948 GraphicUsed by:1957
Symbol 1949 GraphicUsed by:1957
Symbol 1950 GraphicUsed by:1957
Symbol 1951 GraphicUsed by:1957
Symbol 1952 GraphicUsed by:1957
Symbol 1953 GraphicUsed by:1957
Symbol 1954 GraphicUsed by:1957
Symbol 1955 GraphicUsed by:1957
Symbol 1956 GraphicUsed by:1957
Symbol 1957 MovieClipUses:1874 1875 1540 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956Used by:1958 1983
Symbol 1958 MovieClipUses:1873 1957Used by:Timeline
Symbol 1959 ShapeTweeningUsed by:1961
Symbol 1960 GraphicUsed by:1961
Symbol 1961 MovieClipUses:1959 1960Used by:1964
Symbol 1962 GraphicUsed by:1963
Symbol 1963 MovieClipUses:1962Used by:1964
Symbol 1964 MovieClipUses:1961 1963Used by:Timeline
Symbol 1965 GraphicUsed by:1982
Symbol 1966 GraphicUsed by:1982
Symbol 1967 GraphicUsed by:1982
Symbol 1968 GraphicUsed by:1982
Symbol 1969 GraphicUsed by:1982
Symbol 1970 GraphicUsed by:1982
Symbol 1971 GraphicUsed by:1982
Symbol 1972 GraphicUsed by:1982
Symbol 1973 GraphicUsed by:1982
Symbol 1974 GraphicUsed by:1982
Symbol 1975 GraphicUsed by:1982
Symbol 1976 GraphicUsed by:1982
Symbol 1977 GraphicUsed by:1982
Symbol 1978 GraphicUsed by:1982
Symbol 1979 GraphicUsed by:1982
Symbol 1980 GraphicUsed by:1982
Symbol 1981 GraphicUsed by:1982
Symbol 1982 MovieClipUses:1965 1966 1540 1967 1968 1969 1970 1626 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981Used by:1983
Symbol 1983 MovieClipUses:1982 1957Used by:Timeline
Symbol 1984 GraphicUsed by:2029
Symbol 1985 TextUses:712Used by:2029
Symbol 1986 GraphicUsed by:2029
Symbol 1987 GraphicUsed by:2029
Symbol 1988 GraphicUsed by:2029
Symbol 1989 GraphicUsed by:2029
Symbol 1990 GraphicUsed by:2029
Symbol 1991 GraphicUsed by:2029
Symbol 1992 GraphicUsed by:2029
Symbol 1993 GraphicUsed by:2029
Symbol 1994 GraphicUsed by:2029
Symbol 1995 GraphicUsed by:2029
Symbol 1996 GraphicUsed by:2029
Symbol 1997 GraphicUsed by:2029
Symbol 1998 GraphicUsed by:2029
Symbol 1999 GraphicUsed by:2029
Symbol 2000 GraphicUsed by:2029
Symbol 2001 GraphicUsed by:2029
Symbol 2002 GraphicUsed by:2029
Symbol 2003 GraphicUsed by:2029
Symbol 2004 GraphicUsed by:2029
Symbol 2005 GraphicUsed by:2029
Symbol 2006 GraphicUsed by:2029
Symbol 2007 GraphicUsed by:2029
Symbol 2008 GraphicUsed by:2029
Symbol 2009 GraphicUsed by:2029
Symbol 2010 GraphicUsed by:2029
Symbol 2011 GraphicUsed by:2029
Symbol 2012 GraphicUsed by:2029
Symbol 2013 GraphicUsed by:2029
Symbol 2014 GraphicUsed by:2029
Symbol 2015 GraphicUsed by:2029
Symbol 2016 GraphicUsed by:2029
Symbol 2017 GraphicUsed by:2029
Symbol 2018 GraphicUsed by:2029
Symbol 2019 GraphicUsed by:2029
Symbol 2020 ShapeTweeningUsed by:2029
Symbol 2021 ShapeTweeningUsed by:2029
Symbol 2022 ShapeTweeningUsed by:2029
Symbol 2023 ShapeTweeningUsed by:2029
Symbol 2024 ShapeTweeningUsed by:2029
Symbol 2025 ShapeTweeningUsed by:2029
Symbol 2026 ShapeTweeningUsed by:2029
Symbol 2027 ShapeTweeningUsed by:2029
Symbol 2028 GraphicUsed by:2029
Symbol 2029 MovieClipUses:1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028Used by:Timeline
Symbol 2030 GraphicUsed by:2033
Symbol 2031 ShapeTweeningUsed by:2033
Symbol 2032 GraphicUsed by:2033
Symbol 2033 MovieClipUses:2030 2031 2032Used by:Timeline
Symbol 2034 GraphicUsed by:2042
Symbol 2035 ShapeTweeningUsed by:2042
Symbol 2036 GraphicUsed by:2042
Symbol 2037 GraphicUsed by:2042
Symbol 2038 ShapeTweeningUsed by:2042
Symbol 2039 GraphicUsed by:2042
Symbol 2040 GraphicUsed by:2042
Symbol 2041 GraphicUsed by:2042
Symbol 2042 MovieClipUses:2034 2035 2036 2037 2038 2039 2040 2041Used by:Timeline
Symbol 2043 GraphicUsed by:2056
Symbol 2044 GraphicUsed by:2056
Symbol 2045 GraphicUsed by:2056
Symbol 2046 GraphicUsed by:2056
Symbol 2047 GraphicUsed by:2056
Symbol 2048 GraphicUsed by:2056
Symbol 2049 GraphicUsed by:2056
Symbol 2050 GraphicUsed by:2056
Symbol 2051 GraphicUsed by:2056
Symbol 2052 GraphicUsed by:2056
Symbol 2053 GraphicUsed by:2056
Symbol 2054 GraphicUsed by:2056
Symbol 2055 GraphicUsed by:2056
Symbol 2056 MovieClipUses:2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055Used by:Timeline
Symbol 2057 GraphicUsed by:2058
Symbol 2058 MovieClipUses:2057Used by:2059
Symbol 2059 MovieClipUses:2058Used by:Timeline
Symbol 2060 GraphicUsed by:Timeline
Symbol 2061 GraphicUsed by:2062
Symbol 2062 MovieClipUses:2061Used by:Timeline
Symbol 2063 GraphicUsed by:2133
Symbol 2064 GraphicUsed by:2091
Symbol 2065 GraphicUsed by:2091
Symbol 2066 GraphicUsed by:2091
Symbol 2067 GraphicUsed by:2091
Symbol 2068 GraphicUsed by:2091
Symbol 2069 GraphicUsed by:2091
Symbol 2070 GraphicUsed by:2091
Symbol 2071 GraphicUsed by:2091
Symbol 2072 GraphicUsed by:2091
Symbol 2073 GraphicUsed by:2091
Symbol 2074 GraphicUsed by:2091
Symbol 2075 GraphicUsed by:2091
Symbol 2076 GraphicUsed by:2091
Symbol 2077 GraphicUsed by:2091
Symbol 2078 GraphicUsed by:2091
Symbol 2079 GraphicUsed by:2091
Symbol 2080 GraphicUsed by:2091
Symbol 2081 GraphicUsed by:2091
Symbol 2082 GraphicUsed by:2091
Symbol 2083 GraphicUsed by:2091
Symbol 2084 GraphicUsed by:2091
Symbol 2085 GraphicUsed by:2091
Symbol 2086 GraphicUsed by:2091
Symbol 2087 GraphicUsed by:2091
Symbol 2088 GraphicUsed by:2091
Symbol 2089 GraphicUsed by:2091
Symbol 2090 GraphicUsed by:2091
Symbol 2091 MovieClipUses:2064 319 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090Used by:2133
Symbol 2092 GraphicUsed by:2131
Symbol 2093 GraphicUsed by:2116
Symbol 2094 GraphicUsed by:2116
Symbol 2095 GraphicUsed by:2116
Symbol 2096 GraphicUsed by:2116
Symbol 2097 GraphicUsed by:2116
Symbol 2098 GraphicUsed by:2116
Symbol 2099 GraphicUsed by:2116
Symbol 2100 GraphicUsed by:2116
Symbol 2101 GraphicUsed by:2116
Symbol 2102 GraphicUsed by:2116
Symbol 2103 GraphicUsed by:2116
Symbol 2104 GraphicUsed by:2116
Symbol 2105 GraphicUsed by:2116
Symbol 2106 GraphicUsed by:2116
Symbol 2107 GraphicUsed by:2116
Symbol 2108 GraphicUsed by:2116
Symbol 2109 GraphicUsed by:2116
Symbol 2110 GraphicUsed by:2116
Symbol 2111 GraphicUsed by:2116
Symbol 2112 GraphicUsed by:2116
Symbol 2113 GraphicUsed by:2116
Symbol 2114 GraphicUsed by:2116
Symbol 2115 GraphicUsed by:2116
Symbol 2116 MovieClipUses:2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115Used by:2131
Symbol 2117 GraphicUsed by:2118
Symbol 2118 MovieClipUses:2117Used by:2131
Symbol 2119 GraphicUsed by:2131
Symbol 2120 GraphicUsed by:2131
Symbol 2121 GraphicUsed by:2131
Symbol 2122 GraphicUsed by:2131
Symbol 2123 GraphicUsed by:2131
Symbol 2124 GraphicUsed by:2131
Symbol 2125 GraphicUsed by:2131
Symbol 2126 GraphicUsed by:2131
Symbol 2127 GraphicUsed by:2131
Symbol 2128 GraphicUsed by:2131
Symbol 2129 GraphicUsed by:2131
Symbol 2130 GraphicUsed by:2131
Symbol 2131 MovieClipUses:2092 2116 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130Used by:2133
Symbol 2132 GraphicUsed by:2133
Symbol 2133 MovieClipUses:2063 2091 2131 2132Used by:Timeline
Symbol 2134 GraphicUsed by:2139
Symbol 2135 FontUsed by:2136
Symbol 2136 TextUses:2135Used by:2139
Symbol 2137 ButtonUses:212 171Used by:2139
Symbol 2138 MovieClipUses:184 185 186Used by:2139
Symbol 2139 MovieClipUses:2134 2136 2137 224 2138Used by:Timeline
Symbol 2140 FontUsed by:2141
Symbol 2141 TextUses:2140Used by:Timeline
Symbol 2142 SoundUsed by:Timeline

Instance Names

"conbutton"Frame 4Symbol 211 Button
"Intro_story"Frame 5Symbol 260 MovieClip
"fade"Frame 5Symbol 264 MovieClip
"ground"Frame 7Symbol 269 MovieClip
"char"Frame 7Symbol 363 MovieClip
"ball"Frame 7Symbol 366 MovieClip
"boomerang"Frame 7Symbol 405 MovieClip
"stoprrr"Frame 7Symbol 408 MovieClip
"star"Frame 7Symbol 420 MovieClip
"footpuffnew"Frame 7Symbol 428 MovieClip
"nextRoom"Frame 7Symbol 436 MovieClip
"vcam"Frame 7Symbol 441 MovieClip
"fadeout"Frame 7Symbol 442 MovieClip
"star"Frame 8Symbol 420 MovieClip
"char"Frame 8Symbol 363 MovieClip
"ground"Frame 8Symbol 467 MovieClip
"prevRoom"Frame 8Symbol 471 MovieClip
"ground"Frame 9Symbol 479 MovieClip
"floor"Frame 9Symbol 489 MovieClip
"char"Frame 9Symbol 363 MovieClip
"ball"Frame 9Symbol 366 MovieClip
"boomerang"Frame 9Symbol 405 MovieClip
"star"Frame 9Symbol 420 MovieClip
"footpuffnew"Frame 9Symbol 428 MovieClip
"nextRoom"Frame 9Symbol 436 MovieClip
"vcam"Frame 9Symbol 441 MovieClip
"roof"Frame 11Symbol 503 MovieClip
"wall"Frame 11Symbol 505 MovieClip
"watertop"Frame 11Symbol 531 MovieClip
"ground"Frame 11Symbol 533 MovieClip
"char"Frame 11Symbol 363 MovieClip
"ball"Frame 11Symbol 366 MovieClip
"boomerang"Frame 11Symbol 405 MovieClip
"water"Frame 11Symbol 575 MovieClip
"footpuffnew"Frame 11Symbol 428 MovieClip
"stoprrr"Frame 11Symbol 577 MovieClip
"nextRoom"Frame 11Symbol 436 MovieClip
"fadeout2"Frame 11Symbol 442 MovieClip
"ground"Frame 12Symbol 588 MovieClip
"nextRoom"Frame 12Symbol 436 MovieClip
"vcam"Frame 12Symbol 441 MovieClip
"fadeout"Frame 12Symbol 442 MovieClip
"ground"Frame 14Symbol 595 MovieClip
"char"Frame 14Symbol 363 MovieClip
"ball"Frame 14Symbol 366 MovieClip
"boomerang"Frame 14Symbol 405 MovieClip
"vcam"Frame 14Symbol 441 MovieClip
"nextRoom"Frame 14Symbol 436 MovieClip
"fadeout"Frame 14Symbol 442 MovieClip
"ground"Frame 16Symbol 649 MovieClip
"char"Frame 16Symbol 363 MovieClip
"ball"Frame 16Symbol 366 MovieClip
"boomerang"Frame 16Symbol 405 MovieClip
"vcam"Frame 16Symbol 441 MovieClip
"nextRoom"Frame 16Symbol 436 MovieClip
"fadeout"Frame 16Symbol 442 MovieClip
"ground2"Frame 18Symbol 703 MovieClip
"wallbreaker"Frame 18Symbol 706 MovieClip
"ground"Frame 18Symbol 703 MovieClip
"char"Frame 18Symbol 363 MovieClip
"ball"Frame 18Symbol 366 MovieClip
"boomerang"Frame 18Symbol 405 MovieClip
"screenblocker"Frame 18Symbol 711 MovieClip
"stoprrr"Frame 18Symbol 715 MovieClip
"footpuffnew"Frame 18Symbol 718 MovieClip
"ground"Frame 18Symbol 588 MovieClip
"vcam"Frame 18Symbol 441 MovieClip
"nextRoom"Frame 18Symbol 436 MovieClip
"fadeout"Frame 18Symbol 442 MovieClip
"ground"Frame 19Symbol 766 MovieClip
"vcam"Frame 19Symbol 441 MovieClip
"char"Frame 19Symbol 363 MovieClip
"ball"Frame 19Symbol 366 MovieClip
"boomerang"Frame 19Symbol 405 MovieClip
"block"Frame 19Symbol 820 MovieClip
"hitright"Frame 19Symbol 825 MovieClip
"hitleft"Frame 19Symbol 826 MovieClip
"nextRoom"Frame 19Symbol 436 MovieClip
"ground"Frame 22Symbol 841 MovieClip
"bridge"Frame 22Symbol 869 MovieClip
"bridgecog"Frame 22Symbol 849 MovieClip
"char"Frame 22Symbol 363 MovieClip
"ball"Frame 22Symbol 366 MovieClip
"boomerang"Frame 22Symbol 405 MovieClip
"nextRoom"Frame 22Symbol 436 MovieClip
"stoprrr"Frame 22Symbol 715 MovieClip
"footpuffnew"Frame 22Symbol 718 MovieClip
"ground"Frame 22Symbol 588 MovieClip
"vcam"Frame 22Symbol 441 MovieClip
"fadeout"Frame 22Symbol 442 MovieClip
"ground"Frame 24Symbol 927 MovieClip
"wall"Frame 24Symbol 940 MovieClip
"cover"Frame 24Symbol 1026 MovieClip
"char"Frame 24Symbol 363 MovieClip
"peicescounter"Frame 24Symbol 1146 MovieClip
"stoprrr"Frame 24Symbol 715 MovieClip
"footpuffnew"Frame 24Symbol 718 MovieClip
"ground"Frame 24Symbol 588 MovieClip
"vcam"Frame 24Symbol 441 MovieClip
"bord"Frame 24Symbol 1149 MovieClip
"peice1"Frame 24Symbol 1152 MovieClip
"peice2"Frame 24Symbol 1154 MovieClip
"peice3"Frame 24Symbol 1156 MovieClip
"peice4"Frame 24Symbol 1158 MovieClip
"peice5"Frame 24Symbol 1160 MovieClip
"peice6"Frame 24Symbol 1162 MovieClip
"peice7"Frame 24Symbol 1164 MovieClip
"peice8"Frame 24Symbol 1166 MovieClip
"peice9"Frame 24Symbol 1168 MovieClip
"peice10"Frame 24Symbol 1170 MovieClip
"peice11"Frame 24Symbol 1172 MovieClip
"peice12"Frame 24Symbol 1174 MovieClip
"peice13"Frame 24Symbol 1176 MovieClip
"peice14"Frame 24Symbol 1178 MovieClip
"peice15"Frame 24Symbol 1180 MovieClip
"peice16"Frame 24Symbol 1182 MovieClip
"peice17"Frame 24Symbol 1184 MovieClip
"peice18"Frame 24Symbol 1186 MovieClip
"peice19"Frame 24Symbol 1188 MovieClip
"peice20"Frame 24Symbol 1190 MovieClip
"peice21"Frame 24Symbol 1192 MovieClip
"peice22"Frame 24Symbol 1194 MovieClip
"peice23"Frame 24Symbol 1196 MovieClip
"peice24"Frame 24Symbol 1198 MovieClip
"peice25"Frame 24Symbol 1200 MovieClip
"peice1slot"Frame 24Symbol 1204 MovieClip
"peice2slot"Frame 24Symbol 1204 MovieClip
"peice3slot"Frame 24Symbol 1204 MovieClip
"peice4slot"Frame 24Symbol 1204 MovieClip
"peice5slot"Frame 24Symbol 1204 MovieClip
"peice6slot"Frame 24Symbol 1204 MovieClip
"peice7slot"Frame 24Symbol 1204 MovieClip
"peice8slot"Frame 24Symbol 1204 MovieClip
"peice9slot"Frame 24Symbol 1204 MovieClip
"peice10slot"Frame 24Symbol 1204 MovieClip
"peice11slot"Frame 24Symbol 1204 MovieClip
"peice12slot"Frame 24Symbol 1204 MovieClip
"peice13slot"Frame 24Symbol 1204 MovieClip
"peice14slot"Frame 24Symbol 1204 MovieClip
"peice15slot"Frame 24Symbol 1204 MovieClip
"peice16slot"Frame 24Symbol 1204 MovieClip
"peice17slot"Frame 24Symbol 1204 MovieClip
"peice18slot"Frame 24Symbol 1204 MovieClip
"peice19slot"Frame 24Symbol 1204 MovieClip
"peice20slot"Frame 24Symbol 1204 MovieClip
"peice21slot"Frame 24Symbol 1204 MovieClip
"peice22slot"Frame 24Symbol 1204 MovieClip
"peice23slot"Frame 24Symbol 1204 MovieClip
"peice24slot"Frame 24Symbol 1204 MovieClip
"peice25slot"Frame 24Symbol 1204 MovieClip
"picture"Frame 24Symbol 1207 MovieClip
"nextRoom"Frame 24Symbol 436 MovieClip
"fadeout"Frame 24Symbol 442 MovieClip
"ground"Frame 25Symbol 1222 MovieClip
"wall2"Frame 25Symbol 940 MovieClip
"roof"Frame 25Symbol 1232 MovieClip
"sparkles"Frame 25Symbol 1261 MovieClip
"char"Frame 25Symbol 363 MovieClip
"ball"Frame 25Symbol 366 MovieClip
"boomerang"Frame 25Symbol 405 MovieClip
"sunlight"Frame 25Symbol 1269 MovieClip
"ground"Frame 26Symbol 1278 MovieClip
"watertop"Frame 26Symbol 1284 MovieClip
"trianglecog"Frame 26Symbol 849 MovieClip
"squarecog"Frame 26Symbol 849 MovieClip
"circlecog"Frame 26Symbol 849 MovieClip
"crosscog"Frame 26Symbol 849 MovieClip
"mirror4"Frame 26Symbol 1311 MovieClip
"mirrorball4"Frame 26Symbol 1313 MovieClip
"mirror2"Frame 26Symbol 1311 MovieClip
"mirrorball2"Frame 26Symbol 1313 MovieClip
"mirror1"Frame 26Symbol 1311 MovieClip
"mirrorball1"Frame 26Symbol 1313 MovieClip
"mirror3"Frame 26Symbol 1311 MovieClip
"mirrorball3"Frame 26Symbol 1313 MovieClip
"wall"Frame 26Symbol 1317 MovieClip
"mirror5"Frame 26Symbol 1311 MovieClip
"mirrorball5"Frame 26Symbol 1313 MovieClip
"sunlight"Frame 26Symbol 1321 MovieClip
"back"Frame 26Symbol 1328 MovieClip
"sparkle"Frame 26Symbol 1455 MovieClip
"front"Frame 26Symbol 1471 MovieClip
"cogger1"Frame 26Symbol 1481 MovieClip
"cogger2"Frame 26Symbol 1481 MovieClip
"cogger3"Frame 26Symbol 1481 MovieClip
"cogger4"Frame 26Symbol 1481 MovieClip
"vcam"Frame 26Symbol 441 MovieClip
"backww"Frame 27Symbol 1485 MovieClip
"charinside"Frame 27Symbol 1487 MovieClip
"nextRoom"Frame 27Symbol 1490 MovieClip
"ground"Frame 28Symbol 1498 MovieClip
"doortoendboss"Frame 28Symbol 1508 MovieClip
"backww22"Frame 28Symbol 1485 MovieClip
"grindmachine"Frame 28Symbol 1517 MovieClip
"char"Frame 28Symbol 363 MovieClip
"ball"Frame 28Symbol 366 MovieClip
"boomerang"Frame 28Symbol 405 MovieClip
"nextRoom"Frame 28Symbol 1490 MovieClip
"ground"Frame 29Symbol 1524 MovieClip
"endboss"Frame 29Symbol 1604 MovieClip
"vcam"Frame 29Symbol 441 MovieClip
"ground"Frame 30Symbol 1651 MovieClip
"fallingland"Frame 30Symbol 1666 MovieClip
"boss"Frame 30Symbol 1841 MovieClip
"spikeleft"Frame 30Symbol 1852 MovieClip
"code"Frame 30Symbol 1854 MovieClip
"spikeright"Frame 30Symbol 1852 MovieClip
"chandelierone"Frame 30Symbol 1958 MovieClip
"healthbar"Frame 30Symbol 1964 MovieClip
"chandeliertwo"Frame 30Symbol 1983 MovieClip
"rubble"Frame 30Symbol 2029 MovieClip
"fireball"Frame 30Symbol 1765 MovieClip
"sunlight"Frame 30Symbol 2033 MovieClip
"nextRoom"Frame 30Symbol 1490 MovieClip
"haystack"Frame 31Symbol 2056 MovieClip
"bglights"Frame 31Symbol 2059 MovieClip
"everything"Frame 32Symbol 2062 MovieClip
"everything"Frame 32Symbol 2133 MovieClip
"finaltext"Frame 32Symbol 2139 MovieClip
"background"Symbol 14 MovieClip [Flash Ad (NewgroundsAPI)] Frame 1Symbol 13 MovieClip
"icon"Symbol 58 MovieClip [NewgroundsAPIAsset_Medal_Popup] Frame 1Symbol 50 MovieClip [NewgroundsAPIAsset_Medal_Icon_Placeholder]
"shadow"Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1Symbol 69 MovieClip
"c"Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1Symbol 71 MovieClip
"b"Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1Symbol 73 MovieClip
"t"Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1Symbol 75 MovieClip
"l"Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1Symbol 77 MovieClip
"r"Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1Symbol 79 MovieClip
"tl"Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1Symbol 81 MovieClip
"tr"Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1Symbol 83 MovieClip
"bl"Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1Symbol 85 MovieClip
"br"Symbol 88 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1Symbol 87 MovieClip
"background"Symbol 100 MovieClip [NewgroundsAsset_New_Version_Available] Frame 1Symbol 59 Button
"background"Symbol 105 MovieClip [NewgroundsAsset_Illegal_Host] Frame 1Symbol 101 Button
"connected"Symbol 106 MovieClip [API Connector (NewgroundsAPI)] Frame 11Symbol 46 MovieClip
"bar"Symbol 141 MovieClip [Preloader Bar (NewgroundsAPI)] Frame 2Symbol 118 MovieClip
"bargfx"Symbol 141 MovieClip [Preloader Bar (NewgroundsAPI)] Frame 2Symbol 121 MovieClip
"bargfx"Symbol 141 MovieClip [Preloader Bar (NewgroundsAPI)] Frame 3Symbol 121 MovieClip
"loadingText"Symbol 141 MovieClip [Preloader Bar (NewgroundsAPI)] Frame 3Symbol 133 MovieClip
"bargfx"Symbol 141 MovieClip [Preloader Bar (NewgroundsAPI)] Frame 21Symbol 121 MovieClip
"charstandright"Symbol 321 MovieClip Frame 1Symbol 320 MovieClip
"charstandleft"Symbol 321 MovieClip Frame 2Symbol 320 MovieClip
"charwalkright"Symbol 337 MovieClip Frame 1Symbol 336 MovieClip
"charwalkleft"Symbol 337 MovieClip Frame 2Symbol 336 MovieClip
"charswimright"Symbol 345 MovieClip Frame 1Symbol 344 MovieClip
"charswimleft"Symbol 345 MovieClip Frame 2Symbol 344 MovieClip
"sheildforturning"Symbol 362 MovieClip Frame 1Symbol 351 MovieClip
"sheildinside"Symbol 362 MovieClip Frame 1Symbol 352 MovieClip
"lightbeam"Symbol 362 MovieClip Frame 1Symbol 356 MovieClip
"mirrorshine"Symbol 362 MovieClip Frame 1Symbol 361 MovieClip
"hitbox"Symbol 363 MovieClip Frame 1Symbol 287 MovieClip
"charstanding"Symbol 363 MovieClip Frame 1Symbol 321 MovieClip
"charwalking"Symbol 363 MovieClip Frame 2Symbol 337 MovieClip
"charswimming"Symbol 363 MovieClip Frame 3Symbol 345 MovieClip
"sheildinger"Symbol 363 MovieClip Frame 4Symbol 347 MovieClip
"sheild"Symbol 363 MovieClip Frame 4Symbol 362 MovieClip
"normalboomer"Symbol 400 MovieClip Frame 1Symbol 379 MovieClip
"onfireboomer"Symbol 400 MovieClip Frame 2Symbol 399 MovieClip
"boomeroptions"Symbol 405 MovieClip Frame 3Symbol 400 MovieClip
"cliff"Symbol 489 MovieClip Frame 1Symbol 488 MovieClip
"stand"Symbol 520 MovieClip Frame 1Symbol 513 MovieClip
"move"Symbol 520 MovieClip Frame 2Symbol 519 MovieClip
"speechbubble"Symbol 573 MovieClip Frame 1Symbol 539 MovieClip
"eyes"Symbol 573 MovieClip Frame 1Symbol 572 MovieClip
"speechbubble"Symbol 606 MovieClip Frame 1Symbol 603 MovieClip
"eyes"Symbol 606 MovieClip Frame 1Symbol 605 MovieClip
"eyes"Symbol 626 MovieClip Frame 2Symbol 605 MovieClip
"eyes"Symbol 626 MovieClip Frame 30Symbol 625 MovieClip
"rocker"Symbol 632 MovieClip Frame 1Symbol 626 MovieClip
"fps"Symbol 641 MovieClip Frame 1Symbol 640 MovieClip
"rockpeice10"Symbol 703 MovieClip Frame 1Symbol 672 MovieClip
"rockpeice9"Symbol 703 MovieClip Frame 1Symbol 675 MovieClip
"rockpeice8"Symbol 703 MovieClip Frame 1Symbol 678 MovieClip
"rockpeice7"Symbol 703 MovieClip Frame 1Symbol 681 MovieClip
"rockpeice6"Symbol 703 MovieClip Frame 1Symbol 684 MovieClip
"rockpeice5"Symbol 703 MovieClip Frame 1Symbol 689 MovieClip
"rockpeice4"Symbol 703 MovieClip Frame 1Symbol 692 MovieClip
"rockpeice3"Symbol 703 MovieClip Frame 1Symbol 694 MovieClip
"rockpeice2"Symbol 703 MovieClip Frame 1Symbol 697 MovieClip
"rockpeice1"Symbol 703 MovieClip Frame 1Symbol 700 MovieClip
"rockpeice1"Symbol 703 MovieClip Frame 226Symbol 700 MovieClip
"speechbubble"Symbol 760 MovieClip Frame 1Symbol 726 MovieClip
"eyes"Symbol 760 MovieClip Frame 1Symbol 759 MovieClip
"speechbubble"Symbol 814 MovieClip Frame 1Symbol 811 MovieClip
"fairy2"Symbol 832 MovieClip Frame 1Symbol 831 MovieClip
"bridgecog"Symbol 866 MovieClip Frame 1Symbol 849 MovieClip
"vines"Symbol 866 MovieClip Frame 1Symbol 863 MovieClip
"bridgecog"Symbol 868 MovieClip Frame 1Symbol 849 MovieClip
"bridgestuck"Symbol 869 MovieClip Frame 1Symbol 866 MovieClip
"bridgeunstuck"Symbol 869 MovieClip Frame 2Symbol 868 MovieClip
"leverinside"Symbol 879 MovieClip Frame 1Symbol 876 MovieClip
"speechbubble"Symbol 917 MovieClip Frame 1Symbol 883 MovieClip
"eyes"Symbol 917 MovieClip Frame 1Symbol 916 MovieClip
"speechbubble"Symbol 933 MovieClip Frame 1Symbol 931 MovieClip
"eyes"Symbol 933 MovieClip Frame 1Symbol 759 MovieClip
"stand"Symbol 1005 MovieClip Frame 1Symbol 968 MovieClip
"move"Symbol 1005 MovieClip Frame 2Symbol 1004 MovieClip
"sheildshadow"Symbol 1021 MovieClip Frame 1Symbol 1015 MovieClip
"sheild"Symbol 1021 MovieClip Frame 1Symbol 1020 MovieClip
"blocks"Symbol 1026 MovieClip Frame 13Symbol 1021 MovieClip
"blocks"Symbol 1026 MovieClip Frame 44Symbol 1021 MovieClip
"button"Symbol 1222 MovieClip Frame 1Symbol 1213 MovieClip
"headhit"Symbol 1231 MovieClip Frame 1Symbol 1226 MovieClip
"head"Symbol 1232 MovieClip Frame 1Symbol 1231 MovieClip
"speechbubble"Symbol 1267 MovieClip Frame 1Symbol 1265 MovieClip
"eyes"Symbol 1267 MovieClip Frame 1Symbol 759 MovieClip
"speechbubble"Symbol 1294 MovieClip Frame 1Symbol 1292 MovieClip
"eyes"Symbol 1294 MovieClip Frame 1Symbol 759 MovieClip
"reflectiveside"Symbol 1311 MovieClip Frame 1Symbol 1298 MovieClip
"lightbeam"Symbol 1311 MovieClip Frame 1Symbol 1301 MovieClip
"nonreflectiveside"Symbol 1311 MovieClip Frame 1Symbol 1303 MovieClip
"shine"Symbol 1311 MovieClip Frame 1Symbol 1309 MovieClip
"charinside"Symbol 1328 MovieClip Frame 1Symbol 1323 MovieClip
"hitter"Symbol 1328 MovieClip Frame 1Symbol 1325 MovieClip
"evevatorcog"Symbol 1328 MovieClip Frame 2Symbol 849 MovieClip
"cog"Symbol 1481 MovieClip Frame 1Symbol 1473 MovieClip
"helptext"Symbol 1481 MovieClip Frame 1Symbol 1480 MovieClip
"evevatorcogsdsd"Symbol 1485 MovieClip Frame 1Symbol 1484 MovieClip
"charstanding"Symbol 1487 MovieClip Frame 1Symbol 321 MovieClip
"moo"Symbol 1498 MovieClip Frame 1Symbol 1495 MovieClip
"leverinside"Symbol 1504 MovieClip Frame 1Symbol 1502 MovieClip
"light2"Symbol 1516 MovieClip Frame 2Symbol 1515 MovieClip
"cog2"Symbol 1517 MovieClip Frame 1Symbol 1484 MovieClip
"cog1"Symbol 1517 MovieClip Frame 1Symbol 1484 MovieClip
"light"Symbol 1517 MovieClip Frame 1Symbol 1516 MovieClip
"sitting"Symbol 1604 MovieClip Frame 1Symbol 1552 MovieClip
"talkinginchair"Symbol 1604 MovieClip Frame 2Symbol 1563 MovieClip
"standingtoblast"Symbol 1604 MovieClip Frame 3Symbol 1602 MovieClip
"stand"Symbol 1626 MovieClip Frame 1Symbol 1616 MovieClip
"shine"Symbol 1626 MovieClip Frame 2Symbol 1619 MovieClip
"breaked"Symbol 1626 MovieClip Frame 3Symbol 1625 MovieClip
"gem"Symbol 1638 MovieClip Frame 1Symbol 1626 MovieClip
"hitbox"Symbol 1696 MovieClip Frame 1Symbol 1690 MovieClip
"travel"Symbol 1765 MovieClip Frame 1Symbol 1591 MovieClip
"expload"Symbol 1765 MovieClip Frame 2Symbol 1764 MovieClip
"fireball"Symbol 1803 MovieClip Frame 63Symbol 1765 MovieClip
"fireball"Symbol 1803 MovieClip Frame 90Symbol 1765 MovieClip
"shadow"Symbol 1841 MovieClip Frame 1Symbol 1671 MovieClip
"standing"Symbol 1841 MovieClip Frame 1Symbol 1688 MovieClip
"sheildbubble"Symbol 1841 MovieClip Frame 1Symbol 1696 MovieClip
"summonspikes"Symbol 1841 MovieClip Frame 2Symbol 1716 MovieClip
"teleporting"Symbol 1841 MovieClip Frame 3Symbol 1744 MovieClip
"raging"Symbol 1841 MovieClip Frame 4Symbol 1803 MovieClip
"shootingfire"Symbol 1841 MovieClip Frame 5Symbol 1812 MovieClip
"dying"Symbol 1841 MovieClip Frame 6Symbol 1840 MovieClip
"hitbox"Symbol 1852 MovieClip Frame 1Symbol 1845 MovieClip
"hitbox"Symbol 1852 MovieClip Frame 10Symbol 1849 MovieClip
"gem"Symbol 1873 MovieClip Frame 1Symbol 1626 MovieClip
"chandeleirinside"Symbol 1958 MovieClip Frame 1Symbol 1873 MovieClip
"falling"Symbol 1958 MovieClip Frame 2Symbol 1957 MovieClip
"faders"Symbol 1964 MovieClip Frame 1Symbol 1961 MovieClip
"healthmeter"Symbol 1964 MovieClip Frame 1Symbol 1963 MovieClip
"gem"Symbol 1982 MovieClip Frame 1Symbol 1626 MovieClip
"chandeleirinside"Symbol 1983 MovieClip Frame 1Symbol 1982 MovieClip
"falling"Symbol 1983 MovieClip Frame 2Symbol 1957 MovieClip
"blob"Symbol 2133 MovieClip Frame 1Symbol 2091 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 14 as "Flash Ad (NewgroundsAPI)"
ExportAssets (56)Timeline Frame 1Symbol 50 as "NewgroundsAPIAsset_Medal_Icon_Placeholder"
ExportAssets (56)Timeline Frame 1Symbol 55 as "NewgroundsAPIAsset_default_medal_icon_1"
ExportAssets (56)Timeline Frame 1Symbol 56 as "NewgroundsAPIAsset_default_medal_icon_2"
ExportAssets (56)Timeline Frame 1Symbol 58 as "NewgroundsAPIAsset_Medal_Popup"
ExportAssets (56)Timeline Frame 1Symbol 64 as "NewgroundsAPIAsset_Login_Warning"
ExportAssets (56)Timeline Frame 1Symbol 67 as "NewgroundsAPIAsset_Connection_Error"
ExportAssets (56)Timeline Frame 1Symbol 88 as "NewgroundsAPIAsset_big_popup_background"
ExportAssets (56)Timeline Frame 1Symbol 100 as "NewgroundsAsset_New_Version_Available"
ExportAssets (56)Timeline Frame 1Symbol 105 as "NewgroundsAsset_Illegal_Host"
ExportAssets (56)Timeline Frame 1Symbol 106 as "API Connector (NewgroundsAPI)"
ExportAssets (56)Timeline Frame 1Symbol 107 as "NewgroundsAPIAsset_default_medal_icon_3"
ExportAssets (56)Timeline Frame 1Symbol 108 as "NewgroundsAPIAsset_default_medal_icon_4"
ExportAssets (56)Timeline Frame 1Symbol 109 as "NewgroundsAPIAsset_default_medal_icon_5"
ExportAssets (56)Timeline Frame 1Symbol 141 as "Preloader Bar (NewgroundsAPI)"
ExportAssets (56)Timeline Frame 1Symbol 16 as "__Packages.com.newgrounds.API"
ExportAssets (56)Timeline Frame 1Symbol 17 as "__Packages.com.newgrounds.Bridge"
ExportAssets (56)Timeline Frame 1Symbol 18 as "__Packages.com.newgrounds.SaveFile"
ExportAssets (56)Timeline Frame 1Symbol 19 as "__Packages.com.newgrounds.SaveGroup"
ExportAssets (56)Timeline Frame 1Symbol 22 as "__Packages.com.newgrounds.SaveGroupQuery"
ExportAssets (56)Timeline Frame 1Symbol 24 as "__Packages.com.newgrounds.encoders.ImageScanner"
ExportAssets (56)Timeline Frame 1Symbol 23 as "__Packages.com.newgrounds.encoders.BaseN"
ExportAssets (56)Timeline Frame 1Symbol 33 as "__Packages.com.newgrounds.APIEventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 21 as "__Packages.com.newgrounds.APIEvent"
ExportAssets (56)Timeline Frame 1Symbol 29 as "__Packages.com.newgrounds.ScoreBoard"
ExportAssets (56)Timeline Frame 1Symbol 15 as "__Packages.com.newgrounds.APIError"
ExportAssets (56)Timeline Frame 1Symbol 1 as "__Packages.com.newgrounds.components.FlashAd"
ExportAssets (56)Timeline Frame 1Symbol 20 as "__Packages.com.newgrounds.ValidationTools"
ExportAssets (56)Timeline Frame 1Symbol 25 as "__Packages.com.newgrounds.encoders.SerialXML"
ExportAssets (56)Timeline Frame 1Symbol 26 as "__Packages.com.newgrounds.encoders.LZW2"
ExportAssets (56)Timeline Frame 1Symbol 27 as "__Packages.com.newgrounds.encoders.LZW"
ExportAssets (56)Timeline Frame 1Symbol 28 as "__Packages.com.newgrounds.Medal"
ExportAssets (56)Timeline Frame 1Symbol 30 as "__Packages.com.newgrounds.Score"
ExportAssets (56)Timeline Frame 1Symbol 31 as "__Packages.com.newgrounds.encoders.RC4"
ExportAssets (56)Timeline Frame 1Symbol 32 as "__Packages.com.newgrounds.encoders.JSON"
ExportAssets (56)Timeline Frame 1Symbol 34 as "__Packages.com.newgrounds.encoders.MD5"
ExportAssets (56)Timeline Frame 1Symbol 35 as "__Packages.com.newgrounds.components.APIConnector"
ExportAssets (56)Timeline Frame 1Symbol 110 as "__Packages.com.newgrounds.components.PreloaderBar"

Labels

"menu"Frame 4
"intro"Frame 5
"maingame"Frame 6
"one"Frame 7
"two"Frame 8
"three"Frame 9
"four"Frame 10
"five"Frame 11
"six"Frame 12
"seven"Frame 13
"eight"Frame 15
"nine"Frame 16
"ten"Frame 17
"eleven"Frame 19
"twelve"Frame 22
"thirteen"Frame 24
"fourteen"Frame 25
"fifteen"Frame 26
"sixteen"Frame 27
"seventeen"Frame 28
"eighteen"Frame 29
"nineteen"Frame 30
"twenty"Frame 31
"twentyone"Frame 32
"closeme"Symbol 58 MovieClip [NewgroundsAPIAsset_Medal_Popup] Frame 11
"closeme"Symbol 64 MovieClip [NewgroundsAPIAsset_Login_Warning] Frame 11
"closeme"Symbol 67 MovieClip [NewgroundsAPIAsset_Connection_Error] Frame 11
"connecting"Symbol 106 MovieClip [API Connector (NewgroundsAPI)] Frame 2
"connected"Symbol 106 MovieClip [API Connector (NewgroundsAPI)] Frame 11
"done"Symbol 106 MovieClip [API Connector (NewgroundsAPI)] Frame 20
"LOAD"Symbol 141 MovieClip [Preloader Bar (NewgroundsAPI)] Frame 2
"COMPLETE_STOP"Symbol 141 MovieClip [Preloader Bar (NewgroundsAPI)] Frame 3

Dynamic Text Variables

medal_nameSymbol 51 EditableText"medal unlocked!"
medal_valueSymbol 54 EditableText"100pts"
levelSymbol 216 EditableText""
fpsSymbol 639 EditableText"0"




https://swfchan.com/54/268154/info.shtml
Created: 13/6 -2026 19:28:35 Last modified: 13/6 -2026 19:28:35 Server time: 13/06 -2026 21:53:59