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

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

Monkey Wizard.swf

This is the info page for
Flash #46424

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


Text
<p align="left"></p>

fps

New Game

Play More Games At

Select Level

By                                   and

Adam Abeshouse

Chaz Downing

A and D to move, W to jump.

CHIME

GROW/SHRINK

SHRINK

BUMP

ADJUST

ADJUST2

JUMP

<p align="center"><font face="Calibri" size="26" color="#000000" letterSpacing="0.000000" kerning="1"><b>12</b></font></p>

Press X to show the HUD!

Press Q to control the monkey!

Concept
Coding
Level Design

Adam Abeshouse

Art
Animation
Sound Effects

Chaz Downing

Music

"Fifteen Green Bananas" - JP3000
"Adventures in the Jungle" - Arnas
"Symphony of Pain" - Grumbleduke

ActionScript [AS1/AS2]

Frame 1
function itemHandler0(obj, item) { _root.getURL("http://www.mofongostudios.com", "_blank"); } function itemHandler1(obj, item) { _root.getURL("http://www.ponzstudio.com", "_blank"); } function itemHandler2(obj, item) { _root.getURL("http://www.maxgames.com", "_blank"); } onEnterFrame = function () { urlStart = _url.indexOf("://") + 3; urlEnd = _url.indexOf("/", urlStart); domain = _url.substring(urlStart, urlEnd); LastDot = domain.lastIndexOf(".") - 1; domEnd = domain.lastIndexOf(".", LastDot) + 1; domain = domain.substring(domEnd, domain.length); if (domain != "uploadingit.com") { } }; var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); myMenu.customItems.push(new ContextMenuItem("Mofongo Studios!", itemHandler0)); myMenu.customItems.push(new ContextMenuItem("Ponz Studio!", itemHandler1)); myMenu.customItems.push(new ContextMenuItem("MaxGames!", itemHandler2)); myMenu.customItems[2].separatorBefore = true; _root.menu = myMenu; stop(); var _mochiads_game_id = "e9b029585aedb8cd"; MochiAd.showPreGameAd({id:"a64d1e39d9f42595", res:"550x400"});
Instance of Symbol 13 MovieClip in Frame 1
onClipEvent (enterFrame) { BYTESLOADED = _root.getBytesLoaded(); BYTESTOTAL = _root.getBytesTotal(); totalLoaded = (BYTESLOADED / BYTESTOTAL) * 100; this.gotoAndStop(int(totalLoaded)); }
Instance of Symbol 21 MovieClip "leveltransition" in Frame 1
onClipEvent (load) { trueX = _x; trueY = _y; } onClipEvent (enterFrame) { if (_root._currentframe > 4) { _x = ((_root.vcam._x - (_root.vcam._width / 2)) + trueX); _y = ((_root.vcam._y - (_root.vcam._height / 2)) + trueY); } }
Frame 2
stop(); _quality = "LOW";
Frame 4
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); _root.savedlevels = savefile.data.savedlevels; if (savefile.data.savedlevels == undefined) { _root.savedlevels = 1; } objectSetback = 10; TRUEVCAMWIDTH = 396.2; TRUEVCAMHEIGHT = 264.1; VCAMWIDTH = TRUEVCAMWIDTH; VCAMHEIGHT = TRUEVCAMHEIGHT; stop();
Instance of Symbol 413 MovieClip "normalmenu" in Frame 4
onClipEvent (load) { trueY = _y; truetrueY = _y; } onClipEvent (enterFrame) { if (Math.abs(_y - trueY) > 0.1) { _y = (_y + ((trueY - _y) / 10)); } else { _y = trueY; } }
Instance of Symbol 452 MovieClip "levelselect" in Frame 4
onClipEvent (load) { trueY = _y; truetrueY = _y; } onClipEvent (enterFrame) { if (Math.abs(_y - trueY) > 0.1) { _y = (_y + ((trueY - _y) / 10)); } else { _y = trueY; } }
Frame 5
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 1) { savefile.data.savedlevels = 1; } savefile.flush();
Instance of Symbol 51 MovieClip in Frame 5
onClipEvent (load) { trueX = _x; trueY = _y; } onClipEvent (enterFrame) { _x = ((_root.vcam._x - (_root.vcam._width / 2)) + trueX); _y = ((_root.vcam._y - (_root.vcam._height / 2)) + trueY); }
Instance of Symbol 484 MovieClip "growshrinksound" in Frame 5
onClipEvent (enterFrame) { if (_root.poop.stat != "grow/shrink") { if (Key.isDown(87) && (_currentframe == 1)) { this.play(); } } if (_root[_root.activeobject].stat == "grow/shrink") { if (Key.isDown(87) && (_currentframe == 1)) { this.play(); } } else { this.gotoAndStop(1); } if (!Key.isDown(87)) { this.gotoAndStop(1); } }
Instance of Symbol 487 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.poop.stat != "grow/shrink") { if (Key.isDown(83) && (_currentframe == 1)) { this.play(); } } if (_root[_root.activeobject].stat == "grow/shrink") { if (Key.isDown(83) && (_currentframe == 1)) { this.play(); } } else { this.gotoAndStop(1); } if (!Key.isDown(83)) { this.gotoAndStop(1); } }
Instance of Symbol 490 MovieClip "music" in Frame 5
onClipEvent (load) { stat = "mute"; }
Instance of Symbol 508 MovieClip "HUD" in Frame 5
onClipEvent (load) { trueX = _x; trueY = _y; alphadir = "up"; } onClipEvent (enterFrame) { if (_root.activeobject == "poop") { this.maxgames._y = this.maxgames._y - ((this.maxgames._y - 666) / 5); } else { this.maxgames._y = this.maxgames._y - ((this.maxgames._y - 430) / 5); } if (Key.isDown(88)) { if (_alpha == 100) { alphadir = "down"; } else if (_alpha == 0) { alphadir = "up"; } } if (alphadir == "up") { if (_alpha < 100) { _alpha = (_alpha + 5); } else { _alpha = 100; } } else if (_alpha > 0) { _alpha = (_alpha - 5); } else { _alpha = 0; } currentframe = _root._currentframe; if (_alpha == 100) { currentlevel = currentframe - 4; } else { currentlevel = ""; } _x = ((_root.vcam._x - (_root.vcam._width / 2)) + trueX); _y = ((_root.vcam._y - (_root.vcam._height / 2)) + trueY); }
Instance of Symbol 510 MovieClip "vcamwidthadjuster" in Frame 5
onClipEvent (enterFrame) { if ((_currentframe > 1) && ((_root.activeobject == "monkey") || (_root.activeobject == "poop"))) { _root.VCAMWIDTH = _root.TRUEVCAMWIDTH; _root.VCAMHEIGHT = _root.TRUEVCAMHEIGHT; this.gotoAndStop(1); } }
Instance of Symbol 512 MovieClip "hudindicator" in Frame 5
onClipEvent (load) { trueX = _x; trueY = _y; } onClipEvent (enterFrame) { _alpha = (100 - _root.HUD._alpha); _x = ((_root.vcam._x - (_root.vcam._width / 2)) + trueX); _y = ((_root.vcam._y - (_root.vcam._height / 2)) + trueY); }
Instance of Symbol 576 MovieClip "monkey" in Frame 5
onClipEvent (load) { _root.activeobject = this._name; jump = true; truejumpp = 13; scale = _xscale; walkspeed = 0; maxwalkspeed = 6; casting = false; fallspeed = 2; trueX = 200.9; trueY = 167.1; jumpspeed = 0.6; } onClipEvent (mouseDown) { if (((((_root.activeobject != "poop") && (_root.pausemenu._currentframe == 1)) && (jump == false)) && (terrainhit == true)) && (Math.abs(walkspeed) < 0.1)) { casting = true; this.gotoAndStop("cast"); } } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (walkspeed > 0) { if ((!_root.terrain.land.hitTest(_x + 24, _y - 30, true)) && (!_root.terrain.land.hitTest(_x + 24, _y - 81, true))) { _x = (_x + walkspeed); } } else if ((!_root.terrain.land.hitTest(_x - 24, _y - 30, true)) && (!_root.terrain.land.hitTest(_x - 24, _y - 81, true))) { _x = (_x + walkspeed); } while (_root.terrain.land.hitTest(_x + 24, _y - 30, true)) { _x = (_x - 1); } while (_root.terrain.land.hitTest(_x - 24, _y - 30, true)) { _x = (_x + 1); } if ((((!Key.isDown(65)) && (!Key.isDown(68))) || (Key.isDown(65) && (walkspeed > 0))) || (Key.isDown(68) && (walkspeed < 0))) { walkspeed = walkspeed / 1.25; } if (_root.activeobject == this._name) { if (((Key.isDown(65) && (!_root.terrain.land.hitTest(_x - 24, _y - 30, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 81, true))) && (casting == false)) { if (walkspeed > (-maxwalkspeed)) { walkspeed = walkspeed - 0.25; } _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (((Key.isDown(68) && (!_root.terrain.land.hitTest(_x + 24, _y - 30, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 81, true))) && (casting == false)) { if (walkspeed < maxwalkspeed) { walkspeed = walkspeed + 0.25; } _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (casting == false)) { jump = true; jumpp = truejumpp; } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - 85, true)) { _y = (_y + jumpp); } } if (terrainhit == true) { if (_root.activeobject == this._name) { if (((((((!Key.isDown(65)) or (Key.isDown(65) && (_root.terrain.land.hitTest(_x - 24, _y - 30, true)))) && ((!Key.isDown(68)) or (Key.isDown(68) && (_root.terrain.land.hitTest(_x + 24, _y - 30, true))))) && (!Key.isDown(87))) && (this._currentframe != "wait")) && (this.casting != true)) && (this._currentframe != "cast")) { this.gotoAndStop("wait"); } } else if ((_root.activeobject != this._name) && (_currentframe != "wait")) { this.gotoAndStop("wait"); } _y = (_y - fallspeed); jump = false; while (_root.terrain.land.hitTest(_x, _y - 8, true)) { _y = (_y - fallspeed); } } else if (((terrainhit == false) && (jump == false)) && (casting == false)) { if (this._currentframe != "float") { this.gotoAndStop("float"); } fallspeed = 1.5; } else { fallspeed = 2; } if (_root.terrain.land.hitTest(_x, _y + 1, true)) { terrainhit = true; } else { terrainhit = false; } if (_root.activeobject != this._name) { if (_root[_root.activeobject]._x > this._x) { _xscale = scale; } else { _xscale = (-scale); } } }
Instance of Symbol 577 MovieClip "poop" in Frame 5
onClipEvent (load) { _alpha = 0; speed = 5; allowedSpells = 2; trueWidth = _xscale; trueHeight = _yscale; } onClipEvent (enterFrame) { if (_alpha == 100) { if (stat == "grow/shrink") { if (Key.isDown(87) && (_yscale <= trueHeight)) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_yscale >= 19)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } _root.activeobject = this._name; myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI) + 90; if (!hitTest(_root._xmouse, _root._ymouse, true)) { this._rotation = myDegrees; } this._y = this._y - ((_y - _root._ymouse) / 20); this._x = this._x - ((_x - _root._xmouse) / 20); if (((_root.terrain.land.hitTest(_x, _y + 7.8, true) or _root.terrain.land.hitTest(_x, _y - 7.8, true)) or _root.terrain.land.hitTest(_x - 7.8, _y, true)) or _root.terrain.land.hitTest(_x + 7.8, _y, true)) { _root.chimesound.gotoAndStop(3); _alpha = 0; _root.activeobject = _root.monkey._name; } _root.VCAMWIDTH = Stage.width; _root.VCAMHEIGHT = Stage.height; aks = 0; } else { _x = -30000; aks++; if (aks == 2) { _root.VCAMWIDTH = _root.TRUEVCAMWIDTH; _root.VCAMHEIGHT = _root.TRUEVCAMHEIGHT; } } } onClipEvent (keyDown) { if (Key.isDown(32)) { if (_currentframe == allowedSpells) { this.gotoAndStop(1); } else { this.play(); } } }
Instance of Symbol 582 MovieClip "possessanim" in Frame 5
onClipEvent (load) { trueX = _x; trueY = _y; } onClipEvent (enterFrame) { _x = ((_root.vcam._x - (_root.vcam._width / 2)) + trueX); _y = ((_root.vcam._y - (_root.vcam._height / 2)) + trueY); }
Instance of Symbol 584 MovieClip "vcam" in Frame 5
onClipEvent (load) { trueWidth = _width; trueHeight = _height; targetX = _x; targetY = _y; } onClipEvent (enterFrame) { if (_root.vcamwidthadjuster._currentframe == 1) { targetX = _root[_root.activeobject]._x; targetY = _root[_root.activeobject]._y; } if ((_root.activeobject == _root.monkey._name) or (_root.activeobject == _root.poop._name)) { this._x = this._x + ((targetX - this._x) / 17); this._y = this._y + (((targetY - 50) - this._y) / 17); } else { this._x = this._x + ((targetX - this._x) / 15); this._y = this._y + ((targetY - this._y) / 15); } this._width = this._width + ((_root.VCAMWIDTH - this._width) / 10); this._height = this._height + ((_root.VCAMHEIGHT - this._height) / 10); }
Instance of Symbol 600 MovieClip "pausemenu" in Frame 5
onClipEvent (load) { trueX = _x; trueY = _y; } onClipEvent (enterFrame) { _x = ((_root.vcam._x - (_root.vcam._width / 2)) + trueX); _y = ((_root.vcam._y - (_root.vcam._height / 2)) + trueY); _height = _root.vcam._height; _width = _root.vcam._width; if ((((_currentframe == 1) && (_root.activeobject == "monkey")) && (_root.monkey.casting != true)) && (Key.isDown(80))) { this.play(); } }
Instance of Symbol 602 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((_root.activeobject != "monkey") && (_root.activeobject != "poop")) { this._alpha = 100; _x = _root[_root.activeobject]._x; _y = (_root[_root.activeobject]._y - 90); } else { _alpha = 0; } }
Instance of Symbol 603 MovieClip in Frame 5
onClipEvent (load) { trueX = _x; trueY = _y; } onClipEvent (enterFrame) { _x = ((_root.vcam._x - (_root.vcam._width / 2)) + trueX); _y = ((_root.vcam._y - (_root.vcam._height / 2)) + trueY); _height = _root.vcam._height; _width = _root.vcam._width; if ((((_currentframe == 1) && (_root.activeobject == "monkey")) && (_root.monkey.casting != true)) && (Key.isDown(80))) { this.play(); } }
Frame 6
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 2) { savefile.data.savedlevels = 2; } savefile.flush();
Instance of Symbol 665 MovieClip "squirrel" in Frame 6
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; scale = _xscale; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) { _x = (_x - 5); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) { _x = (_x + 5); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(87) && (jump == false)) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - 20, true)) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 669 MovieClip "bat" in Frame 6
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; trueWidth = _width; trueHeight = _height; } onClipEvent (enterFrame) { if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (_root.terrain.land.hitTest((_x + (_width / 2)) - 5, _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest((_x - (_width / 2)) + 5, _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) - 5, true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { truexscale = _xscale; trueyscale = _yscale; _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (_currentframe != 2) { this.gotoAndStop(2); } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 27)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { jumpp = 0; if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; if (truexscale < 0) { _xscale = truexscale; } else { _xscale = (-truexscale); } } if (Key.isDown(68)) { xgoal = xgoal + 4; if (truexscale < 0) { _xscale = (-truexscale); } else { _xscale = truexscale; } } } } else if (_currentframe != 1) { this.gotoAndStop(1); } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; } } }
Instance of Symbol 673 MovieClip "rock" in Frame 6
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = _width; trueHeight = _height; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= 41)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } if (Key.isDown(1)) { _height = (_height - ((_height - trueHeight) / 5)); _width = (_width - ((_width - trueWidth) / 5)); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; } if (Key.isDown(68)) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_x, _root.terrain.land._y - 150, true)) { ygoal = _y + _root.objectSetback; } if (hitTest(_root.terrain.land._x + _root.terrain.land._width, _y, true)) { xgoal = _x - _root.objectSetback; } if (hitTest(_root.terrain.land._x, _y, true)) { xgoal = _x + _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Frame 7
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 3) { savefile.data.savedlevels = 3; } savefile.flush();
Instance of Symbol 665 MovieClip "squirrel1" in Frame 7
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; scale = _xscale; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) { _x = (_x - 5); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) { _x = (_x + 5); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(87) && (jump == false)) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 673 MovieClip "rock1" in Frame 7
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = _width; trueHeight = _height; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; } if (Key.isDown(68)) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_x, _root.terrain.land._y - 150, true)) { ygoal = _y + _root.objectSetback; } if (hitTest(_root.terrain.land._x + _root.terrain.land._width, _y, true)) { xgoal = _x - _root.objectSetback; } if (hitTest(_root.terrain.land._x, _y, true)) { xgoal = _x + _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Frame 8
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 4) { savefile.data.savedlevels = 4; } savefile.flush();
Instance of Symbol 669 MovieClip "bat2" in Frame 8
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; trueWidth = _width; trueHeight = _height; } onClipEvent (enterFrame) { if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (_root.terrain.land.hitTest((_x + (_width / 2)) - 5, _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest((_x - (_width / 2)) + 5, _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) - 5, true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { truexscale = _xscale; trueyscale = _yscale; _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (_currentframe != 2) { this.gotoAndStop(2); } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 27)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { jumpp = 0; if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; if (truexscale < 0) { _xscale = truexscale; } else { _xscale = (-truexscale); } } if (Key.isDown(68)) { xgoal = xgoal + 4; if (truexscale < 0) { _xscale = (-truexscale); } else { _xscale = truexscale; } } } } else if (_currentframe != 1) { this.gotoAndStop(1); } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; } } }
Frame 9
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 5) { savefile.data.savedlevels = 5; } savefile.flush();
Instance of Symbol 665 MovieClip "squirrel5" in Frame 9
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; scale = _xscale; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) { _x = (_x - 5); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) { _x = (_x + 5); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(87) && (jump == false)) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 673 MovieClip "rock5" in Frame 9
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = _width; trueHeight = _height; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; } if (Key.isDown(68)) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_x, _root.terrain.land._y - 150, true)) { ygoal = _y + _root.objectSetback; } if (hitTest(_root.terrain.land._x + _root.terrain.land._width, _y, true)) { xgoal = _x - _root.objectSetback; } if (hitTest(_root.terrain.land._x, _y, true)) { xgoal = _x + _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 669 MovieClip "bat5" in Frame 9
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; trueWidth = _width; trueHeight = _height; } onClipEvent (enterFrame) { if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (_root.terrain.land.hitTest((_x + (_width / 2)) - 5, _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest((_x - (_width / 2)) + 5, _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) - 5, true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { truexscale = _xscale; trueyscale = _yscale; _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (_currentframe != 2) { this.gotoAndStop(2); } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 27)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { jumpp = 0; if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; if (truexscale < 0) { _xscale = truexscale; } else { _xscale = (-truexscale); } } if (Key.isDown(68)) { xgoal = xgoal + 4; if (truexscale < 0) { _xscale = (-truexscale); } else { _xscale = truexscale; } } } } else if (_currentframe != 1) { this.gotoAndStop(1); } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; } } }
Frame 10
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 6) { savefile.data.savedlevels = 6; } savefile.flush();
Instance of Symbol 665 MovieClip "squirrel6a" in Frame 10
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; scale = _xscale; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) { _x = (_x - 5); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) { _x = (_x + 5); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(87) && (jump == false)) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 665 MovieClip "squirrel6b" in Frame 10
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; scale = _xscale; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) { _x = (_x - 5); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) { _x = (_x + 5); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(87) && (jump == false)) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 665 MovieClip "squirrel6c" in Frame 10
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; scale = _xscale; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) { _x = (_x - 5); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) { _x = (_x + 5); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(87) && (jump == false)) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 673 MovieClip "rock6a" in Frame 10
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = _width; trueHeight = _height; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; } if (Key.isDown(68)) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.terrain.land._x + _root.terrain.land._width, _y, true)) { xgoal = _x - _root.objectSetback; } if (hitTest(_root.terrain.land._x, _y, true)) { xgoal = _x + _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 669 MovieClip "bat6a" in Frame 10
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; trueWidth = _width; trueHeight = _height; } onClipEvent (enterFrame) { if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (_root.terrain.land.hitTest((_x + (_width / 2)) - 5, _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest((_x - (_width / 2)) + 5, _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) - 5, true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { truexscale = _xscale; trueyscale = _yscale; _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (_currentframe != 2) { this.gotoAndStop(2); } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 27)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { jumpp = 0; if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; if (truexscale < 0) { _xscale = truexscale; } else { _xscale = (-truexscale); } } if (Key.isDown(68)) { xgoal = xgoal + 4; if (truexscale < 0) { _xscale = (-truexscale); } else { _xscale = truexscale; } } } } else if (_currentframe != 1) { this.gotoAndStop(1); } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; } } }
Frame 11
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 7) { savefile.data.savedlevels = 7; } savefile.flush();
Instance of Symbol 669 MovieClip "bat7a" in Frame 11
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; trueWidth = _width; trueHeight = _height; } onClipEvent (enterFrame) { if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (_root.terrain.land.hitTest((_x + (_width / 2)) - 5, _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest((_x - (_width / 2)) + 5, _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) - 5, true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { truexscale = _xscale; trueyscale = _yscale; _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (_currentframe != 2) { this.gotoAndStop(2); } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 27)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { jumpp = 0; if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; if (truexscale < 0) { _xscale = truexscale; } else { _xscale = (-truexscale); } } if (Key.isDown(68)) { xgoal = xgoal + 4; if (truexscale < 0) { _xscale = (-truexscale); } else { _xscale = truexscale; } } } } else if (_currentframe != 1) { this.gotoAndStop(1); } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; } } }
Frame 12
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 8) { savefile.data.savedlevels = 8; } savefile.flush();
Instance of Symbol 665 MovieClip "squirrel8a" in Frame 12
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; scale = _xscale; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) { _x = (_x - 5); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) { _x = (_x + 5); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(87) && (jump == false)) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 669 MovieClip "bat8a" in Frame 12
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; trueWidth = _width; trueHeight = _height; } onClipEvent (enterFrame) { if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (_root.terrain.land.hitTest((_x + (_width / 2)) - 5, _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest((_x - (_width / 2)) + 5, _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) - 5, true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { truexscale = _xscale; trueyscale = _yscale; _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (_currentframe != 2) { this.gotoAndStop(2); } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 27)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { jumpp = 0; if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; if (truexscale < 0) { _xscale = truexscale; } else { _xscale = (-truexscale); } } if (Key.isDown(68)) { xgoal = xgoal + 4; if (truexscale < 0) { _xscale = (-truexscale); } else { _xscale = truexscale; } } } } else if (_currentframe != 1) { this.gotoAndStop(1); } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; } } }
Instance of Symbol 673 MovieClip "rock8" in Frame 12
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = _width; trueHeight = _height; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; } if (Key.isDown(68)) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_x, _root.terrain.land._y - 150, true)) { ygoal = _y + _root.objectSetback; } if (hitTest(_root.terrain.land._x + _root.terrain.land._width, _y, true)) { xgoal = _x - _root.objectSetback; } if (hitTest(_root.terrain.land._x, _y, true)) { xgoal = _x + _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Frame 13
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 9) { savefile.data.savedlevels = 9; } savefile.flush();
Instance of Symbol 665 MovieClip "squirrel9a" in Frame 13
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; scale = _xscale; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) { _x = (_x - 5); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) { _x = (_x + 5); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(87) && (jump == false)) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Frame 14
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 10) { savefile.data.savedlevels = 10; } savefile.flush();
Instance of Symbol 484 MovieClip "growshrinksound" in Frame 14
onClipEvent (enterFrame) { if ((_root[_root.activeobject].stat == "grow/shrink") || (_root.activeobject == "poop")) { if (Key.isDown(87) && (_currentframe == 1)) { this.play(); } } else { this.gotoAndStop(1); } if (!Key.isDown(87)) { this.gotoAndStop(1); } }
Instance of Symbol 487 MovieClip in Frame 14
onClipEvent (enterFrame) { if ((_root[_root.activeobject].stat == "grow/shrink") || (_root.activeobject == "poop")) { if (Key.isDown(83) && (_currentframe == 1)) { this.play(); } } else { this.gotoAndStop(1); } if (!Key.isDown(83)) { this.gotoAndStop(1); } }
Instance of Symbol 665 MovieClip "squirrel10a" in Frame 14
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - 5); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + 5); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 673 MovieClip "rock10a" in Frame 14
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = _width; trueHeight = _height; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal - 4; } if (Key.isDown(68) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_x, _root.terrain.land._y - 150, true)) { ygoal = _y + _root.objectSetback; } if (hitTest(_root.terrain.land._x + _root.terrain.land._width, _y, true)) { xgoal = _x - _root.objectSetback; } if (hitTest(_root.terrain.land._x, _y, true)) { xgoal = _x + _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 576 MovieClip "monkey" in Frame 14
onClipEvent (load) { _root.activeobject = this._name; jump = true; truejumpp = 13; scale = _xscale; walkspeed = 0; maxwalkspeed = 6; casting = false; fallspeed = 2; trueX = 200.9; trueY = 167.1; jumpspeed = 0.6; } onClipEvent (mouseDown) { if (((((_root.activeobject != "poop") && (_root.pausemenu._currentframe == 1)) && (jump == false)) && (terrainhit == true)) && (Math.abs(walkspeed) < 0.1)) { casting = true; this.gotoAndStop("cast"); } } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (walkspeed > 0) { if (((!_root.terrain.land.hitTest(_x + 24, _y - 30, true)) && (!_root.terrain.land.hitTest(_x + 24, _y - 81, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 15, true))) { _x = (_x + walkspeed); } } else if ((!_root.terrain.land.hitTest(_x - 24, _y - 30, true)) && (!_root.terrain.land.hitTest(_x - 24, _y - 81, true))) { _x = (_x + walkspeed); } while (_root.terrain.land.hitTest(_x + 24, _y - 30, true)) { _x = (_x - 1); } while (_root.terrain.land.hitTest(_x - 24, _y - 30, true)) { _x = (_x + 1); } if ((((!Key.isDown(65)) && (!Key.isDown(68))) || (Key.isDown(65) && (walkspeed > 0))) || (Key.isDown(68) && (walkspeed < 0))) { walkspeed = walkspeed / 1.25; } if (_root.activeobject == this._name) { if (((Key.isDown(65) && (!_root.terrain.land.hitTest(_x - 24, _y - 30, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 81, true))) && (casting == false)) { if (walkspeed > (-maxwalkspeed)) { walkspeed = walkspeed - 0.25; } _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (((Key.isDown(68) && (!_root.terrain.land.hitTest(_x + 24, _y - 30, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 81, true))) && (casting == false)) { if (walkspeed < maxwalkspeed) { walkspeed = walkspeed + 0.25; } _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (casting == false)) { jump = true; jumpp = truejumpp; } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - 85, true)) { _y = (_y + jumpp); } } if (terrainhit == true) { if (_root.activeobject == this._name) { if (((((((!Key.isDown(65)) or (Key.isDown(65) && (_root.terrain.land.hitTest(_x - 24, _y - 30, true)))) && ((!Key.isDown(68)) or (Key.isDown(68) && (_root.terrain.land.hitTest(_x + 24, _y - 30, true))))) && (!Key.isDown(87))) && (this._currentframe != "wait")) && (this.casting != true)) && (this._currentframe != "cast")) { this.gotoAndStop("wait"); } } else if ((_root.activeobject != this._name) && (_currentframe != "wait")) { this.gotoAndStop("wait"); } _y = (_y - fallspeed); jump = false; while (_root.terrain.land.hitTest(_x, _y - 8, true)) { _y = (_y - fallspeed); } } else if (((terrainhit == false) && (jump == false)) && (casting == false)) { if (this._currentframe != "float") { this.gotoAndStop("float"); } fallspeed = 1.5; } else { fallspeed = 2; } if (_root.terrain.land.hitTest(_x, _y + 1, true)) { terrainhit = true; } else { terrainhit = false; } if (_root.activeobject != this._name) { if (_root[_root.activeobject]._x > this._x) { _xscale = scale; } else { _xscale = (-scale); } } }
Instance of Symbol 577 MovieClip "poop" in Frame 14
onClipEvent (load) { _alpha = 0; speed = 5; allowedSpells = 3; trueWidth = _xscale; trueHeight = _yscale; size = 250; } onClipEvent (enterFrame) { if (_alpha == 100) { if (Key.isDown(87) && (size < 250)) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); size = size + 1; } if (Key.isDown(83) && (size > 0)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); size = size - 1; } _root.activeobject = this._name; myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI) + 90; if (!hitTest(_root._xmouse, _root._ymouse, true)) { this._rotation = myDegrees; } this._y = this._y - ((_y - _root._ymouse) / 20); this._x = this._x - ((_x - _root._xmouse) / 20); if (((_root.terrain.land.hitTest(_x, _y + 3, true) or _root.terrain.land.hitTest(_x, _y - 3, true)) or _root.terrain.land.hitTest(_x - 5, _y, true)) or _root.terrain.land.hitTest(_x + 5, _y, true)) { _root.chimesound.gotoAndStop(3); _alpha = 0; _root.activeobject = _root.monkey._name; _xscale = trueWidth; _yscale = trueHeight; size = 250; } _root.VCAMWIDTH = Stage.width; _root.VCAMHEIGHT = Stage.height; } else { _xscale = trueWidth; _yscale = trueHeight; size = 250; _x = -30000; _root.VCAMWIDTH = _root.TRUEVCAMWIDTH; _root.VCAMHEIGHT = _root.TRUEVCAMHEIGHT; } } onClipEvent (keyDown) { if (Key.isDown(32)) { if (_currentframe == allowedSpells) { this.gotoAndStop(1); } else { this.play(); } } }
Frame 15
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 11) { savefile.data.savedlevels = 11; } savefile.flush();
Instance of Symbol 665 MovieClip "squirrel11a" in Frame 15
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 673 MovieClip "rock11a" in Frame 15
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 33.6; trueHeight = 27.5; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal - 4; } if (Key.isDown(68) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Frame 16
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 12) { savefile.data.savedlevels = 12; } savefile.flush();
Instance of Symbol 665 MovieClip "squirrel12a" in Frame 16
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 20, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 673 MovieClip "rock12a" in Frame 16
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 33.6; trueHeight = 27.5; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal - 4; } if (Key.isDown(68) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.terrain.land._x + _root.terrain.land._width, _y, true)) { xgoal = _x - _root.objectSetback; } if (hitTest(_root.terrain.land._x, _y, true)) { xgoal = _x + _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 733 MovieClip in Frame 16
onClipEvent (enterFrame) { if ((_currentframe == 1) && (_root.terrain.land.button12b._currentframe == 2)) { this.play(); } }
Frame 17
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 13) { savefile.data.savedlevels = 13; } savefile.flush();
Instance of Symbol 738 MovieClip "terrain" in Frame 17
/* no clip actions */
Instance of Symbol 673 MovieClip "rock13a" in Frame 17
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 33.6; trueHeight = 27.5; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if ((Key.isDown(83) && (!_root.terrain.land.hitTest(_x + (_width / 2), (_y + (_height / 2)) + 2, true))) && (!_root.terrain.land.hitTest(_x - (_width / 2), (_y + (_height / 2)) + 2, true))) { ygoal = ygoal + 4; } if (Key.isDown(65) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal - 4; } if (Key.isDown(68) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; jump = false; } } if (jump == false) { jumpp = 0; } if (((!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) && (!_root.terrain.land.hitTest(_x + (_width / 2), (_y + (_height / 2)) + 2, true))) && (!_root.terrain.land.hitTest(_x - (_width / 2), (_y + (_height / 2)) + 2, true))) { jump = true; } else { jump = false; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 665 MovieClip "squirrel13a" in Frame 17
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 669 MovieClip "bat13a" in Frame 17
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; trueWidth = _width; trueHeight = _height; } onClipEvent (enterFrame) { if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (_root.terrain.land.hitTest((_x + (_width / 2)) - 5, _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest((_x - (_width / 2)) + 5, _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) - 5, true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { truexscale = _xscale; trueyscale = _yscale; _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (_currentframe != 2) { this.gotoAndStop(2); } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 27)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { jumpp = 0; if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; if (truexscale < 0) { _xscale = truexscale; } else { _xscale = (-truexscale); } } if (Key.isDown(68)) { xgoal = xgoal + 4; if (truexscale < 0) { _xscale = (-truexscale); } else { _xscale = truexscale; } } } } else if (_currentframe != 1) { this.gotoAndStop(1); } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; } } }
Instance of Symbol 673 MovieClip "rock13b" in Frame 17
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 33.6; trueHeight = 27.5; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if ((Key.isDown(83) && (!_root.terrain.land.hitTest(_x + (_width / 2), (_y + (_height / 2)) + 2, true))) && (!_root.terrain.land.hitTest(_x - (_width / 2), (_y + (_height / 2)) + 2, true))) { ygoal = ygoal + 4; } if (Key.isDown(65) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal - 4; } if (Key.isDown(68) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; jump = false; } } if (jump == false) { jumpp = 0; } if (((!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) && (!_root.terrain.land.hitTest(_x + (_width / 2), (_y + (_height / 2)) + 2, true))) && (!_root.terrain.land.hitTest(_x - (_width / 2), (_y + (_height / 2)) + 2, true))) { jump = true; } else { jump = false; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Frame 18
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 14) { savefile.data.savedlevels = 14; } savefile.flush();
Instance of Symbol 743 MovieClip "terrain" in Frame 18
/* no clip actions */
Instance of Symbol 673 MovieClip "rock14a" in Frame 18
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 33.6; trueHeight = 27.5; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal - 4; } if (Key.isDown(68) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_x, _root.terrain.land._y - 150, true)) { ygoal = _y + _root.objectSetback; } if (hitTest(_root.terrain.land._x + _root.terrain.land._width, _y, true)) { xgoal = _x - _root.objectSetback; } if (hitTest(_root.terrain.land._x, _y, true)) { xgoal = _x + _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 665 MovieClip "squirrel14a" in Frame 18
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 669 MovieClip "bat14a" in Frame 18
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; trueWidth = _width; trueHeight = _height; } onClipEvent (enterFrame) { if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (_root.terrain.land.hitTest((_x + (_width / 2)) - 5, _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest((_x - (_width / 2)) + 5, _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) - 5, true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { truexscale = _xscale; trueyscale = _yscale; _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (_currentframe != 2) { this.gotoAndStop(2); } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 27)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { jumpp = 0; if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; if (truexscale < 0) { _xscale = truexscale; } else { _xscale = (-truexscale); } } if (Key.isDown(68)) { xgoal = xgoal + 4; if (truexscale < 0) { _xscale = (-truexscale); } else { _xscale = truexscale; } } } } else if (_currentframe != 1) { this.gotoAndStop(1); } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; } } }
Instance of Symbol 733 MovieClip in Frame 18
onClipEvent (enterFrame) { if ((_currentframe == 1) && (_parent.terrain.land.button14b._currentframe == 30)) { this.play(); } }
Frame 19
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 15) { savefile.data.savedlevels = 15; } savefile.flush();
Instance of Symbol 673 MovieClip "rock15a" in Frame 19
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 33.6; trueHeight = 27.5; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal - 4; } if (Key.isDown(68) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_x, _root.terrain.land._y - 150, true)) { ygoal = _y + _root.objectSetback; } if (hitTest(_root.terrain.land._x + _root.terrain.land._width, _y, true)) { xgoal = _x - _root.objectSetback; } if (hitTest(_root.terrain.land._x, _y, true)) { xgoal = _x + _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 665 MovieClip "squirrel15a" in Frame 19
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 669 MovieClip "bat15a" in Frame 19
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; trueWidth = _width; trueHeight = _height; } onClipEvent (enterFrame) { if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (_root.terrain.land.hitTest((_x + (_width / 2)) - 5, _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest((_x - (_width / 2)) + 5, _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) - 5, true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { truexscale = _xscale; trueyscale = _yscale; _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (_currentframe != 2) { this.gotoAndStop(2); } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 27)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { jumpp = 0; if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; if (truexscale < 0) { _xscale = truexscale; } else { _xscale = (-truexscale); } } if (Key.isDown(68)) { xgoal = xgoal + 4; if (truexscale < 0) { _xscale = (-truexscale); } else { _xscale = truexscale; } } } } else if (_currentframe != 1) { this.gotoAndStop(1); } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; } } }
Instance of Symbol 733 MovieClip in Frame 19
onClipEvent (enterFrame) { if ((_currentframe == 1) && (_parent.terrain.land.button15c._currentframe == 2)) { this.play(); } }
Instance of Symbol 733 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_parent.terrain.land.button15b._currentframe == 30) { if (_currentframe == 1) { this.play(); } } else { this.prevFrame(); } }
Instance of Symbol 733 MovieClip in Frame 19
onClipEvent (enterFrame) { if ((_currentframe == 1) && (_parent.terrain.land.button15a._currentframe == 2)) { this.play(); } }
Frame 20
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 16) { savefile.data.savedlevels = 16; } savefile.flush();
Instance of Symbol 673 MovieClip "rock16a" in Frame 20
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 67.2; trueHeight = 55; jumpp = 0; growtimer = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if (_root.poop.stat == "grow/shrink") { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (Key.isDown(87) && (growtimer > 0)) { _height = (_height * 1.003); _width = (_width * 1.003); growtimer--; } if (Key.isDown(83) && (growtimer < 400)) { _height = (_height / 1.003); _width = (_width / 1.003); growtimer++; } } } else { if (growtimer > 0) { _width = (_width * 1.003); _height = (_height * 1.003); growtimer--; } if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 665 MovieClip "squirrel16a" in Frame 20
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) or (((!_root.terrain.land.hitTest(_x, _y + 20, true)) and _root.terrain.land.hitTest(_x - 20, _y + 20, true)) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 673 MovieClip "rock16b" in Frame 20
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 67.2; trueHeight = 55; jumpp = 0; growtimer = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if (_root.poop.stat == "grow/shrink") { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (Key.isDown(87) && (growtimer > 0)) { _height = (_height * 1.003); _width = (_width * 1.003); growtimer--; } if (Key.isDown(83) && (growtimer < 400)) { _height = (_height / 1.003); _width = (_width / 1.003); growtimer++; } } } else { if (growtimer > 0) { _width = (_width * 1.003); _height = (_height * 1.003); growtimer--; } if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Frame 21
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 17) { savefile.data.savedlevels = 17; } savefile.flush();
Instance of Symbol 673 MovieClip "rock17a" in Frame 21
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 67.2; trueHeight = 55; jumpp = 0; growtimer = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if (_root.poop.stat == "grow/shrink") { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (Key.isDown(87) && (growtimer > 0)) { _height = (_height * 1.003); _width = (_width * 1.003); growtimer--; } if (Key.isDown(83) && (growtimer < 400)) { _height = (_height / 1.003); _width = (_width / 1.003); growtimer++; } } } else { if (growtimer > 0) { _width = (_width * 1.003); _height = (_height * 1.003); growtimer--; } if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 665 MovieClip "squirrel15a" in Frame 21
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) || (((!_root.terrain.land.hitTest(_x, _y + 20, true)) && (_root.terrain.land.hitTest(_x - 20, _y + 20, true))) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 673 MovieClip "rock17d" in Frame 21
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 67.2; trueHeight = 55; jumpp = 0; growtimer = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if (_root.poop.stat == "grow/shrink") { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (Key.isDown(87) && (growtimer > 0)) { _height = (_height * 1.003); _width = (_width * 1.003); growtimer--; } if (Key.isDown(83) && (growtimer < 400)) { _height = (_height / 1.003); _width = (_width / 1.003); growtimer++; } } } else { if (growtimer > 0) { _width = (_width * 1.003); _height = (_height * 1.003); growtimer--; } if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 673 MovieClip "rock17b" in Frame 21
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 33.6; trueHeight = 27.5; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal - 4; } if (Key.isDown(68) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_x, _root.terrain.land._y - 150, true)) { ygoal = _y + _root.objectSetback; } if (hitTest(_root.terrain.land._x + _root.terrain.land._width, _y, true)) { xgoal = _x - _root.objectSetback; } if (hitTest(_root.terrain.land._x, _y, true)) { xgoal = _x + _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Frame 22
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 18) { savefile.data.savedlevels = 18; } savefile.flush();
Instance of Symbol 673 MovieClip "rock19a" in Frame 22
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 67.2; trueHeight = 55; jumpp = 0; growtimer = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if (_root.poop.stat == "grow/shrink") { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (Key.isDown(87) && (growtimer > 0)) { _height = (_height * 1.003); _width = (_width * 1.003); growtimer--; } if (Key.isDown(83) && (growtimer < 400)) { _height = (_height / 1.003); _width = (_width / 1.003); growtimer++; } } } else { if (growtimer > 0) { _width = (_width * 1.003); _height = (_height * 1.003); growtimer--; } if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = false; xgoal = _x; ygoal = _y; jumpp = 0; } } if (!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { jump = true; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 665 MovieClip "squirrel19a" in Frame 22
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) || (((!_root.terrain.land.hitTest(_x, _y + 20, true)) && (_root.terrain.land.hitTest(_x - 20, _y + 20, true))) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Frame 23
var savefile = SharedObject.getLocal("MonkeyWizardSaveFile"); if (savefile.data.savedlevels <= 19) { savefile.data.savedlevels = 19; } savefile.flush(); stop();
Instance of Symbol 665 MovieClip "squirrel20a" in Frame 23
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) || (((!_root.terrain.land.hitTest(_x, _y + 20, true)) && (_root.terrain.land.hitTest(_x - 20, _y + 20, true))) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 665 MovieClip "squirrel20b" in Frame 23
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) || (((!_root.terrain.land.hitTest(_x, _y + 20, true)) && (_root.terrain.land.hitTest(_x - 20, _y + 20, true))) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 665 MovieClip "squirrel20c" in Frame 23
onClipEvent (load) { truejumpp = 15; jump = false; jumpspeed = 0.5; trueWidth = _width; trueHeight = _height; trueyscale = _yscale; scale = _xscale; DIRECTION = "right"; } onClipEvent (enterFrame) { if (_yscale > (trueyscale / 2)) { walkspeed = 5; } else { walkspeed = 2.5; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (_root.activeobject == this._name) { if (Key.isDown(81)) { if (stat == "grow/shrink") { if (DIRECTION == "right") { scale = _xscale; } else { scale = _xscale * -1; } } _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if (((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _yscale = (_yscale * 1.005); _xscale = (_xscale * 1.005); } if (Key.isDown(83) && (_height >= 14.3)) { _yscale = (_yscale / 1.005); _xscale = (_xscale / 1.005); } } if (stat == "possess") { if (Key.isDown(65) && (!_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { DIRECTION = "left"; _x = (_x - walkspeed); _xscale = (-scale); if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if (Key.isDown(68) && (!_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { DIRECTION = "right"; _x = (_x + walkspeed); _xscale = scale; if ((_currentframe != "walk") && (terrainhit == true)) { this.gotoAndStop("walk"); } } if ((Key.isDown(87) && (jump == false)) && (!_root.terrain.land.hitTest(_x, _y - _height, true))) { jump = true; jumpp = truejumpp; } if (((_root.terrain.land.hitTest(_x + 20, _y + 20, true) and (!_root.terrain.land.hitTest(_x, _y + 20, true))) && (Key.isDown(65))) || (((!_root.terrain.land.hitTest(_x, _y + 20, true)) && (_root.terrain.land.hitTest(_x - 20, _y + 20, true))) && (Key.isDown(68)))) { jump = true; jumpp = 7; } } } if (jump == true) { _y = (_y - jumpp); jumpp = jumpp - jumpspeed; if ((jumpp > 0) && (_currentframe != "jumpup")) { this.gotoAndStop("jumpup"); } if ((jumpp < 0) && (_currentframe != "jumpdown")) { this.gotoAndStop("jumpdown"); } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true) || ((_root.terrain.land.hitTest((_x + (_width / 2)) - 10, _y - (_height / 2), true) || (_root.terrain.land.hitTest((_x - (_width / 2)) + 10, _y - (_height / 2), true))) && (jumpp > 0))) { jumpp = 0; _y = (_y + 2); } } else { jumpp = 0; } if (terrainhit == true) { if (((((_root.activeobject == this._name) && (_currentframe != "jumpup")) && (_currentframe != "jumpdown")) && (this._currentframe != "wait")) || ((_currentframe == "jumpdown") && (jump != true))) { if ((!Key.isDown(65)) || (Key.isDown(65) && (_root.terrain.land.hitTest(_x - (_width / 2), _y - (_height / 2), true)))) { if ((!Key.isDown(68)) || (_root.terrain.land.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { this.gotoAndStop("wait"); } } } if ((_root.activeobject != this._name) && (_currentframe != "normal")) { this.gotoAndStop("normal"); } _y = (_y - 2); jump = false; while (_root.terrain.land.hitTest(_x, _y + 2, true)) { _y = (_y - 1); } } if (_root.terrain.land.hitTest(_x, _y + 3, true)) { terrainhit = true; } else { terrainhit = false; } if (terrainhit == false) { _y = (_y + 2); } }
Instance of Symbol 673 MovieClip "rock20a" in Frame 23
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; truexscale = _xscale; trueyscale = _yscale; trueWidth = 33.6; trueHeight = 27.5; jumpp = 0; } onClipEvent (enterFrame) { if (hitTest(_root.poop)) { if ((_root.poop.stat == "levitate") || (_root.poop.stat == "grow/shrink")) { _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (this.poop._alpha < 100) { this.poop._alpha = this.poop._alpha + 5; } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 12.5)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "levitate") { jumpp = 0; if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (Key.isDown(87)) { ygoal = ygoal - 4; } if ((Key.isDown(83) && (!_root.terrain.land.hitTest(_x + (_width / 2), (_y + (_height / 2)) + 2, true))) && (!_root.terrain.land.hitTest(_x - (_width / 2), (_y + (_height / 2)) + 2, true))) { ygoal = ygoal + 4; } if (Key.isDown(65) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal - 4; } if (Key.isDown(68) && (!(_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true) && (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) + 3, true))))) { xgoal = xgoal + 4; } if (_root.terrain.land.hitTest(_x + (_width / 2), _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest(_x - (_width / 2), _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y - (_height / 2), true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { ygoal = _y - _root.objectSetback; } } } else if (this.poop._alpha > 0) { this.poop._alpha = this.poop._alpha - 10; } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { _y = (_y - jumpp); jumpp = jumpp - 0.7; if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; jump = false; } } if (jump == false) { jumpp = 0; } if (((!_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) && (!_root.terrain.land.hitTest(_x + (_width / 2), (_y + (_height / 2)) + 2, true))) && (!_root.terrain.land.hitTest(_x - (_width / 2), (_y + (_height / 2)) + 2, true))) { jump = true; } else { jump = false; } while (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { _y = (_y - 0.5); } }
Instance of Symbol 669 MovieClip "bat20a" in Frame 23
onClipEvent (load) { stat = "normal"; xgoal = _x; ygoal = _y; trueWidth = _width; trueHeight = _height; } onClipEvent (enterFrame) { if (_x != xgoal) { _x = (_x - ((_x - xgoal) / 10)); } if (_y != ygoal) { _y = (_y - ((_y - ygoal) / 10)); } if (_root.terrain.land.hitTest((_x + (_width / 2)) - 5, _y, true)) { xgoal = _x - _root.objectSetback; } if (_root.terrain.land.hitTest((_x - (_width / 2)) + 5, _y, true)) { xgoal = _x + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y - (_height / 2)) + 5, true)) { ygoal = _y + _root.objectSetback; } if (_root.terrain.land.hitTest(_x, (_y + (_height / 2)) - 5, true)) { ygoal = _y - _root.objectSetback; } if (hitTest(_root.poop)) { if ((_root.poop.stat == "possess") || (_root.poop.stat == "grow/shrink")) { truexscale = _xscale; trueyscale = _yscale; _root.possessanim.gotoAndPlay(2); stat = _root.poop.stat; _root.activeobject = this._name; } else { _root.activeobject = _root.monkey._name; _root.possessanim.gotoAndPlay(31); } _root.poop._alpha = 0; } if (stat == "normal") { _xscale = truexscale; _yscale = trueyscale; } if (_root.activeobject == this._name) { if (_currentframe != 2) { this.gotoAndStop(2); } if (Key.isDown(81)) { _root.possessanim.gotoAndPlay(16); _root.activeobject = "monkey"; } if (stat == "grow/shrink") { if ((((Key.isDown(87) && (_height <= trueHeight)) && (!_root.terrain.land.hitTest(_x - 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x + 24, _y - 10, true))) && (!_root.terrain.land.hitTest(_x, _y - 13, true))) { _height = (_height * 1.005); _width = (_width * 1.005); } if (Key.isDown(83) && (_height >= 27)) { _height = (_height / 1.005); _width = (_width / 1.005); } } if (stat == "possess") { jumpp = 0; if (Key.isDown(87)) { ygoal = ygoal - 4; } if (Key.isDown(83)) { ygoal = ygoal + 4; } if (Key.isDown(65)) { xgoal = xgoal - 4; if (truexscale < 0) { _xscale = truexscale; } else { _xscale = (-truexscale); } } if (Key.isDown(68)) { xgoal = xgoal + 4; if (truexscale < 0) { _xscale = (-truexscale); } else { _xscale = truexscale; } } } } else if (_currentframe != 1) { this.gotoAndStop(1); } if ((jump == true) && ((stat != "levitate") or (_root.activeobject != this._name))) { if (_root.terrain.land.hitTest(_x, _y + (_height / 2), true)) { xgoal = _x; ygoal = _y; } } }
Instance of Symbol 800 MovieClip "hitzone5" in Frame 23
onClipEvent (enterFrame) { if (this.hitzone.hitTest(_root.monkey)) { _root.leveltransition.play(); _root.targetFrame = _root._currentframe + 1; } }
Frame 24
stop();
Symbol 5 MovieClip [fps] Frame 1
fps = 30; var timeinit = new Date(); var lasttime = timeinit.getMilliseconds(); onEnterFrame = function () { var _local1 = new Date(); timepassed = (((_local1.getMilliseconds() - lasttime) >= 0) ? (_local1.getMilliseconds() - lasttime) : (1000 + (_local1.getMilliseconds() - lasttime))); fps = Math.round(10000 / timepassed) / 10; lasttime = _local1.getMilliseconds(); };
Symbol 13 MovieClip Frame 1
stop();
Symbol 19 Button
on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Symbol 21 MovieClip Frame 1
stop();
Symbol 21 MovieClip Frame 30
_root.gotoAndStop(_root.targetFrame); _root.monkey._x = _root.monkey.trueX; _root.monkey._y = _root.monkey.trueY; objectSetback = 10; TRUEVCAMWIDTH = vcam._width; TRUEVCAMHEIGHT = vcam._height; VCAMWIDTH = TRUEVCAMWIDTH; VCAMHEIGHT = TRUEVCAMHEIGHT; if (_root.targetFrame == 4) { _x = -168.2; _y = -793; }
Symbol 977 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd { function MochiAd () { } static function getVersion() { return("2.7"); } static function showPreGameAd(options) { var _local26 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, no_progress_bar:false, ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }, ad_failed:function () { trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_loaded:function (width, height) { }, ad_skipped:function () { }, ad_progress:function (percent) { }}; options = _parseOptions(options, _local26); if ("c862232051e0a94e1c3609b3916ddb17".substr(0) == "dfeada81ac97cde83665f81c12da7def") { options.ad_started(); options.ad_finished(); return(undefined); } var clip = options.clip; var _local22 = 11000; var _local25 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_failed(); options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local14 = _getRes(options); var _local4 = _local14[0]; var _local13 = _local14[1]; mc._x = _local4 * 0.5; mc._y = _local13 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk._x = _local4 * -0.5; chk._y = _local13 * -0.5; var _local6 = chk.createEmptyMovieClip("_mochiad_bar", 4); if (options.no_progress_bar) { _local6._visible = false; delete options.no_progress_bar; } else { _local6._x = 10; _local6._y = _local13 - 20; } var _local21 = options.color; delete options.color; var _local19 = options.background; delete options.background; var _local23 = options.outline; delete options.outline; var _local5 = _local6.createEmptyMovieClip("_outline", 1); _local5.beginFill(_local19); _local5.moveTo(0, 0); _local5.lineTo(_local4 - 20, 0); _local5.lineTo(_local4 - 20, 10); _local5.lineTo(0, 10); _local5.lineTo(0, 0); _local5.endFill(); var _local3 = _local6.createEmptyMovieClip("_inside", 2); _local3.beginFill(_local21); _local3.moveTo(0, 0); _local3.lineTo(_local4 - 20, 0); _local3.lineTo(_local4 - 20, 10); _local3.lineTo(0, 10); _local3.lineTo(0, 0); _local3.endFill(); _local3._xscale = 0; var _local7 = _local6.createEmptyMovieClip("_outline", 3); _local7.lineStyle(0, _local23, 100); _local7.moveTo(0, 0); _local7.lineTo(_local4 - 20, 0); _local7.lineTo(_local4 - 20, 10); _local7.lineTo(0, 10); _local7.lineTo(0, 0); chk.ad_msec = _local22; chk.ad_timeout = _local25; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.regContLC = function (lc_name) { mc._containerLCName = lc_name; }; var sendHostProgress = false; mc.lc.sendHostLoadProgress = function (lc_name) { sendHostProgress = true; }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec; }; mc.lc.rpc = function (callbackID, arg) { MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace("[MOCHIAD rpcTestFn] " + s); return(s); }; chk.onEnterFrame = function () { var _local6 = this._parent._parent; var _local11 = this._parent._mochiad_ctr; var _local5 = getTimer() - this.started; var _local3 = false; var _local4 = _local6.getBytesTotal(); var _local8 = _local6.getBytesLoaded(); var _local2 = (100 * _local8) / _local4; var _local10 = (100 * _local5) / chk.ad_msec; var _local9 = this._mochiad_bar._inside; var _local13 = Math.min(100, Math.min(_local2 || 0, _local10)); _local13 = Math.max(this.last_pcnt, _local13); this.last_pcnt = _local13; _local9._xscale = _local13; options.ad_progress(_local13); if (sendHostProgress) { clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"hostLoadPcnt", pcnt:_local2}); if (_local2 == 100) { sendHostProgress = false; } } if (!chk.showing) { var _local7 = _local11.getBytesTotal(); if ((_local7 > 0) || (typeof(_local7) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if ((_local5 > chk.ad_timeout) && (_local2 == 100)) { options.ad_failed(); _local3 = true; } } if (_local5 > chk.ad_msec) { _local3 = true; } if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; } static function showClickAwayAd(options) { var _local9 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showClickAwayAd", res:"300x250", no_bg:true, ad_started:function () { }, ad_finished:function () { }, ad_loaded:function (width, height) { }, ad_failed:function () { trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_skipped:function () { }}; options = _parseOptions(options, _local9); var clip = options.clip; var _local8 = options.ad_timeout; delete options.ad_timeout; if (!load(options)) { options.ad_failed(); options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local4 = _getRes(options); var _local10 = _local4[0]; var _local7 = _local4[1]; mc._x = _local10 * 0.5; mc._y = _local7 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_timeout = _local8; chk.started = getTimer(); chk.showing = false; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.rpc = function (callbackID, arg) { MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace("[MOCHIAD rpcTestFn] " + s); return(s); }; var _local20 = false; mc.lc.regContLC = function (lc_name) { mc._containerLCName = lc_name; }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { _local2 = true; chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { options.ad_failed(); _local2 = true; } } if (_local2) { delete this.onEnterFrame; } }; } static function showInterLevelAd(options) { var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }, ad_failed:function () { trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_loaded:function (width, height) { }, ad_skipped:function () { }}; options = _parseOptions(options, _local13); var clip = options.clip; var _local10 = 11000; var _local12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_failed(); options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local5 = _getRes(options); var _local14 = _local5[0]; var _local11 = _local5[1]; mc._x = _local14 * 0.5; mc._y = _local11 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_msec = _local10; chk.ad_timeout = _local12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec - 250; }; mc.lc.rpc = function (callbackID, arg) { MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace("[MOCHIAD rpcTestFn] " + s); return(s); }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { options.ad_failed(); _local2 = true; } } if (_local4 > chk.ad_msec) { _local2 = true; } if (_local2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; } static function showPreloaderAd(options) { trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0"); showPreGameAd(options); } static function showTimedAd(options) { trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0"); showInterLevelAd(options); } static function _allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function load(options) { var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = _parseOptions(options, _local13); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local9 = options.clip; if (!_isNetworkAvailable()) { return(null); } if (_local9._mochiad_loaded) { return(null); } var _local12 = options.depth; delete options.depth; var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12); var _local11 = _getRes(options); options.res = (_local11[0] + "x") + _local11[1]; options.server = options.server + options.id; delete options.id; _local9._mochiad_loaded = true; var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1); for (var _local7 in options) { _local4[_local7] = options[_local7]; } var _local10 = _local4.server; delete _local4.server; var _local14 = _allowDomains(_local10); _local6.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; MochiAd.unload(this._parent); } }; } }; var _local5 = new LocalConnection(); var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local5.mc = _local6; _local5.name = _local8; _local5.hostname = _local14; _local5.allowDomain = function (d) { return(true); }; _local5.allowInsecureDomain = _local5.allowDomain; _local5.connect(_local8); _local6.lc = _local5; _local4.lc = _local8; _local4.st = getTimer(); _local4.loadMovie(_local10 + ".swf", "POST"); return(_local6); } static function unload(clip) { if (typeof(clip) == "undefined") { clip = _root; } if (clip.clip && (clip.clip._mochiad)) { clip = clip.clip; } if (!clip._mochiad) { return(false); } if (clip._mochiad._containerLCName != undefined) { clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"unload"}); } clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return(true); } static function _isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function _getRes(options) { var _local3 = options.clip.getBounds(); var _local2 = 0; var _local1 = 0; if (typeof(options.res) != "undefined") { var _local4 = options.res.split("x"); _local2 = parseFloat(_local4[0]); _local1 = parseFloat(_local4[1]); } else { _local2 = _local3.xMax - _local3.xMin; _local1 = _local3.yMax - _local3.yMin; } if ((_local2 == 0) || (_local1 == 0)) { _local2 = Stage.width; _local1 = Stage.height; } return([_local2, _local1]); } static function _parseOptions(options, defaults) { var _local4 = {}; for (var _local8 in defaults) { _local4[_local8] = defaults[_local8]; } if (options) { for (var _local8 in options) { _local4[_local8] = options[_local8]; } } if (_root.mochiad_options) { var _local5 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local5.length) { var _local3 = _local5[_local2].split("="); _local4[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } if (_local4.id == "test") { trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!"); } return(_local4); } static function rpc(clip, callbackID, arg) { switch (arg.id) { case "setValue" : setValue(clip, arg.objectName, arg.value); break; case "getValue" : var _local4 = getValue(clip, arg.objectName); clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local4); break; case "runMethod" : var _local3 = runMethod(clip, arg.method, arg.args); clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local3); break; default : trace("[mochiads rpc] unknown rpc id: " + arg.id); } } static function setValue(base, objectName, value) { var _local2 = objectName.split("."); var _local1; _local1 = 0; while (_local1 < (_local2.length - 1)) { if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) { return(undefined); } base = base[_local2[_local1]]; _local1++; } base[_local2[_local1]] = value; } static function getValue(base, objectName) { var _local2 = objectName.split("."); var _local1; _local1 = 0; while (_local1 < (_local2.length - 1)) { if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) { return(undefined); } base = base[_local2[_local1]]; _local1++; } return(base[_local2[_local1]]); } static function runMethod(base, methodName, argsArray) { var _local2 = methodName.split("."); var _local1; _local1 = 0; while (_local1 < (_local2.length - 1)) { if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) { return(undefined); } base = base[_local2[_local1]]; _local1++; } if (typeof(base[_local2[_local1]]) == "function") { return(base[_local2[_local1]].apply(base, argsArray)); } return(undefined); } }
Symbol 28 Button
on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Symbol 30 MovieClip Frame 60
stop();
Symbol 44 MovieClip Frame 14
stop();
Symbol 45 MovieClip Frame 240
_parent.nextFrame();
Symbol 46 MovieClip Frame 41
stop();
Symbol 46 MovieClip Frame 42
_root.leveltransition.play(); _root.targetFrame = 3; stop();
Symbol 106 MovieClip Frame 19
gotoAndPlay (9);
Symbol 107 Button
on (release) { _root.leveltransition.gotoAndPlay(2); _root.targetFrame = 4; }
Instance of Symbol 51 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (load) { trueX = _x; trueY = _y; } onClipEvent (enterFrame) { _x = ((_root.vcam._x - (_root.vcam._width / 2)) + trueX); _y = ((_root.vcam._y - (_root.vcam._height / 2)) + trueY); }
Symbol 395 MovieClip Frame 675
_root.leveltransition.play(); _root.targetFrame = 4; stop();
Symbol 404 Button
on (release) { if (_root.targetFrame != 5) { stopAllSounds(); _root.targetFrame = 5; _root.leveltransition.gotoAndPlay(2); } }
Symbol 409 Button
on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Symbol 412 Button
on (release) { _root.levelselect.trueY = 197.5; trueY = -300; }
Symbol 417 Button
on (release) { getURL ("http://www.mofongostudios.com", "_blank"); }
Symbol 419 Button
on (release) { getURL ("http://www.ponzstudio.com", "_blank"); }
Symbol 422 Button
on (release) { getURL ("http://creativecommons.org/licenses/by-nd/3.0/us/", "_blank"); }
Symbol 429 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 5; }
Symbol 430 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 10; }
Symbol 431 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 15; }
Symbol 432 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 20; }
Symbol 433 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 6; }
Symbol 434 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 7; }
Symbol 435 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 8; }
Symbol 436 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 9; }
Symbol 437 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 11; }
Symbol 438 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 12; }
Symbol 439 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 13; }
Symbol 440 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 14; }
Symbol 441 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 16; }
Symbol 442 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 17; }
Symbol 443 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 18; }
Symbol 444 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 19; }
Symbol 445 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 21; }
Symbol 446 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 22; }
Symbol 447 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 23; }
Symbol 451 Button
on (release) { trueY = truetrueY; _root.normalmenu.trueY = _root.normalmenu.truetrueY; }
Symbol 452 MovieClip Frame 1
level1y = -155.9; level2y = -75.8; level3y = 10.6; level4y = 100.5; i = 2; while (i <= 19) { if (_root.savedlevels >= i) { if (i <= 5) { this["button" + i]._y = level1y; } else if ((i > 5) && (i <= 10)) { this["button" + i]._y = level2y; } else if ((i > 10) && (i <= 15)) { this["button" + i]._y = level3y; } else if ((i > 15) && (i <= 19)) { this["button" + i]._y = level4y; } } else { this["button" + i]._y = 10000; } i++; }
Symbol 454 MovieClip Frame 1
stop();
Symbol 454 MovieClip Frame 60
stop();
Symbol 457 MovieClip Frame 30
stop();
Symbol 460 MovieClip Frame 1
stop();
Symbol 460 MovieClip Frame 2
stop(); _root.terrain.wall1.play();
Symbol 461 MovieClip Frame 1
stop();
Instance of Symbol 454 MovieClip "wall1" in Symbol 461 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button1._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 460 MovieClip "button1" in Symbol 461 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (this.hitTest(_root.monkey._x, _root.monkey._y + 20, true)) { this.nextFrame(); } } }
Symbol 476 MovieClip Frame 1
stop();
Instance of Symbol 474 MovieClip "messageholder" in Symbol 476 MovieClip Frame 22
onClipEvent (load) { this.textmessage.text = _parent.messageText; }
Symbol 477 MovieClip Frame 1
stop();
Instance of Symbol 461 MovieClip "land" in Symbol 477 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe != _parent._currentframe) { this.gotoAndStop(_parent._currentframe); } }
Instance of Symbol 463 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Instance of Symbol 476 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (load) { messageText = "A and D to move, W to jump. \nP to pause.\nX to hide/show the HUD."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (load) { messageText = "Press buttons to activate moving walls and platforms."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (load) { messageText = "Walk off an edge without jumping to float."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (load) { messageText = "Jump while floating to get an extra boost."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (load) { messageText = "Collect bananas to go to the next level."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (load) { messageText = "This sound means you can get to the banana."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } if (_currentframe == 29) { _root.adjustsound.play(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Symbol 480 MovieClip Frame 1
stop();
Symbol 480 MovieClip Frame 2
gotoAndStop (1);
Symbol 480 MovieClip Frame 3
gotoAndStop (1);
Symbol 484 MovieClip Frame 1
stop();
Symbol 484 MovieClip Frame 40
stop();
Symbol 487 MovieClip Frame 1
stop();
Symbol 487 MovieClip Frame 30
stop();
Symbol 490 MovieClip Frame 1
stop();
Symbol 493 MovieClip Frame 1
stop();
Symbol 496 MovieClip Frame 1
stop();
Symbol 500 MovieClip Frame 1
stop();
Symbol 500 MovieClip Frame 2
gotoAndStop (1);
Symbol 500 MovieClip Frame 3
gotoAndStop (1);
Instance of Symbol 505 MovieClip in Symbol 508 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.poop._currentframe); }
Symbol 510 MovieClip Frame 1
stop();
Symbol 510 MovieClip Frame 2
_root.VCAMWIDTH = _root.TEMPVCAMWIDTH; _root.VCAMHEIGHT = _root.TEMPVCAMHEIGHT; _root.vcam.targetX = _root.TEMPVCAMX; _root.vcam.targetY = _root.TEMPVCAMY;
Symbol 510 MovieClip Frame 90
_root.VCAMWIDTH = _root.TRUEVCAMWIDTH; _root.VCAMHEIGHT = _root.TRUEVCAMHEIGHT;
Symbol 547 MovieClip Frame 17
gotoAndPlay (9);
Symbol 551 MovieClip Frame 21
stop();
Symbol 575 MovieClip Frame 33
_root.poop._alpha = 100; if (_parent._xscale == _parent.scale) { _root.poop._x = _parent._x + 25; } else { _root.poop._x = _parent._x - 25; } _root.poop._y = _parent._y - 40;
Symbol 575 MovieClip Frame 41
_parent.gotoAndStop(1);
Symbol 576 MovieClip Frame 1
stop(); casting = false;
Symbol 577 MovieClip Frame 1
stat = "levitate"; stop();
Symbol 577 MovieClip Frame 2
stat = "possess"; stop();
Symbol 577 MovieClip Frame 3
stat = "grow/shrink"; stop();
Symbol 582 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 14
gotoAndStop (1);
Symbol 582 MovieClip Frame 30
gotoAndStop (1);
Symbol 584 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 588 Button
on (release) { _parent.play(); }
Symbol 591 Button
on (release) { if (_root._quality == "HIGH") { _root._quality = "LOW"; } else if (_root._quality == "LOW") { _root._quality = "MEDIUM"; } else { _root._quality = "HIGH"; } }
Symbol 592 Button
on (release) { stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 4; }
Symbol 595 Button
on (release) { if (_root.music.stat == "mute") { stopAllSounds(); _root.music.stat = "unmute"; } else { _root.music.play(); _root.music.stat = "mute"; } }
Instance of Symbol 598 MovieClip "muteword" in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.music.stat == "mute") { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Symbol 600 MovieClip Frame 1
stop();
Symbol 600 MovieClip Frame 20
stop();
Symbol 600 MovieClip Frame 40
gotoAndStop (1);
Symbol 604 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 60
stop();
Symbol 607 MovieClip Frame 30
stop();
Symbol 608 MovieClip Frame 1
stop();
Symbol 608 MovieClip Frame 2
stop();
Symbol 611 MovieClip Frame 1
stop();
Symbol 611 MovieClip Frame 30
stop();
Symbol 614 MovieClip Frame 30
stop();
Symbol 615 MovieClip Frame 1
stop();
Symbol 615 MovieClip Frame 2
stop();
Symbol 616 MovieClip Frame 1
stop();
Instance of Symbol 604 MovieClip in Symbol 617 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button1._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 604 MovieClip in Symbol 617 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button2._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 608 MovieClip "button1" in Symbol 617 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { this.play(); } } } }
Instance of Symbol 611 MovieClip "button2" in Symbol 617 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.rock)) { if (_currentframe == 30) { asdf++; if (asdf == 2) { _root.TEMPVCAMX = 2357; _root.TEMPVCAMY = 91; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); } } this.nextFrame(); } else { asdf = 0; this.prevFrame(); } }
Instance of Symbol 615 MovieClip "button3" in Symbol 617 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("bat") != -1)) { this.play(); } } } else if (_alpha > 0) { _alpha = (_alpha - 2.5); } if (_alpha <= 0) { this._y = 535; } }
Instance of Symbol 616 MovieClip in Symbol 617 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button3._currentframe == 2) { if (_currentframe == 2) { _root.adjustsound.play(); } this.nextFrame(); } else if (_parent.button3._currentframe == 1) { this.prevFrame(); } }
Instance of Symbol 463 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Instance of Symbol 476 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) { messageText = "Click to throw a magic poo. Guide it with the mouse."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) { messageText = "Change spells with SPACEBAR.\nRemember, you can show/hide the HUD with X."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) { messageText = "POSSESS animals."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) { messageText = "Use WASD to maneuver anything you control."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) { messageText = "Press Q to control the monkey again."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) { messageText = "LEVITATE rocks."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) { messageText = "Hit orange buttons with squirrels."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) { messageText = "Hold down grey buttons with rocks (press Q while levitating a rock to drop it). Hit purple buttons with bats."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Symbol 632 MovieClip Frame 115
gotoAndPlay(random(103));
Symbol 649 MovieClip Frame 115
gotoAndPlay(random(103));
Symbol 663 MovieClip Frame 17
stop();
Symbol 664 MovieClip Frame 10
stop();
Instance of Symbol 634 MovieClip "poop" in Symbol 665 MovieClip Frame 1
onClipEvent (load) { if (_parent._currentframe == 1) { _alpha = 0; } if (_parent._currentframe == 2) { _alpha = 100; } } onClipEvent (enterFrame) { if ((_parent._currentframe == 1) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((_parent._currentframe == 2) && (_alpha < 100)) { _alpha = (_alpha + 5); } }
Symbol 669 MovieClip Frame 1
stop();
Instance of Symbol 668 MovieClip "poop" in Symbol 669 MovieClip Frame 1
onClipEvent (load) { if (_parent._currentframe == 1) { _alpha = 0; } if (_parent._currentframe == 2) { _alpha = 100; } } onClipEvent (enterFrame) { if ((_parent._currentframe == 1) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((_parent._currentframe == 2) && (_alpha < 100)) { _alpha = (_alpha + 5); } }
Instance of Symbol 672 MovieClip "poop" in Symbol 673 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 604 MovieClip "crates1" in Symbol 676 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button3._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 604 MovieClip "crates2" in Symbol 676 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button3._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button3" in Symbol 676 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.rock1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 674 MovieClip in Symbol 676 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button4._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button4" in Symbol 676 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.rock1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 608 MovieClip "button5" in Symbol 676 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 2715; _root.TEMPVCAMY = 124; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 675 MovieClip in Symbol 676 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button5._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 675 MovieClip in Symbol 676 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button4._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 616 MovieClip in Symbol 676 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button5._currentframe == 2) { if (_currentframe == 2) { _root.adjustsound.play(); } this.nextFrame(); } else if (_parent.button5._currentframe == 1) { this.prevFrame(); } }
Instance of Symbol 463 MovieClip in Symbol 677 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Symbol 679 MovieClip Frame 1
stop();
Symbol 680 MovieClip Frame 1
stop();
Instance of Symbol 460 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); _parent.play(); } } }
Symbol 680 MovieClip Frame 81
stop();
Instance of Symbol 460 MovieClip in Symbol 680 MovieClip Frame 81
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); _parent.play(); } } }
Symbol 680 MovieClip Frame 172
stop();
Instance of Symbol 460 MovieClip in Symbol 680 MovieClip Frame 172
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); _parent.nextFrame(); } } }
Instance of Symbol 460 MovieClip in Symbol 680 MovieClip Frame 173
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { _parent.nextFrame(); this.play(); } } }
Symbol 681 MovieClip Frame 1
stop();
Instance of Symbol 679 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (enterFrame) { if (NEXTFRAME == true) { this.nextFrame(); } if (PREVFRAME == true) { this.prevFrame(); } if (_root.monkey.hitTest(_parent._parent.hitzone)) { NEXTFRAME = true; PREVFRAME = false; } if (_root.monkey.hitTest(_parent._parent.hitzone2)) { NEXTFRAME = false; PREVFRAME = true; } }
Instance of Symbol 680 MovieClip "button2" in Symbol 682 MovieClip Frame 1
onClipEvent (load) { trueY = _y; } onClipEvent (enterFrame) { if (_currentframe == 173) { _alpha = (_alpha - 10); } if (_alpha <= 0) { _y = 289; } }
Instance of Symbol 681 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button2._currentframe == 173) { if (hitTest(_root.monkey) && (this._currentframe < 200)) { MMEDIATOR = MMEDIATOR + 1; NEXTFRAME = true; PREVFRAME = false; } else { NEXTFRAME = false; MMEDIATOR = 0; } if (!hitTest(_root.monkey)) { PREVFRAME = true; NEXTFRAME = false; } } if (MMEDIATOR == 1) { MONKEYX = _root.monkey._x; } if (NEXTFRAME == true) { this.nextFrame(); } if ((PREVFRAME == true) && (_currentframe != 1)) { this.prevFrame(); _parent.button2._currentframe = 1; _parent.button2._y = _parent.button2.trueY; _parent.button2._alpha = 100; } }
Instance of Symbol 615 MovieClip "button6" in Symbol 682 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("bat") != -1)) { _root.TEMPVCAMX = 2722; _root.TEMPVCAMY = 26; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 674 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button6._currentframe == 2) { if (_currentframe == 2) { _root.adjustsound.play(); } this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 463 MovieClip in Symbol 683 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Symbol 684 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 100
stop();
Symbol 685 MovieClip Frame 1
stop();
Symbol 685 MovieClip Frame 100
stop();
Symbol 686 MovieClip Frame 1
stop();
Symbol 687 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 100
stop();
Symbol 689 MovieClip Frame 1
stop();
Symbol 689 MovieClip Frame 100
stop();
Instance of Symbol 684 MovieClip in Symbol 690 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent.button7._currentframe == 2) && (_currentframe == 1)) { this.play(); } }
Instance of Symbol 685 MovieClip in Symbol 690 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent.button7._currentframe == 2) && (_currentframe == 1)) { this.play(); } }
Instance of Symbol 686 MovieClip in Symbol 690 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button8._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 687 MovieClip in Symbol 690 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button8._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 688 MovieClip in Symbol 690 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent.button9._currentframe == 2) && (_currentframe == 1)) { this.play(); } }
Instance of Symbol 689 MovieClip in Symbol 690 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent.button9._currentframe == 2) && (_currentframe == 1)) { this.play(); } if (_currentframe == 2) { _root.adjustsound.play(); } }
Instance of Symbol 608 MovieClip "button7" in Symbol 690 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { this.play(); } } } }
Instance of Symbol 611 MovieClip "button8" in Symbol 690 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock5)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 615 MovieClip "button9" in Symbol 690 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("bat") != -1)) { this.play(); } } } }
Instance of Symbol 463 MovieClip in Symbol 691 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Symbol 692 MovieClip Frame 1
stop();
Instance of Symbol 608 MovieClip in Symbol 692 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { this.play(); } } } else { _parent.play(); } }
Symbol 692 MovieClip Frame 30
stop();
Symbol 694 MovieClip Frame 1
stop();
Instance of Symbol 679 MovieClip in Symbol 695 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button10._currentframe == 2) { this.prevFrame(); } } onClipEvent (load) { this.gotoAndStop(40); }
Instance of Symbol 679 MovieClip in Symbol 695 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button6d._currentframe == 30) { this.prevFrame(); } else { this.nextFrame(); } } onClipEvent (load) { this.gotoAndStop(40); }
Instance of Symbol 679 MovieClip in Symbol 695 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button6e._currentframe == 2) { if (_currentframe == 38) { _root.adjustsound.play(); } this.prevFrame(); } } onClipEvent (load) { this.gotoAndStop(40); }
Instance of Symbol 693 MovieClip in Symbol 695 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent.button6d._currentframe == 30) || (_root.rock6a._x > 1225)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 694 MovieClip in Symbol 695 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button10._currentframe == 2) { this.nextFrame(); } }
Instance of Symbol 694 MovieClip in Symbol 695 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button6d._currentframe == 30) { this.nextFrame(); } }
Instance of Symbol 694 MovieClip in Symbol 695 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button6e._currentframe == 2) { this.nextFrame(); } }
Instance of Symbol 608 MovieClip "button10" in Symbol 695 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 362; _root.TEMPVCAMY = 104; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 615 MovieClip "button6e" in Symbol 695 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("bat") != -1)) { _root.TEMPVCAMX = 890; _root.TEMPVCAMY = -260; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 611 MovieClip "button6d" in Symbol 695 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock6a)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 463 MovieClip in Symbol 696 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Symbol 697 MovieClip Frame 1
stop();
Instance of Symbol 697 MovieClip in Symbol 698 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button7a._currentframe == 2) { this.nextFrame(); if (_currentframe == 2) { _root.adjustsound.play(); } } }
Instance of Symbol 615 MovieClip "button7a" in Symbol 698 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("bat") != -1)) { this.play(); } } } }
Instance of Symbol 463 MovieClip in Symbol 699 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Symbol 701 MovieClip Frame 1
stop();
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (42); }
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (34); }
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (26); }
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (18); }
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (10); }
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (2); }
Symbol 704 MovieClip Frame 1
stop();
Symbol 707 MovieClip Frame 90
gotoAndPlay (1);
Symbol 707 MovieClip Frame 189
stop();
Instance of Symbol 701 MovieClip in Symbol 708 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button8a._currentframe == 2) { this.nextFrame(); } }
Instance of Symbol 704 MovieClip in Symbol 708 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button8b._currentframe == 30) { this.nextFrame(); } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 707 MovieClip in Symbol 708 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent.button8c._currentframe == 2) && (this._currentframe < 91)) { this.gotoAndPlay(91); } if (_currentframe == 93) { _root.adjustsound.play(); } }
Instance of Symbol 608 MovieClip "button8a" in Symbol 708 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { this.play(); } } } }
Instance of Symbol 611 MovieClip "button8b" in Symbol 708 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock8)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 615 MovieClip "button8c" in Symbol 708 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("bat") != -1)) { this.play(); } } } }
Instance of Symbol 463 MovieClip in Symbol 709 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Instance of Symbol 693 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button9e._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button9a._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button9b._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button9c._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button9f._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button9g._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 710 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.activeobject.indexOf("squirrel") != -1) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 608 MovieClip "button9a" in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 280; _root.TEMPVCAMY = 50; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 674 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button9d._currentframe == 2) { this.nextFrame(); if (_currentframe == 2) { _root.adjustsound.play(); } } else { this.prevFrame(); } }
Instance of Symbol 460 MovieClip "button9e" in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { _root.TEMPVCAMX = 356; _root.TEMPVCAMY = -224; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } }
Instance of Symbol 460 MovieClip "button9f" in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { _root.TEMPVCAMX = 54; _root.TEMPVCAMY = -678; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } }
Instance of Symbol 460 MovieClip "button9g" in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { _root.TEMPVCAMX = 594; _root.TEMPVCAMY = -884; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } }
Instance of Symbol 608 MovieClip "button9b" in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 528; _root.TEMPVCAMY = 32; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 608 MovieClip "button9c" in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 774; _root.TEMPVCAMY = 34; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 608 MovieClip "button9d" in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { this.play(); } } } }
Instance of Symbol 463 MovieClip in Symbol 712 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Instance of Symbol 674 MovieClip in Symbol 713 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button10b._currentframe == 30) { if (_currentframe == 2) { _root.adjustsound.play(); } this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 675 MovieClip in Symbol 713 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button10a._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 608 MovieClip "button10a" in Symbol 713 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 844; _root.TEMPVCAMY = 216; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 611 MovieClip "button10b" in Symbol 713 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock10a) && (Math.abs(_root.rock10a._height - _root.rock10a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 463 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Instance of Symbol 476 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (load) { messageText = "You can now use the spell GROW/SHRINK! Shrink animals and rocks or revert them to their normal size using W and S!"; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (load) { messageText = "Use W and S to shrink and grow your magic poo once it's been thrown!"; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (load) { messageText = "Small rocks can't press buttons..."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button11a" in Symbol 715 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock11a) && (Math.abs(_root.rock11a._height - _root.rock11a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 674 MovieClip in Symbol 715 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button11a._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 616 MovieClip in Symbol 715 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button11b._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 608 MovieClip "button11b" in Symbol 715 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { this.play(); } } } }
Instance of Symbol 611 MovieClip "button11c" in Symbol 715 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock11a) && (Math.abs(_root.rock11a._height - _root.rock11a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 674 MovieClip in Symbol 715 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button11c._currentframe == 30) { this.nextFrame(); if (_currentframe == 2) { _root.adjustsound.play(); } } else { this.prevFrame(); } }
Instance of Symbol 463 MovieClip in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Symbol 719 MovieClip Frame 1
stop();
Instance of Symbol 693 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button12a._currentframe == 30) { this.nextFrame(); if (_currentframe == 2) { _root.adjustsound.play(); } } else { this.prevFrame(); } }
Instance of Symbol 717 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button12c._currentframe == 2) { this.play(); } else { this.stop(); } }
Instance of Symbol 710 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button12a._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 675 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button12c._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button12a" in Symbol 720 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock12a) && (Math.abs(_root.rock12a._height - _root.rock12a.trueHeight) < 1)) { this.nextFrame(); if (_currentframe == 30) { adsf++; } if ((_currentframe == 30) && (adsf == 2)) { _root.TEMPVCAMX = 1662; _root.TEMPVCAMY = 60; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); } } else { adsf = 0; this.prevFrame(); } }
Instance of Symbol 460 MovieClip "button12b" in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); } } }
Instance of Symbol 608 MovieClip "button12c" in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 1086; _root.TEMPVCAMY = 214; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 719 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button12b._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 463 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Symbol 733 MovieClip Frame 1
stop();
Symbol 733 MovieClip Frame 55
stop();
Symbol 734 MovieClip Frame 1
stop();
Symbol 735 MovieClip Frame 1
stop();
Symbol 736 MovieClip Frame 1
stop();
Symbol 736 MovieClip Frame 30
stop();
Symbol 737 MovieClip Frame 1
stop();
Instance of Symbol 734 MovieClip "column2" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button13b._currentframe == 2) { if (((_parent.button13c1._currentframe == 2) && (_parent.button13c2._currentframe == 30)) && (_parent.button13c3._currentframe == 2)) { if (_currentframe == 13) { _root.adjustsound.play(); } this.prevFrame(); } else { this.nextFrame(); } } }
Instance of Symbol 734 MovieClip "column1" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button13b._currentframe == 2) { if (((_parent.button13c1._currentframe == 2) && (_parent.button13c2._currentframe == 30)) && (_parent.button13c3._currentframe == 2)) { this.prevFrame(); } else { this.nextFrame(); } } }
Instance of Symbol 735 MovieClip in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button13c2._currentframe == 30) { this.nextFrame(); } }
Instance of Symbol 710 MovieClip "closingground1" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (((_parent.button13c1._currentframe == 2) && (_parent.button13c2._currentframe == 30)) && (_parent.button13c3._currentframe == 2)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 710 MovieClip "closingground2" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (((_parent.button13c1._currentframe == 2) && (_parent.button13c2._currentframe == 30)) && (_parent.button13c3._currentframe == 2)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button13a._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button13c1._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button13a" in Symbol 737 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock13a) && (Math.abs(_root.rock13a._height - _root.rock13a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 736 MovieClip in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button13b._currentframe == 2) { this.nextFrame(); } }
Instance of Symbol 460 MovieClip "button13b" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); } } }
Instance of Symbol 615 MovieClip "button13c3" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("bat") != -1)) { _root.TEMPVCAMX = 298; _root.TEMPVCAMY = -364; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 608 MovieClip "button13c1" in Symbol 737 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 1202; _root.TEMPVCAMY = 136; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 611 MovieClip "button13c2" in Symbol 737 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock13b) && (Math.abs(_root.rock13b._height - _root.rock13b.trueHeight) < 1)) { this.nextFrame(); if (_currentframe == 30) { asdf++; } if ((_currentframe == 30) && (asdf == 2)) { _root.TEMPVCAMX = 1485; _root.TEMPVCAMY = 192; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); } } else { asdf = 0; this.prevFrame(); } }
Instance of Symbol 737 MovieClip "land" in Symbol 738 MovieClip Frame 1
onClipEvent (load) { stat = 0; } onClipEvent (enterFrame) { if ((stat == -1) && (_currentframe > 1)) { this.prevFrame(); } else if ((stat == 1) && (_currentframe < 30)) { this.nextFrame(); } if (Key.isDown(65) && (!Key.isDown(68))) { stat = 1; } if (Key.isDown(68) && (!Key.isDown(65))) { stat = -1; } }
Instance of Symbol 463 MovieClip in Symbol 738 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Symbol 739 MovieClip Frame 1
stop();
Instance of Symbol 719 MovieClip in Symbol 740 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button14b._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 460 MovieClip "button14c" in Symbol 740 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { _root.TEMPVCAMX = 1654; _root.TEMPVCAMY = -94; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } }
Instance of Symbol 611 MovieClip "button14b" in Symbol 740 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock14a) && (Math.abs(_root.rock14a._height - _root.rock14a.trueHeight) < 1)) { this.nextFrame(); if (_currentframe == 30) { asdf++; if (asdf == 2) { _root.TEMPVCAMX = 960; _root.TEMPVCAMY = -22; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); } } } else { asdf = 0; this.prevFrame(); } }
Instance of Symbol 710 MovieClip in Symbol 740 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(30); } onClipEvent (enterFrame) { if (_parent.button14a._currentframe == 2) { this.prevFrame(); } }
Instance of Symbol 608 MovieClip "button14a" in Symbol 740 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 1634; _root.TEMPVCAMY = 76; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 675 MovieClip in Symbol 740 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(95); } onClipEvent (enterFrame) { if (_parent.button14c._currentframe == 2) { this.prevFrame(); if (_currentframe == 90) { _root.adjustsound.play(); } } }
Instance of Symbol 739 MovieClip "man14a" in Symbol 740 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (_parent._parent.manhitzone.hitTest(_root[i]) && (i.indexOf("bat") != -1)) { this.nextFrame(); } } } if (_currentframe == 2) { _x = (_x - 5); _alpha = (_alpha - 3); } if (_alpha < 0) { _y = 10000; } }
Instance of Symbol 463 MovieClip in Symbol 743 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Instance of Symbol 476 MovieClip in Symbol 743 MovieClip Frame 1
onClipEvent (load) { messageText = "Scare people away by surprising them with a spooky animal!"; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 679 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) { if (NEXTFRAME == true) { this.nextFrame(); } if (PREVFRAME == true) { this.prevFrame(); } if (_root.monkey.hitTest(_parent._parent.hitzone)) { NEXTFRAME = true; PREVFRAME = false; } if (_root.monkey.hitTest(_parent._parent.hitzone2)) { NEXTFRAME = false; PREVFRAME = true; } }
Instance of Symbol 460 MovieClip "button15c" in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); } } else if (_alpha > 0) { _alpha = (_alpha - 10); } else { _y = 1000; } }
Instance of Symbol 608 MovieClip "button15a" in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 1028; _root.TEMPVCAMY = 112; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 611 MovieClip "button15b" in Symbol 744 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock15a) && (Math.abs(_root.rock15a._height - _root.rock15a.trueHeight) < 1)) { this.nextFrame(); if (_currentframe == 30) { asdf++; if (asdf == 2) { _root.TEMPVCAMX = 1028; _root.TEMPVCAMY = 112; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); } } } else { asdf = 0; this.prevFrame(); } }
Instance of Symbol 739 MovieClip "man15a" in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (_parent._parent.manhitzone.hitTest(_root[i]) && (i.indexOf("bat") != -1)) { _root.adjustsound.play(); this.nextFrame(); } } } if (_currentframe == 2) { _x = (_x - 5); _alpha = (_alpha - 3); } if (_alpha < 0) { _y = 10000; } }
Instance of Symbol 719 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button15c._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 719 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button15b._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 719 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button15a._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 463 MovieClip in Symbol 745 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Instance of Symbol 747 MovieClip in Symbol 748 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent._parent.button16b._currentframe == 30) { this.prevFrame(); } else { this.nextFrame(); } }
Symbol 749 MovieClip Frame 1
stop();
Instance of Symbol 674 MovieClip "column16a" in Symbol 750 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button16a._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 750 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.monkey._x < 688) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 750 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.monkey._x < 688) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button16a" in Symbol 750 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock16a) && (_root.rock16a.growtimer == 0)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 749 MovieClip in Symbol 750 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button16c._currentframe == 2) { this.nextFrame(); if (_currentframe == 2) { _root.adjustsound.play(); } } }
Instance of Symbol 611 MovieClip "button16b" in Symbol 750 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock16b) && (_root.rock16b.growtimer == 0)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 608 MovieClip "button16c" in Symbol 750 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { this.play(); } } } }
Instance of Symbol 463 MovieClip in Symbol 751 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Instance of Symbol 476 MovieClip in Symbol 751 MovieClip Frame 1
onClipEvent (load) { messageText = "Large, white rocks will grow by themselves unless you are controlling them."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Symbol 752 MovieClip Frame 1
stop();
Symbol 752 MovieClip Frame 26
stop();
Symbol 753 MovieClip Frame 136
gotoAndPlay (1);
Instance of Symbol 752 MovieClip "log rising" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17b._currentframe == 30) { this.prevFrame(); } else { this.nextFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17a.pressing._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17g._currentframe == 2) { this.nextFrame(); if (_currentframe == 2) { _root.adjustsound.play(); } } else { this.prevFrame(); } }
Instance of Symbol 710 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17d._currentframe == 2) { this.prevFrame(); } else { this.nextFrame(); } }
Instance of Symbol 710 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17e._currentframe == 2) { this.prevFrame(); } else { this.nextFrame(); } }
Instance of Symbol 710 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17f._currentframe == 2) { this.prevFrame(); } else { this.nextFrame(); } }
Instance of Symbol 754 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17d._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 754 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17e._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 754 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17h._currentframe == 30) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 754 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17j._currentframe == 30) { this.prevFrame(); } else { this.nextFrame(); } }
Instance of Symbol 754 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17f._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 755 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button17b._currentframe == 30) { this.prevFrame(); } else { this.nextFrame(); } }
Instance of Symbol 611 MovieClip "button17b" in Symbol 756 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock17a) && (_root.rock17a.growtimer == 0)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 608 MovieClip "button17g" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { this.play(); } } } }
Instance of Symbol 611 MovieClip "button17h" in Symbol 756 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock17b) && (Math.abs(_root.rock17b._height - _root.rock17b.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button17j" in Symbol 756 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock17d) && (_root.rock17d.growtimer == 0)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 460 MovieClip "button17a" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { _root.TEMPVCAMX = 1108; _root.TEMPVCAMY = 142; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.nextFrame(); } } if (_currentframe == 2) { if (!_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.pressing.prevFrame(); if (this.pressing._currentframe == 1) { this.prevFrame(); } } } }
Instance of Symbol 460 MovieClip "button17d" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.nextFrame(); } } if (_currentframe == 2) { if (!_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.pressing.prevFrame(); if (this.pressing._currentframe == 1) { this.prevFrame(); } } } }
Instance of Symbol 460 MovieClip "button17e" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.nextFrame(); } } if (_currentframe == 2) { if (!_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.pressing.prevFrame(); if (this.pressing._currentframe == 1) { this.prevFrame(); } } } }
Instance of Symbol 460 MovieClip "button17f" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.nextFrame(); } } if (_currentframe == 2) { if (!_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.pressing.prevFrame(); if (this.pressing._currentframe == 1) { this.prevFrame(); } } } }
Instance of Symbol 463 MovieClip in Symbol 757 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Instance of Symbol 476 MovieClip in Symbol 757 MovieClip Frame 1
onClipEvent (load) { messageText = "Whitish buttons have to be held down."; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Symbol 758 MovieClip Frame 1
stop();
Instance of Symbol 693 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button19a._currentframe == 30) { this.prevFrame(); } else { this.nextFrame(); } }
Instance of Symbol 693 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button19c._currentframe == 2) { this.nextFrame(); if (_currentframe == 2) { _root.adjustsound.play(); } } else { this.prevFrame(); } }
Instance of Symbol 460 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); _parent.obstacle19a.play(); } } if (_parent.obstacle19a._currentframe == 110) { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button19a" in Symbol 761 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock19a) && (_root.rock19a.growtimer == 0)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 760 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button19b._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 460 MovieClip "button19b" in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.nextFrame(); } } if (_currentframe == 2) { if (!_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.pressing.prevFrame(); if (this.pressing._currentframe == 1) { this.prevFrame(); } } } }
Instance of Symbol 460 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); _parent.obstacle19a.play(); } } if (_parent.obstacle19a._currentframe == 110) { this.prevFrame(); } }
Instance of Symbol 460 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); _parent.obstacle19a.play(); } } if (_parent.obstacle19a._currentframe == 110) { this.prevFrame(); } }
Instance of Symbol 460 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); _parent.obstacle19a.play(); } } if (_parent.obstacle19a._currentframe == 110) { this.prevFrame(); } }
Instance of Symbol 460 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.play(); _parent.obstacle19a.play(); } } if (_parent.obstacle19a._currentframe == 110) { this.prevFrame(); } }
Instance of Symbol 608 MovieClip "button19c" in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 2684; _root.TEMPVCAMY = 642; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 463 MovieClip in Symbol 762 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.monkey)) { _root.targetFrame = _root._currentframe + 1; _root.leveltransition.play(); } }
Instance of Symbol 476 MovieClip in Symbol 762 MovieClip Frame 1
onClipEvent (load) { messageText = "Nope!"; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 762 MovieClip Frame 1
onClipEvent (load) { messageText = "Well Done!"; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 762 MovieClip Frame 1
onClipEvent (load) { messageText = "Wrong!"; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 611 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; gotoAndStop (30); } onClipEvent (enterFrame) { if (hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } }
Symbol 764 MovieClip Frame 1
stop();
Instance of Symbol 611 MovieClip "button20d1" in Symbol 764 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } if (_currentframe == 30) { _alpha = (_alpha - 5); } if (_alpha <= 0) { _y = 10000; } }
Instance of Symbol 611 MovieClip "button20d" in Symbol 764 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } if ((_currentframe == 30) && (_parent._currentframe == 1)) { _parent.play(); } }
Symbol 764 MovieClip Frame 40
stop();
Symbol 766 MovieClip Frame 1
stop();
Instance of Symbol 693 MovieClip in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent.button20d2._currentframe > 25) || (_root.terrain.hitzone4.hitTest(_root.rock20a))) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 765 MovieClip in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button20d3._currentframe > 25) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button20d2" in Symbol 766 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (_root.terrain.hitzone.hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button20d3" in Symbol 766 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (_root.terrain.hitzone2.hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button20d4" in Symbol 766 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } if ((_currentframe == 30) && (_parent._currentframe == 1)) { _parent.play(); } }
Instance of Symbol 693 MovieClip in Symbol 766 MovieClip Frame 2
onClipEvent (enterFrame) { if (_parent.button20d2._currentframe > 25) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 765 MovieClip in Symbol 766 MovieClip Frame 2
onClipEvent (enterFrame) { if (_parent.button20d3._currentframe > 25) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button20d2" in Symbol 766 MovieClip Frame 2
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (_root.terrain.hitzone.hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button20d3" in Symbol 766 MovieClip Frame 2
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (_root.terrain.hitzone2.hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 611 MovieClip "button20d4" in Symbol 766 MovieClip Frame 2
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } if ((_currentframe == 30) && (_parent._currentframe == 1)) { _parent.play(); } }
Symbol 766 MovieClip Frame 50
stop();
Symbol 769 MovieClip Frame 1
stop();
Instance of Symbol 710 MovieClip in Symbol 769 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button20f._currentframe == 2) { this.prevFrame(); } else { this.nextFrame(); } }
Instance of Symbol 611 MovieClip "button20f2" in Symbol 769 MovieClip Frame 1
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } if ((_currentframe == 30) && (_parent._currentframe == 1)) { _parent.play(); } }
Instance of Symbol 460 MovieClip "button20f" in Symbol 769 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { if (hitTest(_root.monkey)) { this.nextFrame(); } } if (_currentframe == 2) { if (!hitTest(_root.monkey)) { this.pressing.prevFrame(); if (this.pressing._currentframe == 1) { this.prevFrame(); } } } }
Instance of Symbol 611 MovieClip "button20f2" in Symbol 769 MovieClip Frame 2
onClipEvent (load) { currentHit = ""; } onClipEvent (enterFrame) { if (hitTest(_root.rock20a) && (Math.abs(_root.rock20a._height - _root.rock20a.trueHeight) < 1)) { this.nextFrame(); } else { this.prevFrame(); } if ((_currentframe == 30) && (_parent._currentframe == 1)) { _parent.play(); } }
Instance of Symbol 460 MovieClip "button20f" in Symbol 769 MovieClip Frame 2
onClipEvent (enterFrame) { if (_currentframe == 1) { if (_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.nextFrame(); } } if (_currentframe == 2) { if (!_root.monkey.hitTest((_x + _parent._parent._x) + (_width / 2), (_y + _parent._parent._y) - 30)) { this.pressing.prevFrame(); if (this.pressing._currentframe == 1) { this.prevFrame(); } } } }
Instance of Symbol 710 MovieClip in Symbol 769 MovieClip Frame 2
onClipEvent (enterFrame) { if (_parent.button20f._currentframe == 2) { this.prevFrame(); } else { this.nextFrame(); } }
Symbol 769 MovieClip Frame 60
stop();
Symbol 794 MovieClip Frame 1
stop();
Instance of Symbol 674 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button2._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 767 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (((_parent.button20a._currentframe == 2) && (_parent.button20b._currentframe == 2)) && (_parent.button20c._currentframe == 2)) { this.gotoAndStop(_currentframe - 5); } }
Instance of Symbol 608 MovieClip "button20a" in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 1583; _root.TEMPVCAMY = -197; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 608 MovieClip "button20b" in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 1801; _root.TEMPVCAMY = -317; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 608 MovieClip "button20c" in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (hitTest(_root[i]) && (i.indexOf("squirrel") != -1)) { _root.TEMPVCAMX = 2019; _root.TEMPVCAMY = -511; _root.TEMPVCAMHEIGHT = Stage.height; _root.TEMPVCAMWIDTH = Stage.width; _root.vcamwidthadjuster.play(); this.play(); } } } }
Instance of Symbol 768 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(30); } onClipEvent (enterFrame) { if (_parent.button20a._currentframe == 2) { this.prevFrame(); } }
Instance of Symbol 768 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(30); } onClipEvent (enterFrame) { if (_parent.button20b._currentframe == 2) { this.prevFrame(); } }
Instance of Symbol 768 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(30); } onClipEvent (enterFrame) { if (_parent.button20c._currentframe == 2) { this.prevFrame(); } }
Instance of Symbol 616 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (((_parent.button20a._currentframe == 2) && (_parent.button20b._currentframe == 2)) && (_parent.button20c._currentframe == 2)) { this.nextFrame(); } }
Instance of Symbol 674 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button2._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 674 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button2._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 674 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button2._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 674 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button2._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 674 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.button2._currentframe == 2) { this.nextFrame(); } else { this.prevFrame(); } }
Instance of Symbol 794 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe == 1) { for (i in _root) { if (_parent._parent.manhitzone.hitTest(_root[i]) && (i.indexOf("bat") != -1)) { this.nextFrame(); } } } if (_currentframe == 2) { _x = (_x - 5); _alpha = (_alpha - 3); } if (_alpha < 0) { _y = 10000; } }
Instance of Symbol 794 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_currentframe == 2) && (_alpha == 100)) { _root.adjustsound.play(); } if (_currentframe == 1) { for (i in _root) { if (_parent._parent.manhitzone2.hitTest(_root[i]) && (i.indexOf("bat") != -1)) { this.nextFrame(); } } } if (_currentframe == 2) { _x = (_x - 5); _alpha = (_alpha - 3); } if (_alpha < 0) { _y = 10000; } }
Instance of Symbol 476 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (load) { messageText = "\nThanks for playing! We hope you enjoyed the game!"; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Instance of Symbol 476 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (load) { messageText = "\n\nBananas-->"; } onClipEvent (enterFrame) { if (hitTest(_root[_root.activeobject])) { if (_currentframe < 30) { this.nextFrame(); } } else if (_currentframe > 1) { this.prevFrame(); } }
Symbol 976 MovieClip Frame 1
stopAllSounds();
Symbol 976 MovieClip Frame 292
stopAllSounds();
Symbol 976 MovieClip Frame 2046
stop(); stopAllSounds(); _root.leveltransition.play(); _root.targetFrame = 4;

Library Items

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

Instance Names

"maxgames"Frame 1Symbol 19 Button
"leveltransition"Frame 1Symbol 21 MovieClip
"normalmenu"Frame 4Symbol 413 MovieClip
"levelselect"Frame 4Symbol 452 MovieClip
"terrain"Frame 5Symbol 477 MovieClip
"chimesound"Frame 5Symbol 480 MovieClip
"growshrinksound"Frame 5Symbol 484 MovieClip
"music"Frame 5Symbol 490 MovieClip
"adjustsound"Frame 5Symbol 493 MovieClip
"adjustsound2"Frame 5Symbol 496 MovieClip
"jumpsound"Frame 5Symbol 500 MovieClip
"HUD"Frame 5Symbol 508 MovieClip
"vcamwidthadjuster"Frame 5Symbol 510 MovieClip
"hudindicator"Frame 5Symbol 512 MovieClip
"monkey"Frame 5Symbol 576 MovieClip
"poop"Frame 5Symbol 577 MovieClip
"possessanim"Frame 5Symbol 582 MovieClip
"vcam"Frame 5Symbol 584 MovieClip
"pausemenu"Frame 5Symbol 600 MovieClip
"terrain"Frame 6Symbol 618 MovieClip
"squirrel"Frame 6Symbol 665 MovieClip
"bat"Frame 6Symbol 669 MovieClip
"rock"Frame 6Symbol 673 MovieClip
"terrain"Frame 7Symbol 677 MovieClip
"squirrel1"Frame 7Symbol 665 MovieClip
"rock1"Frame 7Symbol 673 MovieClip
"terrain"Frame 8Symbol 683 MovieClip
"bat2"Frame 8Symbol 669 MovieClip
"terrain"Frame 9Symbol 691 MovieClip
"squirrel5"Frame 9Symbol 665 MovieClip
"rock5"Frame 9Symbol 673 MovieClip
"bat5"Frame 9Symbol 669 MovieClip
"terrain"Frame 10Symbol 696 MovieClip
"squirrel6a"Frame 10Symbol 665 MovieClip
"squirrel6b"Frame 10Symbol 665 MovieClip
"squirrel6c"Frame 10Symbol 665 MovieClip
"rock6a"Frame 10Symbol 673 MovieClip
"bat6a"Frame 10Symbol 669 MovieClip
"terrain"Frame 11Symbol 699 MovieClip
"bat7a"Frame 11Symbol 669 MovieClip
"terrain"Frame 12Symbol 709 MovieClip
"squirrel8a"Frame 12Symbol 665 MovieClip
"bat8a"Frame 12Symbol 669 MovieClip
"rock8"Frame 12Symbol 673 MovieClip
"terrain"Frame 13Symbol 712 MovieClip
"squirrel9a"Frame 13Symbol 665 MovieClip
"terrain"Frame 14Symbol 714 MovieClip
"growshrinksound"Frame 14Symbol 484 MovieClip
"squirrel10a"Frame 14Symbol 665 MovieClip
"rock10a"Frame 14Symbol 673 MovieClip
"monkey"Frame 14Symbol 576 MovieClip
"poop"Frame 14Symbol 577 MovieClip
"terrain"Frame 15Symbol 716 MovieClip
"squirrel11a"Frame 15Symbol 665 MovieClip
"rock11a"Frame 15Symbol 673 MovieClip
"terrain"Frame 16Symbol 721 MovieClip
"squirrel12a"Frame 16Symbol 665 MovieClip
"rock12a"Frame 16Symbol 673 MovieClip
"terrain"Frame 17Symbol 738 MovieClip
"rock13a"Frame 17Symbol 673 MovieClip
"squirrel13a"Frame 17Symbol 665 MovieClip
"bat13a"Frame 17Symbol 669 MovieClip
"rock13b"Frame 17Symbol 673 MovieClip
"terrain"Frame 18Symbol 743 MovieClip
"rock14a"Frame 18Symbol 673 MovieClip
"squirrel14a"Frame 18Symbol 665 MovieClip
"bat14a"Frame 18Symbol 669 MovieClip
"terrain"Frame 19Symbol 745 MovieClip
"rock15a"Frame 19Symbol 673 MovieClip
"squirrel15a"Frame 19Symbol 665 MovieClip
"bat15a"Frame 19Symbol 669 MovieClip
"terrain"Frame 20Symbol 751 MovieClip
"rock16a"Frame 20Symbol 673 MovieClip
"squirrel16a"Frame 20Symbol 665 MovieClip
"rock16b"Frame 20Symbol 673 MovieClip
"terrain"Frame 21Symbol 757 MovieClip
"rock17a"Frame 21Symbol 673 MovieClip
"squirrel15a"Frame 21Symbol 665 MovieClip
"rock17d"Frame 21Symbol 673 MovieClip
"rock17b"Frame 21Symbol 673 MovieClip
"terrain"Frame 22Symbol 762 MovieClip
"rock19a"Frame 22Symbol 673 MovieClip
"squirrel19a"Frame 22Symbol 665 MovieClip
"terrain"Frame 23Symbol 796 MovieClip
"squirrel20a"Frame 23Symbol 665 MovieClip
"squirrel20b"Frame 23Symbol 665 MovieClip
"squirrel20c"Frame 23Symbol 665 MovieClip
"rock20a"Frame 23Symbol 673 MovieClip
"bat20a"Frame 23Symbol 669 MovieClip
"hitzone5"Frame 23Symbol 800 MovieClip
"button6"Symbol 452 MovieClip Frame 1Symbol 430 Button
"button11"Symbol 452 MovieClip Frame 1Symbol 431 Button
"button16"Symbol 452 MovieClip Frame 1Symbol 432 Button
"button2"Symbol 452 MovieClip Frame 1Symbol 433 Button
"button3"Symbol 452 MovieClip Frame 1Symbol 434 Button
"button4"Symbol 452 MovieClip Frame 1Symbol 435 Button
"button5"Symbol 452 MovieClip Frame 1Symbol 436 Button
"button7"Symbol 452 MovieClip Frame 1Symbol 437 Button
"button8"Symbol 452 MovieClip Frame 1Symbol 438 Button
"button9"Symbol 452 MovieClip Frame 1Symbol 439 Button
"button10"Symbol 452 MovieClip Frame 1Symbol 440 Button
"button12"Symbol 452 MovieClip Frame 1Symbol 441 Button
"button13"Symbol 452 MovieClip Frame 1Symbol 442 Button
"button14"Symbol 452 MovieClip Frame 1Symbol 443 Button
"button15"Symbol 452 MovieClip Frame 1Symbol 444 Button
"button17"Symbol 452 MovieClip Frame 1Symbol 445 Button
"button18"Symbol 452 MovieClip Frame 1Symbol 446 Button
"button19"Symbol 452 MovieClip Frame 1Symbol 447 Button
"pressing"Symbol 460 MovieClip Frame 2Symbol 457 MovieClip
"wall1"Symbol 461 MovieClip Frame 1Symbol 454 MovieClip
"button1"Symbol 461 MovieClip Frame 1Symbol 460 MovieClip
"textmessage"Symbol 474 MovieClip Frame 1Symbol 473 EditableText
"messageholder"Symbol 476 MovieClip Frame 22Symbol 474 MovieClip
"land"Symbol 477 MovieClip Frame 1Symbol 461 MovieClip
"currentlevel"Symbol 508 MovieClip Frame 1Symbol 507 EditableText
"maxgames"Symbol 508 MovieClip Frame 1Symbol 19 Button
"muteword"Symbol 599 MovieClip Frame 1Symbol 598 MovieClip
"pressing"Symbol 608 MovieClip Frame 2Symbol 607 MovieClip
"button1"Symbol 617 MovieClip Frame 1Symbol 608 MovieClip
"button2"Symbol 617 MovieClip Frame 1Symbol 611 MovieClip
"button3"Symbol 617 MovieClip Frame 1Symbol 615 MovieClip
"land"Symbol 618 MovieClip Frame 1Symbol 617 MovieClip
"poop"Symbol 665 MovieClip Frame 1Symbol 634 MovieClip
"poop"Symbol 669 MovieClip Frame 1Symbol 668 MovieClip
"poop"Symbol 673 MovieClip Frame 1Symbol 672 MovieClip
"crates1"Symbol 676 MovieClip Frame 1Symbol 604 MovieClip
"crates2"Symbol 676 MovieClip Frame 1Symbol 604 MovieClip
"button3"Symbol 676 MovieClip Frame 1Symbol 611 MovieClip
"button4"Symbol 676 MovieClip Frame 1Symbol 611 MovieClip
"button5"Symbol 676 MovieClip Frame 1Symbol 608 MovieClip
"land"Symbol 677 MovieClip Frame 1Symbol 676 MovieClip
"button2"Symbol 682 MovieClip Frame 1Symbol 680 MovieClip
"button6"Symbol 682 MovieClip Frame 1Symbol 615 MovieClip
"hitzone"Symbol 683 MovieClip Frame 1Symbol 65 MovieClip
"hitzone2"Symbol 683 MovieClip Frame 1Symbol 65 MovieClip
"land"Symbol 683 MovieClip Frame 1Symbol 682 MovieClip
"button7"Symbol 690 MovieClip Frame 1Symbol 608 MovieClip
"button8"Symbol 690 MovieClip Frame 1Symbol 611 MovieClip
"button9"Symbol 690 MovieClip Frame 1Symbol 615 MovieClip
"land"Symbol 691 MovieClip Frame 1Symbol 690 MovieClip
"button10"Symbol 695 MovieClip Frame 1Symbol 608 MovieClip
"button6e"Symbol 695 MovieClip Frame 1Symbol 615 MovieClip
"button6d"Symbol 695 MovieClip Frame 1Symbol 611 MovieClip
"land"Symbol 696 MovieClip Frame 1Symbol 695 MovieClip
"button7a"Symbol 698 MovieClip Frame 1Symbol 615 MovieClip
"land"Symbol 699 MovieClip Frame 1Symbol 698 MovieClip
"button8a"Symbol 708 MovieClip Frame 1Symbol 608 MovieClip
"button8b"Symbol 708 MovieClip Frame 1Symbol 611 MovieClip
"button8c"Symbol 708 MovieClip Frame 1Symbol 615 MovieClip
"land"Symbol 709 MovieClip Frame 1Symbol 708 MovieClip
"button9a"Symbol 711 MovieClip Frame 1Symbol 608 MovieClip
"button9e"Symbol 711 MovieClip Frame 1Symbol 460 MovieClip
"button9f"Symbol 711 MovieClip Frame 1Symbol 460 MovieClip
"button9g"Symbol 711 MovieClip Frame 1Symbol 460 MovieClip
"button9b"Symbol 711 MovieClip Frame 1Symbol 608 MovieClip
"button9c"Symbol 711 MovieClip Frame 1Symbol 608 MovieClip
"button9d"Symbol 711 MovieClip Frame 1Symbol 608 MovieClip
"land"Symbol 712 MovieClip Frame 1Symbol 711 MovieClip
"button10a"Symbol 713 MovieClip Frame 1Symbol 608 MovieClip
"button10b"Symbol 713 MovieClip Frame 1Symbol 611 MovieClip
"land"Symbol 714 MovieClip Frame 1Symbol 713 MovieClip
"button11a"Symbol 715 MovieClip Frame 1Symbol 611 MovieClip
"button11b"Symbol 715 MovieClip Frame 1Symbol 608 MovieClip
"button11c"Symbol 715 MovieClip Frame 1Symbol 611 MovieClip
"land"Symbol 716 MovieClip Frame 1Symbol 715 MovieClip
"button12a"Symbol 720 MovieClip Frame 1Symbol 611 MovieClip
"button12b"Symbol 720 MovieClip Frame 1Symbol 460 MovieClip
"button12c"Symbol 720 MovieClip Frame 1Symbol 608 MovieClip
"land"Symbol 721 MovieClip Frame 1Symbol 720 MovieClip
"column2"Symbol 737 MovieClip Frame 1Symbol 734 MovieClip
"column1"Symbol 737 MovieClip Frame 1Symbol 734 MovieClip
"closingground1"Symbol 737 MovieClip Frame 1Symbol 710 MovieClip
"closingground2"Symbol 737 MovieClip Frame 1Symbol 710 MovieClip
"button13a"Symbol 737 MovieClip Frame 1Symbol 611 MovieClip
"button13b"Symbol 737 MovieClip Frame 1Symbol 460 MovieClip
"button13c3"Symbol 737 MovieClip Frame 1Symbol 615 MovieClip
"button13c1"Symbol 737 MovieClip Frame 1Symbol 608 MovieClip
"button13c2"Symbol 737 MovieClip Frame 1Symbol 611 MovieClip
"land"Symbol 738 MovieClip Frame 1Symbol 737 MovieClip
"button14c"Symbol 740 MovieClip Frame 1Symbol 460 MovieClip
"button14b"Symbol 740 MovieClip Frame 1Symbol 611 MovieClip
"button14a"Symbol 740 MovieClip Frame 1Symbol 608 MovieClip
"man14a"Symbol 740 MovieClip Frame 1Symbol 739 MovieClip
"land"Symbol 743 MovieClip Frame 1Symbol 740 MovieClip
"manhitzone"Symbol 743 MovieClip Frame 1Symbol 742 MovieClip
"button15c"Symbol 744 MovieClip Frame 1Symbol 460 MovieClip
"button15a"Symbol 744 MovieClip Frame 1Symbol 608 MovieClip
"button15b"Symbol 744 MovieClip Frame 1Symbol 611 MovieClip
"man15a"Symbol 744 MovieClip Frame 1Symbol 739 MovieClip
"land"Symbol 745 MovieClip Frame 1Symbol 744 MovieClip
"manhitzone"Symbol 745 MovieClip Frame 1Symbol 742 MovieClip
"hitzone"Symbol 745 MovieClip Frame 1Symbol 742 MovieClip
"hitzone2"Symbol 745 MovieClip Frame 1Symbol 742 MovieClip
"column16a"Symbol 750 MovieClip Frame 1Symbol 674 MovieClip
"button16a"Symbol 750 MovieClip Frame 1Symbol 611 MovieClip
"button16b"Symbol 750 MovieClip Frame 1Symbol 611 MovieClip
"button16c"Symbol 750 MovieClip Frame 1Symbol 608 MovieClip
"land"Symbol 751 MovieClip Frame 1Symbol 750 MovieClip
"log rising"Symbol 756 MovieClip Frame 1Symbol 752 MovieClip
"logrising17a"Symbol 756 MovieClip Frame 1Symbol 194 MovieClip
"button17b"Symbol 756 MovieClip Frame 1Symbol 611 MovieClip
"button17g"Symbol 756 MovieClip Frame 1Symbol 608 MovieClip
"button17h"Symbol 756 MovieClip Frame 1Symbol 611 MovieClip
"button17j"Symbol 756 MovieClip Frame 1Symbol 611 MovieClip
"button17a"Symbol 756 MovieClip Frame 1Symbol 460 MovieClip
"button17d"Symbol 756 MovieClip Frame 1Symbol 460 MovieClip
"button17e"Symbol 756 MovieClip Frame 1Symbol 460 MovieClip
"button17f"Symbol 756 MovieClip Frame 1Symbol 460 MovieClip
"land"Symbol 757 MovieClip Frame 1Symbol 756 MovieClip
"obstacle19a"Symbol 761 MovieClip Frame 1Symbol 758 MovieClip
"button19a"Symbol 761 MovieClip Frame 1Symbol 611 MovieClip
"button19b"Symbol 761 MovieClip Frame 1Symbol 460 MovieClip
"button19c"Symbol 761 MovieClip Frame 1Symbol 608 MovieClip
"land"Symbol 762 MovieClip Frame 1Symbol 761 MovieClip
"button20d1"Symbol 764 MovieClip Frame 1Symbol 611 MovieClip
"button20d"Symbol 764 MovieClip Frame 1Symbol 611 MovieClip
"button20d2"Symbol 766 MovieClip Frame 1Symbol 611 MovieClip
"button20d3"Symbol 766 MovieClip Frame 1Symbol 611 MovieClip
"button20d4"Symbol 766 MovieClip Frame 1Symbol 611 MovieClip
"button20d2"Symbol 766 MovieClip Frame 2Symbol 611 MovieClip
"button20d3"Symbol 766 MovieClip Frame 2Symbol 611 MovieClip
"button20d4"Symbol 766 MovieClip Frame 2Symbol 611 MovieClip
"button20f2"Symbol 769 MovieClip Frame 1Symbol 611 MovieClip
"button20f"Symbol 769 MovieClip Frame 1Symbol 460 MovieClip
"button20f2"Symbol 769 MovieClip Frame 2Symbol 611 MovieClip
"button20f"Symbol 769 MovieClip Frame 2Symbol 460 MovieClip
"button20a"Symbol 795 MovieClip Frame 1Symbol 608 MovieClip
"button20b"Symbol 795 MovieClip Frame 1Symbol 608 MovieClip
"button20c"Symbol 795 MovieClip Frame 1Symbol 608 MovieClip
"land"Symbol 796 MovieClip Frame 1Symbol 795 MovieClip
"hitzone4"Symbol 796 MovieClip Frame 1Symbol 742 MovieClip
"manhitzone"Symbol 796 MovieClip Frame 1Symbol 742 MovieClip
"manhitzone2"Symbol 796 MovieClip Frame 1Symbol 742 MovieClip
"hitzone2"Symbol 796 MovieClip Frame 1Symbol 742 MovieClip
"hitzone"Symbol 796 MovieClip Frame 1Symbol 742 MovieClip
"hitzone"Symbol 800 MovieClip Frame 1Symbol 799 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 5 as "fps"
ExportAssets (56)Timeline Frame 1Symbol 977 as "__Packages.MochiAd"

Labels

"wait"Symbol 576 MovieClip Frame 1
"jumpup"Symbol 576 MovieClip Frame 2
"jumpdown"Symbol 576 MovieClip Frame 3
"walk"Symbol 576 MovieClip Frame 4
"float"Symbol 576 MovieClip Frame 5
"cast"Symbol 576 MovieClip Frame 6
"possess animation"Symbol 582 MovieClip Frame 2
"go back to monkey animation"Symbol 582 MovieClip Frame 15
"failed magic"Symbol 582 MovieClip Frame 31
"normal"Symbol 665 MovieClip Frame 1
"wait"Symbol 665 MovieClip Frame 2
"walk"Symbol 665 MovieClip Frame 3
"jumpup"Symbol 665 MovieClip Frame 4
"jumpdown"Symbol 665 MovieClip Frame 5

Dynamic Text Variables

fpsSymbol 3 EditableText"<p align="left"></p>"
currentlevelSymbol 507 EditableText"<p align="center"><font face="Calibri" size="26" color="#000000" letterSpacing="0.000000" kerning="1"><b>12</b></font></p>"




http://swfchan.com/10/46424/info.shtml
Created: 3/5 -2019 17:52:08 Last modified: 3/5 -2019 17:52:08 Server time: 15/05 -2024 15:06:58