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

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

Sqaure Man.swf

This is the info page for
Flash #27508

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


Text
Loading...

Created by Nick Crockett 2007

Loaded!

Sponsored by thegamehomepage

Sponsored by thegamehomepage

Sponsored by thegamehomepage

this game is avaliable for free download at
thegamehomepage

this game is avaliable for free download at
thegamehomepage

this game is avaliable for free download at
thegamehomepage

start game

start game

start game

Walk with the arrow Keys

Jump with the arrow
Keys

Hop onto a bounce pad to
jump higher

Most platforms do not
allow you to jump through
them.

Platforms with lighter outlines
can be jumped through

avoid things like these

hit this marker to proceed
to the next level

play
more
games

play
more
games

play
more
games

10

Grab keys to unlock gates.

Created by Nick Crockett 2007

Thanks for Playing!

your time:

100000

Play Again?

Play Again?

Play Again?

Game OVER!

ActionScript [AS1/AS2]

Frame 1
function menuChoiceOne() { getURL ("http://www.thegamehomepage.com/", "_blank"); } _root._x = 0; _root._y = 0; stop(); NewMenu = new ContextMenu(); NewMenu.hideBuiltInItems(); NewMenu.customItems.push(new ContextMenuItem("Visit The Game Homepage", menuChoiceOne)); this.menu = NewMenu;
Instance of Symbol 6 MovieClip in Frame 1
onClipEvent (enterFrame) { PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; _xscale = (_xscale - (Math.round(PercentLoaded + _xscale) / 30)); if (this.PercentLoaded == 100) { _root.nextFrame(); } }
Frame 2
stop();
Instance of Symbol 6 MovieClip in Frame 2
onClipEvent (enterFrame) { }
Frame 3
stop(); lives = 5;
Instance of Symbol 34 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 20; play(); } }
Instance of Symbol 51 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.nextFrame(); } }
Instance of Symbol 57 MovieClip "you" in Frame 3
onClipEvent (load) { jumpSpeed = 0; downSpeed = 0; } onClipEvent (enterFrame) { if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) { down = false; } else { down = true; } if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) { up = false; } else { up = true; } if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) { left = false; } else { left = true; } if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) { right = false; } else { right = true; } if (Key.isDown(37) && (left == true)) { _xscale = -100; this._x = this._x - 3; } if (Key.isDown(39) && (right == true)) { _xscale = 100; this._x = this._x + 3; } if (Key.isDown(38) && (down == false)) { jumpSpeed = 10; } jumpSpeed = jumpSpeed - 1; if (jumpSpeed < 0) { jumpSpeed = 0; } if (up == true) { this._y = this._y - jumpSpeed; } else { jumpSpeed = 0; } if ((down == true) && (jumpSpeed == 0)) { downSpeed = downSpeed + 1; } if (downSpeed > 10) { downSpeed = 10; } if (down == true) { this._y = this._y + downSpeed; } if (down == false) { downSpeed = 0; } if (_root.platforms.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.platforms2.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); }
Instance of Symbol 58 MovieClip in Frame 3
onClipEvent (load) { T = 0; _root.sec = 0; } onClipEvent (enterFrame) { if (_root.lives == -1) { _root.stopAllSounds(); _root.gotoAndStop(3); } T = T + 1; if (T == 60) { _root.sec = _root.sec + 1; T = 0; } }
Instance of Symbol 65 MovieClip in Frame 3
onClipEvent (enterFrame) { this._x = -_root._x; this._y = -_root._y; }
Frame 4
HP = 7; Hcount = 0; nextFrame();
Frame 5
stop();
Instance of Symbol 25 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 51 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.nextFrame(); } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { R = false; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 57 MovieClip "you" in Frame 5
onClipEvent (load) { jumpSpeed = 0; downSpeed = 0; } onClipEvent (enterFrame) { if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) { down = false; } else { down = true; } if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) { up = false; } else { up = true; } if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) { left = false; } else { left = true; } if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) { right = false; } else { right = true; } if (Key.isDown(37) && (left == true)) { _xscale = -100; this._x = this._x - 3; } if (Key.isDown(39) && (right == true)) { _xscale = 100; this._x = this._x + 3; } if (Key.isDown(38) && (down == false)) { jumpSpeed = 10; } jumpSpeed = jumpSpeed - 1; if (jumpSpeed < 0) { jumpSpeed = 0; } if (up == true) { this._y = this._y - jumpSpeed; } else { jumpSpeed = 0; } if ((down == true) && (jumpSpeed == 0)) { downSpeed = downSpeed + 1; } if (downSpeed > 10) { downSpeed = 10; } if (down == true) { this._y = this._y + downSpeed; } if (down == false) { downSpeed = 0; } if (_root.platforms.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.platforms2.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); }
Instance of Symbol 79 MovieClip "health" in Frame 5
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { lives = _root.lives; _x = _root.you._x; _y = _root.you._y; if (_root.Hcount == 30) { _root.HP = _root.HP - 1; } if (_root.Hcount > 0) { _root.Hcount = _root.Hcount - 1; } gotoAndStop(_root.HP); if (_alpha > 0) { _alpha = (_alpha - 0.5); } if (_root.HP == 1) { _root.lives = _root.lives - 1; _root.HP = 7; _root.prevFrame(); } }
Frame 6
Hcount = 0; nextFrame();
Frame 7
stop();
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 51 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.nextFrame(); } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (load) { R = false; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 20; play(); } }
Instance of Symbol 46 MovieClip in Frame 7
onClipEvent (enterFrame) { if ((_root.you._x > 300) && (_root.you._y > 200)) { play(); } }
Instance of Symbol 34 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 20; play(); } }
Instance of Symbol 34 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 57 MovieClip "you" in Frame 7
onClipEvent (load) { jumpSpeed = 0; downSpeed = 0; } onClipEvent (enterFrame) { if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) { down = false; } else { down = true; } if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) { up = false; } else { up = true; } if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) { left = false; } else { left = true; } if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) { right = false; } else { right = true; } if (Key.isDown(37) && (left == true)) { _xscale = -100; this._x = this._x - 3; } if (Key.isDown(39) && (right == true)) { _xscale = 100; this._x = this._x + 3; } if (Key.isDown(38) && (down == false)) { jumpSpeed = 10; } jumpSpeed = jumpSpeed - 1; if (jumpSpeed < 0) { jumpSpeed = 0; } if (up == true) { this._y = this._y - jumpSpeed; } else { jumpSpeed = 0; } if ((down == true) && (jumpSpeed == 0)) { downSpeed = downSpeed + 1; } if (downSpeed > 10) { downSpeed = 10; } if (down == true) { this._y = this._y + downSpeed; } if (down == false) { downSpeed = 0; } if (_root.platforms.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.platforms2.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); }
Instance of Symbol 79 MovieClip "health" in Frame 7
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { lives = _root.lives; _x = _root.you._x; _y = _root.you._y; if (_root.Hcount == 30) { _root.HP = _root.HP - 1; } if (_root.Hcount > 0) { _root.Hcount = _root.Hcount - 1; } gotoAndStop(_root.HP); if (_alpha > 0) { _alpha = (_alpha - 0.5); } if (_root.HP == 1) { _root.lives = _root.lives - 1; _root.HP = 7; _root.prevFrame(); } }
Frame 8
Hcount = 0; nextFrame();
Frame 9
stop();
Instance of Symbol 25 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 51 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.nextFrame(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 25 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 46 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((_root.you._x < 250) && (_root.you._y > 150)) { play(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 57 MovieClip "you" in Frame 9
onClipEvent (load) { jumpSpeed = 0; downSpeed = 0; } onClipEvent (enterFrame) { if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) { down = false; } else { down = true; } if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) { up = false; } else { up = true; } if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) { left = false; } else { left = true; } if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) { right = false; } else { right = true; } if (Key.isDown(37) && (left == true)) { _xscale = -100; this._x = this._x - 3; } if (Key.isDown(39) && (right == true)) { _xscale = 100; this._x = this._x + 3; } if (Key.isDown(38) && (down == false)) { jumpSpeed = 10; } jumpSpeed = jumpSpeed - 1; if (jumpSpeed < 0) { jumpSpeed = 0; } if (up == true) { this._y = this._y - jumpSpeed; } else { jumpSpeed = 0; } if ((down == true) && (jumpSpeed == 0)) { downSpeed = downSpeed + 1; } if (downSpeed > 10) { downSpeed = 10; } if (down == true) { this._y = this._y + downSpeed; } if (down == false) { downSpeed = 0; } if (_root.platforms.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.platforms2.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); }
Instance of Symbol 79 MovieClip "health" in Frame 9
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { lives = _root.lives; _x = _root.you._x; _y = _root.you._y; if (_root.Hcount == 30) { _root.HP = _root.HP - 1; } if (_root.Hcount > 0) { _root.Hcount = _root.Hcount - 1; } gotoAndStop(_root.HP); if (_alpha > 0) { _alpha = (_alpha - 0.5); } if (_root.HP == 1) { _root.lives = _root.lives - 1; _root.HP = 7; _root.prevFrame(); } }
Frame 10
Hcount = 0; nextFrame();
Frame 11
stop();
Instance of Symbol 25 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 11
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 51 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.nextFrame(); } }
Instance of Symbol 48 MovieClip in Frame 11
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 25 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 46 MovieClip in Frame 11
onClipEvent (enterFrame) { if (_root.you._y > 450) { play(); } }
Instance of Symbol 48 MovieClip in Frame 11
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 93 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 25; play(); } }
Instance of Symbol 34 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 57 MovieClip "you" in Frame 11
onClipEvent (load) { jumpSpeed = 0; downSpeed = 0; } onClipEvent (enterFrame) { if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) { down = false; } else { down = true; } if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) { up = false; } else { up = true; } if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) { left = false; } else { left = true; } if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) { right = false; } else { right = true; } if (Key.isDown(37) && (left == true)) { _xscale = -100; this._x = this._x - 3; } if (Key.isDown(39) && (right == true)) { _xscale = 100; this._x = this._x + 3; } if (Key.isDown(38) && (down == false)) { jumpSpeed = 10; } jumpSpeed = jumpSpeed - 1; if (jumpSpeed < 0) { jumpSpeed = 0; } if (up == true) { this._y = this._y - jumpSpeed; } else { jumpSpeed = 0; } if ((down == true) && (jumpSpeed == 0)) { downSpeed = downSpeed + 1; } if (downSpeed > 10) { downSpeed = 10; } if (down == true) { this._y = this._y + downSpeed; } if (down == false) { downSpeed = 0; } if (_root.platforms.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.platforms2.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); }
Instance of Symbol 79 MovieClip "health" in Frame 11
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { lives = _root.lives; _x = _root.you._x; _y = _root.you._y; if (_root.Hcount == 30) { _root.HP = _root.HP - 1; } if (_root.Hcount > 0) { _root.Hcount = _root.Hcount - 1; } gotoAndStop(_root.HP); if (_alpha > 0) { _alpha = (_alpha - 0.5); } if (_root.HP == 1) { _root.lives = _root.lives - 1; _root.HP = 7; _root.prevFrame(); } }
Frame 12
Hcount = 0; nextFrame();
Frame 13
stop();
Instance of Symbol 25 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 13
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 51 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.nextFrame(); } }
Instance of Symbol 48 MovieClip in Frame 13
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 16; play(); } }
Instance of Symbol 93 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 16; play(); } }
Instance of Symbol 34 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 25 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 16; play(); } }
Instance of Symbol 34 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 48 MovieClip in Frame 13
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 13
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 13
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 57 MovieClip "you" in Frame 13
onClipEvent (load) { jumpSpeed = 0; downSpeed = 0; } onClipEvent (enterFrame) { if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) { down = false; } else { down = true; } if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) { up = false; } else { up = true; } if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) { left = false; } else { left = true; } if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) { right = false; } else { right = true; } if (Key.isDown(37) && (left == true)) { _xscale = -100; this._x = this._x - 3; } if (Key.isDown(39) && (right == true)) { _xscale = 100; this._x = this._x + 3; } if (Key.isDown(38) && (down == false)) { jumpSpeed = 10; } jumpSpeed = jumpSpeed - 1; if (jumpSpeed < 0) { jumpSpeed = 0; } if (up == true) { this._y = this._y - jumpSpeed; } else { jumpSpeed = 0; } if ((down == true) && (jumpSpeed == 0)) { downSpeed = downSpeed + 1; } if (downSpeed > 10) { downSpeed = 10; } if (down == true) { this._y = this._y + downSpeed; } if (down == false) { downSpeed = 0; } if (_root.platforms.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.platforms2.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); }
Instance of Symbol 79 MovieClip "health" in Frame 13
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { lives = _root.lives; _x = _root.you._x; _y = _root.you._y; if (_root.Hcount == 30) { _root.HP = _root.HP - 1; } if (_root.Hcount > 0) { _root.Hcount = _root.Hcount - 1; } gotoAndStop(_root.HP); if (_alpha > 0) { _alpha = (_alpha - 0.5); } if (_root.HP == 1) { _root.lives = _root.lives - 1; _root.HP = 7; _root.prevFrame(); } }
Frame 14
Hcount = 0; nextFrame();
Frame 15
stop();
Instance of Symbol 25 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 15
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 51 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.nextFrame(); } }
Instance of Symbol 48 MovieClip in Frame 15
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 93 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 25; play(); } }
Instance of Symbol 25 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 25; play(); } }
Instance of Symbol 48 MovieClip in Frame 15
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 15
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 105 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.platforms.gate1.nextFrame(); this.nextFrame(); } }
Instance of Symbol 105 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.platforms.gate2.nextFrame(); this.nextFrame(); } }
Instance of Symbol 93 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 93 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 15
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 15
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 57 MovieClip "you" in Frame 15
onClipEvent (load) { jumpSpeed = 0; downSpeed = 0; } onClipEvent (enterFrame) { if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) { down = false; } else { down = true; } if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) { up = false; } else { up = true; } if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) { left = false; } else { left = true; } if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) { right = false; } else { right = true; } if (Key.isDown(37) && (left == true)) { _xscale = -100; this._x = this._x - 3; } if (Key.isDown(39) && (right == true)) { _xscale = 100; this._x = this._x + 3; } if (Key.isDown(38) && (down == false)) { jumpSpeed = 10; } jumpSpeed = jumpSpeed - 1; if (jumpSpeed < 0) { jumpSpeed = 0; } if (up == true) { this._y = this._y - jumpSpeed; } else { jumpSpeed = 0; } if ((down == true) && (jumpSpeed == 0)) { downSpeed = downSpeed + 1; } if (downSpeed > 10) { downSpeed = 10; } if (down == true) { this._y = this._y + downSpeed; } if (down == false) { downSpeed = 0; } if (_root.platforms.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.platforms2.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); }
Instance of Symbol 79 MovieClip "health" in Frame 15
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { lives = _root.lives; _x = _root.you._x; _y = _root.you._y; if (_root.Hcount == 30) { _root.HP = _root.HP - 1; } if (_root.Hcount > 0) { _root.Hcount = _root.Hcount - 1; } gotoAndStop(_root.HP); if (_alpha > 0) { _alpha = (_alpha - 0.5); } if (_root.HP == 1) { _root.lives = _root.lives - 1; _root.HP = 7; _root.prevFrame(); } }
Frame 16
Hcount = 0; nextFrame();
Frame 17
stop();
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 51 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.nextFrame(); } }
Instance of Symbol 34 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 25 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 25; play(); } }
Instance of Symbol 105 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.platforms.gate1.nextFrame(); this.nextFrame(); } }
Instance of Symbol 93 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 46 MovieClip in Frame 17
onClipEvent (enterFrame) { if ((((_root.you._y > 20) && (_root.you._y < 140)) && (_root.you._x > 350)) && (_root.you._x < 750)) { play(); } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 57 MovieClip "you" in Frame 17
onClipEvent (load) { jumpSpeed = 0; downSpeed = 0; } onClipEvent (enterFrame) { if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) { down = false; } else { down = true; } if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) { up = false; } else { up = true; } if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) { left = false; } else { left = true; } if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) { right = false; } else { right = true; } if (Key.isDown(37) && (left == true)) { _xscale = -100; this._x = this._x - 3; } if (Key.isDown(39) && (right == true)) { _xscale = 100; this._x = this._x + 3; } if (Key.isDown(38) && (down == false)) { jumpSpeed = 10; } jumpSpeed = jumpSpeed - 1; if (jumpSpeed < 0) { jumpSpeed = 0; } if (up == true) { this._y = this._y - jumpSpeed; } else { jumpSpeed = 0; } if ((down == true) && (jumpSpeed == 0)) { downSpeed = downSpeed + 1; } if (downSpeed > 10) { downSpeed = 10; } if (down == true) { this._y = this._y + downSpeed; } if (down == false) { downSpeed = 0; } if (_root.platforms.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.platforms2.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); }
Instance of Symbol 79 MovieClip "health" in Frame 17
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { lives = _root.lives; _x = _root.you._x; _y = _root.you._y; if (_root.Hcount == 30) { _root.HP = _root.HP - 1; } if (_root.Hcount > 0) { _root.Hcount = _root.Hcount - 1; } gotoAndStop(_root.HP); if (_alpha > 0) { _alpha = (_alpha - 0.5); } if (_root.HP == 1) { _root.lives = _root.lives - 1; _root.HP = 7; _root.prevFrame(); } }
Frame 18
Hcount = 0; nextFrame();
Frame 19
stop();
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 93 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 19
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 51 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.nextFrame(); } }
Instance of Symbol 34 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 93 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 19
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 48 MovieClip in Frame 19
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 93 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 93 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 116 MovieClip in Frame 19
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you)) { _root.you.jumpSpeed = 25; } }
Instance of Symbol 34 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 116 MovieClip in Frame 19
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 2); } else { _x = (_x - 2); } if (this.hitTest(_root.you)) { _root.you.jumpSpeed = 25; } }
Instance of Symbol 34 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 20; play(); } }
Instance of Symbol 48 MovieClip in Frame 19
onClipEvent (load) { R = true; } onClipEvent (enterFrame) { if (_root.platforms.hitTest(this._x + 5, this._y, true)) { right = false; R = false; } else { right = true; } if (_root.platforms.hitTest(this._x - 5, this._y, true)) { left = false; R = true; } else { left = true; } if (R == true) { _x = (_x + 3); } else { _x = (_x - 3); } if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 57 MovieClip "you" in Frame 19
onClipEvent (load) { jumpSpeed = 0; downSpeed = 0; } onClipEvent (enterFrame) { if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) { down = false; } else { down = true; } if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) { up = false; } else { up = true; } if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) { left = false; } else { left = true; } if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) { right = false; } else { right = true; } if (Key.isDown(37) && (left == true)) { _xscale = -100; this._x = this._x - 3; } if (Key.isDown(39) && (right == true)) { _xscale = 100; this._x = this._x + 3; } if (Key.isDown(38) && (down == false)) { jumpSpeed = 10; } jumpSpeed = jumpSpeed - 1; if (jumpSpeed < 0) { jumpSpeed = 0; } if (up == true) { this._y = this._y - jumpSpeed; } else { jumpSpeed = 0; } if ((down == true) && (jumpSpeed == 0)) { downSpeed = downSpeed + 1; } if (downSpeed > 10) { downSpeed = 10; } if (down == true) { this._y = this._y + downSpeed; } if (down == false) { downSpeed = 0; } if (_root.platforms.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.platforms2.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); }
Instance of Symbol 79 MovieClip "health" in Frame 19
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { lives = _root.lives; _x = _root.you._x; _y = _root.you._y; if (_root.Hcount == 30) { _root.HP = _root.HP - 1; } if (_root.Hcount > 0) { _root.Hcount = _root.Hcount - 1; } gotoAndStop(_root.HP); if (_alpha > 0) { _alpha = (_alpha - 0.5); } if (_root.HP == 1) { _root.lives = _root.lives - 1; _root.HP = 7; _root.prevFrame(); } }
Frame 20
Hcount = 0; BHP = 7; nextFrame();
Frame 21
stop();
Instance of Symbol 118 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.Boss)) { _root.Bosshealth._alpha = 100; if (_root.BHP > 2) { _root.Boss._x = -400; } } }
Instance of Symbol 51 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.nextFrame(); } }
Instance of Symbol 25 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 34 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 156 MovieClip "Boss" in Frame 21
onClipEvent (load) { speed = 1; } onClipEvent (enterFrame) { _rotation = (Math.atan2(_root.you._y - _y, _root.you._x - _x) * 57.2957795130823); _x = (_x + (Math.cos(_rotation * (Math.PI/180)) * speed)); _y = (_y + (Math.sin(_rotation * (Math.PI/180)) * speed)); if ((this.hitTest(_root.you) && (_root.BHP > 1)) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; this._x = 800; } if (_root.bossBeat == true) { _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); } }
Instance of Symbol 25 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 25 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.you.jumpSpeed = 10; _root.health._alpha = 100; _root.Hcount = 30; } }
Instance of Symbol 118 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.Boss)) { _root.Bosshealth._alpha = 100; if (_root.BHP > 2) { _root.Boss._x = 750; } } }
Instance of Symbol 118 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.Boss)) { _root.Bosshealth._alpha = 100; if (_root.BHP > 2) { _root.Boss._x = -400; } } }
Instance of Symbol 118 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.Boss)) { _root.Bosshealth._alpha = 100; if (_root.BHP > 2) { _root.Boss._x = 750; } } }
Instance of Symbol 34 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 34 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.you)) { _root.you.downSpeed = 0; _root.you.jumpSpeed = 15; play(); } }
Instance of Symbol 57 MovieClip "you" in Frame 21
onClipEvent (load) { _root.bossBeat = false; jumpSpeed = 0; downSpeed = 0; } onClipEvent (enterFrame) { if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) { down = false; } else { down = true; } if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) { up = false; } else { up = true; } if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) { left = false; } else { left = true; } if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) { right = false; } else { right = true; } if (Key.isDown(37) && (left == true)) { _xscale = -100; this._x = this._x - 3; } if (Key.isDown(39) && (right == true)) { _xscale = 100; this._x = this._x + 3; } if (Key.isDown(38) && (down == false)) { jumpSpeed = 10; } jumpSpeed = jumpSpeed - 1; if (jumpSpeed < 0) { jumpSpeed = 0; } if (up == true) { this._y = this._y - jumpSpeed; } else { jumpSpeed = 0; } if ((down == true) && (jumpSpeed == 0)) { downSpeed = downSpeed + 1; } if (downSpeed > 10) { downSpeed = 10; } if (down == true) { this._y = this._y + downSpeed; } if (down == false) { downSpeed = 0; } if (_root.platforms.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.platforms2.hitTest(this._x, this._y + 9, true)) { this._y = this._y - 2; } if (_root.bossBeat == false) { _root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15); _root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20); } }
Instance of Symbol 79 MovieClip "health" in Frame 21
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { lives = _root.lives; _x = _root.you._x; _y = _root.you._y; if (_root.Hcount == 30) { _root.HP = _root.HP - 1; } if (_root.Hcount > 0) { _root.Hcount = _root.Hcount - 1; } gotoAndStop(_root.HP); if (_alpha > 0) { _alpha = (_alpha - 0.5); } if (_root.HP == 1) { _root.lives = _root.lives - 1; _root.HP = 7; _root.prevFrame(); } }
Instance of Symbol 159 MovieClip "Bosshealth" in Frame 21
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = _root.Boss._x; _y = _root.Boss._y; if (_alpha == 100) { _root.BHP = _root.BHP - 1; } gotoAndStop(_root.BHP); if (_alpha > 0) { _alpha = (_alpha - 0.1); } if (_root.BHP == 1) { _root.Boss.play(); } }
Frame 22
TIME = _root.sec + " seconds";
Instance of Symbol 58 MovieClip in Frame 22
onClipEvent (enterFrame) { _root._x = _root._x - Math.round((_root._x + this._x) / 15); _root._y = _root._y - Math.round((_root._y + this._y) / 20); }
Symbol 13 Button
on (release) { getURL ("http://www.thegamehomepage.com", "_blank"); }
Symbol 18 Button
on (release) { getURL ("http://www.thegamehomepage.com/freesitecontent", "_blank"); }
Symbol 23 Button
on (release) { nextFrame(); }
Symbol 34 MovieClip Frame 1
stop();
Instance of Symbol 42 MovieClip in Symbol 43 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.you) && (_root.Hcount == 0)) { _root.health._alpha = 100; _root.Hcount = 30; } }
Symbol 44 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 1
aiming = true; stop();
Instance of Symbol 44 MovieClip in Symbol 46 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.you._y <= this._parent._y) { if (_parent.aiming == true) { _rotation = (Math.atan2(_root.you._y - (_parent._y + _y), _root.you._x - (_parent._x + _x)) * 57.2957795130823); } else { play(); } } else { this._rotation = 270; } }
Symbol 46 MovieClip Frame 30
aiming = false;
Symbol 56 MovieClip Frame 1
stop();
Instance of Symbol 56 MovieClip in Symbol 57 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(37) || (Key.isDown(39))) { play(); } }
Symbol 64 Button
on (release) { getURL ("http://www.thegamehomepage.com", "_blank"); }
Symbol 79 MovieClip Frame 7
stop();
Symbol 100 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
_root.bossBeat = true;
Symbol 156 MovieClip Frame 65
_root.nextFrame(); stop();
Symbol 159 MovieClip Frame 7
stop();
Symbol 169 Button
on (release) { gotoAndStop (2); }
Symbol 171 Button
on (release) { gotoAndStop (3); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 4 8 9 10 11 14 15 16 19 20 21 161 162 163 164 165 166 167 170
Symbol 3 TextUses:2Used by:Timeline
Symbol 4 TextUses:2Used by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 TextUses:2Used by:Timeline
Symbol 9 TextUses:2Used by:13
Symbol 10 TextUses:2Used by:13
Symbol 11 TextUses:2Used by:13
Symbol 12 GraphicUsed by:13
Symbol 13 ButtonUses:9 10 11 12Used by:Timeline
Symbol 14 TextUses:2Used by:18
Symbol 15 TextUses:2Used by:18
Symbol 16 TextUses:2Used by:18
Symbol 17 GraphicUsed by:18
Symbol 18 ButtonUses:14 15 16 17Used by:Timeline
Symbol 19 TextUses:2Used by:23
Symbol 20 TextUses:2Used by:23
Symbol 21 TextUses:2Used by:23
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:19 20 21 22Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 FontUsed by:29 30 31 37 38 39 49 106
Symbol 29 TextUses:28Used by:Timeline
Symbol 30 TextUses:28Used by:Timeline
Symbol 31 TextUses:28Used by:Timeline
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:32 33Used by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 TextUses:28Used by:Timeline
Symbol 38 TextUses:28Used by:Timeline
Symbol 39 TextUses:28Used by:Timeline
Symbol 40 GraphicUsed by:44
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:43
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClipUses:40 43Used by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:44 45Used by:Timeline
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:Timeline
Symbol 49 TextUses:28Used by:Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 GraphicUsed by:57
Symbol 53 ShapeTweeningUsed by:56
Symbol 54 ShapeTweeningUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:53 54 55Used by:57
Symbol 57 MovieClipUses:52 56Used by:Timeline
Symbol 58 MovieClipUsed by:Timeline
Symbol 59 FontUsed by:60 61 62
Symbol 60 TextUses:59Used by:64
Symbol 61 TextUses:59Used by:64
Symbol 62 TextUses:59Used by:64
Symbol 63 GraphicUsed by:64
Symbol 64 ButtonUses:60 61 62 63Used by:65
Symbol 65 MovieClipUses:64Used by:Timeline
Symbol 66 SoundUsed by:Timeline
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 FontUsed by:72
Symbol 72 EditableTextUses:71Used by:79
Symbol 73 GraphicUsed by:79 159
Symbol 74 GraphicUsed by:79 159
Symbol 75 GraphicUsed by:79 159
Symbol 76 GraphicUsed by:79 159
Symbol 77 GraphicUsed by:79 159
Symbol 78 GraphicUsed by:79 159
Symbol 79 MovieClipUses:72 73 74 75 76 77 78Used by:Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:101 108 112
Symbol 101 MovieClipUses:98 100Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 TextUses:28Used by:Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107 100Used by:Timeline
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111 100Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:Timeline
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 GraphicUsed by:156
Symbol 122 ShapeTweeningUsed by:156
Symbol 123 ShapeTweeningUsed by:156
Symbol 124 ShapeTweeningUsed by:156
Symbol 125 ShapeTweeningUsed by:156
Symbol 126 ShapeTweeningUsed by:156
Symbol 127 ShapeTweeningUsed by:156
Symbol 128 ShapeTweeningUsed by:156
Symbol 129 ShapeTweeningUsed by:156
Symbol 130 ShapeTweeningUsed by:156
Symbol 131 ShapeTweeningUsed by:156
Symbol 132 ShapeTweeningUsed by:156
Symbol 133 ShapeTweeningUsed by:156
Symbol 134 ShapeTweeningUsed by:156
Symbol 135 ShapeTweeningUsed by:156
Symbol 136 ShapeTweeningUsed by:156
Symbol 137 ShapeTweeningUsed by:156
Symbol 138 ShapeTweeningUsed by:156
Symbol 139 ShapeTweeningUsed by:156
Symbol 140 ShapeTweeningUsed by:156
Symbol 141 ShapeTweeningUsed by:156
Symbol 142 ShapeTweeningUsed by:156
Symbol 143 ShapeTweeningUsed by:156
Symbol 144 ShapeTweeningUsed by:156
Symbol 145 ShapeTweeningUsed by:156
Symbol 146 ShapeTweeningUsed by:156
Symbol 147 ShapeTweeningUsed by:156
Symbol 148 ShapeTweeningUsed by:156
Symbol 149 ShapeTweeningUsed by:156
Symbol 150 ShapeTweeningUsed by:156
Symbol 151 ShapeTweeningUsed by:156
Symbol 152 ShapeTweeningUsed by:156
Symbol 153 ShapeTweeningUsed by:156
Symbol 154 ShapeTweeningUsed by:156
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155Used by:Timeline
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:Timeline
Symbol 159 MovieClipUses:73 74 75 76 77 78Used by:Timeline
Symbol 160 SoundUsed by:Timeline
Symbol 161 TextUses:2Used by:Timeline
Symbol 162 EditableTextUses:2Used by:Timeline
Symbol 163 EditableTextUses:2Used by:Timeline
Symbol 164 EditableTextUses:2Used by:Timeline
Symbol 165 TextUses:2Used by:169 171
Symbol 166 TextUses:2Used by:169 171
Symbol 167 TextUses:2Used by:169 171
Symbol 168 GraphicUsed by:169 171
Symbol 169 ButtonUses:165 166 167 168Used by:Timeline
Symbol 170 EditableTextUses:2Used by:Timeline
Symbol 171 ButtonUses:165 166 167 168Used by:Timeline

Instance Names

"platforms"Frame 3Symbol 27 MovieClip
"platforms2"Frame 3Symbol 36 MovieClip
"you"Frame 3Symbol 57 MovieClip
"platforms"Frame 5Symbol 68 MovieClip
"platforms2"Frame 5Symbol 70 MovieClip
"you"Frame 5Symbol 57 MovieClip
"health"Frame 5Symbol 79 MovieClip
"platforms"Frame 7Symbol 81 MovieClip
"platforms2"Frame 7Symbol 83 MovieClip
"you"Frame 7Symbol 57 MovieClip
"health"Frame 7Symbol 79 MovieClip
"platforms"Frame 9Symbol 85 MovieClip
"platforms2"Frame 9Symbol 87 MovieClip
"you"Frame 9Symbol 57 MovieClip
"health"Frame 9Symbol 79 MovieClip
"platforms"Frame 11Symbol 89 MovieClip
"platforms2"Frame 11Symbol 91 MovieClip
"you"Frame 11Symbol 57 MovieClip
"health"Frame 11Symbol 79 MovieClip
"platforms"Frame 13Symbol 95 MovieClip
"platforms2"Frame 13Symbol 97 MovieClip
"you"Frame 13Symbol 57 MovieClip
"health"Frame 13Symbol 79 MovieClip
"platforms"Frame 15Symbol 101 MovieClip
"platforms2"Frame 15Symbol 103 MovieClip
"you"Frame 15Symbol 57 MovieClip
"health"Frame 15Symbol 79 MovieClip
"platforms"Frame 17Symbol 108 MovieClip
"platforms2"Frame 17Symbol 110 MovieClip
"you"Frame 17Symbol 57 MovieClip
"health"Frame 17Symbol 79 MovieClip
"platforms"Frame 19Symbol 112 MovieClip
"platforms2"Frame 19Symbol 114 MovieClip
"you"Frame 19Symbol 57 MovieClip
"health"Frame 19Symbol 79 MovieClip
"platforms2"Frame 21Symbol 120 MovieClip
"Boss"Frame 21Symbol 156 MovieClip
"platforms"Frame 21Symbol 158 MovieClip
"you"Frame 21Symbol 57 MovieClip
"health"Frame 21Symbol 79 MovieClip
"Bosshealth"Frame 21Symbol 159 MovieClip
"lives"Symbol 79 MovieClip Frame 1Symbol 72 EditableText
"gate2"Symbol 101 MovieClip Frame 1Symbol 100 MovieClip
"gate1"Symbol 101 MovieClip Frame 1Symbol 100 MovieClip
"gate1"Symbol 108 MovieClip Frame 1Symbol 100 MovieClip
"gate1"Symbol 112 MovieClip Frame 1Symbol 100 MovieClip

Special Tags

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

Dynamic Text Variables

livesSymbol 72 EditableText"10"
TIMESymbol 164 EditableText"100000"




http://swfchan.com/6/27508/info.shtml
Created: 21/5 -2019 11:46:57 Last modified: 21/5 -2019 11:46:57 Server time: 14/05 -2024 01:37:31