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

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

Fancy Pants Adventure 2 - Demo Version.swf

This is the info page for
Flash #26366

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


Text
<p align="left"><font face="_sans" size="24" color="#252233" letterSpacing="0.000000" kerning="1">0</font></p>

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 124 MovieClip in Frame 1
onClipEvent (enterFrame) { i = _root.getBytesLoaded() / _root.getBytesTotal(); if (i == 1) { _root.play(); } else { _yscale = (100 - (i * 100)); } }
Frame 4
Load = "Level2"; ShowSmoke = false; vOffset = 260; theX = 0; theY = 0; Mouse.hide(); onMouseDown = function () { trace(_xmouse); trace(_ymouse); }; Fancy_local_data = SharedObject.getLocal("FancyPantsMan"); if (Fancy_local_data.data.TrophyGet == undefined) { Fancy_local_data.data.TrophyGet = [false, false, false, false, false]; TrophyGet = Fancy_local_data.data.TrophyGet; } else { TrophyGet = Fancy_local_data.data.TrophyGet; } if (Fancy_local_data.data.LevelSelect == undefined) { Fancy_local_data.data.LevelSelect = 0; LevelSelect = Fancy_local_data.data.LevelSelect; } else { LevelSelect = Fancy_local_data.data.LevelSelect; } var ssN = 0; var Boxit = false; var SmoothScroll = 0; ColorEm = 0; SnapBack = [0, 0]; Paused = false; BackgroundVolume = 100; KillWallJump = false; oldGridFrame = 0; tehsnappy = false; Squiggles = 0; Lives = 3; Health = 100; Level2BadName = ["Snail", "Spider", "Spider", "Spider", "Spider", "Spider", "Spider", "Spider", "Spider", "Spider"]; Level2BaddieX = [550, 1233, 2510, 3453, 3003, 3776, 3550, 3500, 1600, 900]; Level2BaddieY = [67, -41, 9, 172, 164, -651, -1119, -1625, -951, -963]; Level2BaddieS = [1, 1, 1, 1, 1, 1, 1, -1, -1, -1]; Bonus7BadName = ["Spider", "Spider", "Spider", "Spider", "Spider", "Spider", "Spider", "Spider"]; Bonus7BaddieX = [168, 305, 445, 600, 744, 645, 450, 210]; Bonus7BaddieY = [-70, -98, -156, -242, -383, -560, -582, -600]; Bonus7BaddieFreeze = true; Bonus9BadName = ["Penguin"]; Bonus9BaddieX = [0]; Bonus9BaddieY = [0]; Bonus9BaddieFreeze = false; Bonus2Setup = function () { Char.JumpFunc(25); }; unpausedEnterFrame = function () { MouseHider(); if (!Key.isDown(81)) { QisDown = false; } if (Key.isDown(81) && (!QisDown)) { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } QisDown = true; } Char.CheckInteractHit(Char._x, Char._y); Char.CheckBaddieHit(); if (Char._alpha < 100) { Char._alpha = Char._alpha + 0.5; if (Char._alpha > 85) { Char._alpha = 100; } } if ((Char._y > ((-MinY) + 700)) && (Char._currentframe != 21)) { Char.gotoAndStop("Die"); } if (SmoothScroll > Char._xscale) { SmoothScroll = SmoothScroll - 10; } if (SmoothScroll < Char._xscale) { SmoothScroll = SmoothScroll + 10; } if (((Char._x + SmoothScroll) - 360) < (-MaxX)) { SmoothScroll = ((-MaxX) - Char._x) + 360; } if (((Char._x + SmoothScroll) - 360) > (-MinX)) { SmoothScroll = ((-MinX) - Char._x) + 360; } theX = theX - ((theX - ((360 - Char._x) - SmoothScroll)) / 5); if ((vOffset - Char._y) < MinY) { theY = theY - ((theY - MinY) / 5); } else if ((vOffset - Char._y) > MaxY) { theY = theY - ((theY - MaxY) / 5); } else { theY = theY - ((theY - (vOffset - Char._y)) / 5); } _x = theX; _y = theY; Background._x = (-_x) / 1.4; Background._y = (-_y) / 1.1; OutPut._x = -_root._x; OutPut._y = -_root._y; }; onMouseMove = function () { HideThatMouse = 40; Mouse.show(); }; HideThatMouse = 40; MouseHider = function () { if (HideThatMouse > 0) { HideThatMouse--; } if (HideThatMouse == 0) { Mouse.hide(); HideThatMouse = -1; } }; LoadLevel = function (LoadIt) { if (LoadIt == undefined) { LoadIt = SnapTo; } attachMovie("Char", "Char", 1000); attachMovie("Foreground" + LoadIt, "Foreground", 600); attachMovie("tehground" + LoadIt, "tehground", 8); attachMovie("surface" + LoadIt, "surface", 7); attachMovie("tehwallz" + LoadIt, "tehwallz", 10); SpringBoardCount = 0; aPlatzCount = 0; attachMovie("tehplatformz" + LoadIt, "tehplatformz", 15); attachMovie("SBLayer" + LoadIt, "SBLayer", 16, {_alpha:0}); attachMovie("tehhangz" + LoadIt, "tehhangz", 17); JumpPadCount = 0; attachMovie("BLayer" + LoadIt, "BLayer", 800); CoinCount = 0; SwiftCount = 0; attachMovie("InteractLayer" + LoadIt, "InteractLayer", 500); MaxX = -InteractLayer.MaxX._x; MinX = 720 - InteractLayer.MinX._x; MaxY = -InteractLayer.MaxY._y; MinY = 480 - InteractLayer.MinY._y; if (!ShowSmoke) { tehground._alpha = 0; tehwallz._alpha = 0; tehplatformz._alpha = 0; surface._alpha = 0; tehhangz._alpha = 0; } attachMovie("UberForeground" + LoadIt, "UberForeground", 1050); attachMovie("Background" + LoadIt, "Background", 2); createEmptyMovieClip("RotFix", 0); createEmptyMovieClip("RotFind", 1); if (LoadIt == "Menus2") { Squiggles = 0; Lives = 3; Health = 100; } if ((substring(LoadIt, 1, 5)) == "Bonus") { } if (_root[LoadIt + "CoinGot"] == undefined) { _root[LoadIt + "CoinGot"] = new Array(); _root[LoadIt + "CoinGot"][0] = false; _root[LoadIt + "CoinGot"][100] = false; } if ((substring(LoadIt, 1, 5)) == "Level") { temp = substring(LoadIt, 6, 1); temp++; temp--; if (LevelSelect < temp) { LevelSelect = temp; Fancy_local_data.data.LevelSelect = LevelSelect; } SnapTo = LoadIt; } if (tehsnappy) { tehsnappy = false; Char._x = SnapBack[0]; Char._y = SnapBack[1]; } SmoothScroll = 100; theX = (360 - Char._x) - SmoothScroll; theY = 300 - Char._y; if (theX > MaxX) { theX = MaxX; } if (theX < MinX) { theX = MinX; } if (theY < MinY) { theY = MinY; } if (theY > MaxY) { theY = MaxY; } _x = theX; _y = theY; Level1Skigs = 5; attachMovie("OutPut", "OutPut", 100000); OutPut.HealthBar._xscale = Health; Char.moveRL = 0; Char.moveUD = 0; Char.Jump = 83; Char.SisDown = false; Char.yerdown = false; Char.hurting = false; Char.friction = 0.88; Char.temp = false; Char.thisIs = "Char"; Paused = false; onEnterFrame = unpausedEnterFrame; if (LoadIt == "Bonus3") { Char.RLFunc = BonusPlatRLFunc; Char.aPlatzOn = -1; } else { Char.RLFunc = RLFunc; } Char.wallPause = 0; Char.wallJumped = false; Char.wallJumpFell = false; Char.TempStill = false; Char.Still = false; Char.canPlatLedge = false; Char.jpN = 1010; Char.rpN = 5; Char.mRL = mRL; Char.mUD = mUD; Char.RLx = RLx; Char.RLy = RLy; Char.UDx = UDx; Char.UDy = UDy; Char.WasSix = WasSix; Char.spread = 10; Char.RAnchx = RAnchx; Char.RAnchy = RAnchy; Char.LAnchx = LAnchx; Char.LAnchy = LAnchy; Char.JumpFunc = JumpFunc; Char.JumpGuide = JumpGuide; Char.WraptoGround = WraptoGround; Char.HeadLand = HeadLand; Char.CheckHead = CheckHead; Char.Standing = Standing; Char.JumpListener = JumpListener; Char.CheckBaddieHit = CheckBaddieHit; Char.CheckInteractHit = CheckInteractHit; Char.Died = Died; Char.LedgeIt = LedgeIt; Char.HangIt = HangIt; Char.testSpringBoard = testSpringBoard; Char.BonusPlatJumpLand = BonusPlatJumpLand; Char.BonusPlatFind = BonusPlatFind; Char.JumpLand = JumpLand; Char.BonusPlatJumpLand = BonusPlatJumpLand; RotFind.RLx = RLx; RotFind.RLy = RLy; RotFind.UDx = UDx; RotFind.UDy = UDy; RotFind.WasSix = WasSix; RotFind.spread = 10; RotFind.RAnchx = RAnchx; RotFind.RAnchy = RAnchy; RotFind.LAnchx = LAnchx; RotFind.LAnchy = LAnchy; RotFind.WraptoGround = WraptoGround; tehwallz.Box.mRL = mRL; tehwallz.Box.mUD = mUD; tehwallz.Box.RLx = RLx; tehwallz.Box.RLy = RLy; tehwallz.Box.UDx = UDx; tehwallz.Box.UDy = UDy; tehwallz.Box.WasSix = WasSix; tehwallz.Box.spread = 30; tehwallz.Box.RAnchx = RAnchx; tehwallz.Box.RAnchy = RAnchy; tehwallz.Box.LAnchx = LAnchx; tehwallz.Box.LAnchy = LAnchy; tehwallz.Box.RLFunc = RLFunc; tehwallz.Box.WraptoGround = WraptoGround; Char.EveryFrame = EveryFrame; ColorEmPants(); tehwallz.movingWallz.gears.smokeRL = 0; maxBaddies = _root[LoadIt + "BadName"].length; var _local2 = 0; while (_local2 < maxBaddies) { SpawnBaddies(_root[LoadIt + "BaddieX"][_local2], _root[LoadIt + "BaddieY"][_local2], _root[LoadIt + "BadName"][_local2], _root[LoadIt + "BaddieS"][_local2] * -100, _local2, 13); _local2++; } attachMovie("FadeIn", "FadeIn", 100005, {worm:LoadIt, theX:-_x, _y:-_y}); LevelLoaded = LoadIt; Setup(); Setup = _root[LoadIt + "Setup"]; Setup(); delete Setup; }; SpawnBaddies = function (ex, ey, ename, exscale, i, ethrust) { if (ename == "SnailShell") { spawnWhere = "InteractLayer"; } else { spawnWhere = "BLayer"; } _root[spawnWhere].attachMovie(ename, ["Baddie" + i], 805 + i, {_x:ex, _y:ey, moveRL:0, moveUD:0, _xscale:exscale, mRL:mRL, mUD:mUD, RLFunc:RLFunc, RLx:RLx, RLy:RLy, UDx:UDx, UDy:UDy, WasSix:WasSix, ID:i, PwnBaddies:PwnBaddies, JumpFunc:JumpFunc, JumpGuide:JumpGuide, WraptoGround:WraptoGround, JumpLand:JumpLand, spread:20, RAnchx:RAnchx, RAnchy:RAnchy, LAnchx:LAnchx, LAnchy:LAnchy, Thrust:ethrust}); }; EveryFrame = function () { this.RLFunc(); this.JumpListener(); }; JumpListener = function () { if (!Key.isDown(this.Jump)) { this.SisDown = false; } if (Key.isDown(this.Jump) && (!this.SisDown)) { this.moveRL = this.moveRL * 0.7; this.fliprot = this._rotation / 6; this.SisDown = true; this.FloatUp = 6; CharJump.start(); this.JumpFunc(12); return(true); } }; JumpFunc = function (jumper, still) { if (this.aPlatzOn > -1) { if (tehplatformz["aPlatz" + this.aPlatzOn].moving) { jumper = jumper - tehplatformz["aPlatz" + this.aPlatzOn].smokeUD; tehplatformz["aPlatz" + this.aPlatzOn].onEnterFrame = BonusPlatMove; } this.aPlatzOn = -1; } this.wallJumpFell = false; this._y = this._y - 2; this.moveUD = this.moveRL * Math.sin(this._rotation * (Math.PI/180)); this.moveRL = this.moveRL * Math.cos(this._rotation * (Math.PI/180)); i = jumper * Math.cos((this._rotation - 90) * (Math.PI/180)); if (Math.abs(i) > 0.1) { this.moveRL = this.moveRL + i; } this.moveUD = this.moveUD + (jumper * Math.sin((this._rotation - 90) * (Math.PI/180))); if (tehwallz.movingWallz.gears.smokeRL != undefined) { this.moveRL = this.moveRL + (tehwallz.movingWallz.gears.smokeRL / 2); tehwallz.movingWallz.gears.smokeRL = 0; delete tehwallz.movingWallz.gears.onEnterFrame; } if (jumper == 0) { this.gotoAndStop("Jump"); this.CharJump.gotoAndStop(1); if (Math.abs(this._rotation) > 45) { this.Still = true; } else { this.Still = false; this.CharJump.CharRegJump.gotoAndPlay("Fall"); } } else { this.gotoAndStop("Jump"); if (still != undefined) { this.Still = true; this.CharJump.gotoAndStop(1); } else { this.Still = false; if (Math.abs(this._rotation) > 45) { this.TempStill = true; } if ((!this.TempStill) && (((this._xscale > 0) && (Key.isDown(37))) || ((this._xscale < 0) && (Key.isDown(39))))) { this.CharJump.gotoAndStop(2); if (Math.abs(this.moveRL) < 2) { this.moveRL = (-this._xscale) / 100; } } else if (((this._xscale < 0) && (Key.isDown(37))) || (((this._xscale > 0) && (Key.isDown(39))) && (Math.abs(this.moveRL) < 4))) { this.CharJump.gotoAndStop(1); if (Math.abs(this.moveRL) < 2) { this.moveRL = this._xscale / 100; } } else { this.CharJump.gotoAndStop(1); } } } }; JumpGuide = function (hurt) { if (Math.abs(this._rotation) < 5) { this._rotation = 0; } Math.round(this._rotation); this.temp = false; if (this.moveUD > 0) { this.testSpringBoard(); } if ((tehwallz.hitTest((this._x + 20) + this.moveRL, this._y - 55, true) && (!tehwallz.hitTest((this._x + 20) + this.moveRL, (this._y - 55) - this.moveUD, true))) && (this.moveUD > 0)) { this._xscale = 100; this.LedgeIt(); } else if ((tehwallz.hitTest((this._x - 20) + this.moveRL, this._y - 55, true) && (!tehwallz.hitTest((this._x - 20) + this.moveRL, (this._y - 55) - this.moveUD, true))) && (this.moveUD > 0)) { this._xscale = -100; this.LedgeIt(); } else if ((tehhangz.hitTest(this._x + this.moveRL, this._y - 55, true) && (!tehhangz.hitTest(this._x + this.moveRL, (this._y - 55) - this.moveUD, true))) && (this.moveUD > 0)) { this.HangIt(); } else if (((tehwallz.hitTest((this._x + (this.spread + 1)) + this.moveRL, this._y, true) || (tehwallz.hitTest((this._x - (this.spread + 1)) + this.moveRL, this._y, true))) || (tehwallz.hitTest((this._x + (this.spread + 1)) + this.moveRL, this._y - 50, true))) || (tehwallz.hitTest((this._x - (this.spread + 1)) + this.moveRL, this._y - 50, true))) { var _local3 = 0; while (_local3 < Math.abs(this.moveRL)) { if ((((!tehwallz.hitTest(this._x + (this.spread + 1), this._y, true)) && (!tehwallz.hitTest(this._x - (this.spread + 1), this._y, true))) && (!tehwallz.hitTest(this._x + (this.spread + 1), this._y - 50, true))) && (!tehwallz.hitTest(this._x - (this.spread + 1), this._y - 50, true))) { this._x = this._x + (this.mRL() / 2); } else { break; } _local3 = _local3 + 0.1; } this.temp = "Wall"; if (((this._currentframe != 9) && (!this.wallJumpFell)) && (!testAll(this._x, (this._y + this.moveUD) + 20))) { if ((tehwallz.hitTest((this._x + 20) + this.moveRL, this._y + this.moveUD, true) && (tehwallz.hitTest((this._x + 20) + this.moveRL, (this._y - 65) + this.moveUD, true))) && ((Key.isDown(39) || (this.wallJumped)) || (this.Still))) { if (this.moveRL > 0) { while ((!tehwallz.hitTest((this._x + this.spread) + 1, this._y + this.moveUD, true)) && (!tehwallz.hitTest((this._x + this.spread) + 1, (this._y - 65) + this.moveUD, true))) { this._x++; } this.wallPause = Math.abs(this.moveRL); this.moveRL = 0; this._xscale = 100; this.wallJumped = true; this.gotoAndStop("WallJump"); } } else if ((tehwallz.hitTest((this._x - this.spread) + this.moveRL, this._y + this.moveUD, true) && (tehwallz.hitTest((this._x - this.spread) + this.moveRL, (this._y - 65) + this.moveUD, true))) && ((Key.isDown(37) || (this.wallJumped)) || (this.Still))) { if (this.moveRL < 0) { while ((!tehwallz.hitTest((this._x - this.spread) - 1, this._y + this.moveUD, true)) && (!tehwallz.hitTest((this._x - this.spread) - 1, (this._y - 65) + this.moveUD, true))) { this._x--; } this.wallPause = Math.abs(this.moveRL); this.moveRL = 0; this._xscale = -100; this.wallJumped = true; this.gotoAndStop("WallJump"); } } } if ((tehwallz.hitTest(this._x + this.spread, this._y - Math.abs(this.moveUD), true) && (tehwallz.hitTest(this._x - this.spread, this._y - Math.abs(this.moveUD), true))) || (tehwallz.hitTest(this._x + this.spread, this._y - 30, true) && (tehwallz.hitTest(this._x - this.spread, this._y - 30, true)))) { this.Died(); } else { _local3 = 0; while (tehwallz.hitTest(this._x + this.spread, this._y - 2, true) || (tehwallz.hitTest(this._x + this.spread, this._y - 30, true))) { this._x = this._x - 0.5; _local3 = _local3 - 0.25; } while (tehwallz.hitTest(this._x - this.spread, this._y - 2, true) || (tehwallz.hitTest(this._x - this.spread, this._y - 30, true))) { this._x = this._x + 0.5; _local3 = _local3 + 0.25; } this.moveRL = _local3; } } if (this.BonusPlatFind()) { this.BonusPlatJumpLand(); } else if (tehplatformz.hitTest((this._x + this.RAnchx()) + this.moveRL, (this._y + this.RAnchy()) + this.moveUD, true) || (tehplatformz.hitTest((this._x + this.LAnchx()) + this.moveRL, (this._y + this.LAnchy()) + this.moveUD, true))) { if (((!tehplatformz.hitTest((this._x + this.RAnchx()) + this.moveRL, (this._y + this.RAnchy()) - 2, true)) && (!tehplatformz.hitTest((this._x + this.LAnchx()) + this.moveRL, (this._y + this.LAnchy()) - 2, true))) && (this.moveUD > 0)) { this._rotation = 0; this.JumpLand(hurt); } else { this._x = this._x + this.moveRL; this._y = this._y + this.moveUD; } } else if (tehwallz.hitTest((this._x + this.RAnchx()) + this.moveRL, (this._y + this.RAnchy()) + this.moveUD, true) || (tehwallz.hitTest((this._x + this.LAnchx()) + this.moveRL, (this._y + this.LAnchy()) + this.moveUD, true))) { if (_root.tehwallz.movingWallz.gears.hitTest((this._x + this.RAnchx()) + this.moveRL, (this._y + this.RAnchy()) + this.moveUD, true) || (_root.tehwallz.movingWallz.gears.tehwallz.hitTest((this._x + this.LAnchx()) + this.moveRL, (this._y + this.LAnchy()) + this.moveUD, true))) { _root.tehwallz.movingWallz.gears.oldx = _root.tehwallz.movingWallz.gears._x; _root.tehwallz.movingWallz.gears.oldy = _root.tehwallz.movingWallz.gears._y; _root.tehwallz.movingWallz.gears.onEnterFrame = function () { this.smokeRL = this.theX - this.oldx; _root.Char._x = _root.Char._x + this.smokeRL; this.oldx = this._x; }; } this._rotation = 0; this.JumpLand(hurt); } else if (tehground.hitTest((this._x + this.RAnchx()) + this.moveRL, (this._y + this.RAnchy()) + this.moveUD, true) && (tehground.hitTest((this._x + this.LAnchx()) + this.moveRL, (this._y + this.LAnchy()) + this.moveUD, true))) { if (Math.abs(this._rotation) < 100) { this.JumpLand(hurt); } else { this._x = this._x + this.moveRL; this._y = this._y + this.moveUD; this.WraptoGround(false, false); } } else if (tehground.hitTest((this._x + this.RAnchx()) + this.moveRL, (this._y + this.RAnchy()) + this.moveUD, true) || (tehground.hitTest((this._x + this.LAnchx()) + this.moveRL, (this._y + this.LAnchy()) + this.moveUD, true))) { if (Math.abs(this._rotation) < 100) { this._x = this._x + this.moveRL; this._y = this._y + this.moveUD; this.WraptoGround(true, false); } else { this._x = this._x + this.moveRL; this._y = this._y + this.moveUD; this.WraptoGround(false, false); } } else if (testAll((this._x + this.RAnchx()) + this.moveRL, (this._y + this.RAnchy()) + this.moveUD) && (testAll((this._x + this.LAnchx()) + this.moveRL, (this._y + this.LAnchy()) + this.moveUD))) { if (Math.abs(this._rotation) < 100) { this.JumpLand(hurt); } else { this._x = this._x + this.moveRL; this._y = this._y + this.moveUD; this.WraptoGround(false, false); } } else if (tehwallz.hitTest((this._x + 10) + this.moveRL, (this._y - 50) + this.moveUD, true) || (tehwallz.hitTest((this._x - 10) + this.moveRL, (this._y - 50) + this.moveUD, true))) { while ((!tehwallz.hitTest((this._x + 10) + this.moveRL, (this._y - 50) + this.moveUD, true)) && (!tehwallz.hitTest((this._x - 10) + this.moveRL, (this._y - 50) + this.moveUD, true))) { this._y--; } this.moveUD = -this.moveUD; this._x = this._x + this.moveRL; this._y = this._y + this.moveUD; } else if (tehground.hitTest((this._x + (50 * Math.cos((this._rotation - 90) * (Math.PI/180)))) + this.moveRL, (this._y + (50 * Math.sin((this._rotation - 90) * (Math.PI/180)))) + this.moveUD, true)) { this.HeadLand(this._x + (50 * Math.cos((this._rotation - 90) * (Math.PI/180))), this._y + (50 * Math.sin((this._rotation - 90) * (Math.PI/180))), this.moveRL, this.moveUD); } else { this._x = this._x + this.moveRL; this._y = this._y + this.moveUD; } return(this.temp); }; JumpLand = function (hurt) { this.canPlatLedge = false; this.effingSlide = 0; if (this.wallJumped) { this.wallJumped = false; } this.jumprot = ((-Math.atan2(this.moveRL, this.moveUD)) / (Math.PI/180)) + 90; this.nowSpeed = Math.sqrt((this.moveRL * this.moveRL) + (this.moveUD * this.moveUD)); var _local2 = 0; while (_local2 < this.nowSpeed) { if ((((!tehground.hitTest((this._x + this.RAnchx()) + this.UDx(), (this._y + this.RAnchy()) + this.UDy(), true)) || (!tehground.hitTest((this._x + this.LAnchx()) + this.g(), (this._y + this.LAnchy()) + this.UDy(), true))) && (!testWallzNPlatz((this._x + this.RAnchx()) + this.UDx(), (this._y + this.RAnchy()) + this.UDy()))) && (!testWallzNPlatz((this._x + this.LAnchx()) + this.UDx(), (this._y + this.LAnchy()) + this.UDy()))) { this._x = this._x + Math.cos(this.jumprot * (Math.PI/180)); this._y = this._y + Math.sin(this.jumprot * (Math.PI/180)); } else { break; } _local2++; } this.WraptoGround(true, false); _local2 = getNextHighestDepth(); attachMovie("smokeFX", "smokeFX" + _local2, _local2, {_x:this._x, _y:this._y, _rotation:this._rotation}); this.gorot = (2 * this._rotation) - this.jumprot; this.moveRL = this.nowSpeed * Math.cos(this.gorot * (Math.PI/180)); this.moveUD = this.nowSpeed * Math.sin(this.gorot * (Math.PI/180)); Math.round(this.moveRL); if (hurt != undefined) { if (Health == 0) { this.gotoAndStop("Die"); } else { this.gotoAndStop("FSGetUp"); } } else if (((Key.isDown(39) && (this.moveRL < 2)) && (this.thisIs == "Char")) && false) { this.moveRL = 2; this._xscale = 100; this.gotoAndStop("RWalk"); } else if (((Key.isDown(37) && (this.moveRL > -2)) && (this.thisIs == "Char")) && false) { this.moveRL = -2; this._xscale = -100; this.gotoAndStop("RWalk"); } else if (Math.abs(this.moveRL) > 5) { if (Key.isDown(40)) { if ((this.moveRL * this._xscale) > 0) { this.gotoAndStop("DownSlide"); } else { this.gotoAndStop("FSRoll"); } } else { this.gotoAndStop("RIdle"); } } else { this.gotoAndStop("Land"); this.CharSlide.gotoAndStop(8); } }; BonusPlatJumpLand = function () { this.moveUD = 0; delete tehplatformz["aPlatz" + this.aPlatzOn].onEnterFrame; this.onPlatOffset = this._x - tehplatformz["aPlatz" + this.aPlatzOn]._x; this._y = tehplatformz["aPlatz" + this.aPlatzOn]._y; if (tehplatformz["aPlatz" + this.aPlatzOn].onlyOnStand) { tehplatformz["aPlatz" + this.aPlatzOn].moving = true; tehplatformz["aPlatz" + this.aPlatzOn].onlyOnStand = false; } if (hurt != undefined) { if (Health == 0) { this.gotoAndStop("Die"); } else { this.gotoAndStop("FSGetUp"); } } else if (((Key.isDown(39) && (this.moveRL < 2)) && (this.thisIs == "Char")) && false) { this.moveRL = 2; this._xscale = 100; this.gotoAndStop("RWalk"); } else if (((Key.isDown(37) && (this.moveRL > -2)) && (this.thisIs == "Char")) && false) { this.moveRL = -2; this._xscale = -100; this.gotoAndStop("RWalk"); } else if (Math.abs(this.moveRL) > 5) { if (Key.isDown(40)) { if ((this.moveRL * this._xscale) > 0) { this.gotoAndStop("DownSlide"); } else { this.gotoAndStop("FSRoll"); } } else { this.gotoAndStop("RIdle"); } } else { this.gotoAndStop("Land"); this.CharSlide.gotoAndStop(8); } }; BonusPlatFind = function () { this.temp = false; var _local2 = 0; while (tehplatformz["aPlatz" + _local2]._x != undefined) { this.tempX = tehplatformz["aPlatz" + _local2]._x; this.tempY = tehplatformz["aPlatz" + _local2]._y; if (((((((this._x + this.moveRL) + this.spread) > this.tempX) && (((this._x + this.moveRL) - this.spread) < (this.tempX + tehplatformz["aPlatz" + _local2]._xscale))) && (((this._y + tehplatformz["aPlatz" + _local2].smokeUD) - 5) < this.tempY)) && ((this._y + this.moveUD) > this.tempY)) && ((this.moveUD - tehplatformz["aPlatz" + _local2].smokeUD) > 0)) { this.aPlatzOn = _local2; this.temp = true; } _local2++; } return(this.temp); }; BonusPlatMove = function () { if (this.circling) { this.rotOffset = this.rotOffset + this.accel; this._x = this.anchorX + (this.anchorDist * Math.sin(this.rotOffset * (Math.PI/180))); this._y = this.anchorY + ((-this.anchorDist) * Math.cos(this.rotOffset * (Math.PI/180))); Foreground["aPlatzSmoke" + this.ID]._x = this._x; Foreground["aPlatzSmoke" + this.ID]._y = this._y; } else if (this.moving) { if (this.absoluteRL < this.centerOffset) { this.moveRL = this.moveRL + this.accel; } if (this.absoluteRL > this.centerOffset) { this.moveRL = this.moveRL - this.accel; } if (Math.abs(this.moveRL) > this.maxSpeed) { this.smokeRLUD = this.maxSpeed * (this.moveRL / Math.abs(this.moveRL)); } else { this.smokeRLUD = this.moveRL; } this.smokeRLUD = Math.round(this.smokeRLUD * 10) / 10; this.absoluteRL = this.absoluteRL + this.smokeRLUD; this._x = this.originX + (this.absoluteRL * Math.sin((90 - this.rotOffset) * (Math.PI/180))); this._y = this.originY + ((-this.absoluteRL) * Math.cos((90 - this.rotOffset) * (Math.PI/180))); Foreground["aPlatzSmoke" + this.ID]._x = this._x; Foreground["aPlatzSmoke" + this.ID]._y = this._y; } this.smokeUD = this._y - this.oldy; this.oldy = this._y; }; HeadLand = function (ex, ey, eRL, eUD) { HeadHit.start(); this.jumprot = RotFixer(((-Math.atan2(eRL, eUD)) / (Math.PI/180)) + 90); this.nowSpeed = Math.sqrt((eRL * eRL) + (eUD * eUD)); var _local2 = 0; while (_local2 < this.nowSpeed) { if (!testAllBut(this._x + ex, this._y + ey)) { this._x = this._x + Math.cos(this.jumprot * (Math.PI/180)); this._y = this._y + Math.sin(this.jumprot * (Math.PI/180)); } _local2++; } _local2 = 0; while (InteractLayer["MarioBlock" + _local2] != undefined) { if (InteractLayer["MarioBlock" + _local2].hitTest((this._x + (45 * Math.cos((this._rotation - 90) * (Math.PI/180)))) + Math.cos(this.jumprot * (Math.PI/180)), (this._y + (50 * Math.sin((this._rotation - 90) * (Math.PI/180)))) + Math.sin(this.jumprot * (Math.PI/180)))) { InteractLayer["MarioBlock" + _local2].play(); } _local2++; } this.groundrot = FindRot(this.jumprot - 90, ex, ey); this.nowSpeed = this.nowSpeed * 0.9; this.gorot = (2 * this.groundrot) - this.jumprot; this.moveRL = this.nowSpeed * Math.cos(this.gorot * (Math.PI/180)); this.moveUD = this.nowSpeed * Math.sin(this.gorot * (Math.PI/180)); if (Math.abs(this.groundrot - this.jumprot) < 10) { this._x = this._x + (50 * Math.cos((this._rotation - 90) * (Math.PI/180))); this._y = this._y + (50 * Math.sin((this._rotation - 90) * (Math.PI/180))); this._rotation = this._rotation + 180; this.WraptoGround(true, true); this.gotoAndStop("FSRoll"); } else { this._x = this._x + this.moveRL; this._y = this._y + this.moveUD; if (Math.abs(this.jumprot + 90) > 90) { this.gotoAndStop("FrontSlam"); } } }; FindRot = function (jumprot, ex, ey) { RotFind._x = ex; RotFind._y = ey; RotFind._rotation = jumprot; RotFind.WraptoGround(true, true); return(RotFind._rotation); }; RLx = function () { return(this.moveRL * Math.cos(this._rotation * (Math.PI/180))); }; RLy = function () { return(this.moveRL * Math.sin(this._rotation * (Math.PI/180))); }; UDx = function () { return(Math.cos((this._rotation + 90) * (Math.PI/180))); }; UDy = function () { return(Math.sin((this._rotation + 90) * (Math.PI/180))); }; WasSix = function () { return((Math.abs(this.moveRL) / 10) + 3); }; LAnchx = function () { return(this.spread * Math.cos((this._rotation - 180) * (Math.PI/180))); }; LAnchy = function () { return(this.spread * Math.sin((this._rotation - 180) * (Math.PI/180))); }; RAnchx = function () { return(this.spread * Math.cos(this._rotation * (Math.PI/180))); }; RAnchy = function () { return(this.spread * Math.sin(this._rotation * (Math.PI/180))); }; testAll = function (ex, ey) { if (tehground.hitTest(ex, ey, true)) { return(true); } if (tehwallz.hitTest(ex, ey, true)) { return(true); } if (tehplatformz.hitTest(ex, ey, true)) { return(true); } return(false); }; testAllBut = function (ex, ey) { if (tehwallz.hitTest(ex, ey, true)) { return(true); } if (tehground.hitTest(ex, ey, true)) { return(true); } return(false); }; testWallzNPlatz = function (ex, ey) { if (tehwallz.hitTest(ex, ey, true)) { return(true); } if (tehplatformz.hitTest(ex, ey, true)) { return(true); } return(false); }; testSpringBoard = function () { if (SBLayer.hitTest((this._x + this.RAnchx()) + this.moveRL, (this._y + this.RAnchy()) + this.moveUD, true) || (SBLayer.hitTest((this._x + this.LAnchx()) + this.moveRL, (this._y + this.LAnchy()) + this.moveUD, true))) { this.Clung = 0; var _local3 = 0; while (SBLayer["SpringBoard" + _local3]._x != undefined) { if (SBLayer["SpringBoard" + _local3].hitTest((this._x + this.RAnchx()) + this.moveRL, (this._y + this.RAnchy()) + this.moveUD, true) || (SBLayer["SpringBoard" + _local3].hitTest((this._x + this.LAnchx()) + this.moveRL, (this._y + this.LAnchy()) + this.moveUD, true))) { this.gotoAndStop("ClingBoard"); SBLayer["SpringBoard" + _local3]._y = this._y + this.moveUD; SBLayer["SpringBoard" + _local3].moveRL = SBLayer["SpringBoard" + _local3].moveRL + (this.moveRL / 2); SBLayer["SpringBoard" + _local3].moveUD = SBLayer["SpringBoard" + _local3].moveUD + this.moveUD; SBLayer["SpringBoard" + _local3].flingIt = this.moveUD; this._rotation = SBLayer["SpringBoard" + _local3]._rotation; _root.Foreground[("SpringBoard" + _local3) + "Smoke"]._y = this._y + this.moveUD; SBLayer["SpringBoard" + _local3].onEnterFrame = function () { this.moveUD++; this.moveRL = this.moveRL + (((this.anchorX - this._x) / 60) - ((this.moveRL / Math.abs(this.moveRL)) / 5)); this.amoveUD = ((this.anchorY - this._y) / 20) - ((this.moveUD / Math.abs(this.moveUD)) / 5); this.moveUD = this.moveUD + this.amoveUD; this._x = this._x + this.moveRL; this._y = this._y + this.moveUD; Char._x = Char._x + this.moveRL; Char._y = Char._y + this.moveUD; _root.Foreground[this._name + "Smoke"]._x = this._x; _root.Foreground[this._name + "Smoke"]._y = this._y; trace(this.amoveUD); if ((this.amoveUD > -1) && (this.moveUD < 0)) { Char.moveRL = this.moveRL / 2; Char.JumpFunc(-this.moveUD); this.onEnterFrame = SpringBoardLeft; } if (!Key.isDown(Char.Jump)) { Char.SisDown = false; } if (Key.isDown(Char.Jump)) { if ((!Char.SisDown) && (((-this.moveUD) / 2) > -5)) { Char.moveRL = this.moveRL / 2; Char.JumpFunc(((-this.moveUD) / 2) + 15); this.moveUD = this.moveUD + 15; this.onEnterFrame = SpringBoardLeft; } Char.SisDown = true; } }; SBLayer["SpringBoard" + _local3].onEnterFrame; } _local3++; } return(true); } return(false); }; SpringBoardLeft = function () { this.moveRL = this.moveRL + ((this.anchorX - this._x) / 60); this.moveUD = this.moveUD + ((this.anchorY - this._y) / 20); this.moveRL = this.moveRL - ((this.moveRL / Math.abs(this.moveRL)) / 5); this.moveUD = this.moveUD - ((this.moveUD / Math.abs(this.moveUD)) / 5); this._x = this._x + this.moveRL; this._y = this._y + this.moveUD; _root.Foreground[this._name + "Smoke"]._x = this._x; _root.Foreground[this._name + "Smoke"]._y = this._y; if ((Math.abs(this.moveUD) < 1) && (Math.abs(this.anchorY - this._y) < 1)) { this.moveRL = 0; this.moveUD = 0; delete this.onEnterFrame; } }; RLFunc = function () { if (InteractLayer.hitTest(this._x, this._y, true)) { var _local2 = 0; while (InteractLayer["swift" + _local2]._x != undefined) { if ((InteractLayer["swift" + _local2].hitTest(this._x, this._y, true) && (InteractLayer["swift" + _local2]._currentframe == 1)) && (!InteractLayer["swift" + _local2].hitTest(this._x - this.moveRL, this._y, true))) { this.gotoAndStop("Slide"); this._x = InteractLayer["swift" + _local2]._x; this._y = InteractLayer["swift" + _local2]._y; this._xscale = (InteractLayer["swift" + _local2].boost / Math.abs(InteractLayer["swift" + _local2].boost)) * 100; this.moveRL = InteractLayer["swift" + _local2].boost; } _local2++; } if (Key.isDown(38)) { _local2 = 0; while (_local2 < 6) { if (InteractLayer["Door" + _local2].hitTest(this._x, this._y, true) && (InteractLayer["Door" + _local2]._currentframe == 1)) { InteractLayer["Door" + _local2].onEnterFrame = function () { this.play(); }; this.moveRL = 0; this.i = _local2; this.gotoAndStop("DoorIn"); break; } _local2++; } } } this.WallHitLeft = false; this.WallHitRight = false; if (this.moveRL > 0) { this.tempR = this.RLx(); } else { this.tempR = 0; } if (this.moveRL < 0) { this.tempL = this.RLx(); } else { this.tempL = 0; } if (tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) + this.tempL, (((this._y + this.LAnchy()) + this.RLy()) + (this.UDy() * this.WasSix())) - 20, true) || (this.Standing() && (tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) + this.tempL, (((this._y + this.LAnchy()) + this.RLy()) + (this.UDy() * this.WasSix())) - 50, true)))) { this.WallHitLeft = true; } if (tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + this.tempR, (((this._y + this.RAnchy()) + this.RLy()) + (this.UDy() * this.WasSix())) - 20, true) || (this.Standing() && (tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + this.tempR, (((this._y + this.RAnchy()) + this.RLy()) + (this.UDy() * this.WasSix())) - 50, true)))) { this.WallHitRight = true; } if (this.WallHitLeft && (this.WallHitRight)) { this.Died(); } else { if (this.WallHitLeft) { if (!testAll(this._x + 20, this._y + 6)) { this.JumpFunc(0); } while ((!tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) - 2, ((this._y + this.LAnchy()) + (this.UDy() * this.WasSix())) - 20, true)) && ((!tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) - 2, ((this._y + this.LAnchy()) + (this.UDy() * this.WasSix())) - 50, true)) || (!this.Standing()))) { this._x--; } while (tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) - 1, ((this._y + this.LAnchy()) + (this.UDy() * this.WasSix())) - 20, true) || (tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) - 1, ((this._y + this.LAnchy()) + (this.UDy() * this.WasSix())) - 50, true) && (this.Standing()))) { this._x++; } if (this._currentframe == 12) { this.moveRL = (-this.moveRL) / 2; } else { this.moveRL = 0; if (Key.isDown(37)) { this._xscale = -100; this.gotoAndStop("WallStop"); } } return("Wall"); } if (this.WallHitRight) { if (!testAll(this._x - 20, this._y + 6)) { this.JumpFunc(0); } while ((!tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + 2, ((this._y + this.RAnchy()) + (this.UDy() * this.WasSix())) - 20, true)) && ((!tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + 2, ((this._y + this.RAnchy()) + (this.UDy() * this.WasSix())) - 50, true)) || (!this.Standing()))) { this._x++; } while (tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + 1, ((this._y + this.RAnchy()) + (this.UDy() * this.WasSix())) - 20, true) || (tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + 1, ((this._y + this.RAnchy()) + (this.UDy() * this.WasSix())) - 50, true) && (this.Standing()))) { this._x--; } if (this._currentframe == 12) { this.moveRL = (-this.moveRL) / 2; } else { this.moveRL = 0; if (Key.isDown(39)) { this._xscale = 100; this.gotoAndStop("WallStop"); } } return("Wall"); } this._x = this._x + this.RLx(); this._y = this._y + this.RLy(); if (this.CheckHead()) { this.WraptoGround(true, true); this.temp = "Stuck"; } else { this.temp = this.WraptoGround(true, false); } if (this.temp == "Fall") { if (Math.abs(this._rotation) > 70) { if (Math.abs(this._rotation) > 140) { this.fliprot = -0.1; } else { this.fliprot = -0.05; } this.fliprot = this.fliprot * this._xscale; } else { this.fliprot = 0; } if (((this._currentframe == 6) && (Math.abs(this.moveRL) < 10)) && (tehwallz.hitTest(this._x - ((this.moveRL / Math.abs(this.moveRL)) * 20), this._y + 6, true) || (tehplatformz.hitTest(this._x - ((this.moveRL / Math.abs(this.moveRL)) * 20), this._y + 6, true)))) { this._xscale = ((-this.moveRL) / Math.abs(this.moveRL)) * 100; this.moveUD = 0; delete this.onEnterFrame; this.gotoAndStop("LedgeDown"); return("LedgeDown"); } this.JumpFunc(0); } if (this.temp == "Edge") { return(this.temp); } if (this.WallHitLeft || (this.WallHitRight)) { return("Wall"); } return("Gravy"); } }; BonusPlatRLFunc = function () { if (Key.isDown(38)) { var _local2 = 0; while (_local2 < 6) { if (InteractLayer["Door" + _local2].hitTest(this._x, this._y, true) && (InteractLayer["Door" + _local2]._currentframe == 1)) { InteractLayer["Door" + _local2].onEnterFrame = function () { this.play(); }; this.moveRL = 0; this.i = _local2; this.gotoAndStop("DoorIn"); break; } _local2++; } } this.WallHitLeft = false; this.WallHitRight = false; if (this.moveRL > 0) { this.tempR = this.RLx(); } else { this.tempR = 0; } if (this.moveRL < 0) { this.tempL = this.RLx(); } else { this.tempL = 0; } if (tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) + this.tempL, (((this._y + this.LAnchy()) + this.RLy()) + (this.UDy() * this.WasSix())) - 20, true) || (this.Standing() && (tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) + this.tempL, (((this._y + this.LAnchy()) + this.RLy()) + (this.UDy() * this.WasSix())) - 50, true)))) { this.WallHitLeft = true; } if (tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + this.tempR, (((this._y + this.RAnchy()) + this.RLy()) + (this.UDy() * this.WasSix())) - 20, true) || (this.Standing() && (tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + this.tempR, (((this._y + this.RAnchy()) + this.RLy()) + (this.UDy() * this.WasSix())) - 50, true)))) { this.WallHitRight = true; } if (this.WallHitLeft && (this.WallHitRight)) { this.Died(); } else { if (this.WallHitLeft) { if (!testAll(this._x + 20, this._y + 6)) { this.JumpFunc(0); } while ((!tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) - 2, ((this._y + this.LAnchy()) + (this.UDy() * this.WasSix())) - 20, true)) && ((!tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) - 2, ((this._y + this.LAnchy()) + (this.UDy() * this.WasSix())) - 50, true)) || (!this.Standing()))) { this._x--; } while (tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) - 1, ((this._y + this.LAnchy()) + (this.UDy() * this.WasSix())) - 20, true) || (tehwallz.hitTest(((this._x + this.LAnchx()) + (this.UDx() * this.WasSix())) - 1, ((this._y + this.LAnchy()) + (this.UDy() * this.WasSix())) - 50, true) && (this.Standing()))) { this._x++; } if (this._currentframe == 12) { this.moveRL = (-this.moveRL) / 2; } else { this.moveRL = 0; if (Key.isDown(37)) { this._xscale = -100; this.gotoAndStop("WallStop"); } } return("Wall"); } if (this.WallHitRight) { if (!testAll(this._x - 20, this._y + 6)) { this.JumpFunc(0); } while ((!tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + 2, ((this._y + this.RAnchy()) + (this.UDy() * this.WasSix())) - 20, true)) && ((!tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + 2, ((this._y + this.RAnchy()) + (this.UDy() * this.WasSix())) - 50, true)) || (!this.Standing()))) { this._x++; } while (tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + 1, ((this._y + this.RAnchy()) + (this.UDy() * this.WasSix())) - 20, true) || (tehwallz.hitTest(((this._x + this.RAnchx()) + (this.UDx() * this.WasSix())) + 1, ((this._y + this.RAnchy()) + (this.UDy() * this.WasSix())) - 50, true) && (this.Standing()))) { this._x--; } if (this._currentframe == 12) { this.moveRL = (-this.moveRL) / 2; } else { this.moveRL = 0; if (Key.isDown(39)) { this._xscale = 100; this.gotoAndStop("WallStop"); } } return("Wall"); } if (tehplatformz["aPlatz" + this.aPlatzOn].moving) { tehplatformz["aPlatz" + this.aPlatzOn].BonusPlatMove(); } this.onPlatOffset = this.onPlatOffset + this.moveRL; this.tempX = tehplatformz["aPlatz" + this.aPlatzOn]._x; if ((((this._x + this.moveRL) + this.spread) > this.tempX) && (((this._x + this.moveRL) - this.spread) < (this.tempX + tehplatformz["aPlatz" + this.aPlatzOn]._xscale))) { this._x = this.tempX + this.onPlatOffset; this._y = tehplatformz["aPlatz" + this.aPlatzOn]._y; } else { this.JumpFunc(0); } } }; WraptoGround = function (pull, anchor) { this.temp = false; if (((testAll((this._x + this.RAnchx()) + (this.UDx() * this.WasSix()), (this._y + this.RAnchy()) + (this.UDy() * this.WasSix())) && (testAll((this._x + this.LAnchx()) + (this.UDx() * this.WasSix()), (this._y + this.LAnchy()) + (this.UDy() * this.WasSix())))) && (pull)) || (anchor)) { while ((!testAll((this._x + this.RAnchx()) + this.UDx(), (this._y + this.RAnchy()) + this.UDy())) && (!testAll((this._x + this.LAnchx()) + this.UDx(), (this._y + this.LAnchy()) + this.UDy()))) { this._x = this._x + (Math.cos((this._rotation + 90) * (Math.PI/180)) / 10); this._y = this._y + (Math.sin((this._rotation + 90) * (Math.PI/180)) / 10); } while ((!testAll((this._x + this.RAnchx()) + this.UDx(), (this._y + this.RAnchy()) + this.UDy())) || (!testAll((this._x + this.LAnchx()) + this.UDx(), (this._y + this.LAnchy()) + this.UDy()))) { if (!testAll((this._x + this.RAnchx()) + this.UDx(), (this._y + this.RAnchy()) + this.UDy())) { this.oRAnchx = this.RAnchx(); this.oRAnchy = this.RAnchy(); this._rotation++; this._x = this._x + (this.RAnchx() - this.oRAnchx); this._y = this._y + (this.RAnchy() - this.oRAnchy); } if (!testAll((this._x + this.LAnchx()) + this.UDx(), (this._y + this.LAnchy()) + this.UDy())) { this.oLAnchx = this.LAnchx(); this.oLAnchy = this.LAnchy(); this._rotation--; this._x = this._x + (this.LAnchx() - this.oLAnchx); this._y = this._y + (this.LAnchy() - this.oLAnchy); } } this.temp = true; } else if (testWallzNPlatz((this._x + this.RAnchx()) + (this.UDx() * this.WasSix()), (this._y + this.RAnchy()) + (this.UDy() * this.WasSix()))) { if (this._xscale < 0) { this.temp = "Edge"; } else { this.temp = "BackEdge"; } this._rotation = 0; } else if (testWallzNPlatz((this._x + this.LAnchx()) + (this.UDx() * this.WasSix()), (this._y + this.LAnchy()) + (this.UDy() * this.WasSix()))) { if (this._xscale > 0) { this.temp = "Edge"; } else { this.temp = "BackEdge"; } this._rotation = 0; } else { this.temp = "Fall"; } while (testAll(this._x + this.RAnchx(), this._y + this.RAnchy()) && (testAll(this._x + this.LAnchx(), this._y + this.LAnchy()))) { this._x = this._x + (Math.cos((this._rotation - 90) * (Math.PI/180)) / 10); this._y = this._y + (Math.sin((this._rotation - 90) * (Math.PI/180)) / 10); } while (testAll(this._x + this.RAnchx(), this._y + this.RAnchy()) || (testAll(this._x + this.LAnchx(), this._y + this.LAnchy()))) { if (testAll(this._x + this.RAnchx(), this._y + this.RAnchy())) { this.oRAnchx = this.RAnchx(); this.oRAnchy = this.RAnchy(); this._rotation--; this._x = this._x + (this.RAnchx() - this.oRAnchx); this._y = this._y + (this.RAnchy() - this.oRAnchy); } if (testAll(this._x + this.LAnchx(), this._y + this.LAnchy())) { this.oLAnchx = this.LAnchx(); this.oLAnchy = this.LAnchy(); this._rotation++; this._x = this._x + (this.LAnchx() - this.oLAnchx); this._y = this._y + (this.LAnchy() - this.oLAnchy); } } if (Math.abs(this._rotation) < 5) { this._rotation = 0; } return(this.temp); }; RotFixer = function (rot) { RotFix._rotation = rot; return(RotFix._rotation); }; PwnBaddies = function () { if (BLayer.hitTest(this._x, this._y, true)) { var _local2 = 0; while (_local2 < maxBaddies) { if (BLayer["Baddie" + _local2].hitTest(this._x + this.moveRL, this._y + this.moveUD, true) && (BLayer["Baddie" + _local2]._currentframe < 10)) { BadStomp.start(); BLayer["Baddie" + _local2].gotoAndPlay("die"); } _local2++; } } }; CheckBaddieHit = function () { if (_root.BLayer.hitTest(this._x + this.moveRL, this._y + this.moveUD, true)) { if (this.moveUD > 0) { var _local3 = 0; while (BLayer["JumpPad" + _local3] != undefined) { if (BLayer["JumpPad" + _local3].hitTest(this._x + this.moveRL, this._y + this.moveUD, true) && (!BLayer["JumpPad" + _local3].hitTest(this._x + this.moveRL, this._y - 2, true))) { if (this._x > (BLayer["JumpPad" + _local3]._x + ((BLayer["JumpPad" + _local3]._width / 2) - 20))) { this._x = BLayer["JumpPad" + _local3]._x + ((BLayer["JumpPad" + _local3]._width / 2) - 20); } if (this._x < (BLayer["JumpPad" + _local3]._x - ((BLayer["JumpPad" + _local3]._width / 2) + 20))) { this._x = BLayer["JumpPad" + _local3]._x - ((BLayer["JumpPad" + _local3]._width / 2) + 20); } Char._rotation = BLayer["JumpPad" + _local3]._rotation; BLayer["JumpPad" + _local3]._yscale = BLayer["JumpPad" + _local3].Thrust * 3; BLayer["JumpPad" + _local3].spring = BLayer["JumpPad" + _local3].Thrust * 0.8; delete BLayer["JumpPad" + _local3].onEnterFrame; Char._x = Char._x + Char.moveRL; Char._y = BLayer["JumpPad" + _local3]._y - (BLayer["JumpPad" + _local3]._yscale * 0.6); Char.temp = _local3; Char.moveUD = 0; this.gotoAndStop("BaddieLand"); this.JumpPadLanded = true; break; } _local3++; } } if (!this.hurting) { var _local3 = 0; while (_local3 < maxBaddies) { if (BLayer["Baddie" + _local3].hitTest(this._x + this.moveRL, this._y + this.moveUD, true) && (BLayer["Baddie" + _local3]._currentframe < 10)) { if ((this._currentframe == 12) || (this._currentframe == 31)) { if (BLayer["Baddie" + _local3].Status == "Stuck") { this.moveRL = (-this.moveRL) * 1.2; BLayer["Baddie" + _local3].gotoAndPlay("Attack"); } else if (BLayer["Baddie" + _local3].Status == "Horny") { BLayer["Baddie" + _local3].gotoAndPlay("Attack"); } else { BadStomp.start(); BLayer["Baddie" + _local3].gotoAndPlay("die"); } } else { if (!BLayer["Baddie" + _local3].hitTest(this._x + this.moveRL, this._y - Math.abs(this.moveUD), true)) { BLayer["Baddie" + _local3]._rotation = 0; this._rotation = 0; if (this._x > (BLayer["Baddie" + _local3]._x + 20)) { this._x = BLayer["Baddie" + _local3]._x + 20; } if (this._x < (BLayer["Baddie" + _local3]._x - 20)) { this._x = BLayer["Baddie" + _local3]._x - 20; } BLayer["Baddie" + _local3].gotoAndStop("Hit"); Char.temp = _local3; BLayer["Baddie" + _local3]._yscale = BLayer["Baddie" + _local3].Thrust * 8; BLayer["Baddie" + _local3].spring = BLayer["Baddie" + _local3].Thrust * 2.5; Char._y = BLayer["Baddie" + _local3]._y - (BLayer["Baddie" + _local3]._yscale * 0.4); Char.moveUD = 0; _local3 = 0; while (!BLayer.hitTest(this._x + this.moveRL, this._y, true)) { this._y++; _local3++; if (_root.tehground.hitTest(this._x, this._y, true)) { this.moveRL = (-this.moveRL) * 2; break; } } BadStomp.start(); this.gotoAndStop("BaddieLand"); this.JumpPadLanded = false; break; } if ((this._alpha == 100) && (this._currentframe != 16)) { this.JumpFunc(12); delete this.onEnterFrame; if (this._x < BLayer["Baddie" + _local3]._x) { this.moveRL = -12; } else { this.moveRL = 12; } this.gotoAndStop("FrontSlam"); this.hurting = true; BLayer["Baddie" + _local3].gotoAndPlay("Attack"); HurtPants(34); } } } _local3++; } } } }; JumpPadReleasedEnterFrame = function () { this.spring = this.spring - (((this.Thrust * this.yspringy) - this._yscale) / this.springy); this.spring = this.spring * 0.94; if (Math.abs(this.spring) < 0.05) { this.gotoAndStop("RIdle"); delete this.onEnterFrame; } this._yscale = this._yscale - this.spring; }; CheckInteractHit = function (ex, ey) { if (InteractLayer.hitTest(ex, ey, true)) { var _local3 = 0; while (InteractLayer["Coin" + _local3]._x != undefined) { if (InteractLayer["Coin" + _local3].hitTest(ex, ey, true) && (InteractLayer["Coin" + _local3]._currentframe == 1)) { InteractLayer["Coin" + _local3].rot = ((_root.Char.moveRL + _root.Char.moveUD) + random(10)) * 2; InteractLayer["Coin" + _local3].gotoAndPlay("Hit"); CoinVoice.start(); break; } _local3++; } if (InteractLayer.Trophy.hitTest(ex, ey) && (InteractLayer.Trophy._currentframe == 1)) { InteractLayer.Trophy.play(); TrophyGetSound.start(); attachMovie("TrophyGett", "TrophyGett", 4000); TrophyGett.ID = InteractLayer.Trophy.ID; TrophyGet[InteractLayer.Trophy.ID - 1] = true; Fancy_local_data.data.TrophyGet = TrophyGet; } if ((this.moveUD > 0) && (this._currentframe == 7)) { if (InteractLayer.GetInBox.hitTest(ex, ey, true)) { InteractLayer.GetInBox.nextFrame(); } if (InteractLayer.Cannon.hitTest(ex, ey, true)) { InteractLayer.Cannon.Barrel.play(); Char.gotoAndStop("Cannon"); Char.moveRL = 0; Char.moveUD = 0; Char._x = InteractLayer.Cannon._x; Char._y = InteractLayer.Cannon._y; Char._rotation = 0; Char._xscale = 100; } } return(true); } }; Died = function () { this._x = 0; this._y = 20; this._xscale = 100; this._alpha = 50; this._rotation = 0; this.moveRL = 0; this.moveUD = -10; HurtPants(34); if (tehwallz.movingWallz.gears.smokeRL != undefined) { tehwallz.movingWallz.gears.smokeRL = 0; delete tehwallz.movingWallz.gears.onEnterFrame; } Setup = _root[LevelLoaded + "Setup"]; Setup(); delete Setup; this.gotoAndStop("FrontSlam"); }; TestWallz = function () { if (tehwallz.hitTest((this._x + this.moveRL) + 10, (this._y + Math.abs(this.moveRL)) + 6, true) || (tehwallz.hitTest((this._x + this.moveRL) - 10, (this._y + Math.abs(this.moveRL)) + 6, true))) { while (tehwallz.hitTest(this._x + 5, this._y, true) || (tehwallz.hitTest(this._x - 5, this._y, true))) { this._y--; } if ((!tehwallz.hitTest(this._x + 10, this._y + 2, true)) && (!tehwallz.hitTest(this._x - 10, this._y + 2, true))) { this._y++; } return(true); } return(false); }; Char.TestPlatz = function () { if (tehplatformz.hitTest((this._x + this.moveRL) + 10, (this._y + Math.abs(this.moveRL)) + 10, true) || (tehplatformz.hitTest((this._x + this.moveRL) - 10, (this._y + Math.abs(this.moveRL)) + 10, true))) { while (tehplatformz.hitTest(this._x + 10, this._y, true) || (tehplatformz.hitTest(this._x - 10, this._y, true))) { this._y--; } if ((!tehplatformz.hitTest(this._x + 10, this._y + 1, true)) && (!tehplatformz.hitTest(this._x + -10, this._y + 1, true))) { this._y++; } return(true); } return(false); }; CheckHead = function () { return(tehwallz.hitTest(this._x + (50 * Math.cos((this._rotation - 90) * (Math.PI/180))), this._y + (50 * Math.sin((this._rotation - 90) * (Math.PI/180))), true) || (tehground.hitTest(this._x + (50 * Math.cos((this._rotation - 90) * (Math.PI/180))), this._y + (50 * Math.sin((this._rotation - 90) * (Math.PI/180))), true))); }; Standing = function () { return((this._currentframe != 12) && (this._currentframe != 11)); }; mRL = function () { if (this.moveRL == 0) { return(0); } return(this.moveRL / Math.abs(this.moveRL)); }; mUD = function () { if (this.moveUD == 0) { return(0); } return(this.moveUD / Math.abs(this.moveUD)); }; FireScratch = function (ex, ey, escale, erot) { attachMovie("ScratchBlast", "ScratchBlast", 901); ScratchBlast._x = ex; ScratchBlast._y = ey; ScratchBlast._xscale = escale; i = BLayer.getNextHighestDepth(); BLayer.attachMovie("Scratch", ["Scratch" + i], i); BLayer["Scratch" + i]._x = ex; BLayer["Scratch" + i]._y = ey; BLayer["Scratch" + i]._xscale = escale; BLayer["Scratch" + i].lifespan = 400; BLayer["Scratch" + i].onEnterFrame = function () { if (_root.Paused) { this.stop(); } else { this.play(); this._x = this._x + (this._xscale / 20); this.lifespan--; if (this.lifespan < 0) { this.removeMovieClip(); } if (Char.hitTest(this._x, this._y, true) && (Char._alpha == 100)) { delete Char.onEnterFrame; Char.JumpFunc(12); HurtPants(34); Char.gotoAndStop("FrontSlam"); Char.moveRL = this._xscale / 10; this.removeMovieClip(); } } }; }; PlatMoveVacant = function () { if (!_root.Paused) { if (this._x > this.centerRL) { this.moveRL = this.moveRL - this.speedRL; } else { this.moveRL = this.moveRL + this.speedRL; } if (Math.abs(this.moveRL) > 10) { this._x = this._x + (10 * (this.moveRL / Math.abs(this.moveRL))); } else { this._x = this._x + this.moveRL; } Foreground["PlatSmoke" + this.id]._x = this._x; Foreground["PlatSmoke" + this.id]._y = this._y; } }; JumpPadLockMoveVacant = function () { if (this._x > this.centerRL) { this.moveRL = this.moveRL - this.speedRL; } else { this.moveRL = this.moveRL + this.speedRL; } if (Math.abs(this.moveRL) > this.maxRL) { this._x = this._x + (this.maxRL * (this.moveRL / Math.abs(this.moveRL))); } else { this._x = this._x + this.moveRL; } }; PlatMoveOccupied = function () { if (!_root.Paused) { if (this._x > this.centerRL) { this.moveRL = this.moveRL - this.speedRL; } else { this.moveRL = this.moveRL + this.speedRL; } if (Math.abs(this.moveRL) > 10) { this._x = this._x + (10 * (this.moveRL / Math.abs(this.moveRL))); } else { this._x = this._x + this.moveRL; } this.smokeRL = this._x - this.oldx; Char._x = Char._x + this.smokeRL; this.oldx = this._x; Foreground["PlatSmoke" + this.id]._x = this._x; } }; JumpPadLockMoveOccupied = function () { if (this._x > this.centerRL) { this.moveRL = this.moveRL - this.speedRL; } else { this.moveRL = this.moveRL + this.speedRL; } if (Math.abs(this.moveRL) > this.maxRL) { this._x = this._x + (this.maxRL * (this.moveRL / Math.abs(this.moveRL))); } else { this._x = this._x + this.moveRL; } this.smokeRL = this._x - this.oldx; Char._x = Char._x + this.smokeRL; this.oldx = this._x; if (!Key.isDown(_root.Char.Jump)) { _root.Char.SisDown = false; } if (((Key.isDown(_root.Char.Jump) && (!_root.Char.SisDown)) && (this._currentframe == 9)) && (Health != 0)) { _root.Char.SisDown = true; this.gotoAndPlay(12); this.onEnterFrame = JumpPadLockMoveVacant; } }; SpawnSparkle = function (ex, ey) { attachMovie("Sparkle", ["Sparkle" + ssN], 5000 + ssN); _root["Sparkle" + ssN]._x = ex; _root["Sparkle" + ssN]._y = ey; if (ssN > 20) { ssN = 0; } else { ssN++; } }; ChangeLevel = function (LoadIt) { _root.attachMovie("FadeOut", "FadeOut", 100005); FadeOut.worm = LoadIt; }; EndLevel = function () { removeMovieClip(Char); removeMovieClip(tehground); removeMovieClip(tehwallz); removeMovieClip(tehplatformz); removeMovieClip(PlatzSmoke); removeMovieClip(BLayer); removeMovieClip(InteractLayer); removeMovieClip(Foreground); removeMovieClip(UberForeground); removeMovieClip(OutPut); removeMovieClip(Background); removeMovieClip(PauseMenu); _root._x = 0; _root._y = 0; }; ColorEmPants = function () { var _local2 = new Color(Char); if (ColorEm < 0) { ColorEm = PantsPallet.length - 1; } if (ColorEm == PantsPallet.length) { ColorEm = 0; } var _local1 = new Object(); _local1.ra = PantsPallet[ColorEm][0]; _local1.rb = PantsPallet[ColorEm][1]; _local1.ga = PantsPallet[ColorEm][2]; _local1.gb = PantsPallet[ColorEm][3]; _local1.ba = PantsPallet[ColorEm][4]; _local1.bb = PantsPallet[ColorEm][5]; _local2.setTransform(_local1); }; SkigPop = function (ex, ey, eRL, eUD) { attachMovie("SquiggleJump", "SquiggleJump", getNextHighestDepth(), {_x:ex, _y:ey, moveRL:eRL, moveUD:(-eUD) / 2}); }; HurtPants = function (ow) { Health = Health - ow; if (Health < 0) { Health = 0; } if (Health > 100) { Health = 100; } OutPut.HealthBar._xscale = Health; if (ow > 0) { Char._alpha = 50; } }; PayPants = function () { Squiggles++; if ((Squiggles / 100) == Math.round(Squiggles / 100)) { OneUpSound.start(); } }; PlaceCharBump = function (ex, ey, rot) { tehground.attachMovie("CharBump", "CharBump", tehground.getNextDepth(), {_x:ex, _y:ey, _rotation:rot}); }; QuittoMenu = function () { var _local2 = 1; while (_local2 < 4) { delete _root[("Level" + _local2) + "DontCheat"]; _local2++; } _local2 = 1; while (_local2 < 10) { delete _root[("Level" + _local2) + "DontCheat"]; _local2++; } Health = 100; Lives = 3; SnapBack = [0, 0]; ChangeLevel("Menus2"); }; LedgeIt = function () { while ((!tehwallz.hitTest(this._x + 12, this._y - 30, true)) && (!tehwallz.hitTest(this._x - 12, this._y - 30, true))) { this._x = this._x + (this._xscale / 100); } while ((!tehwallz.hitTest(this._x + 12, this._y - 61, true)) && (!tehwallz.hitTest(this._x - 12, this._y - 61, true))) { this._y++; } while (tehwallz.hitTest(this._x + 12, this._y - 60, true) || (tehwallz.hitTest(this._x - 12, this._y - 60, true))) { this._y--; } this.moveRL = 0; this.moveUD = 0; this._rotation = 0; this.gotoAndStop("LedgeHang"); }; HangIt = function () { while ((!tehhangz.hitTest(this._x + 12, this._y - 61, true)) && (!tehhangz.hitTest(this._x - 12, this._y - 61, true))) { this._y++; } while (tehhangz.hitTest(this._x + 12, this._y - 60, true) || (tehhangz.hitTest(this._x - 12, this._y - 60, true))) { this._y--; } this._xscale = (this.moveRL / Math.abs(this.moveRL)) * 100; this.i = this.moveRL; this.moveRL = 0; this.moveUD = 0; this._rotation = 0; this.gotoAndStop("HangIt"); }; getFriction = function (ex, ey) { if (surface.hitTest(ex, ey, true)) { return(0.99); } return(0.88); }; PantsPallet = [[100, 0, 100, -100, 100, -250], [100, 0, 0, 0, 0, 0], [0, 0, 100, 0, 0, 0], [0, 0, 0, 0, 100, 0]]; var CharJump = new Sound(createEmptyMovieClip("soundmc0", 10000)); CharJump.attachSound("cjump"); var HeadHit = new Sound(createEmptyMovieClip("soundmc1", 10001)); HeadHit.attachSound("bump"); var Spring = new Sound(createEmptyMovieClip("soundmc2", 10002)); Spring.attachSound("spring"); var CharHurt = new Sound(createEmptyMovieClip("soundmc3", 10003)); CharHurt.attachSound("hurt"); var DoorCreak = new Sound(createEmptyMovieClip("soundmc4", 10004)); DoorCreak.attachSound("door"); var BadStomp = new Sound(createEmptyMovieClip("soundmc5", 10005)); BadStomp.attachSound("boing"); var PauseSound = new Sound(createEmptyMovieClip("soundmc8", 10008)); PauseSound.attachSound("pause"); var SlideSound = new Sound(createEmptyMovieClip("soundmc9", 10009)); SlideSound.attachSound("slide"); var CoinVoice = new Sound(createEmptyMovieClip("soundmc10", 10010)); CoinVoice.attachSound("coin"); var DoorClose = new Sound(createEmptyMovieClip("soundmc11", 10011)); DoorClose.attachSound("doorclose"); var ClickLock = new Sound(createEmptyMovieClip("soundmc12", 10012)); ClickLock.attachSound("clicklock"); var DeathKnell = new Sound(createEmptyMovieClip("soundmc13", 10013)); DeathKnell.attachSound("deathstrings"); var Fanfare = new Sound(createEmptyMovieClip("soundmc14", 10014)); Fanfare.attachSound("fanfare"); var TrophyGetSound = new Sound(createEmptyMovieClip("soundmc15", 10015)); TrophyGetSound.attachSound("trophyget"); var OneUpSound = new Sound(createEmptyMovieClip("soundmc16", 10016)); OneUpSound.attachSound("oneup"); var SwordNoise = new Sound(createEmptyMovieClip("soundmc17", 10017)); SwordNoise.attachSound("sword"); var unPauseSound = new Sound(createEmptyMovieClip("soundmc18", 100018)); unPauseSound.attachSound("unpause"); _root.LoadLevel(Load); stop();
Symbol 2 MovieClip [PermaGrid] Frame 1
stop();
Symbol 4 MovieClip [Grid] Frame 1
stop();
Symbol 8 MovieClip Frame 1
ID = _root.CoinCount; _name = ("Coin" + ID); if (_root[_root.LevelLoaded + "CoinGot"][ID] == true) { gotoAndStop ("DontCheat"); } else { _root[_root.LevelLoaded + "CoinGot"][ID] = false; } _root.CoinCount++; CoinCache.cacheAsBitmap = true; stop();
Symbol 8 MovieClip Frame 2
_root[_root.LevelLoaded + "CoinGot"][ID] = true; _root.PayPants(); _root.HurtPants(-5); onEnterFrame = function () { _rotation = (_rotation + rot); };
Symbol 8 MovieClip Frame 12
delete onEnterFrame; _visible = false; stop();
Symbol 10 MovieClip Frame 2
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 20
if (worm == 1) { _root.Char._x = _parent["Door" + worm]._x; _root.Char._y = _parent["Door" + worm]._y; _root.Char.gotoAndStop("RIdle"); } else if (worm == undefined) { _root.ChangeLevel(SnapTo); _root.tehsnappy = true; } else { _root.SnapBack[0] = _x; _root.SnapBack[1] = _y; _root.ChangeLevel(worm); }
Symbol 44 MovieClip Frame 23
_root.DoorCreak.start();
Symbol 44 MovieClip Frame 49
_root.DoorClose.start(); delete onEnterFrame;
Instance of Symbol 54 MovieClip "surface0" in Symbol 55 MovieClip [surfaceLevel1] Frame 1
onClipEvent (load) { friction = 0.98; }
Symbol 62 MovieClip [JumpPad] Frame 1
_name = ("JumpPad" + _root.JumpPadCount); _root.JumpPadCount++;
Symbol 62 MovieClip [JumpPad] Frame 2
_yscale = (Thrust * 3); stop();
Symbol 62 MovieClip [JumpPad] Frame 3
onEnterFrame = function () { play(); };
Symbol 62 MovieClip [JumpPad] Frame 10
_root.Spring.start();
Symbol 62 MovieClip [JumpPad] Frame 13
_root.Char.moveRL = 0; if (Math.abs(_rotation) > 15) { _root.Char.TempStill = true; } _root.Char.JumpFunc(Thrust); delete onEnterFrame;
Symbol 62 MovieClip [JumpPad] Frame 28
gotoAndStop (2);
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 63 MovieClip [BLayerLevel1] Frame 1
onClipEvent (load) { Thrust = 28; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 63 MovieClip [BLayerLevel1] Frame 1
onClipEvent (load) { Thrust = 10; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 63 MovieClip [BLayerLevel1] Frame 1
onClipEvent (load) { Thrust = 10; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 63 MovieClip [BLayerLevel1] Frame 1
onClipEvent (load) { Thrust = 10; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 63 MovieClip [BLayerLevel1] Frame 1
onClipEvent (load) { Thrust = 10; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 63 MovieClip [BLayerLevel1] Frame 1
onClipEvent (load) { Thrust = 10; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 63 MovieClip [BLayerLevel1] Frame 1
onClipEvent (load) { Thrust = 50; }
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 7
stop();
Symbol 109 MovieClip Frame 29
_root.Char.hurting = false; _root.Char.JumpFunc(50); _root.Char.gotoAndStop("Flying");
Symbol 109 MovieClip Frame 33
_root.attachMovie("boom!shell", "boom!shell", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y, _rotation:_rotation});
Symbol 109 MovieClip Frame 45
_parent.onEnterFrame = function () { this.Barrel._rotation = this.Barrel._rotation - (this.Barrel._rotation / 6); if (Math.abs(this.Barrel._rotation) < 1) { this.Barrel._rotation = 0; delete this.onEnterFrame; } };
Symbol 116 MovieClip Frame 1
ID = _root.CoinCount; _name = ("Coin" + ID); if (_root[_root.LevelLoaded + "CoinGot"][ID] == true) { gotoAndStop ("DontCheat"); } else { _root[_root.LevelLoaded + "CoinGot"][ID] = false; } _root.CoinCount++; CoinCache.cacheAsBitmap = true; stop();
Symbol 116 MovieClip Frame 2
_root[_root.LevelLoaded + "CoinGot"][ID] = true; onEnterFrame = function () { _rotation = (_rotation + rot); _root.PayPants(); _root.HurtPants(-5); };
Symbol 116 MovieClip Frame 7
onEnterFrame = function () { _rotation = (_rotation + rot); };
Symbol 116 MovieClip Frame 12
delete onEnterFrame; _visible = false; removeMovieClip(this); stop();
Instance of Symbol 44 MovieClip "Door0" in Symbol 117 MovieClip [InteractLayerLevel2] Frame 1
onClipEvent (load) { worm = "Bonus1"; }
Instance of Symbol 44 MovieClip "Door2" in Symbol 117 MovieClip [InteractLayerLevel2] Frame 1
onClipEvent (load) { worm = "Bonus3"; }
Instance of Symbol 113 MovieClip "WormBox" in Symbol 117 MovieClip [InteractLayerLevel2] Frame 1
onClipEvent (load) { worm = "Bonus2"; AtIt = "Up"; thrust = 50; }
Instance of Symbol 44 MovieClip "Door1" in Symbol 117 MovieClip [InteractLayerLevel2] Frame 1
onClipEvent (load) { worm = "Bonus1"; }
Symbol 121 Button
on (press) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 124 MovieClip Frame 1
stop();
Symbol 438 MovieClip Frame 73
if (b == 0) { b = 3; } else { b--; gotoAndPlay (1); }
Symbol 438 MovieClip Frame 154
gotoAndPlay (192);
Symbol 438 MovieClip Frame 290
gotoAndPlay (244);
Symbol 448 MovieClip Frame 5
_parent.RLing = 1;
Symbol 448 MovieClip Frame 10
_parent.gotoAndStop("RRun");
Symbol 461 MovieClip Frame 4
_parent._xscale = -_parent._xscale; _parent.gotoAndStop("RWalk");
Symbol 495 MovieClip Frame 8
_parent.moveRL = 0; _parent.gotoAndStop("RIdle");
Symbol 517 MovieClip Frame 12
stop();
Symbol 524 MovieClip Frame 1
if (_parent.crouchy == true) { _parent.crouchy = false; gotoAndStop (10); }
Symbol 524 MovieClip Frame 10
stop(); onEnterFrame = function () { temp = false; if (_root.getFriction(_parent._x, _parent._y) > 0.9) { if (Math.abs(_parent._rotation) > 20) { temp = true; } } else if (Math.abs(_parent._rotation) > 35) { temp = true; } if ((Math.abs(_parent.moveRL) < 5) && (!temp)) { _parent.moveRL = _parent.moveRL * 0.9; play(); } else if (CharBoarding._currentframe < Math.round(Math.abs(_parent.moveRL) / 3)) { if (CharBoarding._currentframe == 12) { CharBoarding.stop(); } else { CharBoarding.play(); } } else { CharBoarding.gotoAndStop(Math.round(Math.abs(_parent.moveRL) / 3)); } };
Symbol 524 MovieClip Frame 17
_parent.moveRL = 0; _parent.gotoAndStop("RIdle");
Symbol 591 MovieClip Frame 35
stop();
Symbol 617 MovieClip Frame 1
if (_parent._parent.moveUD > -10) { gotoAndPlay ("Fall"); } if ((Math.abs(_parent._parent._rotation) > 45) && (_parent._parent.fliprot != 0)) { gotoAndStop (15); }
Symbol 617 MovieClip Frame 3
if ((!_parent._parent.Still) && (!_parent._parent.TempStill)) { if (_parent._parent.Math.abs(_rotation < 45) && (((_parent._parent._xscale > 0) && (Key.isDown(37))) || ((_parent._parent._xscale < 0) && (Key.isDown(39))))) { if (Math.abs(_parent._parent.moveRL) < 2) { _parent._parent.moveRL = (-_parent._parent._xscale) / 50; } _parent.gotoAndStop(2); } else if (((_parent._parent._xscale < 0) && (Key.isDown(37))) || ((((_parent._parent._xscale > 0) && (Key.isDown(39))) && (Math.abs(_parent._parent.moveRL) < 4)) && (_parent._parent.Math.abs(_rotation < 45)))) { if (Math.abs(_parent._parent.moveRL) < 5) { _parent._parent.moveRL = _parent._parent._xscale / 20; } _parent.gotoAndStop(1); } else { _parent.gotoAndStop(1); } } else { _parent.gotoAndStop(1); }
Symbol 617 MovieClip Frame 7
stop();
Symbol 617 MovieClip Frame 15
if ((Math.abs(_parent._parent._rotation) > 45) && (_parent._parent.fliprot != 0)) { stop(); }
Symbol 617 MovieClip Frame 28
_parent.gotoAndStop(3);
Symbol 650 MovieClip Frame 33
_parent._rotation = 0; _parent.gotoAndStop(3);
Symbol 711 MovieClip Frame 9
_parent.gotoAndStop("RIdle");
Symbol 723 MovieClip Frame 10
stop();
Symbol 723 MovieClip Frame 17
gotoAndPlay (11);
Symbol 752 MovieClip Frame 1
gotoAndPlay (4);
Symbol 752 MovieClip Frame 19
_parent.hurting = false; _parent.gotoAndStop("RIdle");
Symbol 788 MovieClip Frame 9
gotoAndPlay (4);
Symbol 828 MovieClip Frame 9
stop();
Symbol 839 MovieClip Frame 5
stop(); _parent.moveRL = 0; if (_root.Health == 0) { _parent.gotoAndStop("Die"); }
Symbol 839 MovieClip Frame 10
_parent.gotoAndStop("RIdle");
Symbol 879 MovieClip Frame 40
stop();
Symbol 894 MovieClip Frame 5
stop();
Symbol 894 MovieClip Frame 7
stop();
Symbol 961 MovieClip Frame 12
stop();
Symbol 1004 MovieClip Frame 1
onEnterFrame = function () { if (_root.BackgroundVolume > 0) { _root.BackgroundVolume = _root.BackgroundVolume - 5; _root.BackgroundMusic.setVolume(_root.BackgroundVolume); } };
Symbol 1004 MovieClip Frame 7
_root.DeathKnell.start();
Symbol 1004 MovieClip Frame 28
stop(); i = 90; if ((_root.LevelLoaded == "Bonus5") || (_root.LevelLoaded == "Bonus7")) { _root.LevelLoaded = "Level2"; } onEnterFrame = function () { CharAngel._y--; i--; if (i == 0) { if (_root.Lives == 0) { _root.Setup = function () { _root.Lives = 3; }; _root.ChangeLevel("Menus7"); } else { _root.Health = 100; _root.Setup = function () { }; _root.ChangeLevel(_root.LevelLoaded); } i = -100; } };
Symbol 1108 MovieClip Frame 1
gotoAndPlay (16);
Symbol 1108 MovieClip Frame 100
gotoAndPlay (74);
Symbol 1129 MovieClip Frame 21
_parent.gotoAndStop("RIdle"); _parent.WraptoGround(true, true);
Symbol 1145 MovieClip Frame 20
_parent._parent.gotoAndStop("LedgeHang");
Symbol 1162 MovieClip Frame 20
_parent._parent.gotoAndStop("LedgeHang");
Symbol 1162 MovieClip Frame 31
_parent._parent.gotoAndStop("LedgeHang");
Symbol 1250 MovieClip Frame 109
gotoAndPlay (101);
Symbol 1326 MovieClip Frame 26
if (Math.abs(_parent._rotation) < 20) { _parent.JumpFunc(-_parent.moveUD); }
Symbol 1326 MovieClip Frame 49
stop();
Symbol 1326 MovieClip Frame 79
stop();
Symbol 1461 MovieClip [CharPlatHang] Frame 105
gotoAndPlay (43);
Symbol 1461 MovieClip [CharPlatHang] Frame 128
gotoAndPlay (108);
Symbol 1461 MovieClip [CharPlatHang] Frame 136
gotoAndPlay (63);
Symbol 1469 MovieClip [Char] Frame 1
stop(); Idle.b = 1; onEnterFrame = function () { if (!_root.Paused) { _root.PauseListener(); Idle.play(); friction = _root.getFriction(_x, _y); if (friction > 0.9) { RLing = 0.5; } else { RLing = 2; } if (Key.isDown(39) && (!Key.isDown(37))) { if (moveRL < -4) { gotoAndStop ("Slide"); } else { if ((friction > 0.9) && (moveRL > 10)) { gotoAndStop ("Slide"); } else if (_xscale > 0) { gotoAndStop ("RWalk"); } else { gotoAndStop ("Backpeddle"); } if (moveRL < RLing) { moveRL = RLing; } } } if (Key.isDown(37) && (!Key.isDown(39))) { if (moveRL > 4) { gotoAndStop ("Slide"); } else { if ((friction > 0.9) && (moveRL < -10)) { gotoAndStop ("Slide"); } else if (_xscale < 0) { gotoAndStop ("RWalk"); } else { gotoAndStop ("Backpeddle"); } if (moveRL > (-RLing)) { moveRL = -RLing; } } } if (Math.abs(moveRL) > 0.4) { if ((Key.isDown(37) && (Key.isDown(39))) || ((!Key.isDown(37)) && (!Key.isDown(39)))) { crouchy = true; gotoAndStop ("Slide"); } } else { moveRL = 0; } temp = false; if (friction > 0.9) { if (Math.abs(_rotation) > 20) { temp = true; } } else if (Math.abs(_rotation) > 35) { temp = true; } if (temp) { if (Math.abs(_rotation) < 90) { gotoAndStop ("Slide"); } else { JumpFunc(0); } } if (Key.isDown(40)) { gotoAndStop ("Duck"); } if ((this.RLFunc() == "Edge") && (moveRL == 0)) { gotoAndStop ("Edge"); } this.JumpListener(); } else { Idle.stop(); } };
Symbol 1469 MovieClip [Char] Frame 2
hurting = false; onEnterFrame = function () { if (!_root.Paused) { _root.PauseListener(); CharStartup.play(); friction = _root.getFriction(_x, _y); if (friction > 0.9) { RLing = 0.2; } if ((((Key.isDown(39) && (moveRL > 0)) && (moveRL < 20)) && (_xscale > 0)) && (!Key.isDown(37))) { moveRL = moveRL + RLing; } if ((((Key.isDown(37) && (moveRL < 0)) && (moveRL > -20)) && (_xscale < 0)) && (!Key.isDown(39))) { moveRL = moveRL - RLing; } if (moveRL == 0) { if (CharStartup._currentframe > 7) { gotoAndStop ("RSlow"); } } else if (((!(Key.isDown(39) && (moveRL > 0))) && (!(Key.isDown(37) && (moveRL < 0)))) || (Key.isDown(39) && (Key.isDown(37)))) { moveRL = moveRL - (moveRL / Math.abs(moveRL)); if (Math.abs(moveRL) > 8) { gotoAndStop ("Slide"); } else if (CharStartup._currentframe > 7) { gotoAndStop ("RSlow"); } } if (Math.abs(moveRL) < 6) { } if (_rotation > 90) { i = (180 - _rotation) / 80; } else if (_rotation < -90) { i = (-180 - _rotation) / 80; } else { i = _rotation / 80; } moveRL = moveRL + i; temp = false; if (friction > 0.9) { if (Math.abs(_rotation) > 20) { temp = true; } } else if (Math.abs(_rotation) > 35) { temp = true; } if (temp && ((_rotation * moveRL) > 0)) { if (Math.abs(_rotation) < 90) { gotoAndStop ("Slide"); } else { JumpFunc(0); } } EveryFrame(); } else { CharStartup.stop(); } };
Symbol 1469 MovieClip [Char] Frame 3
onEnterFrame = function () { if ((Key.isDown(39) && (moveRL >= 0)) && (moveRL < 20)) { moveRL++; } if ((Key.isDown(37) && (moveRL <= 0)) && (moveRL > -20)) { moveRL--; } if (moveRL == 0) { } EveryFrame(); if ((Math.abs(moveRL) < 6) && (Backpeddle._currentframe > 7)) { _xscale = (-_xscale); gotoAndStop ("RIdle"); } };
Symbol 1469 MovieClip [Char] Frame 4
onEnterFrame = function () { if (!_root.Paused) { _root.PauseListener(); Run.play(); friction = _root.getFriction(_x, _y); if (_rotation > 90) { i = (180 - _rotation) / 80; } else if (_rotation < -90) { i = (-180 - _rotation) / 80; } else { i = _rotation / 80; } if (Key.isDown(39) && (!Key.isDown(37))) { if (moveRL < 20) { if (friction > 0.9) { moveRL = moveRL + 0.2; } else { moveRL = moveRL + 2; } } if (((moveRL < 0) || (_xscale < 0)) || (((-i) * 10) > moveRL)) { gotoAndStop ("Slide"); } } if (Key.isDown(37) && (!Key.isDown(39))) { if (moveRL > -20) { if (friction > 0.9) { moveRL = moveRL - 0.2; } else { moveRL = moveRL - 2; } } if (((moveRL > 0) || (_xscale > 0)) || (((-i) * 10) < moveRL)) { gotoAndStop ("Slide"); } } if (Key.isDown(40)) { gotoAndStop ("DownSlide"); } if (moveRL == 0) { gotoAndStop ("RIdle"); } else if (((!Key.isDown(39)) && (!Key.isDown(37))) || (Key.isDown(39) && (Key.isDown(37)))) { moveRL = moveRL - (moveRL / Math.abs(moveRL)); gotoAndStop ("Slide"); } if (friction > 0.9) { moveRL = moveRL + i; } else { moveRL = moveRL + i; } temp = false; if (_root.getFriction(_x, _y) > 0.9) { if (Math.abs(_rotation) > 20) { temp = true; } } else if (Math.abs(_rotation) > 35) { temp = true; } if (temp && ((_rotation * moveRL) > 0)) { if (Math.abs(_rotation) < 90) { gotoAndStop ("Slide"); } else { JumpFunc(0); } } if (Math.abs(moveRL) > 20) { moveRL = moveRL * 0.98; } EveryFrame(); } else { Run.stop(); } };
Symbol 1469 MovieClip [Char] Frame 5
onEnterFrame = function () { _root.PauseListener(); if ((Key.isDown(39) || (Key.isDown(37))) && (!(Key.isDown(39) && (Key.isDown(37))))) { gotoAndStop ("RIdle"); } if (moveRL == 0) { } else { moveRL = moveRL - ((moveRL / Math.abs(moveRL)) * 2); } EveryFrame(); };
Symbol 1469 MovieClip [Char] Frame 6
CanSlide = false; loose = false; smokeN = 0; onEnterFrame = function () { if (!_root.Paused) { if (smokeN > 0) { smokeN--; } else { smokeN = 5; i = _root.getNextHighestDepth(); _root.attachMovie("smokeFX", "smokeFX" + i, i, {_x:this._x, _y:this._y, _rotation:this._rotation, _xscale:Math.abs(moveRL) * 6, _yscale:Math.abs(moveRL) * 6}); } temp = false; friction = _root.getFriction(_x, _y); if (friction > 0.9) { if (Math.abs(_rotation) > 20) { temp = true; } } else if (Math.abs(_rotation) > 35) { temp = true; } if (_rotation > 90) { i = (180 - _rotation) / 35; } else if (_rotation < -90) { i = (-180 - _rotation) / 35; } else { i = _rotation / 35; } if (Math.abs(moveRL + i) < 45) { moveRL = moveRL + i; } if (!temp) { if (((Key.isDown(39) && (moveRL < 20)) && (!Key.isDown(37))) && (friction < 0.9)) { if ((moveRL > -2) && (!temp)) { if (_xscale == 100) { if (moveRL < 10) { gotoAndStop ("RIdle"); } } else { if (moveRL < 0) { moveRL = 0; } gotoAndStop ("Backpeddle"); } } else if (!temp) { moveRL = moveRL + 0.2; moveRL = moveRL * friction; if (Math.abs(moveRL) < 0.2) { moveRL = 0; } if (CharSlide._currentframe < 10) { CharSlide.gotoAndPlay(10); } } } if (((Key.isDown(37) && (moveRL > -20)) && (!Key.isDown(39))) && (friction < 0.9)) { if ((moveRL < 2) && (!temp)) { if (_xscale == -100) { if (moveRL > -10) { gotoAndStop ("RIdle"); } } else { if (moveRL > 0) { moveRL = 0; } gotoAndStop ("Backpeddle"); } } else if (!temp) { moveRL = moveRL - 0.2; moveRL = moveRL * friction; if (Math.abs(moveRL) < 0.2) { moveRL = 0; } if (CharSlide._currentframe < 10) { CharSlide.gotoAndPlay(10); } } } } if ((!temp) || (loose)) { if (moveRL != 0) { if (Math.abs(moveRL) <= 1) { moveRL = 0; } moveRL = moveRL * friction; } } if (Key.isDown(40)) { if (Math.abs(_rotation) > 90) { } else if (Math.abs(moveRL) > 5) { gotoAndStop ("DownSlide"); } else { gotoAndStop ("Duck"); } } if ((Math.abs(_rotation) > 100) && (Math.abs(moveRL) < 12)) { JumpFunc(0); fliprot = -0.08 * _xscale; if (Math.abs(moveRL) < 5) { moveRL = (-_xscale) * 0.05; } } EveryFrame(); } else { CharSlide.stop(); } };
Symbol 1469 MovieClip [Char] Frame 7
onEnterFrame = function () { if ((moveUD > -12) && (CharJump.CharRegJump._currentframe < 8)) { CharJump.CharRegJump.play(); } if (CharJump._currentframe == 2) { CharJump._rotation = CharJump._rotation - 11; } if ((CharJump.CharRegJump._currentframe < 15) && (moveUD > 4)) { CharJump.CharRegJump.gotoAndPlay(15); } if (Still || (TempStill)) { if (TempStill && (moveUD > 0)) { Still = false; TempStill = false; } } else { if (Key.isDown(39) && (moveRL < 8)) { if (moveRL < 0) { moveRL = moveRL * 0.95; } moveRL = moveRL + 0.5; } if (Key.isDown(37) && (moveRL > -8)) { if (moveRL > 0) { moveRL = moveRL * 0.95; } moveRL = moveRL - 0.5; } } if (this.moveUD < 25) { if (((!Key.isDown(Jump)) || (FloatUp <= 0)) || (moveUD > 0)) { FloatUp = 0; moveUD = moveUD + 1; } else { FloatUp--; } } if (((_root.InteractLayer.WormBox.AtIt == "Up") && (this.moveUD < 0)) || ((_root.InteractLayer.WormBox.AtIt == "Down") && (this.moveUD > 0))) { if (_root.InteractLayer.WormBox.hitTest(this._x, this._y, this)) { this.moveRL = 0; this.moveUD = -_root.InteractLayer.WormBox.thrust; this.Still = true; this.gotoAndStop("Null"); if (_root.InteractLayer.WormBox.worm == undefined) { _root.ChangeLevel(_root.SnapTo); _root.tehsnappy = true; } else { _root.ChangeLevel(_root.InteractLayer.WormBox.worm); _root.SnapBack[0] = this._x - 200; _root.SnapBack[1] = this._y; } } } if ((Math.abs(this._rotation) > 45) && (this.fliprot != 0)) { this._rotation = this._rotation + this.fliprot; } else { this._rotation = this._rotation * 0.8; } JumpGuide(); };
Symbol 1469 MovieClip [Char] Frame 8
temp = false; if (_root.getFriction(_x, _y) > 0.9) { if (Math.abs(_rotation) > 20) { temp = true; } } else if (Math.abs(_rotation) > 35) { temp = true; } if (temp) { if (Math.abs(_rotation) < 90) { gotoAndStop ("Slide"); } else { JumpFunc(0); } } onEnterFrame = function () { if (Key.isDown(39) || (Key.isDown(37))) { gotoAndStop ("RIdle"); } if (Key.isDown(40)) { gotoAndStop ("Duck"); } if (moveRL != 0) { moveRL = moveRL - (moveRL / Math.abs(moveRL)); if (Math.abs(moveRL) < 0.5) { moveRL = 0; } } EveryFrame(); }; _root.attachMovie("LandPoof", "LandPoof", jpN); _root.LandPoof._x = _x; _root.LandPoof._y = _y;
Symbol 1469 MovieClip [Char] Frame 9
i = 0; _root.CharHurt.start(); onEnterFrame = function () { _rotation = (_rotation * 0.9); if (moveUD < 25) { moveUD++; } CharFrontSlam._rotation = CharFrontSlam._rotation + (((moveRL * 1.5) * _xscale) / 100); JumpGuide(true); };
Symbol 1469 MovieClip [Char] Frame 10
moveRL = 0; moveUD = 0; delete onEnterFrame;
Symbol 1469 MovieClip [Char] Frame 11
if (yerdown) { CharDuck.gotoAndStop(6); yerdown = false; } if ((!_root.testAll((_x + RAnchx()) + 10, (_y + 10) + RAnchy())) && (_root.tehwallz.hitTest((_x + LAnchx()) - 10, (_y + 10) + LAnchy(), true) || (_root.tehplatformz.hitTest((_x + LAnchx()) - 10, (_y + 10) + LAnchy(), true)))) { _xscale = -100; gotoAndStop ("LedgeDown"); moveRL = 0; moveUD = 0; } else if ((!_root.testAll((_x + LAnchx()) - 10, (_y + 10) + LAnchy())) && (_root.tehwallz.hitTest((_x + RAnchx()) + 10, (_y + 10) + RAnchy(), true) || (_root.tehplatformz.hitTest((_x + RAnchx()) + 10, (_y + 10) + RAnchy(), true)))) { _xscale = 100; gotoAndStop ("LedgeDown"); moveRL = 0; moveUD = 0; } onEnterFrame = function () { i = 0; if (Math.abs(moveRL) > 1) { moveRL = moveRL - ((moveRL / Math.abs(moveRL)) / 2); } else { moveRL = 0; } moveRL = moveRL + (_rotation / 30); if (Key.isDown(40) || (CheckHead())) { if ((!_root.testAll((_x + RAnchx()) + 10, (_y + 10) + RAnchy())) && (_root.tehwallz.hitTest((_x + LAnchx()) - 10, (_y + 10) + LAnchy(), true) || (_root.tehplatformz.hitTest((_x + LAnchx()) - 10, (_y + 10) + LAnchy(), true)))) { _xscale = -100; gotoAndStop ("LedgeDown"); } else if ((!_root.testAll((_x + LAnchx()) - 10, (_y + 10) + LAnchy())) && (_root.tehwallz.hitTest((_x + RAnchx()) + 10, (_y + 10) + RAnchy(), true) || (_root.tehplatformz.hitTest((_x + RAnchx()) + 10, (_y + 10) + RAnchy(), true)))) { _xscale = 100; gotoAndStop ("LedgeDown"); } CharDuck.nextFrame(); if ((moveRL == 0) || (i == 0)) { CharDuck.DuckWalk.gotoAndStop(1); } else { CharDuck.DuckWalk.gotoAndStop(2); } if (((Math.abs(moveRL) < 30) && (Math.abs(_rotation) > 15)) && ((moveRL * _rotation) >= 0)) { gotoAndStop ("FSRoll"); } } else { CharDuck.prevFrame(); if (CharDuck._currentframe == 1) { gotoAndStop ("RIdle"); } this.JumpListener(); } RLFunc(); };
Symbol 1469 MovieClip [Char] Frame 12
onEnterFrame = function () { if (smokeN > 0) { smokeN--; } else { smokeN = 5; i = _root.getNextHighestDepth(); _root.attachMovie("smokeFX", "smokeFX" + i, i, {_x:this._x, _y:this._y, _rotation:this._rotation, _xscale:Math.abs(moveRL) * 6, _yscale:Math.abs(moveRL) * 6}); } if (_rotation > 90) { i = (180 - _rotation) / 25; } else if (_rotation < -90) { i = (-180 - _rotation) / 25; } else { i = _rotation / 25; } if (Math.abs(moveRL + i) < 40) { moveRL = moveRL + i; } moveRL = moveRL * 0.98; FSRoller._rotation = FSRoller._rotation - ((Math.abs(moveRL) * 2) * ((moveRL * _xscale) / (-Math.abs(moveRL * _xscale)))); if (((Math.abs(moveRL) < 1) && (Math.abs(_rotation) < 15)) || ((!Key.isDown(40)) && (!CheckHead()))) { yerdown = true; gotoAndStop ("Duck"); } if (Key.isDown(40)) { if ((!_root.testAll((_x + RAnchx()) + 10, (_y + 10) + RAnchy())) && (_root.tehwallz.hitTest((_x + LAnchx()) - 10, (_y + 10) + LAnchy(), true) || (_root.tehplatformz.hitTest((_x + LAnchx()) - 10, (_y + 10) + LAnchy(), true)))) { _xscale = -100; gotoAndStop ("LedgeDown"); } else if ((!_root.testAll((_x + LAnchx()) - 10, (_y + 10) + LAnchy())) && (_root.tehwallz.hitTest((_x + RAnchx()) + 10, (_y + 10) + RAnchy(), true) || (_root.tehplatformz.hitTest((_x + RAnchx()) + 10, (_y + 10) + RAnchy(), true)))) { _xscale = 100; gotoAndStop ("LedgeDown"); } } RLFunc(); if (!CheckHead()) { JumpListener(); } };
Symbol 1469 MovieClip [Char] Frame 13
if (moveRL == 0) { RL = _xscale / 100; } else { RL = moveRL / Math.abs(moveRL); } onEnterFrame = function () { if (RL > 0) { if (!Key.isDown(39)) { if (lean._currentframe > 10) { lean.gotoAndStop(10); } lean.prevFrame(); if (lean._currentframe == 1) { gotoAndStop ("RIdle"); } } else { var _local2 = 0; while (_root.tehwallz["Box" + _local2]._x != undefined) { if (_root.tehwallz["Box" + _local2].hitTest(_x + 15, _y - 45, true) && (!_root.tehwallz.hitTest(_root.tehwallz["Box" + _local2]._x + 45, _root.tehwallz["Box" + _local2]._y, true))) { _x = (_x + 2); _root.tehwallz["Box" + _local2]._x = _root.tehwallz["Box" + _local2]._x + 2; _root.Foreground[("Box" + _local2) + "Face"]._x = _root.Foreground[("Box" + _local2) + "Face"]._x + 2; trace(wallJumpFell); if (!_root.tehwallz.hitTest(_x - 12, _y + 6, true)) { JumpFunc(0); } temp = false; break; } _local2++; } lean.nextFrame(); } } else if (!Key.isDown(37)) { if (lean._currentframe > 10) { lean.gotoAndStop(10); } lean.prevFrame(); if (lean._currentframe == 1) { gotoAndStop ("RIdle"); } } else { var _local2 = 0; while (_root.tehwallz["Box" + _local2]._x != undefined) { if (_root.tehwallz["Box" + _local2].hitTest(_x - 15, _y - 45, true) && (!_root.tehwallz.hitTest(_root.tehwallz["Box" + _local2]._x - 45, _root.tehwallz["Box" + _local2]._y, true))) { _x = (_x - 2); _root.tehwallz["Box" + _local2]._x = _root.tehwallz["Box" + _local2]._x - 2; _root.Foreground[("Box" + _local2) + "Face"]._x = _root.Foreground[("Box" + _local2) + "Face"]._x - 2; trace(wallJumpFell); if (!_root.tehwallz.hitTest(_x + 12, _y + 6, true)) { JumpFunc(0); } temp = false; break; } _local2++; } lean.nextFrame(); } if (JumpListener()) { wallJumpFell = true; } else { RLFunc(); } if (lean._currentframe == 19) { lean.gotoAndPlay(10); } };
Symbol 1469 MovieClip [Char] Frame 14
launch = 0; step = 0; if (JumpPadLanded) { var PadBad = "JumpPad"; var springy = 10; var yspringy = 3; var ycharup = 60; onEnterFrame = function () { _root.BLayer[PadBad + temp].spring = _root.BLayer[PadBad + temp].spring - (((_root.BLayer[PadBad + temp].Thrust * yspringy) - _root.BLayer[PadBad + temp]._yscale) / springy); _root.BLayer[PadBad + temp]._yscale = _root.BLayer[PadBad + temp]._yscale - _root.BLayer[PadBad + temp].spring; if ((_root.BLayer[PadBad + temp].spring < _root.BLayer[PadBad + temp].Thrust) && (_root.BLayer[PadBad + temp]._yscale > (_root.BLayer[PadBad + temp].Thrust * yspringy))) { _root.Spring.start(); _root.BLayer[PadBad + temp].onEnterFrame = _root.JumpPadReleasedEnterFrame; _root.BLayer[PadBad + temp].springy = springy; _root.BLayer[PadBad + temp].yspringy = yspringy; _root.BLayer[PadBad + temp].ycharup = ycharup; JumpFunc(_root.BLayer[PadBad + temp].Thrust); } _y = (_root.BLayer[PadBad + temp]._y - (_root.BLayer[PadBad + temp]._yscale * (ycharup / 100))); }; } else { var PadBad = "Baddie"; var springy = 1.5; var yspringy = 7; var ycharup = 35; onEnterFrame = function () { _root.BLayer[PadBad + temp].spring = _root.BLayer[PadBad + temp].spring - (((_root.BLayer[PadBad + temp].Thrust * yspringy) - _root.BLayer[PadBad + temp]._yscale) / springy); _root.BLayer[PadBad + temp]._yscale = _root.BLayer[PadBad + temp]._yscale - _root.BLayer[PadBad + temp].spring; _root.BLayer[PadBad + temp]._xscale = ((100 - _root.BLayer[PadBad + temp]._yscale) + 100) * (_root.BLayer[PadBad + temp]._xscale / Math.abs(_root.BLayer[PadBad + temp]._xscale)); if ((_root.BLayer[PadBad + temp].spring < _root.BLayer[PadBad + temp].Thrust) && (_root.BLayer[PadBad + temp]._yscale > (_root.BLayer[PadBad + temp].Thrust * yspringy))) { _root.BLayer[PadBad + temp]._xscale = (_root.BLayer[PadBad + temp]._xscale / Math.abs(_root.BLayer[PadBad + temp]._xscale)) * 100; _root.BLayer[PadBad + temp]._yscale = 100; _root.BLayer[PadBad + temp].gotoAndPlay("die"); if (Key.isDown(Jump)) { JumpFunc(_root.BLayer[PadBad + temp].Thrust * 1.4); } else { JumpFunc(_root.BLayer[PadBad + temp].Thrust); } } _y = (_root.BLayer[PadBad + temp]._y - (_root.BLayer[PadBad + temp]._yscale * (ycharup / 100))); }; }
Symbol 1469 MovieClip [Char] Frame 15
trace(onEnterFrame); delete onEnterFrame; stop();
Symbol 1469 MovieClip [Char] Frame 16
this._xscale = 100; onEnterFrame = function () { if (_x < _root.InteractLayer["Door" + i]._x) { _x = (_x + 4); } if (_x > _root.InteractLayer["Door" + i]._x) { _x = (_x - 4); } if (Math.abs(_x - InteractLayer["Door" + i]._x) < 4) { _x = InteractLayer["Door" + i]._x; } };
Symbol 1469 MovieClip [Char] Frame 17
onEnterFrame = function () { moveRL = moveRL * 0.8; if (moveUD < 35) { moveUD++; } if (_root.tehwallz.hitTest(_x, _y + moveUD, true)) { JumpLand(true); } else { _x = (_x + moveRL); _y = (_y + moveUD); } };
Symbol 1469 MovieClip [Char] Frame 18
moveRL = 0; moveUD = 0; _xscale = (-_xscale); fliprot = 0; _rotation = 0; onEnterFrame = function () { if ((!_root.tehwallz.hitTest(_x + 25, _y - 25, true)) && (!_root.tehwallz.hitTest(_x - 25, _y - 25, true))) { JumpFunc(0); } if (_root.testAll(_x, (_y + moveUD) + 20)) { wallJumpFell = true; JumpFunc(0); } if (!Key.isDown(this.Jump)) { this.SisDown = false; } if (Key.isDown(this.Jump) && (!this.SisDown)) { SisDown = true; CharWallJump.gotoAndPlay("Leap"); } else if (CharWallJump._currentframe > 10) { moveUD = moveUD + 0.2; if (moveUD > 3.5) { JumpFunc(0); moveUD = 3.6; wallJumpFell = true; } } if (CharWallJump._currentframe > 28) { Still = false; TempStill = true; _root.CharJump.start(); if (Key.isDown(40)) { moveRL = _xscale / 10; JumpFunc(0); } else if (Key.isDown(38)) { moveRL = _xscale / 25; JumpFunc(18); } else { moveRL = _xscale / 10; JumpFunc(15); } } JumpGuide(); };
Symbol 1469 MovieClip [Char] Frame 20
onEnterFrame = function () { if (Key.isDown(39)) { _root._x = _root._x - 40; _x = (_x + 40); } if (Key.isDown(37)) { _root._x = _root._x + 40; _x = (_x - 40); } if (Key.isDown(38)) { _root._y = _root._y + 40; _y = (_y - 40); } if (Key.isDown(40)) { _root._y = _root._y - 40; _y = (_y + 40); } };
Symbol 1469 MovieClip [Char] Frame 21
moveRL = 0; moveUD = 0; _alpha = 100; _root.PlaceCharBump(_x, _y, _rotation); delete onEnterFrame;
Symbol 1469 MovieClip [Char] Frame 22
delete onEnterFrame;
Symbol 1469 MovieClip [Char] Frame 23
CanSlide = false; loose = false; onEnterFrame = function () { if (!_root.Paused) { EveryFrame(); } };
Symbol 1469 MovieClip [Char] Frame 24
moveRL = 0; moveUD = 0; onEnterFrame = function () { if (!_root.Paused) { if (!Key.isDown(Jump)) { SisDown = false; } if (Key.isDown(Jump) && (!SisDown)) { SisDown = true; Still = false; TempStill = false; FloatUp = 6; JumpFunc(12); wallJumpFell = true; } if (Key.isDown(40)) { Still = false; TempStill = false; JumpFunc(0); } if (Key.isDown(38) && (!_root.testAll(_x + (_xscale / 2), _y - 100))) { gotoAndStop ("LedgeUp"); } } };
Symbol 1469 MovieClip [Char] Frame 25
moveRL = 0; moveUD = 0; onEnterFrame = function () { _x = (_x + ((_xscale / 100) * 1.2)); _y = (_y - 2.9); CharLedge._x = CharLedge._x - 1.2; CharLedge._y = CharLedge._y + 2.9; };
Symbol 1469 MovieClip [Char] Frame 26
if (_currentframe != 26) { gotoAndStop ("LedgeDown"); } if (Math.abs(moveRL) > 1) { LedgeDownHow.gotoAndStop(2); if (Math.abs(moveRL) < 10) { LedgeDownHow.CharLedge.gotoAndPlay("slower"); tempX = 3; tempY = 6; } else { tempX = 1.2; tempY = 3.1; } } else { LedgeDownHow.gotoAndStop(1); tempX = 1.2; tempY = 3.1; } moveRL = 0; moveUD = 0; i = 0; onEnterFrame = function () { if (_root.testAll(_x + ((_xscale / 100) * 11), (_y + 6) + i)) { _x = (_x - (_xscale / 75)); } if (_root.testAll(_x - ((_xscale / 100) * 20), _y, true)) { gotoAndStop ("RIdle"); } _y = (_y + tempY); i = i - tempY; LedgeDownHow._x = LedgeDownHow._x + tempX; LedgeDownHow._y = LedgeDownHow._y - tempY; };
Symbol 1469 MovieClip [Char] Frame 27
hurting = true; onEnterFrame = function () { if (Key.isDown(39) && (_rotation < 30)) { _rotation = (_rotation+1); _root.InteractLayer.Cannon.Barrel._rotation++; } if (Key.isDown(37) && (_rotation > -30)) { _rotation = (_rotation-1); _root.InteractLayer.Cannon.Barrel._rotation--; } if (Key.isDown(Jump)) { if (_rotation < 0) { _xscale = -100; } else { _xscale = 100; } _root.InteractLayer.Cannon.Barrel.gotoAndPlay("fire!"); InCannon.gotoAndPlay("fire!"); delete onEnterFrame; } };
Symbol 1469 MovieClip [Char] Frame 28
onEnterFrame = function () { if (this.moveUD < 35) { moveUD++; } JumpGuide(); if (Math.abs(_rotation) > 20) { Fly._rotation = ((((-Math.atan2(this.moveRL, this.moveUD)) / (Math.PI/180)) - _rotation) - 180) * (_xscale / 100); } else if (moveUD < 5) { this._rotation = this._rotation * 0.8; } };
Symbol 1469 MovieClip [Char] Frame 29
if ((moveRL * _xscale) < 0) { CharHang.gotoAndPlay(22); } else { CharHang.gotoAndPlay(6); } moveRL = i / 2; onEnterFrame = function () { if (!_root.Paused) { if (Key.isDown(39) && (moveRL < 3.5)) { moveRL = moveRL + 0.5; _xscale = 100; } if (Key.isDown(37) && (moveRL > -3.5)) { moveRL = moveRL - 0.5; _xscale = -100; } if (((!_root.tehhangz.hitTest(_x + moveRL, _y - 50, true)) || (_root.tehwallz.hitTest((_x + moveRL) + spread, _y - 50, true))) || (_root.tehwallz.hitTest((_x + moveRL) - spread, _y - 50, true))) { mRL = moveRL / Math.abs(moveRL); while ((_root.tehhangz.hitTest(_x + mRL, _y - 50, true) && (!_root.tehwallz.hitTest((_x + mRL) + spread, _y - 50, true))) && (!_root.tehwallz.hitTest((_x + mRL) - spread, _y - 50, true))) { _x = (_x + mRL); } moveRL = 0; } if (moveRL == 0) { if ((CharHang._currentframe > 105) && (CharHang._currentframe < 136)) { CharHang.gotoAndPlay(136); } } else { if ((!Key.isDown(39)) && (!Key.isDown(37))) { if (Math.abs(moveRL) < 1) { moveRL = 0; } else { moveRL = moveRL - ((moveRL / Math.abs(moveRL)) / 2); } } if ((CharHang._currentframe < 106) && (Math.abs(moveRL) > 1)) { CharHang.gotoAndPlay(106); } } _x = (_x + moveRL); if (!Key.isDown(Jump)) { SisDown = false; } if (Key.isDown(Jump) && (!SisDown)) { SisDown = true; Still = false; TempStill = false; FloatUp = 6; JumpFunc(12); } if (Key.isDown(40)) { Still = false; TempStill = false; JumpFunc(0); } } };
Symbol 1469 MovieClip [Char] Frame 30
FSRoller.stop(); onEnterFrame = function () { };
Symbol 1469 MovieClip [Char] Frame 31
if (yerdown) { CharDuck.gotoAndStop(6); yerdown = false; } if ((!_root.testAll((_x + RAnchx()) + 10, (_y + 10) + RAnchy())) && (_root.tehwallz.hitTest((_x + LAnchx()) - 10, (_y + 10) + LAnchy(), true) || (_root.tehplatformz.hitTest((_x + LAnchx()) - 10, (_y + 10) + LAnchy(), true)))) { _xscale = -100; gotoAndStop ("LedgeDown"); } else if ((!_root.testAll((_x + LAnchx()) - 10, (_y + 10) + LAnchy())) && (_root.tehwallz.hitTest((_x + RAnchx()) + 10, (_y + 10) + RAnchy(), true) || (_root.tehplatformz.hitTest((_x + RAnchx()) + 10, (_y + 10) + RAnchy(), true)))) { _xscale = 100; gotoAndStop ("LedgeDown"); } onEnterFrame = function () { if (smokeN > 0) { smokeN--; } else { smokeN = 5; i = _root.getNextHighestDepth(); _root.attachMovie("smokeFX", "smokeFX" + i, i, {_x:this._x, _y:this._y, _rotation:this._rotation, _xscale:Math.abs(moveRL) * 6, _yscale:Math.abs(moveRL) * 6}); } friction = _root.getFriction(_x, _y); if (friction > 0.9) { if (Math.abs(_rotation) > 20) { temp = true; } } else if (Math.abs(_rotation) > 35) { temp = true; } if (_rotation > 90) { i = (180 - _rotation) / 35; } else if (_rotation < -90) { i = (-180 - _rotation) / 35; } else { i = _rotation / 35; } if (Math.abs(moveRL + i) < 45) { moveRL = moveRL + i; } if ((moveRL * _xscale) < 100) { gotoAndStop ("FSRoll"); } i = 0; if (friction < 0.9) { if (Math.abs(moveRL) > 0.5) { moveRL = moveRL - ((moveRL / Math.abs(moveRL)) / 2); } else { moveRL = 0; } } else if (Math.abs(moveRL) > 0.25) { moveRL = moveRL - ((moveRL / Math.abs(moveRL)) / 4); } else { moveRL = 0; } if (Key.isDown(40) || (CheckHead())) { if ((!_root.testAll((_x + RAnchx()) + 10, (_y + 10) + RAnchy())) && (_root.tehwallz.hitTest((_x + LAnchx()) - 10, (_y + 10) + LAnchy(), true) || (_root.tehplatformz.hitTest((_x + LAnchx()) - 10, (_y + 10) + LAnchy(), true)))) { _xscale = -100; gotoAndStop ("LedgeDown"); } else if ((!_root.testAll((_x + LAnchx()) - 10, (_y + 10) + LAnchy())) && (_root.tehwallz.hitTest((_x + RAnchx()) + 10, (_y + 10) + RAnchy(), true) || (_root.tehplatformz.hitTest((_x + RAnchx()) + 10, (_y + 10) + RAnchy(), true)))) { _xscale = 100; gotoAndStop ("LedgeDown"); } CharDuck.nextFrame(); if ((moveRL == 0) || (i == 0)) { CharDuck.DuckWalk.gotoAndStop(1); } else { CharDuck.DuckWalk.gotoAndStop(2); } } else { CharDuck.prevFrame(); if (CharDuck._currentframe == 1) { gotoAndStop ("RIdle"); } this.JumpListener(); } RLFunc(); };
Symbol 1485 MovieClip [Spider] Frame 1
if (freeze != true) { onEnterFrame = function () { if ((Math.abs((_x + _root._x) - 360) < 400) && (Math.abs((_y + _root._y) - 240) < 240)) { while (!_root.testAll(_x, _y)) { _y = (_y+1); } nextFrame(); } }; } else { while (!_root.testAll(_x, _y)) { _y = (_y+1); } Spider.stop(); } stop();
Symbol 1485 MovieClip [Spider] Frame 2
moveRL = _xscale / 25; onEnterFrame = function () { if (_root.Paused) { Spider.stop(); } else { Spider.play(); if (Math.abs((_x + _root._x) - 360) > 400) { prevFrame(); } temp = RLFunc(); if ((temp == "Wall") || (temp == "Edge")) { _xscale = (-_xscale); moveRL = _xscale / 25; } } }; stop();
Symbol 1485 MovieClip [Spider] Frame 3
gotoAndStop ("RIdle");
Symbol 1485 MovieClip [Spider] Frame 4
onEnterFrame = function () { if (!Paused) { moveUD++; JumpGuide(); } }; stop();
Symbol 1485 MovieClip [Spider] Frame 11
delete onEnterFrame;
Symbol 1485 MovieClip [Spider] Frame 12
moveUD = -10; if (_x > _root.Char._x) { moveRL = 5; } else { moveRL = -5; } onEnterFrame = function () { if (_root.Paused) { Spider.stop(); } else { Spider.play(); _x = (_x + moveRL); Spider._rotation = Spider._rotation + (moveRL * (_xscale / 25)); moveUD++; _y = (_y + moveUD); if (_y > ((-_root._y) + 600)) { removeMovieClip(this); } } }; stop();
Symbol 1485 MovieClip [Spider] Frame 15
delete onEnterFrame;
Symbol 1485 MovieClip [Spider] Frame 33
gotoAndStop ("RIdle");
Symbol 1495 MovieClip [boom!shell] Frame 10
removeMovieClip(this);
Symbol 1522 MovieClip [Snail] Frame 1
if (freeze != true) { onEnterFrame = function () { if ((Math.abs((_x + _root._x) - 360) < 400) && (Math.abs((_y + _root._y) - 240) < 240)) { while (!_root.testAll(_x, _y)) { _y = (_y+1); } nextFrame(); } }; } else { while (!_root.testAll(_x, _y)) { _y = (_y+1); } Spider.stop(); } stop();
Symbol 1522 MovieClip [Snail] Frame 2
if (shelled) { gotoAndStop ("shelled"); } moveRL = _xscale / 50; onEnterFrame = function () { if (_root.Paused) { Spider.stop(); } else { Spider.play(); if (Math.abs((_x + _root._x) - 360) > 400) { prevFrame(); } temp = RLFunc(); if ((temp == "Wall") || (temp == "Edge")) { _xscale = (-_xscale); moveRL = _xscale / 50; } } }; stop();
Symbol 1522 MovieClip [Snail] Frame 3
gotoAndStop ("RIdle");
Symbol 1522 MovieClip [Snail] Frame 4
onEnterFrame = function () { if (!Paused) { moveUD++; JumpGuide(); } }; stop();
Symbol 1522 MovieClip [Snail] Frame 10
delete onEnterFrame;
Symbol 1522 MovieClip [Snail] Frame 35
_root.SpawnBaddies(_x, _y, "SnailShell", _xscale, ID, "InteractLayer"); removeMovieClip(this);
Symbol 1523 MovieClip [SnailShell] Frame 1
if (freeze != true) { onEnterFrame = function () { if (Math.abs((_x + _root._x) - 360) < 400) { while (!_root.testAll(_x, _y)) { _y = (_y+1); } nextFrame(); } }; } else { while (!_root.testAll(_x, _y)) { _y = (_y+1); } Spider.stop(); } stop();
Symbol 1523 MovieClip [SnailShell] Frame 2
if (moveUD < -5) { JumpFunc((-moveUD) / 2); } onEnterFrame = function () { InShell._rotation = InShell._rotation + (((moveRL * _xscale) / 100) * 1.5); InShell._y = -22 + Math.abs(InShell._rotation / 15); if (hitTest(_root.Char._x, _root.Char._y, true)) { if (_root.Char._x > _x) { moveRL = -10; } else { moveRL = 10; } moveRL = moveRL + _root.Char.moveRL; JumpFunc(Math.abs(moveRL) / 2); } if (_rotation > 90) { i = (180 - _rotation) / 45; } else if (_rotation < -90) { i = (-180 - _rotation) / 45; } else { i = _rotation / 45; } if (Math.abs(moveRL + i) < 45) { moveRL = moveRL + i; } PwnBaddies(); oRL = moveRL; temp = RLFunc(); if ((temp == "Wall") || (temp == "Edge")) { moveRL = (-oRL) / 2; } }; stop();
Symbol 1523 MovieClip [SnailShell] Frame 3
gotoAndStop ("RIdle");
Symbol 1523 MovieClip [SnailShell] Frame 4
onEnterFrame = function () { if (!Paused) { moveUD++; if (hitTest(_root.Char._x, _root.Char._y, true)) { if (_root.Char._x > _x) { moveRL = -5; } else { moveRL = 5; } moveRL = moveRL + _root.Char.moveRL; } InShell._rotation = InShell._rotation + (((moveRL * _xscale) / 100) * 1.5); oRL = moveRL; PwnBaddies(); if (JumpGuide() == "Wall") { moveRL = (-oRL) / 2; } } }; stop();
Symbol 1545 MovieClip [smokeFX] Frame 31
removeMovieClip(this);
Symbol 1557 MovieClip Frame 1
_name = ("SpringBoard" + _root.SpringBoardCount); _root.SpringBoardCount++; anchorX = _x; anchorY = _y; moveRL = 0; moveUD = 0; _root.Foreground.attachMovie("SpringBoardSmoke", _name + "Smoke", _root.Foreground.getNextHighestDepth(), {_x:_x, _y:_y});
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 1580 MovieClip [BLayerLevel2] Frame 1
onClipEvent (load) { Thrust = 35; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 1580 MovieClip [BLayerLevel2] Frame 1
onClipEvent (load) { Thrust = 26; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 1580 MovieClip [BLayerLevel2] Frame 1
onClipEvent (load) { Thrust = 33; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 1580 MovieClip [BLayerLevel2] Frame 1
onClipEvent (load) { Thrust = 18; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 1580 MovieClip [BLayerLevel2] Frame 1
onClipEvent (load) { Thrust = 22; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 1580 MovieClip [BLayerLevel2] Frame 1
onClipEvent (load) { Thrust = 32; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 1595 MovieClip [BLayerLevel8] Frame 1
onClipEvent (load) { Thrust = 40; }
Instance of Symbol 62 MovieClip [JumpPad] in Symbol 1595 MovieClip [BLayerLevel8] Frame 1
onClipEvent (load) { Thrust = 35; }
Instance of Symbol 44 MovieClip "Door0" in Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1
onClipEvent (load) { worm = "Bonus1"; SnapBack = true; }
Instance of Symbol 44 MovieClip "Door1" in Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1
onClipEvent (load) { worm = "Bonus1"; SnapBack = true; }
Instance of Symbol 44 MovieClip "Door2" in Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1
onClipEvent (load) { worm = "Level2"; SnapBack = false; }
Instance of Symbol 113 MovieClip "WormBox" in Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1
onClipEvent (load) { worm = "Bonus2"; AtIt = "Up"; thrust = 50; }
Symbol 1598 MovieClip [FadeIn] Frame 36
_root.BackgroundVolume = 100; _root.BackgroundMusic.setVolume(_root.BackgroundVolume); removeMovieClip(this);
Symbol 1599 MovieClip [FadeOut] Frame 1
_x = (-_root._x); _y = (-_root._y); if ((substring(_root.LevelLoaded, 1, 5)) == (substring(worm, 1, 5))) { onEnterFrame = function () { _x = (-_root._x); _y = (-_root._y); }; } else { onEnterFrame = function () { _x = (-_root._x); _y = (-_root._y); if (_root.BackgroundVolume > 0) { _root.BackgroundVolume = _root.BackgroundVolume - 5; _root.BackgroundMusic.setVolume(_root.BackgroundVolume); } }; }
Symbol 1599 MovieClip [FadeOut] Frame 36
if ((substring(_root.LevelLoaded, 1, 5)) != (substring(worm, 1, 5))) { _root.BackgroundMusic.stop(); } _root.EndLevel(); _root.LoadLevel(worm); removeMovieClip(this);
Symbol 1608 MovieClip [PauseMenu] Frame 6
stop();
Symbol 1608 MovieClip [PauseMenu] Frame 12
_root.onEnterFrame = _root.unpausedEnterFrame; _root.Paused = false; removeMovieClip(this);
Symbol 1631 MovieClip Frame 1
ID = _root.aPlatzCount; _name = ("aPlatz" + ID); _root.Foreground.attachMovie("aPlatzSmoke", "aPlatzSmoke" + ID, _root.Foreground.getNextHighestDepth(), {_x:_x, _y:_y, _xscale:_xscale}); _root.aPlatzCount++; if (anchorDist != undefined) { circling = true; moving = true; anchorX = _x + (anchorDist * Math.sin(rotOffset * (Math.PI/180))); anchorY = _y + ((-anchorDist) * Math.cos(rotOffset * (Math.PI/180))); BonusPlatMove = _root.BonusPlatMove; onEnterFrame = BonusPlatMove; } else if (this.centerOffset == undefined) { circling = false; moving = false; } else { circling = false; moving = true; originX = _x; originY = _y; absoluteRL = 0; moveRL = 0; if (rotOffset == undefined) { rotOffset = 0; } BonusPlatMove = _root.BonusPlatMove; onEnterFrame = BonusPlatMove; } if (onlyOnStand == undefined) { onlyOnStand = false; } if (onlyOnStand) { moving = false; } smokeRL = 0; smokeUD = 0; stop();
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 0.2; maxSpeed = 5; centerOffset = 200; }
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 2; anchorDist = 100; rotOffset = -90; }
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 2; anchorDist = 100; rotOffset = 90; }
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 0.2; maxSpeed = 5; centerOffset = -100; rotOffset = -20; }
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 0.2; maxSpeed = 5; centerOffset = 100; rotOffset = -20; }
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 0.4; maxSpeed = 15; centerOffset = 400; rotOffset = 90; onlyOnStand = true; }
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 0.2; maxSpeed = 5; centerOffset = 200; rotOffset = 0; onlyOnStand = true; }
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 2; anchorDist = 200; rotOffset = -90; }
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 2; anchorDist = 200; rotOffset = 90; }
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 0.4; maxSpeed = 15; centerOffset = 400; rotOffset = 90; onlyOnStand = true; }
Instance of Symbol 1631 MovieClip in Symbol 1632 MovieClip [tehplatformzBonus3] Frame 1
onClipEvent (load) { accel = 0.2; maxSpeed = 5; centerOffset = 100; onlyOnStand = true; }
Instance of Symbol 62 MovieClip [JumpPad] "JumpPad0" in Symbol 1640 MovieClip Frame 1
onClipEvent (load) { Thrust = 28; }
Instance of Symbol 44 MovieClip "Door0" in Symbol 1641 MovieClip [InteractLayerBonus3] Frame 1
onClipEvent (load) { worm = "Level8"; SnapBack = false; }
Instance of Symbol 113 MovieClip "WormBox" in Symbol 1641 MovieClip [InteractLayerBonus3] Frame 1
onClipEvent (load) { AtIt = "Down"; thrust = -10; }

Library Items

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

Instance Names

"CoinCache"Symbol 8 MovieClip Frame 1Symbol 7 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin13"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin13"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin13"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin13"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin13"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin13"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin13"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin13"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 8 MovieClip
"MaxX"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 10 MovieClip
"MinX"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 10 MovieClip
"MinY"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 10 MovieClip
"MaxY"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 10 MovieClip
"Door0"Symbol 45 MovieClip [InteractLayerBonus1] Frame 1Symbol 44 MovieClip
"surface0"Symbol 55 MovieClip [surfaceLevel1] Frame 1Symbol 54 MovieClip
"Barrel"Symbol 111 MovieClip Frame 1Symbol 109 MovieClip
"CoinCache"Symbol 116 MovieClip Frame 1Symbol 115 MovieClip
"Door0"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 44 MovieClip
"MaxX"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 10 MovieClip
"MinX"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 10 MovieClip
"MaxY"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 10 MovieClip
"Cannon"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 111 MovieClip
"Door2"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 44 MovieClip
"WormBox"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 113 MovieClip
"Door1"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 44 MovieClip
"Coin0"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin2"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin4"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin6"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin7"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin11"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin12"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin16"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin13"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin14"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin15"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin17"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin18"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin19"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"MinY"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 10 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin11"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin11"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin11"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin11"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 116 MovieClip
"Coin4"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"Coin7"Symbol 117 MovieClip [InteractLayerLevel2] Frame 1Symbol 8 MovieClip
"CharBoarding"Symbol 524 MovieClip Frame 10Symbol 517 MovieClip
"Idle"Symbol 524 MovieClip Frame 17Symbol 438 MovieClip
"CharRegJump"Symbol 660 MovieClip Frame 1Symbol 617 MovieClip
"CharBackflip"Symbol 660 MovieClip Frame 2Symbol 650 MovieClip
"CharFallLoop"Symbol 660 MovieClip Frame 3Symbol 658 MovieClip
"Idle"Symbol 711 MovieClip Frame 9Symbol 438 MovieClip
"Ducked"Symbol 777 MovieClip Frame 1Symbol 764 MovieClip
"Ducked"Symbol 777 MovieClip Frame 2Symbol 776 MovieClip
"DuckWalk"Symbol 778 MovieClip Frame 6Symbol 777 MovieClip
"CharAngel"Symbol 1004 MovieClip Frame 28Symbol 1003 MovieClip
"Idle"Symbol 1129 MovieClip Frame 21Symbol 438 MovieClip
"CharLedge"Symbol 1163 MovieClip Frame 1Symbol 1145 MovieClip
"CharLedge"Symbol 1163 MovieClip Frame 2Symbol 1162 MovieClip
"HitEm"Symbol 1469 MovieClip [Char] Frame 1Symbol 125 MovieClip
"Idle"Symbol 1469 MovieClip [Char] Frame 1Symbol 438 MovieClip
"CharStartup"Symbol 1469 MovieClip [Char] Frame 2Symbol 448 MovieClip
"Backpeddle"Symbol 1469 MovieClip [Char] Frame 3Symbol 461 MovieClip
"Run"Symbol 1469 MovieClip [Char] Frame 4Symbol 487 MovieClip
"CharSlide"Symbol 1469 MovieClip [Char] Frame 6Symbol 524 MovieClip
"CharJump"Symbol 1469 MovieClip [Char] Frame 7Symbol 660 MovieClip
"CharJump"Symbol 1469 MovieClip [Char] Frame 8Symbol 711 MovieClip
"CharFrontSlam"Symbol 1469 MovieClip [Char] Frame 9Symbol 723 MovieClip
"GetUp"Symbol 1469 MovieClip [Char] Frame 10Symbol 752 MovieClip
"CharDuck"Symbol 1469 MovieClip [Char] Frame 11Symbol 778 MovieClip
"FSRoller"Symbol 1469 MovieClip [Char] Frame 12Symbol 788 MovieClip
"lean"Symbol 1469 MovieClip [Char] Frame 13Symbol 828 MovieClip
"CharBaddieLand"Symbol 1469 MovieClip [Char] Frame 14Symbol 839 MovieClip
"GetInBox"Symbol 1469 MovieClip [Char] Frame 17Symbol 894 MovieClip
"CharWallJump"Symbol 1469 MovieClip [Char] Frame 18Symbol 914 MovieClip
"CharSlide"Symbol 1469 MovieClip [Char] Frame 23Symbol 1008 MovieClip
"CharSlide"Symbol 1469 MovieClip [Char] Frame 24Symbol 1108 MovieClip
"CharLedge"Symbol 1469 MovieClip [Char] Frame 25Symbol 1129 MovieClip
"LedgeDownHow"Symbol 1469 MovieClip [Char] Frame 26Symbol 1163 MovieClip
"InCannon"Symbol 1469 MovieClip [Char] Frame 27Symbol 1250 MovieClip
"Fly"Symbol 1469 MovieClip [Char] Frame 28Symbol 1326 MovieClip
"CharHang"Symbol 1469 MovieClip [Char] Frame 29Symbol 1461 MovieClip [CharPlatHang]
"FSRoller"Symbol 1469 MovieClip [Char] Frame 30Symbol 788 MovieClip
"CharDuck"Symbol 1469 MovieClip [Char] Frame 31Symbol 1468 MovieClip
"Spider"Symbol 1484 MovieClip Frame 1Symbol 690 MovieClip
"Spider"Symbol 1485 MovieClip [Spider] Frame 2Symbol 690 MovieClip
"Spider"Symbol 1485 MovieClip [Spider] Frame 11Symbol 690 MovieClip
"Spider"Symbol 1485 MovieClip [Spider] Frame 12Symbol 1483 MovieClip
"InShell"Symbol 1523 MovieClip [SnailShell] Frame 1Symbol 1521 MovieClip
"SpringBoad"Symbol 1558 MovieClip [SBLayerLevel2] Frame 1Symbol 1557 MovieClip
"Coin0"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin1"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin2"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin3"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin4"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin5"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin6"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin7"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin8"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin9"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin10"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin11"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin12"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin16"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin13"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin14"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin15"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin17"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin18"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Coin19"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 8 MovieClip
"Door0"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 44 MovieClip
"MaxX"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 10 MovieClip
"MinX"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 10 MovieClip
"MinY"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 10 MovieClip
"MaxY"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 10 MovieClip
"Door1"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 44 MovieClip
"Cannon"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 111 MovieClip
"Coin9"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin9"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Door2"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 44 MovieClip
"Coin11"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin11"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin11"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"Coin11"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 116 MovieClip
"WormBox"Symbol 1596 MovieClip [InteractLayerLevel8] Frame 1Symbol 113 MovieClip
"HealthBar"Symbol 1605 MovieClip [OutPut] Frame 1Symbol 1601 MovieClip
"JumpPad0"Symbol 1640 MovieClip Frame 1Symbol 62 MovieClip [JumpPad]
"MaxX"Symbol 1641 MovieClip [InteractLayerBonus3] Frame 1Symbol 10 MovieClip
"MinX"Symbol 1641 MovieClip [InteractLayerBonus3] Frame 1Symbol 10 MovieClip
"MinY"Symbol 1641 MovieClip [InteractLayerBonus3] Frame 1Symbol 10 MovieClip
"MaxY"Symbol 1641 MovieClip [InteractLayerBonus3] Frame 1Symbol 10 MovieClip
"Door0"Symbol 1641 MovieClip [InteractLayerBonus3] Frame 1Symbol 44 MovieClip
"WormBox"Symbol 1641 MovieClip [InteractLayerBonus3] Frame 1Symbol 113 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "PermaGrid"
ExportAssets (56)Timeline Frame 1Symbol 4 as "Grid"
ExportAssets (56)Timeline Frame 1Symbol 45 as "InteractLayerBonus1"
ExportAssets (56)Timeline Frame 1Symbol 47 as "UberForegroundBonus1"
ExportAssets (56)Timeline Frame 1Symbol 50 as "ForegroundBonus1"
ExportAssets (56)Timeline Frame 1Symbol 52 as "tehwallzBonus1"
ExportAssets (56)Timeline Frame 1Symbol 55 as "surfaceLevel1"
ExportAssets (56)Timeline Frame 1Symbol 57 as "tehgroundLevel1"
ExportAssets (56)Timeline Frame 1Symbol 59 as "tehplatformzLevel1"
ExportAssets (56)Timeline Frame 1Symbol 62 as "JumpPad"
ExportAssets (56)Timeline Frame 1Symbol 63 as "BLayerLevel1"
ExportAssets (56)Timeline Frame 1Symbol 64 as "AllEverythingB1"
ExportAssets (56)Timeline Frame 1Symbol 117 as "InteractLayerLevel2"
ExportAssets (56)Timeline Frame 2Symbol 1461 as "CharPlatHang"
ExportAssets (56)Timeline Frame 2Symbol 1469 as "Char"
ExportAssets (56)Timeline Frame 2Symbol 1472 as "BoxFace"
ExportAssets (56)Timeline Frame 2Symbol 1485 as "Spider"
ExportAssets (56)Timeline Frame 2Symbol 1495 as "boom!shell"
ExportAssets (56)Timeline Frame 2Symbol 1522 as "Snail"
ExportAssets (56)Timeline Frame 2Symbol 1523 as "SnailShell"
ExportAssets (56)Timeline Frame 2Symbol 1525 as "SpringBoardSmoke"
ExportAssets (56)Timeline Frame 2Symbol 1545 as "smokeFX"
ExportAssets (56)Timeline Frame 2Symbol 1547 as "DebugClip"
ExportAssets (56)Timeline Frame 3Symbol 1549 as "tehwallzLevel2"
ExportAssets (56)Timeline Frame 3Symbol 1551 as "surfaceLevel2"
ExportAssets (56)Timeline Frame 3Symbol 1553 as "tehgroundLevel2"
ExportAssets (56)Timeline Frame 3Symbol 1555 as "tehplatformzLevel2"
ExportAssets (56)Timeline Frame 3Symbol 1558 as "SBLayerLevel2"
ExportAssets (56)Timeline Frame 3Symbol 1560 as "tehhangzLevel2"
ExportAssets (56)Timeline Frame 3Symbol 1576 as "ForegroundLevel2"
ExportAssets (56)Timeline Frame 3Symbol 1579 as "UberForegroundLevel2"
ExportAssets (56)Timeline Frame 3Symbol 1580 as "BLayerLevel2"
ExportAssets (56)Timeline Frame 3Symbol 1583 as "surfaceLevel8"
ExportAssets (56)Timeline Frame 3Symbol 1585 as "tehwallzLevel8"
ExportAssets (56)Timeline Frame 3Symbol 1587 as "tehgroundLevel8"
ExportAssets (56)Timeline Frame 3Symbol 1589 as "tehplatformzLevel8"
ExportAssets (56)Timeline Frame 3Symbol 1591 as "tehhangzLevel8"
ExportAssets (56)Timeline Frame 3Symbol 1593 as "ForegroundLevel8"
ExportAssets (56)Timeline Frame 3Symbol 1594 as "UberForegroundLevel1"
ExportAssets (56)Timeline Frame 3Symbol 1595 as "BLayerLevel8"
ExportAssets (56)Timeline Frame 3Symbol 1596 as "InteractLayerLevel8"
ExportAssets (56)Timeline Frame 3Symbol 1598 as "FadeIn"
ExportAssets (56)Timeline Frame 3Symbol 1599 as "FadeOut"
ExportAssets (56)Timeline Frame 3Symbol 1605 as "OutPut"
ExportAssets (56)Timeline Frame 3Symbol 1608 as "PauseMenu"
ExportAssets (56)Timeline Frame 3Symbol 1621 as "BackgroundLevel1"
ExportAssets (56)Timeline Frame 3Symbol 1622 as "BackgroundLevel2"
ExportAssets (56)Timeline Frame 3Symbol 1627 as "BackgroundBonus3"
ExportAssets (56)Timeline Frame 3Symbol 1629 as "tehwallzBonus3"
ExportAssets (56)Timeline Frame 3Symbol 1632 as "tehplatformzBonus3"
ExportAssets (56)Timeline Frame 3Symbol 1638 as "aPlatzSmoke"
ExportAssets (56)Timeline Frame 3Symbol 1639 as "ForegroundBonus3"
ExportAssets (56)Timeline Frame 3Symbol 1641 as "InteractLayerBonus3"
ExportAssets (56)Timeline Frame 3Symbol 1643 as "oneup"
ExportAssets (56)Timeline Frame 3Symbol 1644 as "cjump"
ExportAssets (56)Timeline Frame 3Symbol 1645 as "boing"
ExportAssets (56)Timeline Frame 3Symbol 1646 as "spring"
ExportAssets (56)Timeline Frame 3Symbol 1647 as "clicklock"
ExportAssets (56)Timeline Frame 3Symbol 1648 as "deathstrings"
ExportAssets (56)Timeline Frame 3Symbol 1649 as "doorclose"
ExportAssets (56)Timeline Frame 3Symbol 1650 as "door"
ExportAssets (56)Timeline Frame 3Symbol 1651 as "fanfare"
ExportAssets (56)Timeline Frame 3Symbol 1652 as "mine-exp"
ExportAssets (56)Timeline Frame 3Symbol 1653 as "coin"
ExportAssets (56)Timeline Frame 3Symbol 1654 as "pause"
ExportAssets (56)Timeline Frame 3Symbol 1655 as "unpause"

Labels

"Hit"Symbol 8 MovieClip Frame 2
"DontCheat"Symbol 8 MovieClip Frame 12
"fire!"Symbol 109 MovieClip Frame 8
"Hit"Symbol 116 MovieClip Frame 2
"DontCheat"Symbol 116 MovieClip Frame 12
"Fall"Symbol 617 MovieClip Frame 10
"Leap"Symbol 914 MovieClip Frame 34
"slower"Symbol 1162 MovieClip Frame 21
"fire!"Symbol 1250 MovieClip Frame 125
"RIdle"Symbol 1469 MovieClip [Char] Frame 1
"RWalk"Symbol 1469 MovieClip [Char] Frame 2
"Backpeddle"Symbol 1469 MovieClip [Char] Frame 3
"RRun"Symbol 1469 MovieClip [Char] Frame 4
"RSlow"Symbol 1469 MovieClip [Char] Frame 5
"Slide"Symbol 1469 MovieClip [Char] Frame 6
"Jump"Symbol 1469 MovieClip [Char] Frame 7
"Land"Symbol 1469 MovieClip [Char] Frame 8
"FrontSlam"Symbol 1469 MovieClip [Char] Frame 9
"FSGetUp"Symbol 1469 MovieClip [Char] Frame 10
"Duck"Symbol 1469 MovieClip [Char] Frame 11
"FSRoll"Symbol 1469 MovieClip [Char] Frame 12
"WallStop"Symbol 1469 MovieClip [Char] Frame 13
"BaddieLand"Symbol 1469 MovieClip [Char] Frame 14
"FrontSlide"Symbol 1469 MovieClip [Char] Frame 15
"DoorIn"Symbol 1469 MovieClip [Char] Frame 16
"GetInBox"Symbol 1469 MovieClip [Char] Frame 17
"WallJump"Symbol 1469 MovieClip [Char] Frame 18
"Edge"Symbol 1469 MovieClip [Char] Frame 19
"Spirit"Symbol 1469 MovieClip [Char] Frame 20
"Die"Symbol 1469 MovieClip [Char] Frame 21
"Null"Symbol 1469 MovieClip [Char] Frame 22
"BeSwift"Symbol 1469 MovieClip [Char] Frame 23
"LedgeHang"Symbol 1469 MovieClip [Char] Frame 24
"LedgeUp"Symbol 1469 MovieClip [Char] Frame 25
"LedgeDown"Symbol 1469 MovieClip [Char] Frame 26
"Cannon"Symbol 1469 MovieClip [Char] Frame 27
"Flying"Symbol 1469 MovieClip [Char] Frame 28
"HangIt"Symbol 1469 MovieClip [Char] Frame 29
"ClingBoard"Symbol 1469 MovieClip [Char] Frame 30
"DownSlide"Symbol 1469 MovieClip [Char] Frame 31
"Listen"Symbol 1485 MovieClip [Spider] Frame 1
"RIdle"Symbol 1485 MovieClip [Spider] Frame 2
"Land"Symbol 1485 MovieClip [Spider] Frame 3
"Jump"Symbol 1485 MovieClip [Spider] Frame 4
"Hit"Symbol 1485 MovieClip [Spider] Frame 11
"die"Symbol 1485 MovieClip [Spider] Frame 12
"Attack"Symbol 1485 MovieClip [Spider] Frame 15
"Listen"Symbol 1522 MovieClip [Snail] Frame 1
"RIdle"Symbol 1522 MovieClip [Snail] Frame 2
"Land"Symbol 1522 MovieClip [Snail] Frame 3
"Jump"Symbol 1522 MovieClip [Snail] Frame 4
"hit"Symbol 1522 MovieClip [Snail] Frame 10
"die"Symbol 1522 MovieClip [Snail] Frame 15
"Listen"Symbol 1523 MovieClip [SnailShell] Frame 1
"RIdle"Symbol 1523 MovieClip [SnailShell] Frame 2
"Land"Symbol 1523 MovieClip [SnailShell] Frame 3
"Jump"Symbol 1523 MovieClip [SnailShell] Frame 4

Dynamic Text Variables

_root.SquigglesSymbol 1604 EditableText"<p align="left"><font face="_sans" size="24" color="#252233" letterSpacing="0.000000" kerning="1">0</font></p>"




http://swfchan.com/6/26366/info.shtml
Created: 22/5 -2019 18:32:41 Last modified: 22/5 -2019 18:32:41 Server time: 02/05 -2024 01:42:26