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

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

Nightmare Kingdom.swf

This is the info page for
Flash #13746

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


Text
Play

Controls

Story

More games

Space Bar - Attack

Back

Controls

Up Arrow - Jump

Left and Right Arrows - Move

Last night you ate too much
cheese while watching a low
budget horror movie. You went to
bed for a good nights sleep, only
to wake up in a world of
nightmares!

Story

Ahhh!

It's all a dream...

Nooooo!

Visit Snape's DevArt

Visit Snape's DevArt

Visit Shinki Productions

Visit Shinki Productions

Play again

Music:         'Haunted' by Killer of Trolls
'Last Boss Battle Theme 2' by Reone662

Sfx:              Flashkit.com, Simplythebest.net

Testing:        PancakeMaster

Play more games

ActionScript [AS1/AS2]

Frame 1
function damageGuy(dmg) { _root.guyHealth = _root.guyHealth - dmg; } Stage.showMenu = false; var guyMaxHealth = 100; var guyHealth = guyMaxHealth; setClown = function (name) { _root[name].mobFacing = 1; _root[name].mobAnimation = 1; _root[name].getHitWait = 0; _root[name].hp = 40; _root[name].onEnterFrame = function () { this.hitGuyRight = this._parent.guyCont.guyHitRight.hitTest(this._x + (30 * this.mobFacing), this._y + 12, true); this.hitGuyLeft = this._parent.guyCont.guyHitLeft.hitTest(this._x + (30 * this.mobFacing), this._y + 12, true); this.getHit = this._parent.guyCont.guy.atkChar.hammerHit.hitTest(this); if ((this.hp > 0) && (this.getHitWait > 0)) { this.getHitWait--; if (this.getHitWait == 0) { this.mobAnimation = 2; } } else if (this.getHit) { this.hp = this.hp - this._parent.guyCont.damage; this.gotoAndStop("hitRight"); this.mobAnimation = 3; this.getHitWait = 10; if (this.hp <= 0) { this.gotoAndStop("deathRight"); } } if (this.hitGuyLeft && (this._parent.guyCont.guyHurt != 1)) { this._parent.damageGuy(10); this._parent.guyCont._x = this._parent.guyCont._x + 20; this._parent.guyCont.guyHurt = 1; } else if (this.hitGuyRight && (this._parent.guyCont.guyHurt != 1)) { this._parent.damageGuy(10); this._parent.guyCont._x = this._parent.guyCont._x - 20; this._parent.guyCont.guyHurt = 1; } this.rightWall = (((((((this._parent.ground.hitTest(this._x + 22, this._y - 50, true) or this._parent.ground.hitTest(this._x + 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 10, true)) or this._parent.ground.hitTest(this._x + 11, this._y, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 22, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 33, true); this.leftWall = (((((((this._parent.ground.hitTest(this._x - 22, this._y - 50, true) or this._parent.ground.hitTest(this._x - 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x - 11, this._y - 10, true)) or this._parent.ground.hitTest(this._x - 11, this._y, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 22, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 33, true); this.ledgeCheck = this._parent.ground.hitTest(this._x + (2 * this.mobFacing), this._y + 50, true); if (this.stopRight._currentFrame == 15) { this.gotoAndStop("walkRight"); this.mobFacing = this.mobFacing * -1; this._xscale = this.mobFacing * 100; this.mobAnimation = 2; } if (this.mobAnimation == 2) { if (this.ledgeCheck) { i = 4; while (i > 0) { this._x = this._x + this.mobFacing; if (this.mobFacing == 1) { this.wallCheck = (((((((this._parent.ground.hitTest(this._x + 22, this._y - 50, true) or this._parent.ground.hitTest(this._x + 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 10, true)) or this._parent.ground.hitTest(this._x + 11, this._y, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 22, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 33, true); } else if (this.mobFacing == -1) { this.wallCheck = (((((((this._parent.ground.hitTest(this._x - 22, this._y - 50, true) or this._parent.ground.hitTest(this._x - 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x - 11, this._y - 10, true)) or this._parent.ground.hitTest(this._x - 11, this._y, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 22, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 33, true); } this.ledgeCheck = this._parent.ground.hitTest(this._x + (2 * this.mobFacing), this._y + 50, true); if ((!this.ledgeCheck) or this.wallCheck) { i = 1; this._xscale = this.mobFacing * 100; this.gotoAndStop("stopRight"); this.mobAnimation = 1; } i--; } } } }; }; setGhost = function (name) { _root[name].mobFacing = 1; _root[name].mobAnimation = 1; _root[name].getHitWait = 0; _root[name].hp = 60; _root[name].onEnterFrame = function () { this.hitGuyRight = this._parent.guyCont.guyHitRight.hitTest(this._x + (25 * this.mobFacing), this._y + 12, true); this.hitGuyLeft = this._parent.guyCont.guyHitLeft.hitTest(this._x + (25 * this.mobFacing), this._y + 12, true); this.getHit = this._parent.guyCont.guy.atkChar.hammerHit.hitTest(this); if ((this.hp > 0) && (this.getHitWait > 0)) { this.getHitWait--; if (this.getHitWait == 0) { this.mobAnimation = 2; } } else if (this.getHit) { this.hp = this.hp - this._parent.guyCont.damage; this.gotoAndStop("hitRight"); this.mobAnimation = 3; this.getHitWait = 10; if (this.hp <= 0) { this.gotoAndStop("deathRight"); } } if (this.hitGuyLeft && (this._parent.guyCont.guyHurt != 1)) { this._parent.damageGuy(15); this._parent.guyCont._x = this._parent.guyCont._x + 20; this._parent.guyCont.guyHurt = 1; } else if (this.hitGuyRight && (this._parent.guyCont.guyHurt != 1)) { this._parent.damageGuy(15); this._parent.guyCont._x = this._parent.guyCont._x - 20; this._parent.guyCont.guyHurt = 1; } this.rightWall = (((((((this._parent.ground.hitTest(this._x + 22, this._y - 50, true) or this._parent.ground.hitTest(this._x + 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 10, true)) or this._parent.ground.hitTest(this._x + 11, this._y, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 22, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 33, true); this.leftWall = (((((((this._parent.ground.hitTest(this._x - 22, this._y - 50, true) or this._parent.ground.hitTest(this._x - 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x - 11, this._y - 10, true)) or this._parent.ground.hitTest(this._x - 11, this._y, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 22, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 33, true); this.ledgeCheck = this._parent.ground.hitTest(this._x + (2 * this.mobFacing), this._y + 70, true); if (this.stopRight._currentFrame == 15) { this.gotoAndStop("walkRight"); this.mobFacing = this.mobFacing * -1; this._xscale = this.mobFacing * 100; this.mobAnimation = 2; } if (this.mobAnimation == 2) { if (this.ledgeCheck) { i = 4; while (i > 0) { this._x = this._x + this.mobFacing; if (this.mobFacing == 1) { this.wallCheck = (((((((this._parent.ground.hitTest(this._x + 22, this._y - 50, true) or this._parent.ground.hitTest(this._x + 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 10, true)) or this._parent.ground.hitTest(this._x + 11, this._y, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 22, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 33, true); } else if (this.mobFacing == -1) { this.wallCheck = (((((((this._parent.ground.hitTest(this._x - 22, this._y - 50, true) or this._parent.ground.hitTest(this._x - 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x - 11, this._y - 10, true)) or this._parent.ground.hitTest(this._x - 11, this._y, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 22, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 33, true); } this.ledgeCheck = this._parent.ground.hitTest(this._x + (2 * this.mobFacing), this._y + 70, true); if ((!this.ledgeCheck) or this.wallCheck) { i = 1; this._xscale = this.mobFacing * 100; this.gotoAndStop("stopRight"); this.mobAnimation = 1; } i--; } } } }; }; setFlame = function (name) { _root[name].mobFacing = 1; _root[name].mobAnimation = 1; _root[name].getHitWait = 0; _root[name].hp = 1; _root[name].onEnterFrame = function () { this.hitGuyRight = this._parent.guyCont.guyHitRight.hitTest(this._x + (8 * this.mobFacing), this._y + 12, true); this.hitGuyLeft = this._parent.guyCont.guyHitLeft.hitTest(this._x + (8 * this.mobFacing), this._y + 12, true); this.getHit = this._parent.guyCont.guy.atkChar.hammerHit.hitTest(this); if ((this.hp > 0) && (this.getHitWait > 0)) { this.getHitWait--; if (this.getHitWait == 0) { this.mobAnimation = 2; } } else if (this.getHit) { this.hp = this.hp - this._parent.guyCont.damage; this.gotoAndStop("hitRight"); this.mobAnimation = 3; this.getHitWait = 10; if (this.hp <= 0) { this.gotoAndStop("deathRight"); } } if (this.hitGuyLeft && (this._parent.guyCont.guyHurt != 1)) { this._parent.damageGuy(5); this._parent.guyCont._x = this._parent.guyCont._x + 20; this._parent.guyCont.guyHurt = 1; } else if (this.hitGuyRight && (this._parent.guyCont.guyHurt != 1)) { this._parent.damageGuy(5); this._parent.guyCont._x = this._parent.guyCont._x - 20; this._parent.guyCont.guyHurt = 1; } this.rightWall = ((((((this._parent.ground.hitTest(this._x + 22, this._y - 50, true) or this._parent.ground.hitTest(this._x + 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 10, true)) or this._parent.ground.hitTest(this._x + 11, this._y, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 22, true); this.leftWall = ((((((this._parent.ground.hitTest(this._x - 22, this._y - 50, true) or this._parent.ground.hitTest(this._x - 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x - 11, this._y - 10, true)) or this._parent.ground.hitTest(this._x - 11, this._y, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 22, true); this.ledgeCheck = this._parent.ground.hitTest(this._x + (2 * this.mobFacing), this._y + 50, true); ((this.frameNo == undefined) ? ((this.frameNo = random(14) + 2)) : ((this.frameNo = this.frameNo * 1))); if (this.stopRight._currentFrame == this.frameNo) { this.gotoAndStop("walkRight"); this.mobFacing = this.mobFacing * -1; this._xscale = this.mobFacing * 100; this.mobAnimation = 2; } if (this.mobAnimation == 2) { if (this.ledgeCheck) { i = 4; while (i > 0) { this._x = this._x + this.mobFacing; if (this.mobFacing == 1) { this.wallCheck = ((((((this._parent.ground.hitTest(this._x + 22, this._y - 50, true) or this._parent.ground.hitTest(this._x + 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x + 22, this._y - 10, true)) or this._parent.ground.hitTest(this._x + 11, this._y, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x + 11, this._y + 22, true); } else if (this.mobFacing == -1) { this.wallCheck = ((((((this._parent.ground.hitTest(this._x - 22, this._y - 50, true) or this._parent.ground.hitTest(this._x - 22, this._y - 40, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 30, true)) or this._parent.ground.hitTest(this._x - 22, this._y - 20, true)) or this._parent.ground.hitTest(this._x - 11, this._y - 10, true)) or this._parent.ground.hitTest(this._x - 11, this._y, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 11, true)) or this._parent.ground.hitTest(this._x - 11, this._y + 22, true); } this.ledgeCheck = this._parent.ground.hitTest(this._x + (2 * this.mobFacing), this._y + 50, true); if ((!this.ledgeCheck) or this.wallCheck) { i = 1; this._xscale = this.mobFacing * 100; this.gotoAndStop("stopRight"); this.mobAnimation = 1; } i--; } } } }; }; function __com_mochibot__(swfid, mc, lv) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("58dbb3b6", this, 10301);
Frame 2
stop();
Frame 3
stop();
Instance of Symbol 32 MovieClip in Frame 3
on (release) { getURL ("http://www.crazymonkeygames.com", "_blank"); }
Frame 4
stop(); stopAllSounds();
Frame 8
stop(); coinNo = 1; duplicateMovieClip (enemyClown, "clown1", 2000); setClown("clown1"); clown1._x = 100; clown1._y = 170; duplicateMovieClip (enemyClown, "clown2", 1999); setClown("clown2"); clown2._x = 325; clown2._y = 105; area1Top.swapDepths(9999); guyCont.swapDepths(9998); guyHealth = 100;
Instance of Symbol 104 MovieClip "area1" in Frame 8
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Instance of Symbol 171 MovieClip "guyCont" in Frame 8
onClipEvent (load) { var guyFacing = 1; var guyAnimation = 1; var guyAttacking = 0; var guyHurt = 0; var guyHurtWait = 0; var guyJumping = 0; var guyJumpHeight = 22; var guyJumpSpeed = 0; var damage = 20; } onClipEvent (enterFrame) { Right = Key.isDown(39); Left = Key.isDown(37); Jump = Key.isDown(38); Attack = Key.isDown(32); rightWall = (((((((_root.ground.hitTest(this._x + 22, this._y - 50, true) or _root.ground.hitTest(this._x + 22, this._y - 40, true)) or _root.ground.hitTest(this._x + 22, this._y - 30, true)) or _root.ground.hitTest(this._x + 22, this._y - 20, true)) or _root.ground.hitTest(this._x + 22, this._y - 10, true)) or _root.ground.hitTest(this._x + 22, this._y, true)) or _root.ground.hitTest(this._x + 22, this._y + 11, true)) or _root.ground.hitTest(this._x + 22, this._y + 22, true)) or _root.ground.hitTest(this._x + 22, this._y + 27, true); leftWall = (((((((_root.ground.hitTest(this._x - 22, this._y - 50, true) or _root.ground.hitTest(this._x - 22, this._y - 40, true)) or _root.ground.hitTest(this._x - 22, this._y - 30, true)) or _root.ground.hitTest(this._x - 22, this._y - 20, true)) or _root.ground.hitTest(this._x - 22, this._y - 10, true)) or _root.ground.hitTest(this._x - 22, this._y, true)) or _root.ground.hitTest(this._x - 22, this._y + 11, true)) or _root.ground.hitTest(this._x - 22, this._y + 22, true)) or _root.ground.hitTest(this._x - 22, this._y + 27, true); inGround = _root.ground.hitTest(this._x, this._y + 33, true); onGround = _root.ground.hitTest(this._x, this._y + 35, true); nearGround = _root.ground.hitTest(this._x, this._y + 39, true); offBottom = (this._y - 45) > 500; if (offBottom) { this._x = _root.startX; this._y = _root.startY; guyHurt = 1; _root.damageGuy(20); } if ((guyHurt == 1) && (guyHurtWait == 0)) { guyHurtWait = 25; gotoAndPlay ("invincible"); } else if ((guyHurt == 1) && (guyHurtWait > 0)) { guyHurtWait--; if (guyHurtWait == 0) { guyHurt = 0; gotoAndStop (1); } } if (((!onGround) && (guyJumping == 0)) && (!nearGround)) { guyJumping = 1; guyJumpSpeed = 0; } else if (Jump && (nearGround)) { if ((guyJumping == 0) && (guyAttacking == 0)) { guyJumping = 1; guyJumpSpeed = guyJumpHeight; } } if (guyJumping == 1) { if (Right && (!Left)) { i = 7; while (i > 0) { rightWall = (((((((_root.ground.hitTest(this._x + 22, this._y - 50, true) or _root.ground.hitTest(this._x + 22, this._y - 40, true)) or _root.ground.hitTest(this._x + 22, this._y - 30, true)) or _root.ground.hitTest(this._x + 22, this._y - 20, true)) or _root.ground.hitTest(this._x + 22, this._y - 10, true)) or _root.ground.hitTest(this._x + 22, this._y, true)) or _root.ground.hitTest(this._x + 22, this._y + 11, true)) or _root.ground.hitTest(this._x + 22, this._y + 22, true)) or _root.ground.hitTest(this._x + 22, this._y + 27, true); if (!rightWall) { this._x = this._x + 1; } else { i = 1; } i--; } guyFacing = 1; } else if (Left && (!Right)) { i = 7; while (i > 0) { leftWall = (((((((_root.ground.hitTest(this._x - 22, this._y - 50, true) or _root.ground.hitTest(this._x - 22, this._y - 40, true)) or _root.ground.hitTest(this._x - 22, this._y - 30, true)) or _root.ground.hitTest(this._x - 22, this._y - 20, true)) or _root.ground.hitTest(this._x - 22, this._y - 10, true)) or _root.ground.hitTest(this._x - 22, this._y, true)) or _root.ground.hitTest(this._x - 22, this._y + 11, true)) or _root.ground.hitTest(this._x - 22, this._y + 22, true)) or _root.ground.hitTest(this._x - 22, this._y + 27, true); if (!leftWall) { this._x = this._x - 1; } else { i = 1; } i--; } guyFacing = -1; } else if (Left && (Right)) { if (guyFacing == 1) { i = 7; while (i > 0) { rightWall = (((((((_root.ground.hitTest(this._x + 22, this._y - 50, true) or _root.ground.hitTest(this._x + 22, this._y - 40, true)) or _root.ground.hitTest(this._x + 22, this._y - 30, true)) or _root.ground.hitTest(this._x + 22, this._y - 20, true)) or _root.ground.hitTest(this._x + 22, this._y - 10, true)) or _root.ground.hitTest(this._x + 11, this._y, true)) or _root.ground.hitTest(this._x + 11, this._y + 11, true)) or _root.ground.hitTest(this._x + 11, this._y + 22, true)) or _root.ground.hitTest(this._x + 11, this._y + 27, true); if (!rightWall) { this._x = this._x + 1; } else { i = 1; } i--; } } else if (guyFacing == -1) { i = 7; while (i > 0) { leftWall = (((((((_root.ground.hitTest(this._x - 22, this._y - 50, true) or _root.ground.hitTest(this._x - 22, this._y - 40, true)) or _root.ground.hitTest(this._x - 22, this._y - 30, true)) or _root.ground.hitTest(this._x - 22, this._y - 20, true)) or _root.ground.hitTest(this._x - 11, this._y - 10, true)) or _root.ground.hitTest(this._x - 11, this._y, true)) or _root.ground.hitTest(this._x - 11, this._y + 11, true)) or _root.ground.hitTest(this._x - 11, this._y + 22, true)) or _root.ground.hitTest(this._x - 11, this._y + 27, true); if (!leftWall) { this._x = this._x - 1; } else { i = 1; } i--; } } } if ((guyFacing == 1) && (guyAttacking != 1)) { _root.guyCont.guy.gotoAndStop("jumpRight"); guyAnimation = 4; } if ((guyFacing == -1) && (guyAttacking != 1)) { _root.guyCont.guy.gotoAndStop("jumpLeft"); guyAnimation = -4; } if (guyJumpSpeed > 0) { guyJumpSpeedAbs = guyJumpSpeed; } else if (guyJumpSpeed < 0) { guyJumpSpeedAbs = -guyJumpSpeed; } else if ((guyJumpSpeed = 0)) { guyJumpSpeedAbs = 0; } i = guyJumpSpeedAbs; while (i > 0) { jumpLand = _root.ground.hitTest(this._x, this._y + 36, true); if (jumpLand && (guyJumpSpeed < 0)) { this._y++; i = 1; guyJumpSpeed = 0; guyJumping = 0; if ((guyFacing == 1) && (guyAttacking != 1)) { _root.guyCont.guy.gotoAndStop("stopRight"); } else if ((guyFacing == -1) && (guyAttacking != 1)) { _root.guyCont.guy.gotoAndStop("stopLeft"); } } else if (guyJumpSpeed > 0) { this._y--; } else if (guyJumpSpeed < 0) { this._y++; } i--; } if (guyJumping == 1) { guyJumpSpeed = guyJumpSpeed - 2; } } if (Attack) { if (guyAttacking == 0) { if (guyFacing == 1) { _root.guyCont.guy.gotoAndStop("atkRight"); guyAnimation = 3; } else if (guyFacing == -1) { _root.guyCont.guy.gotoAndStop("atkLeft"); guyAnimation = -3; } guyAttacking = 1; } } else if (guyAttacking == 1) { } else if ((Right && (!Left)) && (nearGround)) { i = 7; while (i > 0) { rightWall = (((((((_root.ground.hitTest(this._x + 22, this._y - 50, true) or _root.ground.hitTest(this._x + 22, this._y - 40, true)) or _root.ground.hitTest(this._x + 22, this._y - 30, true)) or _root.ground.hitTest(this._x + 22, this._y - 20, true)) or _root.ground.hitTest(this._x + 22, this._y - 10, true)) or _root.ground.hitTest(this._x + 11, this._y, true)) or _root.ground.hitTest(this._x + 11, this._y + 11, true)) or _root.ground.hitTest(this._x + 11, this._y + 22, true)) or _root.ground.hitTest(this._x + 11, this._y + 27, true); inGround = _root.ground.hitTest(this._x, this._y + 33, true); if (inGround) { this._y--; } onGround = _root.ground.hitTest(this._x, this._y + 35, true); nearGround = _root.ground.hitTest(this._x, this._y + 39, true); if ((!onGround) && (nearGround)) { this._y++; } if (!nearGround) { i = 1; } if (!rightWall) { this._x = this._x + 1; } else { i = 1; } i--; } if (((!onGround) && (guyJumping == 0)) && (!nearGround)) { guyJumping = 1; guyJumpSpeed = 0; } if (guyFacing == -1) { guyFacing = 1; } if (guyAnimation != 2) { _root.guyCont.guy.gotoAndStop("walkRight"); guyAnimation = 2; } } else if ((Left && (!Right)) && (nearGround)) { i = 7; while (i > 0) { leftWall = (((((((_root.ground.hitTest(this._x - 22, this._y - 50, true) or _root.ground.hitTest(this._x - 22, this._y - 40, true)) or _root.ground.hitTest(this._x - 22, this._y - 30, true)) or _root.ground.hitTest(this._x - 22, this._y - 20, true)) or _root.ground.hitTest(this._x - 11, this._y - 10, true)) or _root.ground.hitTest(this._x - 11, this._y, true)) or _root.ground.hitTest(this._x - 11, this._y + 11, true)) or _root.ground.hitTest(this._x - 11, this._y + 22, true)) or _root.ground.hitTest(this._x - 11, this._y + 27, true); inGround = _root.ground.hitTest(this._x, this._y + 33, true); if (inGround) { this._y--; } onGround = _root.ground.hitTest(this._x, this._y + 35, true); nearGround = _root.ground.hitTest(this._x, this._y + 39, true); if ((!onGround) && (nearGround)) { this._y++; } if (!nearGround) { i = 1; } if (!leftWall) { this._x = this._x - 1; } else { i = 1; } i--; } if (((!onGround) && (guyJumping == 0)) && (!nearGround)) { guyJumping = 1; guyJumpSpeed = 0; } if (guyFacing == 1) { guyFacing = -1; } if (guyAnimation != -2) { _root.guyCont.guy.gotoAndStop("walkLeft"); guyAnimation = -2; } } else if ((Right && (Left)) && (nearGround)) { if (guyFacing == 1) { i = 7; while (i > 0) { rightWall = (((((((_root.ground.hitTest(this._x + 22, this._y - 50, true) or _root.ground.hitTest(this._x + 22, this._y - 40, true)) or _root.ground.hitTest(this._x + 22, this._y - 30, true)) or _root.ground.hitTest(this._x + 22, this._y - 20, true)) or _root.ground.hitTest(this._x + 22, this._y - 10, true)) or _root.ground.hitTest(this._x + 11, this._y, true)) or _root.ground.hitTest(this._x + 11, this._y + 11, true)) or _root.ground.hitTest(this._x + 11, this._y + 22, true)) or _root.ground.hitTest(this._x + 11, this._y + 27, true); inGround = _root.ground.hitTest(this._x, this._y + 33, true); if (inGround) { this._y--; } onGround = _root.ground.hitTest(this._x, this._y + 35, true); nearGround = _root.ground.hitTest(this._x, this._y + 39, true); if ((!onGround) && (nearGround)) { this._y++; } if (!nearGround) { i = 1; } if (!rightWall) { this._x = this._x + 1; } else { i = 1; } i--; } if (((!onGround) && (guyJumping == 0)) && (!nearGround)) { guyJumping = 1; guyJumpSpeed = 0; } } else if ((guyFacing == -1) && (nearGround)) { i = 7; while (i > 0) { leftWall = (((((((_root.ground.hitTest(this._x - 22, this._y - 50, true) or _root.ground.hitTest(this._x - 22, this._y - 40, true)) or _root.ground.hitTest(this._x - 22, this._y - 30, true)) or _root.ground.hitTest(this._x - 22, this._y - 20, true)) or _root.ground.hitTest(this._x - 11, this._y - 10, true)) or _root.ground.hitTest(this._x - 11, this._y, true)) or _root.ground.hitTest(this._x - 11, this._y + 11, true)) or _root.ground.hitTest(this._x - 11, this._y + 22, true)) or _root.ground.hitTest(this._x - 11, this._y + 27, true); inGround = _root.ground.hitTest(this._x, this._y + 33, true); if (inGround) { this._y--; } onGround = _root.ground.hitTest(this._x, this._y + 35, true); nearGround = _root.ground.hitTest(this._x, this._y + 39, true); if ((!onGround) && (nearGround)) { this._y++; } if (!nearGround) { i = 1; } if (!leftWall) { this._x = this._x - 1; } else { i = 1; } i--; } if (((!onGround) && (guyJumping == 0)) && (!nearGround)) { guyJumping = 1; guyJumpSpeed = 0; } } } else if ((((!Right) && (!Left)) && (nearGround)) && (guyAttacking != 1)) { if ((guyAnimation != 1) && (guyFacing == 1)) { _root.guyCont.guy.gotoAndStop("stopRight"); guyAnimation = 1; } else if ((guyAnimation != -1) && (guyFacing == -1)) { _root.guyCont.guy.gotoAndStop("stopLeft"); guyAnimation = -1; } } }
Instance of Symbol 178 MovieClip in Frame 8
onClipEvent (enterFrame) { this.healthBar._height = _root.guyHealth / 2; if (_root.guyHealth < 0) { _root.guyCont.removeMovieClip(); _root.area1Top.removeMovieClip(); _root.area3Top.removeMovieClip(); _root.area9Top.removeMovieClip(); _root.area11Top.removeMovieClip(); _root.clown1.removeMovieClip(); _root.clown2.removeMovieClip(); _root.clown3.removeMovieClip(); _root.ghost1.removeMovieClip(); _root.flame1.removeMovieClip(); _root.flame2.removeMovieClip(); _root.flame3.removeMovieClip(); _root.flame4.removeMovieClip(); _root.flame5.removeMovieClip(); _root.flame6.removeMovieClip(); _root.flame7.removeMovieClip(); _root.gotoAndStop("credits"); } }
Frame 9
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } area1Top.removeMovieClip(); clown1.removeMovieClip(); clown2.removeMovieClip(); ground.gotoAndStop("area2"); startX = 15; startY = 380; guyCont._x = 15; guyCont._y = 380; duplicateMovieClip (enemyClown, "clown3", 2000); setClown("clown3"); clown3._x = 335; clown3._y = 435;
Instance of Symbol 181 MovieClip "area2" in Frame 9
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 10
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } clown3.removeMovieClip(); startX = 15; startY = 373; guyCont._x = 15; guyCont._y = 373; ground.gotoAndStop("area3"); area3Top.swapDepths(9999);
Instance of Symbol 183 MovieClip "area3" in Frame 10
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 11
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } area3Top.removeMovieClip(); ground.gotoAndStop("area4"); startX = 15; startY = 340; guyCont._x = 15; guyCont._y = 340;
Instance of Symbol 187 MovieClip "area4" in Frame 11
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 12
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ground.gotoAndStop("area5"); startX = 15; startY = 338; guyCont._x = 15; guyCont._y = 338;
Instance of Symbol 189 MovieClip "area5" in Frame 12
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 13
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ground.gotoAndStop("area6"); startX = 15; startY = 151; guyCont._x = 15; guyCont._y = 151;
Instance of Symbol 200 MovieClip "area6" in Frame 13
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 14
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ground.gotoAndStop("area7"); startX = 15; startY = 413; guyCont._x = 15; guyCont._y = 413;
Instance of Symbol 203 MovieClip "area7" in Frame 14
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 15
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ground.gotoAndStop("area8"); startX = 15; startY = 337; guyCont._x = 15; guyCont._y = 337;
Instance of Symbol 205 MovieClip "area8" in Frame 15
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 16
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ground.gotoAndStop("area9"); startX = 15; startY = 431; guyCont._x = 15; guyCont._y = 431; area9Top.swapDepths(9999);
Instance of Symbol 207 MovieClip "area9" in Frame 16
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 17
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } area9Top.removeMovieClip(); ground.gotoAndStop("area10"); startX = 15; startY = 397; guyCont._x = 15; guyCont._y = 397;
Instance of Symbol 218 MovieClip in Frame 17
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 18
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ground.gotoAndStop("area11"); startX = 15; startY = 411; guyCont._x = 15; guyCont._y = 411; area11Top.swapDepths(9999);
Instance of Symbol 229 MovieClip in Frame 18
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 19
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } area11Top.removeMovieClip(); ground.gotoAndStop("area12"); startX = 15; startY = 385; guyCont._x = 15; guyCont._y = 385; duplicateMovieClip (enemyGhost, "ghost1", 2000); setGhost("ghost1"); ghost1._x = 400; ghost1._y = 260;
Instance of Symbol 250 MovieClip in Frame 19
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 20
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ghost1.removeMovieClip(); ground.gotoAndStop("area13"); startX = 15; startY = 167; guyCont._x = 15; guyCont._y = 167; duplicateMovieClip (enemyGhost, "ghost1", 2000); setGhost("ghost1"); ghost1._x = 500; ghost1._y = 355;
Instance of Symbol 269 MovieClip in Frame 20
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 21
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ghost1.removeMovieClip(); ground.gotoAndStop("area14"); startX = 15; startY = 370; guyCont._x = 15; guyCont._y = 370; duplicateMovieClip (enemyGhost, "ghost1", 2000); setGhost("ghost1"); ghost1._x = 480; ghost1._y = 300;
Instance of Symbol 271 MovieClip in Frame 21
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 22
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ghost1.removeMovieClip(); ground.gotoAndStop("area15"); startX = 15; startY = 317; guyCont._x = 15; guyCont._y = 317;
Instance of Symbol 273 MovieClip in Frame 22
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 23
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ground.gotoAndStop("area16"); startX = 15; startY = 322; guyCont._x = 15; guyCont._y = 322;
Instance of Symbol 276 MovieClip in Frame 23
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 24
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ground.gotoAndStop("area17"); startX = 15; startY = 397; guyCont._x = 15; guyCont._y = 397; duplicateMovieClip (enemyFlame, "flame1", 2000); setFlame("flame1"); flame1._x = 300; flame1._y = 390; duplicateMovieClip (enemyFlame, "flame2", 1999); setFlame("flame2"); flame2._x = 300; flame2._y = 390; duplicateMovieClip (enemyFlame, "flame3", 1998); setFlame("flame3"); flame3._x = 300; flame3._y = 390; duplicateMovieClip (enemyFlame, "flame4", 1997); setFlame("flame4"); flame4._x = 300; flame4._y = 390; duplicateMovieClip (enemyFlame, "flame5", 1996); setFlame("flame5"); flame5._x = 300; flame5._y = 390;
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 25
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } flame1.removeMovieClip(); flame2.removeMovieClip(); flame3.removeMovieClip(); flame4.removeMovieClip(); flame5.removeMovieClip(); ground.gotoAndStop("area18"); startX = 15; startY = 389; guyCont._x = 15; guyCont._y = 389;
Instance of Symbol 288 MovieClip in Frame 25
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 26
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ground.gotoAndStop("area19"); startX = 15; startY = 323; guyCont._x = 15; guyCont._y = 323; duplicateMovieClip (enemyFlame, "flame1", 2000); setFlame("flame1"); flame1._x = 307; flame1._y = 320; duplicateMovieClip (enemyFlame, "flame2", 1999); setFlame("flame2"); flame2._x = 310; flame2._y = 320; duplicateMovieClip (enemyFlame, "flame3", 1998); setFlame("flame3"); flame3._x = 315; flame3._y = 320; duplicateMovieClip (enemyFlame, "flame4", 1997); setFlame("flame4"); flame4._x = 321; flame4._y = 320; duplicateMovieClip (enemyFlame, "flame5", 1996); setFlame("flame5"); flame5._x = 325; flame5._y = 320; duplicateMovieClip (enemyFlame, "flame6", 1995); setFlame("flame6"); flame6._x = 330; flame6._y = 320; duplicateMovieClip (enemyFlame, "flame7", 1994); setFlame("flame7"); flame7._x = 334; flame7._y = 320; duplicateMovieClip (enemyGhost, "ghost1", 1993); setGhost("ghost1"); ghost1._x = 635; ghost1._y = 380;
Instance of Symbol 290 MovieClip in Frame 26
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Frame 27
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ghost1.removeMovieClip(); flame1.removeMovieClip(); flame2.removeMovieClip(); flame3.removeMovieClip(); flame4.removeMovieClip(); flame5.removeMovieClip(); flame6.removeMovieClip(); flame7.removeMovieClip(); ground.gotoAndStop("area20"); startX = 15; startY = 393; guyCont._x = 15; guyCont._y = 393;
Instance of Symbol 292 MovieClip in Frame 27
onClipEvent (enterFrame) { var nextArea = (_root.guyCont._x > 610); if (nextArea) { _root.play(); } }
Instance of Symbol 358 MovieClip "drag" in Frame 27
onClipEvent (load) { hp = 120; action = 1; aTimer = 0; gotoAndStop ("walk"); } onClipEvent (enterFrame) { if (this._currentFrame < 14) { if (action == 1) { this._x = this._x - 4; aTimer++; if (aTimer > 40) { action = 2; aTimer = 0; gotoAndStop ("stomp"); } } else if (action == 2) { aTimer++; if (aTimer > 94) { action = 3; aTimer = 0; gotoAndStop ("walk"); _xscale = (_xscale * -1); } } else { this._x = this._x + 4; aTimer++; if (aTimer > 40) { action = 1; aTimer = 0; _xscale = (_xscale * -1); } } } }
Frame 28
stop(); coinNo = 1; i = 8; while (i > 0) { _root["coin" + i].removeMovieClip(); i--; } ground.gotoAndStop("area21"); startX = 15; startY = 393; guyCont._x = 15; guyCont._y = 393;
Instance of Symbol 380 MovieClip "area21" in Frame 28
onClipEvent (enterFrame) { var nextArea = _root.guyCont.hitTest(522, 116, true); if (nextArea) { _root.guyCont.removeMovieClip(); this.portal.gotoAndPlay("warp"); } }
Frame 225
stop();
Symbol 7 MovieClip Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded()); bytes_total = Math.round(_root.getBytesTotal()); getPercent = bytes_loaded / bytes_total; loadBar._width = getPercent * 384; loadText = Math.round(getPercent * 100) + "%"; if (bytes_loaded == bytes_total) { _root.play(); }
Symbol 7 MovieClip Frame 2
gotoAndPlay (1);
Symbol 32 MovieClip Frame 115
_root.play();
Symbol 37 Button
on (release) { _root.startX = 30; _root.startY = 360; gotoAndStop ("level1"); }
Symbol 38 Button
on (release) { gotoAndStop ("controls"); }
Symbol 39 Button
on (release) { gotoAndStop ("story"); }
Symbol 40 Button
on (release) { getURL ("http://www.crazymonkeygames.com", "_blank"); }
Symbol 47 Button
on (release) { gotoAndStop ("title"); }
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 22
stop(); this._x = -1999;
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 2
stop();
Symbol 86 MovieClip Frame 3
stop();
Symbol 86 MovieClip Frame 4
stop();
Symbol 86 MovieClip Frame 5
stop();
Symbol 86 MovieClip Frame 6
stop();
Symbol 86 MovieClip Frame 7
stop();
Symbol 86 MovieClip Frame 8
stop();
Symbol 86 MovieClip Frame 9
stop();
Symbol 86 MovieClip Frame 10
stop();
Symbol 86 MovieClip Frame 11
stop();
Symbol 86 MovieClip Frame 12
stop();
Symbol 86 MovieClip Frame 13
stop();
Symbol 86 MovieClip Frame 14
stop();
Symbol 86 MovieClip Frame 15
stop();
Symbol 86 MovieClip Frame 16
stop();
Symbol 86 MovieClip Frame 17
stop();
Symbol 86 MovieClip Frame 18
stop();
Symbol 86 MovieClip Frame 19
stop();
Symbol 86 MovieClip Frame 20
stop();
Symbol 86 MovieClip Frame 21
stop();
Symbol 96 MovieClip Frame 8
gotoAndPlay (1);
Symbol 96 MovieClip Frame 49
stop();
Symbol 102 MovieClip Frame 19
gotoAndPlay (1);
Symbol 124 MovieClip Frame 5
this._parent.gotoAndStop("walkRight"); this._parent.mobAnimation = 2;
Symbol 132 MovieClip Frame 1
delete this._parent.onEnterFrame;
Symbol 132 MovieClip Frame 15
stop(); this.chance = random(2); if (this.chance == 0) { duplicateMovieClip (_root.coin, "coin" + _root.coinNo, 1000 + _root.coinNo); _root["coin" + _root.coinNo]._x = this._parent._x; _root["coin" + _root.coinNo]._y = this._parent._y + 10; _root["coin" + _root.coinNo].onEnterFrame = function () { this.collect = (this._parent.guyCont.hitTest(this._x, this._y, true) or this._parent.guyCont.hitTest(this._x + 5, this._y, true)) or this._parent.guyCont.hitTest(this._x - 5, this._y, true); if (this.collect) { _root.guyHealth = _root.guyHealth + 10; if (_root.guyHealth > 100) { _root.guyHealth = 100; } this._x = -1000; this.gotoAndPlay("collect"); } }; _root.coinNo++; } this._parent._x = -1000;
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 9
stop();
Symbol 133 MovieClip Frame 17
stop();
Symbol 133 MovieClip Frame 23
stop();
Symbol 167 MovieClip Frame 9
if (!_root.guyCont.Attack) { _root.guyCont.guyAttacking = 0; } gotoAndPlay (8);
Symbol 170 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 9
stop();
Symbol 170 MovieClip Frame 17
stop(); walkRight.gotoAndPlay(1);
Symbol 170 MovieClip Frame 25
stop(); walkLeft.gotoAndPlay(1);
Symbol 170 MovieClip Frame 33
stop();
Symbol 170 MovieClip Frame 41
stop();
Symbol 170 MovieClip Frame 49
stop();
Symbol 170 MovieClip Frame 57
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 4
gotoAndPlay ("invincible");
Instance of Symbol 192 MovieClip "spike" in Symbol 193 MovieClip Frame 1
onClipEvent (enterFrame) { hitGuyRight = _root.guyCont.guyHitRight.hitTest((this._x + this._parent._x) + this._parent._parent._x, ((this._y + this._parent._y) + this._parent._parent._y) + 20, true); hitGuyLeft = _root.guyCont.guyHitLeft.hitTest((this._x + this._parent._x) + this._parent._parent._x, ((this._y + this._parent._y) + this._parent._parent._y) + 20, true); if (((hitGuyLeft && (_root.guyCont.guyHurt != 1)) && (this._parent._currentframe > 1)) && (this._parent._currentframe < 30)) { _root.damageGuy(15); _root.guyCont._x = _root.guyCont._x + 20; _root.guyCont.guyHurt = 1; } else if (((hitGuyRight && (_root.guyCont.guyHurt != 1)) && (this._parent._currentframe > 1)) && (this._parent._currentframe < 30)) { _root.damageGuy(15); _root.guyCont._x = _root.guyCont._x - 20; _root.guyCont.guyHurt = 1; } }
Instance of Symbol 192 MovieClip "spike" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) { hitGuyRight = _root.guyCont.guyHitRight.hitTest((this._x + this._parent._x) + this._parent._parent._x, ((this._y + this._parent._y) + this._parent._parent._y) - 20, true); hitGuyLeft = _root.guyCont.guyHitLeft.hitTest((this._x + this._parent._x) + this._parent._parent._x, ((this._y + this._parent._y) + this._parent._parent._y) - 20, true); if (((hitGuyLeft && (_root.guyCont.guyHurt != 1)) && (this._parent._currentframe > 1)) && (this._parent._currentframe < 30)) { _root.damageGuy(15); _root.guyCont._x = _root.guyCont._x + 20; _root.guyCont.guyHurt = 1; } else if (((hitGuyRight && (_root.guyCont.guyHurt != 1)) && (this._parent._currentframe > 1)) && (this._parent._currentframe < 30)) { _root.damageGuy(15); _root.guyCont._x = _root.guyCont._x - 20; _root.guyCont.guyHurt = 1; } }
Instance of Symbol 248 MovieClip "tent" in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { hitGuy = ((((this.hitTest(_root.guyCont._x, _root.guyCont._y, true) or this.hitTest(_root.guyCont._x + 6, _root.guyCont._y, true)) or this.hitTest(_root.guyCont._x - 6, _root.guyCont._y, true)) or this.hitTest(_root.guyCont._x, _root.guyCont._y + 15, true)) or this.hitTest(_root.guyCont._x + 6, _root.guyCont._y + 15, true)) or this.hitTest(_root.guyCont._x - 6, _root.guyCont._y + 15, true); if (hitGuy && (_root.guyCont.guyHurt != 1)) { _root.damageGuy(15); _root.guyCont._y = _root.guyCont._y - 10; _root.guyCont.guyHurt = 1; } }
Symbol 261 MovieClip Frame 4
this._parent.gotoAndStop("walkRight"); this._parent.mobAnimation = 2;
Symbol 266 MovieClip Frame 1
delete this._parent.onEnterFrame;
Symbol 266 MovieClip Frame 18
stop(); this.chance = random(2); if (this.chance == 0) { duplicateMovieClip (_root.coin, "coin" + _root.coinNo, 1000 + _root.coinNo); _root["coin" + _root.coinNo]._x = this._parent._x; _root["coin" + _root.coinNo]._y = this._parent._y + 15; _root["coin" + _root.coinNo].onEnterFrame = function () { this.collect = (this._parent.guyCont.hitTest(this._x, this._y, true) or this._parent.guyCont.hitTest(this._x + 5, this._y, true)) or this._parent.guyCont.hitTest(this._x - 5, this._y, true); if (this.collect) { _root.guyHealth = _root.guyHealth + 10; if (_root.guyHealth > 100) { _root.guyHealth = 100; } this._x = -1000; this.gotoAndPlay("collect"); } }; _root.coinNo++; } this._parent._x = -1000;
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 9
stop();
Symbol 267 MovieClip Frame 17
stop();
Symbol 267 MovieClip Frame 23
stop();
Instance of Symbol 248 MovieClip "tent" in Symbol 276 MovieClip Frame 1
onClipEvent (enterFrame) { hitGuy = ((((this.hitTest(_root.guyCont._x, _root.guyCont._y, true) or this.hitTest(_root.guyCont._x + 6, _root.guyCont._y, true)) or this.hitTest(_root.guyCont._x - 6, _root.guyCont._y, true)) or this.hitTest(_root.guyCont._x, _root.guyCont._y + 15, true)) or this.hitTest(_root.guyCont._x + 6, _root.guyCont._y + 15, true)) or this.hitTest(_root.guyCont._x - 6, _root.guyCont._y + 15, true); if (hitGuy && (_root.guyCont.guyHurt != 1)) { _root.damageGuy(15); _root.guyCont._y = _root.guyCont._y - 10; _root.guyCont.guyHurt = 1; } }
Instance of Symbol 248 MovieClip "tent" in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { hitGuy = ((((this.hitTest(_root.guyCont._x, _root.guyCont._y, true) or this.hitTest(_root.guyCont._x + 6, _root.guyCont._y, true)) or this.hitTest(_root.guyCont._x - 6, _root.guyCont._y, true)) or this.hitTest(_root.guyCont._x, _root.guyCont._y + 15, true)) or this.hitTest(_root.guyCont._x + 6, _root.guyCont._y + 15, true)) or this.hitTest(_root.guyCont._x - 6, _root.guyCont._y + 15, true); if (hitGuy && (_root.guyCont.guyHurt != 1)) { _root.damageGuy(15); _root.guyCont._y = _root.guyCont._y - 10; _root.guyCont.guyHurt = 1; } }
Instance of Symbol 248 MovieClip "tent2" in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { hitGuy = ((((this.hitTest(_root.guyCont._x, _root.guyCont._y, true) or this.hitTest(_root.guyCont._x + 6, _root.guyCont._y, true)) or this.hitTest(_root.guyCont._x - 6, _root.guyCont._y, true)) or this.hitTest(_root.guyCont._x, _root.guyCont._y + 15, true)) or this.hitTest(_root.guyCont._x + 6, _root.guyCont._y + 15, true)) or this.hitTest(_root.guyCont._x - 6, _root.guyCont._y + 15, true); if (hitGuy && (_root.guyCont.guyHurt != 1)) { _root.damageGuy(15); _root.guyCont._y = _root.guyCont._y - 10; _root.guyCont.guyHurt = 1; } }
Symbol 281 MovieClip Frame 15
stop();
Symbol 285 MovieClip Frame 1
delete this._parent.onEnterFrame;
Symbol 285 MovieClip Frame 16
stop(); this.chance = random(3); if (this.chance == 3) { duplicateMovieClip (_root.coin, "coin" + _root.coinNo, 1000 + _root.coinNo); _root["coin" + _root.coinNo]._x = this._parent._x; _root["coin" + _root.coinNo]._y = this._parent._y + 10; _root["coin" + _root.coinNo].onEnterFrame = function () { this.collect = (this._parent.guyCont.hitTest(this._x, this._y, true) or this._parent.guyCont.hitTest(this._x + 5, this._y, true)) or this._parent.guyCont.hitTest(this._x - 5, this._y, true); if (this.collect) { _root.guyHealth = _root.guyHealth + 10; if (_root.guyHealth > 100) { _root.guyHealth = 100; } this._x = -1000; this.gotoAndPlay("collect"); } }; _root.coinNo++; } this._parent._x = -1000;
Symbol 286 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 9
stop();
Symbol 286 MovieClip Frame 17
stop();
Symbol 286 MovieClip Frame 23
stop();
Instance of Symbol 248 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (enterFrame) { hitGuy = ((((this.hitTest(_root.guyCont._x, _root.guyCont._y, true) or this.hitTest(_root.guyCont._x + 6, _root.guyCont._y, true)) or this.hitTest(_root.guyCont._x - 6, _root.guyCont._y, true)) or this.hitTest(_root.guyCont._x, _root.guyCont._y + 15, true)) or this.hitTest(_root.guyCont._x + 6, _root.guyCont._y + 15, true)) or this.hitTest(_root.guyCont._x - 6, _root.guyCont._y + 15, true); if (hitGuy && (_root.guyCont.guyHurt != 1)) { _root.damageGuy(15); _root.guyCont._y = _root.guyCont._y - 10; _root.guyCont.guyHurt = 1; } }
Symbol 307 MovieClip Frame 1
stop();
Instance of Symbol 323 MovieClip in Symbol 329 MovieClip Frame 12
onClipEvent (enterFrame) { hitGuy = this.hitTest(_root.guyCont); if (hitGuy && (_root.guyCont.guyHurt != 1)) { _root.damageGuy(15); _root.guyCont.guyHurt = 1; } }
Instance of Symbol 323 MovieClip in Symbol 329 MovieClip Frame 12
onClipEvent (enterFrame) { hitGuy = this.hitTest(_root.guyCont); if (hitGuy && (_root.guyCont.guyHurt != 1)) { _root.damageGuy(15); _root.guyCont.guyHurt = 1; } }
Instance of Symbol 328 MovieClip "dragTailHit" in Symbol 329 MovieClip Frame 33
onClipEvent (load) { _root.drag.getHitWait = 0; } onClipEvent (enterFrame) { this.getHit = _root.guyCont.guy.atkChar.hammerHit.hitTest(this); if ((_root.drag.hp > 0) && (_root.drag.getHitWait > 0)) { _root.drag.getHitWait--; } else if (this.getHit) { _root.drag.hp = _root.drag.hp - 10; _root.drag.hurt.gotoAndPlay(2); _root.drag.getHitWait = 6; if (_root.drag.hp <= 0) { _root.drag.gotoAndStop("deathRight"); } } }
Symbol 357 MovieClip Frame 68
stop(); this._parent._x = -1000; _root.ground.barrier.gotoAndPlay(2);
Symbol 358 MovieClip Frame 1
stop();
Instance of Symbol 309 MovieClip "dragHit" in Symbol 358 MovieClip Frame 1
onClipEvent (enterFrame) { hitGuy = _root.guyCont.guyHitRight.hitTest(this) or _root.guyCont.guyHitLeft.hitTest(this); if (hitGuy) { if (_root.guyCont._x > _root.drag._x) { _root.guyCont._x = _root.guyCont._x + 20; if (_root.guyCont._x > 554) { _root.guyCont._x = 554; } } else { _root.guyCont._x = _root.guyCont._x - 20; } if (_root.guyCont.guyHurt != 1) { _root.damageGuy(10); _root.guyCont.guyHurt = 1; } } }
Symbol 358 MovieClip Frame 7
stop();
Symbol 358 MovieClip Frame 14
stop(); stopAllSounds(); _root.bossMusic.gotoAndPlay("boom");
Symbol 361 MovieClip Frame 1
stopAllSounds();
Symbol 361 MovieClip Frame 2
stop();
Symbol 361 MovieClip Frame 59
stop();
Symbol 379 MovieClip Frame 5
gotoAndPlay (1);
Symbol 379 MovieClip Frame 48
stop(); _root.play();
Symbol 414 Button
on (release) { getURL ("http://snapester.deviantart.com", "_blank"); }
Symbol 418 Button
on (release) { getURL ("http://www.shinki.co.uk", "_blank"); }
Symbol 422 Button
on (release) { _root.gotoAndStop("title"); }
Symbol 428 Button
on (release) { getURL ("http://www.crazymonkeygames.com", "_blank"); }

Library Items

Symbol 1 GraphicUsed by:32  Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:7
Symbol 4 GraphicUsed by:7
Symbol 5 FontUsed by:6 423 424 425
Symbol 6 EditableTextUses:5Used by:7
Symbol 7 MovieClipUses:3 4 6Used by:Timeline
Symbol 8 GraphicUsed by:32
Symbol 9 GraphicUsed by:32
Symbol 10 GraphicUsed by:32
Symbol 11 GraphicUsed by:32
Symbol 12 GraphicUsed by:32
Symbol 13 GraphicUsed by:32
Symbol 14 GraphicUsed by:32
Symbol 15 GraphicUsed by:32
Symbol 16 GraphicUsed by:32
Symbol 17 GraphicUsed by:32
Symbol 18 GraphicUsed by:32
Symbol 19 GraphicUsed by:32
Symbol 20 SoundUsed by:32
Symbol 21 SoundUsed by:32
Symbol 22 GraphicUsed by:32
Symbol 23 GraphicUsed by:32
Symbol 24 GraphicUsed by:32
Symbol 25 GraphicUsed by:32
Symbol 26 GraphicUsed by:32
Symbol 27 GraphicUsed by:32
Symbol 28 GraphicUsed by:32
Symbol 29 GraphicUsed by:32
Symbol 30 GraphicUsed by:32
Symbol 31 SoundUsed by:32
Symbol 32 MovieClipUses:1 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31Used by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:37 38 39 40 47
Symbol 36 GraphicUsed by:37 38 39 40 47
Symbol 37 ButtonUses:35 36Used by:Timeline
Symbol 38 ButtonUses:35 36Used by:Timeline
Symbol 39 ButtonUses:35 36Used by:Timeline
Symbol 40 ButtonUses:35 36Used by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 FontUsed by:43 44 45 46 49 50 51 52 53 54 55 389 405 408
Symbol 43 TextUses:42Used by:Timeline
Symbol 44 TextUses:42Used by:Timeline
Symbol 45 TextUses:42Used by:Timeline
Symbol 46 TextUses:42Used by:Timeline
Symbol 47 ButtonUses:35 36Used by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 TextUses:42Used by:Timeline
Symbol 50 TextUses:42Used by:Timeline
Symbol 51 TextUses:42Used by:Timeline
Symbol 52 TextUses:42Used by:Timeline
Symbol 53 TextUses:42Used by:Timeline
Symbol 54 TextUses:42Used by:Timeline
Symbol 55 TextUses:42Used by:Timeline
Symbol 56 GraphicUsed by:86
Symbol 57 GraphicUsed by:86
Symbol 58 GraphicUsed by:86
Symbol 59 GraphicUsed by:86
Symbol 60 GraphicUsed by:86
Symbol 61 GraphicUsed by:86
Symbol 62 GraphicUsed by:86
Symbol 63 GraphicUsed by:86
Symbol 64 GraphicUsed by:86
Symbol 65 GraphicUsed by:86
Symbol 66 GraphicUsed by:86
Symbol 67 GraphicUsed by:86
Symbol 68 GraphicUsed by:86
Symbol 69 GraphicUsed by:86
Symbol 70 GraphicUsed by:86
Symbol 71 GraphicUsed by:86
Symbol 72 GraphicUsed by:86
Symbol 73 GraphicUsed by:86
Symbol 74 GraphicUsed by:86
Symbol 75 GraphicUsed by:86
Symbol 76 GraphicUsed by:83 307 328
Symbol 77 GraphicUsed by:83
Symbol 78 GraphicUsed by:83
Symbol 79 GraphicUsed by:83
Symbol 80 GraphicUsed by:83
Symbol 81 GraphicUsed by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:76 77 78 79 80 81 82Used by:84
Symbol 84 MovieClipUses:83Used by:86
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 84 85Used by:Timeline
Symbol 87 GraphicUsed by:96
Symbol 88 GraphicUsed by:96
Symbol 89 GraphicUsed by:96
Symbol 90 GraphicUsed by:96
Symbol 91 GraphicUsed by:96
Symbol 92 GraphicUsed by:96
Symbol 93 GraphicUsed by:96
Symbol 94 GraphicUsed by:96
Symbol 95 SoundUsed by:96
Symbol 96 MovieClipUses:87 88 89 90 91 92 93 94 95Used by:Timeline
Symbol 97 GraphicUsed by:104
Symbol 98 ShapeTweeningUsed by:102
Symbol 99 ShapeTweeningUsed by:102
Symbol 100 ShapeTweeningUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:98 99 100 101Used by:104
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:97 102 103Used by:Timeline
Symbol 105 GraphicUsed by:110
Symbol 106 GraphicUsed by:110 118
Symbol 107 GraphicUsed by:110
Symbol 108 GraphicUsed by:110 118
Symbol 109 GraphicUsed by:110 118
Symbol 110 MovieClipUses:105 106 107 108 109Used by:133
Symbol 111 GraphicUsed by:118
Symbol 112 GraphicUsed by:118
Symbol 113 GraphicUsed by:118
Symbol 114 GraphicUsed by:118
Symbol 115 GraphicUsed by:118
Symbol 116 GraphicUsed by:118
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:111 112 106 113 114 108 109 115 116 117Used by:133
Symbol 119 GraphicUsed by:124
Symbol 120 SoundUsed by:124
Symbol 121 GraphicUsed by:124
Symbol 122 GraphicUsed by:124
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:119 120 121 122 123Used by:133
Symbol 125 GraphicUsed by:132
Symbol 126 GraphicUsed by:132
Symbol 127 GraphicUsed by:132
Symbol 128 GraphicUsed by:132
Symbol 129 ShapeTweeningUsed by:132
Symbol 130 ShapeTweeningUsed by:132
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:125 126 127 128 129 130 131Used by:133
Symbol 133 MovieClipUses:110 118 124 132Used by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:171
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:171
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:170
Symbol 140 GraphicUsed by:151
Symbol 141 GraphicUsed by:151
Symbol 142 GraphicUsed by:151
Symbol 143 GraphicUsed by:151
Symbol 144 GraphicUsed by:151
Symbol 145 GraphicUsed by:151
Symbol 146 GraphicUsed by:151
Symbol 147 GraphicUsed by:151
Symbol 148 GraphicUsed by:151
Symbol 149 GraphicUsed by:151
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:140 141 142 143 144 145 146 147 148 149 150Used by:170
Symbol 152 GraphicUsed by:167
Symbol 153 GraphicUsed by:167
Symbol 154 GraphicUsed by:167
Symbol 155 GraphicUsed by:167
Symbol 156 GraphicUsed by:167
Symbol 157 GraphicUsed by:167
Symbol 158 GraphicUsed by:167
Symbol 159 GraphicUsed by:167
Symbol 160 GraphicUsed by:167
Symbol 161 GraphicUsed by:167
Symbol 162 GraphicUsed by:167
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:167
Symbol 165 GraphicUsed by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:152 153 154 155 156 157 158 159 160 161 162 164 165 166Used by:170
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:170
Symbol 170 MovieClipUses:139 151 167 169Used by:171
Symbol 171 MovieClipUses:135 137 170Used by:Timeline
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172Used by:Timeline
Symbol 174 GraphicUsed by:178
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:178
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:174 176 177Used by:Timeline
Symbol 179 SoundUsed by:Timeline
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:Timeline
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:Timeline
Symbol 190 GraphicUsed by:200 203
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:193 201
Symbol 193 MovieClipUses:192Used by:200
Symbol 194 GraphicUsed by:200
Symbol 195 GraphicUsed by:198
Symbol 196 GraphicUsed by:198
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:195 196 197Used by:200 203 205
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:190 193 194 198 199Used by:Timeline
Symbol 201 MovieClipUses:192Used by:203
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:190 201 198 202Used by:Timeline
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204 198Used by:Timeline
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:Timeline
Symbol 210 GraphicUsed by:218
Symbol 211 GraphicUsed by:216
Symbol 212 ShapeTweeningUsed by:216
Symbol 213 GraphicUsed by:216
Symbol 214 ShapeTweeningUsed by:216
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:211 212 213 214 215Used by:218
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:210 216 217Used by:Timeline
Symbol 219 GraphicUsed by:229
Symbol 220 GraphicUsed by:228
Symbol 221 GraphicUsed by:228
Symbol 222 GraphicUsed by:228
Symbol 223 GraphicUsed by:228
Symbol 224 GraphicUsed by:228
Symbol 225 ShapeTweeningUsed by:228
Symbol 226 ShapeTweeningUsed by:228
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:220 221 222 223 224 225 226 227Used by:229
Symbol 229 MovieClipUses:219 228Used by:Timeline
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:Timeline
Symbol 232 GraphicUsed by:250
Symbol 233 GraphicUsed by:248
Symbol 234 GraphicUsed by:248
Symbol 235 GraphicUsed by:248
Symbol 236 GraphicUsed by:248
Symbol 237 GraphicUsed by:248
Symbol 238 GraphicUsed by:248
Symbol 239 GraphicUsed by:248
Symbol 240 GraphicUsed by:248
Symbol 241 GraphicUsed by:248
Symbol 242 GraphicUsed by:248
Symbol 243 GraphicUsed by:248
Symbol 244 GraphicUsed by:248
Symbol 245 GraphicUsed by:248
Symbol 246 GraphicUsed by:248
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:233 234 235 236 237 238 239 240 241 242 243 244 245 246 247Used by:250 276 279 290
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:232 248 249Used by:Timeline
Symbol 251 ShapeTweeningUsed by:257
Symbol 252 ShapeTweeningUsed by:257
Symbol 253 GraphicUsed by:257
Symbol 254 ShapeTweeningUsed by:257
Symbol 255 ShapeTweeningUsed by:257
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:251 252 253 254 255 256Used by:267
Symbol 258 GraphicUsed by:261 266
Symbol 259 GraphicUsed by:261 266
Symbol 260 SoundUsed by:261
Symbol 261 MovieClipUses:258 259 260Used by:267
Symbol 262 GraphicUsed by:266
Symbol 263 ShapeTweeningUsed by:266
Symbol 264 ShapeTweeningUsed by:266
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:258 259 262 263 264 265Used by:267
Symbol 267 MovieClipUses:257 261 266Used by:Timeline
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:Timeline
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:Timeline
Symbol 274 GraphicUsed by:276
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:274 248 275Used by:Timeline
Symbol 277 GraphicUsed by:279
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:277 248 278Used by:Timeline
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:286
Symbol 282 ShapeTweeningUsed by:285
Symbol 283 SoundUsed by:285
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:282 283 284Used by:286
Symbol 286 MovieClipUses:281 285Used by:Timeline
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:Timeline
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:289 248Used by:Timeline
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:291Used by:Timeline
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:293Used by:303 329
Symbol 295 GraphicUsed by:303
Symbol 296 GraphicUsed by:303
Symbol 297 GraphicUsed by:303
Symbol 298 GraphicUsed by:303
Symbol 299 GraphicUsed by:303
Symbol 300 GraphicUsed by:303
Symbol 301 GraphicUsed by:303
Symbol 302 GraphicUsed by:303
Symbol 303 MovieClipUses:294 295 296 297 298 299 300 301 302Used by:358
Symbol 304 ShapeTweeningUsed by:307
Symbol 305 ShapeTweeningUsed by:307
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:76 304 305 306Used by:358
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308Used by:358
Symbol 310 GraphicUsed by:329
Symbol 311 GraphicUsed by:329
Symbol 312 GraphicUsed by:329
Symbol 313 GraphicUsed by:329
Symbol 314 GraphicUsed by:329
Symbol 315 GraphicUsed by:329
Symbol 316 SoundUsed by:329
Symbol 317 GraphicUsed by:329
Symbol 318 GraphicUsed by:329
Symbol 319 GraphicUsed by:329
Symbol 320 GraphicUsed by:329
Symbol 321 GraphicUsed by:329
Symbol 322 GraphicUsed by:323 329
Symbol 323 MovieClipUses:322Used by:329
Symbol 324 GraphicUsed by:329
Symbol 325 GraphicUsed by:329
Symbol 326 GraphicUsed by:329
Symbol 327 GraphicUsed by:329
Symbol 328 MovieClipUses:76Used by:329
Symbol 329 MovieClipUses:294 310 311 312 313 314 315 316 317 318 319 320 321 323 324 325 326 327 322 328Used by:358
Symbol 330 GraphicUsed by:357
Symbol 331 GraphicUsed by:357
Symbol 332 GraphicUsed by:357
Symbol 333 GraphicUsed by:357
Symbol 334 GraphicUsed by:357
Symbol 335 GraphicUsed by:357
Symbol 336 GraphicUsed by:357
Symbol 337 GraphicUsed by:357
Symbol 338 GraphicUsed by:357
Symbol 339 GraphicUsed by:357
Symbol 340 GraphicUsed by:357
Symbol 341 GraphicUsed by:357
Symbol 342 GraphicUsed by:357
Symbol 343 GraphicUsed by:357
Symbol 344 GraphicUsed by:357
Symbol 345 GraphicUsed by:357
Symbol 346 GraphicUsed by:357
Symbol 347 GraphicUsed by:357
Symbol 348 GraphicUsed by:357
Symbol 349 GraphicUsed by:357
Symbol 350 GraphicUsed by:357
Symbol 351 GraphicUsed by:357
Symbol 352 GraphicUsed by:357
Symbol 353 GraphicUsed by:357
Symbol 354 GraphicUsed by:357
Symbol 355 GraphicUsed by:357
Symbol 356 GraphicUsed by:357
Symbol 357 MovieClipUses:330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356Used by:358
Symbol 358 MovieClipUses:303 307 309 329 357Used by:Timeline
Symbol 359 GraphicUsed by:361
Symbol 360 SoundUsed by:361
Symbol 361 MovieClipUses:359 360 SS1Used by:Timeline
Symbol 362 GraphicUsed by:380
Symbol 363 ShapeTweeningUsed by:379
Symbol 364 GraphicUsed by:379
Symbol 365 GraphicUsed by:379
Symbol 366 ShapeTweeningUsed by:379
Symbol 367 GraphicUsed by:379
Symbol 368 GraphicUsed by:379
Symbol 369 GraphicUsed by:379
Symbol 370 ShapeTweeningUsed by:379
Symbol 371 ShapeTweeningUsed by:379
Symbol 372 GraphicUsed by:379
Symbol 373 GraphicUsed by:379
Symbol 374 GraphicUsed by:379
Symbol 375 GraphicUsed by:379
Symbol 376 GraphicUsed by:379
Symbol 377 GraphicUsed by:379
Symbol 378 GraphicUsed by:379
Symbol 379 MovieClipUses:363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 SS2Used by:380
Symbol 380 MovieClipUses:362 379Used by:Timeline
Symbol 381 GraphicUsed by:Timeline
Symbol 382 GraphicUsed by:Timeline
Symbol 383 GraphicUsed by:Timeline
Symbol 384 GraphicUsed by:Timeline
Symbol 385 GraphicUsed by:Timeline
Symbol 386 GraphicUsed by:Timeline
Symbol 387 GraphicUsed by:Timeline
Symbol 388 GraphicUsed by:Timeline
Symbol 389 TextUses:42Used by:Timeline
Symbol 390 GraphicUsed by:Timeline
Symbol 391 GraphicUsed by:Timeline
Symbol 392 GraphicUsed by:Timeline
Symbol 393 GraphicUsed by:Timeline
Symbol 394 GraphicUsed by:Timeline
Symbol 395 GraphicUsed by:Timeline
Symbol 396 GraphicUsed by:Timeline
Symbol 397 GraphicUsed by:Timeline
Symbol 398 GraphicUsed by:Timeline
Symbol 399 GraphicUsed by:Timeline
Symbol 400 GraphicUsed by:Timeline
Symbol 401 GraphicUsed by:Timeline
Symbol 402 GraphicUsed by:Timeline
Symbol 403 GraphicUsed by:Timeline
Symbol 404 GraphicUsed by:Timeline
Symbol 405 TextUses:42Used by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 GraphicUsed by:Timeline
Symbol 408 TextUses:42Used by:Timeline
Symbol 409 GraphicUsed by:Timeline
Symbol 410 GraphicUsed by:414
Symbol 411 FontUsed by:412 413 416 417 419 426
Symbol 412 TextUses:411Used by:414
Symbol 413 TextUses:411Used by:414
Symbol 414 ButtonUses:410 412 413Used by:Timeline
Symbol 415 GraphicUsed by:418
Symbol 416 TextUses:411Used by:418
Symbol 417 TextUses:411Used by:418
Symbol 418 ButtonUses:415 416 417Used by:Timeline
Symbol 419 TextUses:411Used by:422
Symbol 420 GraphicUsed by:422
Symbol 421 GraphicUsed by:422 428
Symbol 422 ButtonUses:419 420 421Used by:Timeline
Symbol 423 TextUses:5Used by:Timeline
Symbol 424 TextUses:5Used by:Timeline
Symbol 425 TextUses:5Used by:Timeline
Symbol 426 TextUses:411Used by:428
Symbol 427 GraphicUsed by:428
Symbol 428 ButtonUses:426 427 421Used by:Timeline
Streaming Sound 1Used by:Symbol 361 MovieClip
Streaming Sound 2Used by:Symbol 379 MovieClip

Instance Names

"ground"Frame 8Symbol 86 MovieClip
"coin"Frame 8Symbol 96 MovieClip
"area1"Frame 8Symbol 104 MovieClip
"enemyClown"Frame 8Symbol 133 MovieClip
"guyCont"Frame 8Symbol 171 MovieClip
"area1Top"Frame 8Symbol 173 MovieClip
"area2"Frame 9Symbol 181 MovieClip
"area3"Frame 10Symbol 183 MovieClip
"area3Top"Frame 10Symbol 185 MovieClip
"area4"Frame 11Symbol 187 MovieClip
"area5"Frame 12Symbol 189 MovieClip
"area6"Frame 13Symbol 200 MovieClip
"area7"Frame 14Symbol 203 MovieClip
"area8"Frame 15Symbol 205 MovieClip
"area9"Frame 16Symbol 207 MovieClip
"area9Top"Frame 16Symbol 209 MovieClip
"area11Top"Frame 18Symbol 231 MovieClip
"enemyGhost"Frame 19Symbol 267 MovieClip
"enemyFlame"Frame 24Symbol 286 MovieClip
"enemyFlame"Frame 26Symbol 286 MovieClip
"enemyGhost"Frame 26Symbol 267 MovieClip
"drag"Frame 27Symbol 358 MovieClip
"bossMusic"Frame 27Symbol 361 MovieClip
"area21"Frame 28Symbol 380 MovieClip
"loadBar"Symbol 7 MovieClip Frame 1Symbol 3 MovieClip
"barrier"Symbol 86 MovieClip Frame 20Symbol 84 MovieClip
"stopRight"Symbol 133 MovieClip Frame 1Symbol 110 MovieClip
"walkRight"Symbol 133 MovieClip Frame 9Symbol 118 MovieClip
"hitRight"Symbol 133 MovieClip Frame 17Symbol 124 MovieClip
"deathRight"Symbol 133 MovieClip Frame 23Symbol 132 MovieClip
"hammerHit"Symbol 167 MovieClip Frame 5Symbol 164 MovieClip
"stopRight"Symbol 170 MovieClip Frame 1Symbol 139 MovieClip
"stopLeft"Symbol 170 MovieClip Frame 9Symbol 139 MovieClip
"walkRight"Symbol 170 MovieClip Frame 17Symbol 151 MovieClip
"walkLeft"Symbol 170 MovieClip Frame 25Symbol 151 MovieClip
"atkChar"Symbol 170 MovieClip Frame 33Symbol 167 MovieClip
"atkChar"Symbol 170 MovieClip Frame 41Symbol 167 MovieClip
"jumpRight"Symbol 170 MovieClip Frame 49Symbol 169 MovieClip
"jumpLeft"Symbol 170 MovieClip Frame 57Symbol 169 MovieClip
"guyHitRight"Symbol 171 MovieClip Frame 1Symbol 135 MovieClip
"guyHitLeft"Symbol 171 MovieClip Frame 1Symbol 137 MovieClip
"guy"Symbol 171 MovieClip Frame 1Symbol 170 MovieClip
"healthBar"Symbol 178 MovieClip Frame 1Symbol 176 MovieClip
"spike"Symbol 193 MovieClip Frame 1Symbol 192 MovieClip
"spike"Symbol 201 MovieClip Frame 1Symbol 192 MovieClip
"tent"Symbol 250 MovieClip Frame 1Symbol 248 MovieClip
"stopRight"Symbol 267 MovieClip Frame 1Symbol 257 MovieClip
"walkRight"Symbol 267 MovieClip Frame 9Symbol 257 MovieClip
"hitRight"Symbol 267 MovieClip Frame 17Symbol 261 MovieClip
"deathRight"Symbol 267 MovieClip Frame 23Symbol 266 MovieClip
"tent"Symbol 276 MovieClip Frame 1Symbol 248 MovieClip
"tent"Symbol 279 MovieClip Frame 1Symbol 248 MovieClip
"tent2"Symbol 279 MovieClip Frame 1Symbol 248 MovieClip
"stopRight"Symbol 286 MovieClip Frame 1Symbol 281 MovieClip
"walkRight"Symbol 286 MovieClip Frame 9Symbol 281 MovieClip
"hitRight"Symbol 286 MovieClip Frame 17Symbol 281 MovieClip
"deathRight"Symbol 286 MovieClip Frame 23Symbol 285 MovieClip
"dragTailHit"Symbol 329 MovieClip Frame 33Symbol 328 MovieClip
"dragWalk"Symbol 358 MovieClip Frame 1Symbol 303 MovieClip
"hurt"Symbol 358 MovieClip Frame 1Symbol 307 MovieClip
"dragHit"Symbol 358 MovieClip Frame 1Symbol 309 MovieClip
"dragStomp"Symbol 358 MovieClip Frame 7Symbol 329 MovieClip
"dragStomp"Symbol 358 MovieClip Frame 14Symbol 357 MovieClip
"portal"Symbol 380 MovieClip Frame 1Symbol 379 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$LL$rU1nWLTXr8k58QgukxmJh/."

Labels

"cmg"Frame 3
"title"Frame 4
"controls"Frame 5
"story"Frame 6
"level1"Frame 8
"level2"Frame 9
"level3"Frame 10
"level4"Frame 11
"level5"Frame 12
"level6"Frame 13
"level7"Frame 14
"level8"Frame 15
"level9"Frame 16
"level10"Frame 17
"level11"Frame 18
"level12"Frame 19
"level13"Frame 20
"level14"Frame 21
"level15"Frame 22
"level16"Frame 23
"level17"Frame 24
"level18"Frame 25
"level19"Frame 26
"level20"Frame 27
"level21"Frame 28
"ending"Frame 29
"credits"Frame 225
"area1"Symbol 86 MovieClip Frame 1
"area2"Symbol 86 MovieClip Frame 2
"area3"Symbol 86 MovieClip Frame 3
"area4"Symbol 86 MovieClip Frame 4
"area5"Symbol 86 MovieClip Frame 5
"area6"Symbol 86 MovieClip Frame 6
"area7"Symbol 86 MovieClip Frame 7
"area8"Symbol 86 MovieClip Frame 8
"area9"Symbol 86 MovieClip Frame 9
"area10"Symbol 86 MovieClip Frame 10
"area11"Symbol 86 MovieClip Frame 11
"area12"Symbol 86 MovieClip Frame 12
"area13"Symbol 86 MovieClip Frame 13
"area14"Symbol 86 MovieClip Frame 14
"area15"Symbol 86 MovieClip Frame 15
"area16"Symbol 86 MovieClip Frame 16
"area17"Symbol 86 MovieClip Frame 17
"area18"Symbol 86 MovieClip Frame 18
"area19"Symbol 86 MovieClip Frame 19
"area20"Symbol 86 MovieClip Frame 20
"area21"Symbol 86 MovieClip Frame 21
"collect"Symbol 96 MovieClip Frame 26
"stopRight"Symbol 133 MovieClip Frame 1
"walkRight"Symbol 133 MovieClip Frame 9
"hitRight"Symbol 133 MovieClip Frame 17
"deathRight"Symbol 133 MovieClip Frame 23
"stopRight"Symbol 170 MovieClip Frame 1
"stopLeft"Symbol 170 MovieClip Frame 9
"walkRight"Symbol 170 MovieClip Frame 17
"walkLeft"Symbol 170 MovieClip Frame 25
"atkRight"Symbol 170 MovieClip Frame 33
"atkLeft"Symbol 170 MovieClip Frame 41
"jumpRight"Symbol 170 MovieClip Frame 49
"jumpLeft"Symbol 170 MovieClip Frame 57
"invincible"Symbol 171 MovieClip Frame 2
"stopRight"Symbol 267 MovieClip Frame 1
"walkRight"Symbol 267 MovieClip Frame 9
"hitRight"Symbol 267 MovieClip Frame 17
"deathRight"Symbol 267 MovieClip Frame 23
"stopRight"Symbol 286 MovieClip Frame 1
"walkRight"Symbol 286 MovieClip Frame 9
"hitRight"Symbol 286 MovieClip Frame 17
"deathRight"Symbol 286 MovieClip Frame 23
"walk"Symbol 358 MovieClip Frame 1
"stomp"Symbol 358 MovieClip Frame 7
"deathRight"Symbol 358 MovieClip Frame 14
"boom"Symbol 361 MovieClip Frame 3
"warp"Symbol 379 MovieClip Frame 10

Dynamic Text Variables

loadTextSymbol 6 EditableText""




http://swfchan.com/3/13746/info.shtml
Created: 4/6 -2019 09:30:25 Last modified: 4/6 -2019 09:30:25 Server time: 12/05 -2024 07:00:35