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

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

Lost Cookies.swf

This is the info page for
Flash #56937

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


Text
Tutorial:
Move with AD and
jump with W.
That's all :P

Play levels 1-10

Endless mode

I see you found the jump glitch.
To get back to the game, go
right. Left falls forever O_O

This text is a
platform.

This text is a platform!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

THE END

<p align="left"><font face="Verdana" size="11" color="#000000" letterSpacing="0.000000" kerning="1"><b>Out of function, lol</b></font></p>

score:

This text is not
platform.

move with ASDW.

Try to find the
exit if you can :P

Collect these

<Try again>

Or is it?

Level1

Level2

Level3

Level4

Level5

Level6

Level7

Level8

Level9

The only way to complete
level10 is to use hidden
glitches!

Level10

Congratulations!
You have just beat all the 10 levels.
Thanks for playing :D

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 8 MovieClip "player" in Frame 1
onClipEvent (load) { var grav = 0; var speed = 6; var jumpHeight = 14; var slow = 0.5; var slowspd = (speed / 2); var setspeed = speed; var scale = _xscale; var ex = 2; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }
Instance of Symbol 48 MovieClip "lol" in Frame 1
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - _y) / 4)); _x = (_x + ((_root.player._x - _x) / 4)); }
Frame 2
stopAllSounds();
Frame 3
stop();
Instance of Symbol 8 MovieClip "player" in Frame 3
onClipEvent (load) { var grav = 0; var speed = 6; var jumpHeight = 14; var slow = 0.5; var slowspd = (speed / 2); var setspeed = speed; var scale = _xscale; var ex = 3; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); _root.score = _root.score + 1; } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); _root.score = _root.score + 1; } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 48 MovieClip "lol" in Frame 3
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - _y) / 4)); _x = (_x + ((_root.player._x - _x) / 4)); }
Frame 4
stop();
Instance of Symbol 69 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.nextFrame(); } }
Frame 5
stop();
Instance of Symbol 69 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 8 MovieClip "player" in Frame 5
onClipEvent (load) { var grav = 0; var speed = 6; var jumpHeight = 14; var slow = 0.5; var slowspd = (speed / 2); var setspeed = speed; var scale = _xscale; var ex = 4; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }
Frame 6
stop();
Instance of Symbol 8 MovieClip "player" in Frame 6
onClipEvent (load) { var grav = 0; var speed = 6; var jumpHeight = 14; var slow = 0.5; var slowspd = (speed / 2); var setspeed = speed; var scale = _xscale; var ex = 3; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }
Frame 7
stop();
Frame 8
stop();
Instance of Symbol 8 MovieClip "player" in Frame 8
onClipEvent (load) { var grav = 0; var speed = 6; var jumpHeight = 14; var slow = 0.5; var slowspd = (speed / 2); var setspeed = speed; var scale = _xscale; var ex = 4; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
stop();
Instance of Symbol 8 MovieClip "player" in Frame 14
onClipEvent (load) { var grav = 0; var speed = 6; var jumpHeight = 14; var slow = 0.5; var slowspd = (speed / 2); var setspeed = speed; var scale = _xscale; var ex = 0; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }
Frame 15
stop();
Symbol 32 Button
on (release) { gotoAndPlay (4); }
Symbol 33 Button
on (release) { gotoAndPlay (2); }
Symbol 43 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 46 MovieClip Frame 1
function timerHandler() { if (!loadingComplete) { var _local2 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._xscale = 100 * _local2; if (_local2 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop ("loaded"); } return(undefined); } } } function startMovie() { _root.play(); } _root.stop(); stop(); var AUTO_PLAY = false; var loadingComplete = false; timerHandler();
Instance of Symbol 44 MovieClip in Symbol 46 MovieClip Frame 1
onClipEvent (enterFrame) { _parent.timerHandler(); }
Symbol 46 MovieClip Frame 2
stop();
Symbol 48 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 64 MovieClip Frame 1
stop();
Instance of Symbol 64 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Instance of Symbol 64 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Instance of Symbol 64 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Instance of Symbol 64 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Instance of Symbol 64 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Instance of Symbol 64 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Instance of Symbol 64 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Instance of Symbol 64 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Instance of Symbol 64 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Symbol 77 Button
on (press) { gotoAndPlay (2); }

Library Items

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

Instance Names

"player"Frame 1Symbol 8 MovieClip
"ground"Frame 1Symbol 10 MovieClip
"lol"Frame 1Symbol 48 MovieClip
"water"Frame 3Symbol 52 MovieClip
"player"Frame 3Symbol 8 MovieClip
"ground"Frame 3Symbol 67 MovieClip
"score"Frame 3Symbol 70 EditableText
"lol"Frame 3Symbol 48 MovieClip
"ground"Frame 4Symbol 81 MovieClip
"ground"Frame 5Symbol 85 MovieClip
"player"Frame 5Symbol 8 MovieClip
"player"Frame 6Symbol 8 MovieClip
"ground"Frame 6Symbol 90 MovieClip
"water"Frame 7Symbol 94 MovieClip
"ground"Frame 7Symbol 96 MovieClip
"player"Frame 8Symbol 8 MovieClip
"ground"Frame 8Symbol 101 MovieClip
"ground"Frame 9Symbol 105 MovieClip
"water"Frame 10Symbol 108 MovieClip
"ground"Frame 10Symbol 113 MovieClip
"ground"Frame 11Symbol 116 MovieClip
"ground"Frame 12Symbol 120 MovieClip
"water"Frame 13Symbol 124 MovieClip
"ground"Frame 13Symbol 126 MovieClip
"player"Frame 14Symbol 8 MovieClip
"ground"Frame 14Symbol 129 MovieClip
"ground"Frame 15Symbol 133 MovieClip
"bar"Symbol 46 MovieClip Frame 1Symbol 37 MovieClip

Special Tags

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

Labels

"loaded"Symbol 46 MovieClip Frame 2




http://swfchan.com/12/56937/info.shtml
Created: 18/4 -2019 19:23:04 Last modified: 18/4 -2019 19:23:04 Server time: 09/05 -2024 19:00:52