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

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

Lost Cookies.swf

This is the info page for
Flash #48638

(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 beated a 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 = 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 36 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 57 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 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 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 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.removeMovieClip(); } }
Instance of Symbol 36 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 57 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.nextFrame(); } }
Frame 5
stop();
Instance of Symbol 57 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 36 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 52 MovieClip Frame 1
stop();
Instance of Symbol 52 MovieClip in Symbol 55 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Instance of Symbol 52 MovieClip in Symbol 55 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Instance of Symbol 52 MovieClip in Symbol 55 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.nextFrame(); } }
Symbol 65 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 42 43 44 58 59 60 61 62 63 64 66 70 74 76 80 91 94 102 106 110 118 119 122
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:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 SoundUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 GraphicUsed by:55
Symbol 42 TextUses:11Used by:55
Symbol 43 TextUses:11Used by:55
Symbol 44 TextUses:11Used by:55
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:45 46Used by:55
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:55 89 104
Symbol 50 ShapeTweeningUsed by:52
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:50 51Used by:55
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:55
Symbol 55 MovieClipUses:41 42 43 44 47 49 52 54Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 EditableTextUses:11Used by:Timeline
Symbol 59 TextUses:11Used by:Timeline
Symbol 60 TextUses:11Used by:Timeline
Symbol 61 TextUses:11Used by:Timeline
Symbol 62 TextUses:11Used by:Timeline
Symbol 63 TextUses:11Used by:Timeline
Symbol 64 TextUses:11Used by:65
Symbol 65 ButtonUses:64Used by:Timeline
Symbol 66 TextUses:11Used by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 TextUses:11Used by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 TextUses:11Used by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 TextUses:11Used by:Timeline
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 TextUses:11Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:Timeline
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:86 87Used by:89
Symbol 89 MovieClipUses:85 88 49Used by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 TextUses:11Used by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 TextUses:11Used 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 100Used by:Timeline
Symbol 102 TextUses:11Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103 49Used by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 TextUses:11Used by:Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 TextUses:11Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:Timeline
Symbol 118 TextUses:11Used by:Timeline
Symbol 119 TextUses:11Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 TextUses:11Used by:Timeline

Instance Names

"player"Frame 1Symbol 8 MovieClip
"ground"Frame 1Symbol 10 MovieClip
"lol"Frame 1Symbol 36 MovieClip
"water"Frame 3Symbol 40 MovieClip
"player"Frame 3Symbol 8 MovieClip
"ground"Frame 3Symbol 55 MovieClip
"score"Frame 3Symbol 58 EditableText
"lol"Frame 3Symbol 36 MovieClip
"ground"Frame 4Symbol 69 MovieClip
"ground"Frame 5Symbol 73 MovieClip
"player"Frame 5Symbol 8 MovieClip
"player"Frame 6Symbol 8 MovieClip
"ground"Frame 6Symbol 78 MovieClip
"water"Frame 7Symbol 82 MovieClip
"ground"Frame 7Symbol 84 MovieClip
"player"Frame 8Symbol 8 MovieClip
"ground"Frame 8Symbol 89 MovieClip
"ground"Frame 9Symbol 93 MovieClip
"water"Frame 10Symbol 96 MovieClip
"ground"Frame 10Symbol 101 MovieClip
"ground"Frame 11Symbol 104 MovieClip
"ground"Frame 12Symbol 108 MovieClip
"water"Frame 13Symbol 112 MovieClip
"ground"Frame 13Symbol 114 MovieClip
"player"Frame 14Symbol 8 MovieClip
"ground"Frame 14Symbol 117 MovieClip
"ground"Frame 15Symbol 121 MovieClip

Special Tags

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




http://swfchan.com/10/48638/info.shtml
Created: 29/4 -2019 14:12:49 Last modified: 29/4 -2019 14:12:49 Server time: 16/05 -2024 08:49:26