STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229596 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
A Very Merry Christmas! |
This is the info page for Flash #60911 |
Menu |
selector box |
Drag the selector box over your desired selection. |
Instructions |
Select levels here by draging the selection box over a picture to enlarge it. Then drag the selector box off of the picture. |
Read these! |
Drag selector over the center to goto the instructions. |
start here |
finish here |
Drag these to the desired location. |
Press this to stat the level. |
Pressing this will take you back to the menu. |
You can drag the platforms to move the ball along the path. |
If you fall past the bottom you will restart the level. |
ActionScript [AS1/AS2]
Frame 1Stage.showMenu = false;Frame 2stop();Instance of Symbol 44 MovieClip in Frame 2onClipEvent (enterFrame) { xcorrect = _root.key1._width / 50; ycorrect = _root.key1._height / 50; } onClipEvent (enterFrame) { if (this.hitTest(_root.key1._x, _root.key1._y - ycorrect, true) == true) { _root.key1.gotoAndPlay("transition1"); } } onClipEvent (enterFrame) { xcorrect = _root.key2._width / 50; ycorrect = _root.key2._height / 50; } onClipEvent (enterFrame) { if (this.hitTest(_root.key2._x, _root.key2._y - ycorrect, true) == true) { _root.key2.gotoAndPlay("transition2"); } } onClipEvent (enterFrame) { xcorrect = _root.key3._width / 50; ycorrect = _root.key3._height / 50; } onClipEvent (enterFrame) { if (this.hitTest(_root.key3._x, _root.key3._y - ycorrect, true) == true) { _root.key3.gotoAndPlay("transition3"); } } onClipEvent (enterFrame) { xcorrect = _root.key4._width / 50; ycorrect = _root.key4._height / 50; } onClipEvent (enterFrame) { if (this.hitTest(_root.key4._x, _root.key4._y - ycorrect, true) == true) { _root.key4.gotoAndPlay("transition4"); } } onClipEvent (enterFrame) { xcorrect = _root.inst._width / 300; ycorrect = _root.inst._height / 50; } onClipEvent (enterFrame) { if (this.hitTest(_root.inst._x, _root.inst._y - ycorrect, true) == true) { _root.gotoAndStop("inst"); } }Instance of Symbol 47 MovieClip in Frame 3onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 51 MovieClip in Frame 3onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 50 MovieClip in Frame 3onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 53 MovieClip in Frame 3onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 64 MovieClip in Frame 4onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.gotoAndPlay("mainMenu"); } }Instance of Symbol 70 MovieClip "player" in Frame 4onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 72 MovieClip in Frame 4onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Frame 5stop();Instance of Symbol 53 MovieClip in Frame 5onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 50 MovieClip in Frame 5onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 51 MovieClip in Frame 5onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Frame 6stop();Instance of Symbol 64 MovieClip in Frame 6onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 6onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 6onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 7onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 7onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 7onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 78 MovieClip in Frame 7onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 80 MovieClip in Frame 7onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 81 MovieClip in Frame 7onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 81 MovieClip in Frame 7onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 80 MovieClip in Frame 7onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 64 MovieClip in Frame 8onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 8onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 8onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 9onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 83 MovieClip in Frame 9onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 9onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 78 MovieClip in Frame 9onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 9onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 85 MovieClip in Frame 9onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 87 MovieClip in Frame 9onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 64 MovieClip in Frame 10onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 10onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 10onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 11onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 89 MovieClip in Frame 11onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 11onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 11onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 11onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 11onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 11onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 51 MovieClip in Frame 11onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 80 MovieClip in Frame 11onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 64 MovieClip in Frame 12onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 12onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 12onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 13onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 91 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 13onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 14onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 14onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 14onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 15onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 15onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 15onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 15onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 78 MovieClip in Frame 15onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 91 MovieClip in Frame 15onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 91 MovieClip in Frame 15onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 16onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 16onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 16onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 17onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 78 MovieClip in Frame 17onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 95 MovieClip in Frame 17onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 17onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 17onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 64 MovieClip in Frame 18onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 18onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 18onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 19onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 97 MovieClip in Frame 19onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 81 MovieClip in Frame 19onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 97 MovieClip in Frame 19onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 20onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 20onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 20onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 21onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 47 MovieClip in Frame 21onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 47 MovieClip in Frame 21onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 76 MovieClip in Frame 21onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 21onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 99 MovieClip in Frame 21onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -200; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 100 MovieClip in Frame 21onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 200; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 21onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 21onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 22onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 22onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 22onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 23onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 102 MovieClip in Frame 23onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 102 MovieClip in Frame 23onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 102 MovieClip in Frame 23onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 102 MovieClip in Frame 23onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 104 MovieClip in Frame 23onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 93 MovieClip in Frame 23onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 23onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 23onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 24onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 24onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 24onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 25onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 106 MovieClip in Frame 25onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 76 MovieClip in Frame 25onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 106 MovieClip in Frame 25onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 108 MovieClip in Frame 25onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 7; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 93 MovieClip in Frame 25onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 26onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 26onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 26onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 27onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 27onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 27onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 27onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 83 MovieClip in Frame 27onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 27onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 110 MovieClip in Frame 27onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 110 MovieClip in Frame 27onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 27onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 85 MovieClip in Frame 27onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 64 MovieClip in Frame 28onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 28onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 28onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 29onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 47 MovieClip in Frame 29onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 104 MovieClip in Frame 29onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 112 MovieClip in Frame 29onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 15; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 29onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 29onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 30onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 30onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 30onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 31onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 31onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 31onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 31onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 78 MovieClip in Frame 31onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 32onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 32onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 32onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 33onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 33onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 33onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 33onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 33onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 33onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 33onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 33onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 33onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 78 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 83 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 89 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 83 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 89 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 83 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 93 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 34onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 34onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 34onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Frame 36stop();Instance of Symbol 53 MovieClip in Frame 36onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 80 MovieClip in Frame 36onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 81 MovieClip in Frame 36onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 114 MovieClip in Frame 36onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Frame 37stop();Instance of Symbol 64 MovieClip in Frame 37onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 37onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 37onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 38onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 93 MovieClip in Frame 38onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 114 MovieClip in Frame 38onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 81 MovieClip in Frame 38onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 93 MovieClip in Frame 38onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 38onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 102 MovieClip in Frame 38onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 39onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 39onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 39onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 40onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 102 MovieClip in Frame 40onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 102 MovieClip in Frame 40onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 89 MovieClip in Frame 40onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 40onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 41onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 41onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 41onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 42onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 93 MovieClip in Frame 42onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 42onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 42onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 42onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 42onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 42onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 42onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 42onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 42onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 42onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 43onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 43onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 43onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 44onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 112 MovieClip in Frame 44onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 15; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 116 MovieClip in Frame 44onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -15; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 112 MovieClip in Frame 44onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 15; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 116 MovieClip in Frame 44onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -15; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 45onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 45onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 45onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 46onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 93 MovieClip in Frame 46onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 110 MovieClip in Frame 46onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 118 MovieClip in Frame 46onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 47onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 47onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 47onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 48onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 110 MovieClip in Frame 48onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 110 MovieClip in Frame 48onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 93 MovieClip in Frame 48onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 48onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 48onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 48onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 48onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 49onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 49onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 49onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 50onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 81 MovieClip in Frame 50onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 81 MovieClip in Frame 50onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 80 MovieClip in Frame 50onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 80 MovieClip in Frame 50onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 64 MovieClip in Frame 51onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 51onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 51onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 52onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 102 MovieClip in Frame 52onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 110 MovieClip in Frame 52onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 80 MovieClip in Frame 52onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 93 MovieClip in Frame 52onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 53onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 53onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 53onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 54onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 93 MovieClip in Frame 54onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 81 MovieClip in Frame 54onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 118 MovieClip in Frame 54onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 55onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 55onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 55onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 56onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 93 MovieClip in Frame 56onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 56onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 56onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 56onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 116 MovieClip in Frame 56onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -15; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 112 MovieClip in Frame 56onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 15; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 56onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 57onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 57onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 57onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 58onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 81 MovieClip in Frame 58onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 114 MovieClip in Frame 58onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 104 MovieClip in Frame 58onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 102 MovieClip in Frame 58onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 102 MovieClip in Frame 58onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 102 MovieClip in Frame 58onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 93 MovieClip in Frame 58onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 58onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 58onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 58onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 59onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 59onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 59onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 60onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 104 MovieClip in Frame 60onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 93 MovieClip in Frame 60onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 60onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 60onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 60onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 60onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 60onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 60onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 60onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 61onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 61onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 61onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 62onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 114 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 102 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 20; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 89 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 80 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 93 MovieClip in Frame 62onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 63onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 63onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 63onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 64onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 89 MovieClip in Frame 64onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 64onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 64onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 64onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 89 MovieClip in Frame 64onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 93 MovieClip in Frame 64onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 65onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 65onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 65onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Frame 67stop();Instance of Symbol 53 MovieClip in Frame 67onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 95 MovieClip in Frame 67onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 67onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 67onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 67onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Frame 68stop();Instance of Symbol 64 MovieClip in Frame 68onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 68onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 68onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 69onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 69onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 83 MovieClip in Frame 69onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 83 MovieClip in Frame 69onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 91 MovieClip in Frame 69onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 70onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 70onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 70onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 71onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 83 MovieClip in Frame 71onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 95 MovieClip in Frame 71onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 71onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 91 MovieClip in Frame 71onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 91 MovieClip in Frame 71onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 71onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 72onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 72onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 72onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 73onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 83 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 83 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 83 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 95 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 85 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 85 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 85 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 95 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 73onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 64 MovieClip in Frame 74onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 74onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 74onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 75onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 91 MovieClip in Frame 75onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 75onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 75onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 76onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 76onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 76onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 77onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 95 MovieClip in Frame 77onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 77onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 121 MovieClip in Frame 77onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 78onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 78onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 78onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 79onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 85 MovieClip in Frame 79onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 79onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 79onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 95 MovieClip in Frame 79onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 79onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 64 MovieClip in Frame 80onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 80onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 80onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 81onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 85 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 85 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 85 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 85 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 83 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 81onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 82onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 82onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 82onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 83onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 91 MovieClip in Frame 83onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 91 MovieClip in Frame 83onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 91 MovieClip in Frame 83onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 83onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 83onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 83onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 83onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 84onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 84onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 84onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 85onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 83 MovieClip in Frame 85onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 85onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 85onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 86onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 86onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 86onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 87onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 95 MovieClip in Frame 87onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 121 MovieClip in Frame 87onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 121 MovieClip in Frame 87onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 85 MovieClip in Frame 87onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 87onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 87onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 87onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 88onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 88onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 88onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 89onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 89onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 89onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 85 MovieClip in Frame 89onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 85 MovieClip in Frame 89onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 95 MovieClip in Frame 89onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 89onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 89onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 95 MovieClip in Frame 89onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 83 MovieClip in Frame 89onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 89onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 90onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 90onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 90onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 91onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 91onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 83 MovieClip in Frame 91onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 91onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 91onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 95 MovieClip in Frame 91onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -30; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 85 MovieClip in Frame 91onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 91onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 91onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 64 MovieClip in Frame 92onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 92onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 92onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 93onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 85 MovieClip in Frame 93onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 93onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 85 MovieClip in Frame 93onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 85 MovieClip in Frame 93onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 93onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 83 MovieClip in Frame 93onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 64 MovieClip in Frame 94onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 94onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 94onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 95onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 76 MovieClip in Frame 95onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 95onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.prevFrame(); } }Instance of Symbol 83 MovieClip in Frame 95onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 95onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 95onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 95onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.5; } }Instance of Symbol 83 MovieClip in Frame 95onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 83 MovieClip in Frame 95onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -100; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 64 MovieClip in Frame 96onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 96onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 96onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Frame 98stop();Instance of Symbol 53 MovieClip in Frame 98onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 122 MovieClip in Frame 98onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -7; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 108 MovieClip in Frame 98onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 7; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 78 MovieClip in Frame 98onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Frame 99stop();Instance of Symbol 64 MovieClip in Frame 99onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 99onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 99onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 100onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 78 MovieClip in Frame 100onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 100onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 100onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 100onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 101onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 101onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 101onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 102onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 78 MovieClip in Frame 103onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 103onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 108 MovieClip in Frame 103onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 7; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 64 MovieClip in Frame 103onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 103onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 103onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 104onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 47 MovieClip in Frame 104onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 122 MovieClip in Frame 104onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -7; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 78 MovieClip in Frame 104onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 105onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 105onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 105onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 106onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 108 MovieClip in Frame 106onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 7; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 108 MovieClip in Frame 106onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 7; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 123 MovieClip in Frame 106onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 64 MovieClip in Frame 107onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 107onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 107onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } }Instance of Symbol 53 MovieClip in Frame 108onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 97 MovieClip in Frame 108onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 122 MovieClip in Frame 108onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -7; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 124 MovieClip in Frame 108onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -50; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 109onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 109onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 109onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 110onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 97 MovieClip in Frame 110onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 110onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 110onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 111onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 111onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 111onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 112onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 106 MovieClip in Frame 112onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 126 MovieClip in Frame 112onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 50 MovieClip in Frame 112onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 113onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 113onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 113onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 114onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 78 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 87 MovieClip in Frame 114onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 64 MovieClip in Frame 115onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 115onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 115onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 116onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 106 MovieClip in Frame 116onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 106 MovieClip in Frame 116onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 106 MovieClip in Frame 116onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 106 MovieClip in Frame 116onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 50 MovieClip in Frame 116onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 117onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 117onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 117onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 118onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 108 MovieClip in Frame 118onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 7; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 99 MovieClip in Frame 119onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -200; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 99 MovieClip in Frame 119onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -200; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 119onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 119onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 119onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 120onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 106 MovieClip in Frame 120onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 106 MovieClip in Frame 120onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 106 MovieClip in Frame 120onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 106 MovieClip in Frame 120onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 126 MovieClip in Frame 120onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 126 MovieClip in Frame 120onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.3; } }Instance of Symbol 100 MovieClip in Frame 120onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 200; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 121onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 121onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 121onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 122onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 50 MovieClip in Frame 122onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 97 MovieClip in Frame 122onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 47 MovieClip in Frame 122onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 122onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 122onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 122onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 78 MovieClip in Frame 122onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 122 MovieClip in Frame 122onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -7; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.7; } }Instance of Symbol 97 MovieClip in Frame 122onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 127 MovieClip in Frame 122onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = 5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }Instance of Symbol 64 MovieClip in Frame 123onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 123onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 123onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 124onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 78 MovieClip in Frame 124onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vy = -300; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 51 MovieClip in Frame 124onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 125onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 125onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 125onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Instance of Symbol 53 MovieClip in Frame 126onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }Instance of Symbol 106 MovieClip in Frame 126onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 47 MovieClip in Frame 126onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 50 MovieClip in Frame 126onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 64 MovieClip in Frame 127onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.nextFrame(); } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Instance of Symbol 72 MovieClip in Frame 127onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }Instance of Symbol 70 MovieClip "player" in Frame 127onClipEvent (load) { Gravity = 5; Velocity = 0; } onClipEvent (enterFrame) { this._y = this._y + Velocity; Velocity = Velocity + Gravity; } onClipEvent (enterFrame) { if (this._y >= 700) { _root.prevFrame(); } } onClipEvent (enterFrame) { friction = 0.6; vx = vx * friction; vy = vy * friction; this._x = this._x + vx; this._y = this._y + vy; if ((vx < 1) and (vx > -1)) { vx = 0; } if ((vy < 1) and (vy > -1)) { vy = 0; } if (Key.isDown(37)) { vx = -20; } if (Key.isDown(39)) { vx = 20; } if (Key.isDown(38)) { vy = -20; } if (Key.isDown(40)) { vy = 20; } }Symbol 11 Buttonon (release) { getURL ("http://www.newgrounds.com", "blank"); }Symbol 16 Buttonon (release) { _root.gotoAndStop("mainMenu"); }Symbol 17 MovieClip Frame 1_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }Symbol 17 MovieClip Frame 2gotoAndPlay (1);Symbol 21 MovieClip Frame 1this.onPress = function () { _root.gotoAndStop("mainmenu"); };Symbol 33 MovieClip Frame 1stop();Symbol 33 MovieClip Frame 60_root.gotoAndPlay("level1");Symbol 36 MovieClip Frame 1stop();Symbol 36 MovieClip Frame 60_root.gotoAndPlay("level2");Symbol 39 MovieClip Frame 1stop();Symbol 39 MovieClip Frame 60_root.gotoAndPlay("level3");Symbol 42 MovieClip Frame 1stop();Symbol 42 MovieClip Frame 60_root.gotoAndPlay("level4");Symbol 44 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 50 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Instance of Symbol 50 MovieClip in Symbol 51 MovieClip Frame 1onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Symbol 78 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 80 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 81 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Instance of Symbol 80 MovieClip in Symbol 81 MovieClip Frame 1onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 0; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Symbol 83 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 85 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 91 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 93 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 95 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 99 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Instance of Symbol 99 MovieClip in Symbol 100 MovieClip Frame 1onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -200; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Symbol 108 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 112 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 116 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Symbol 118 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Instance of Symbol 108 MovieClip in Symbol 122 MovieClip Frame 1onClipEvent (load) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 7; } } onClipEvent (load) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -0.7; } }Instance of Symbol 47 MovieClip in Symbol 123 MovieClip Frame 1onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = 10; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * -1; } }Instance of Symbol 47 MovieClip in Symbol 124 MovieClip Frame 1onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0; } }Symbol 126 MovieClip Frame 1this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };Instance of Symbol 87 MovieClip in Symbol 127 MovieClip Frame 1onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.vx = -5; } } onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.player._height / 8; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - ycorrect, true) == true) { _root.player.Velocity = _root.player.Velocity * 0.5; } }
Library Items
Symbol 1 Bitmap | Used by:2 | |
Symbol 2 Graphic | Uses:1 | Used by:Timeline |
Symbol 3 Graphic | Used by:17 | |
Symbol 4 Graphic | Used by:5 | |
Symbol 5 MovieClip | Uses:4 | Used by:17 |
Symbol 6 Graphic | Used by:17 | |
Symbol 7 Graphic | Used by:10 11 | |
Symbol 8 Graphic | Used by:10 11 | |
Symbol 9 Graphic | Used by:10 11 | |
Symbol 10 MovieClip | Uses:7 8 9 | Used by:11 |
Symbol 11 Button | Uses:10 7 8 9 | Used by:17 |
Symbol 12 Graphic | Used by:16 | |
Symbol 13 Graphic | Used by:16 | |
Symbol 14 Graphic | Used by:16 | |
Symbol 15 Graphic | Used by:16 | |
Symbol 16 Button | Uses:12 13 14 15 | Used by:17 |
Symbol 17 MovieClip | Uses:3 5 6 11 16 | Used by:Timeline |
Symbol 18 Graphic | Used by:21 | |
Symbol 19 Font | Used by:20 23 24 26 28 29 30 57 58 59 60 61 71 73 | |
Symbol 20 Text | Uses:19 | Used by:21 |
Symbol 21 MovieClip | Uses:18 20 | Used by:Timeline |
Symbol 22 Graphic | Used by:Timeline | |
Symbol 23 Text | Uses:19 | Used by:Timeline |
Symbol 24 Text | Uses:19 | Used by:Timeline |
Symbol 25 Graphic | Used by:27 | |
Symbol 26 Text | Uses:19 | Used by:27 |
Symbol 27 MovieClip | Uses:25 26 | Used by:Timeline |
Symbol 28 Text | Uses:19 | Used by:Timeline |
Symbol 29 Text | Uses:19 | Used by:Timeline |
Symbol 30 Text | Uses:19 | Used by:Timeline |
Symbol 31 Bitmap | Used by:32 | |
Symbol 32 Graphic | Uses:31 | Used by:33 Timeline |
Symbol 33 MovieClip | Uses:32 | Used by:Timeline |
Symbol 34 Bitmap | Used by:35 | |
Symbol 35 Graphic | Uses:34 | Used by:36 Timeline |
Symbol 36 MovieClip | Uses:35 | Used by:Timeline |
Symbol 37 Bitmap | Used by:38 119 | |
Symbol 38 Graphic | Uses:37 | Used by:39 |
Symbol 39 MovieClip | Uses:38 | Used by:Timeline |
Symbol 40 Bitmap | Used by:41 74 | |
Symbol 41 Graphic | Uses:40 | Used by:42 |
Symbol 42 MovieClip | Uses:41 | Used by:Timeline |
Symbol 43 Graphic | Used by:44 | |
Symbol 44 MovieClip | Uses:43 | Used by:Timeline |
Symbol 45 Sound | Used by:Timeline | |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 MovieClip | Uses:46 | Used by:123 124 Timeline |
Symbol 48 Graphic | Used by:50 | |
Symbol 49 Graphic | Used by:50 78 87 99 108 123 124 126 | |
Symbol 50 MovieClip | Uses:48 49 | Used by:51 Timeline |
Symbol 51 MovieClip | Uses:50 | Used by:Timeline |
Symbol 52 Graphic | Used by:53 | |
Symbol 53 MovieClip | Uses:52 | Used by:Timeline |
Symbol 54 Graphic | Used by:Timeline | |
Symbol 55 Graphic | Used by:72 Timeline | |
Symbol 56 Graphic | Used by:Timeline | |
Symbol 57 Text | Uses:19 | Used by:Timeline |
Symbol 58 Text | Uses:19 | Used by:Timeline |
Symbol 59 Text | Uses:19 | Used by:Timeline |
Symbol 60 Text | Uses:19 | Used by:Timeline |
Symbol 61 Text | Uses:19 | Used by:Timeline |
Symbol 62 Graphic | Used by:Timeline | |
Symbol 63 Graphic | Used by:64 | |
Symbol 64 MovieClip | Uses:63 | Used by:Timeline |
Symbol 65 Graphic | Used by:70 | |
Symbol 66 Graphic | Used by:70 | |
Symbol 67 Graphic | Used by:70 | |
Symbol 68 Graphic | Used by:70 | |
Symbol 69 Graphic | Used by:70 | |
Symbol 70 MovieClip | Uses:65 66 67 68 69 | Used by:Timeline |
Symbol 71 Text | Uses:19 | Used by:Timeline |
Symbol 72 MovieClip | Uses:55 | Used by:Timeline |
Symbol 73 Text | Uses:19 | Used by:Timeline |
Symbol 74 Graphic | Uses:40 | Used by:Timeline |
Symbol 75 Graphic | Used by:76 | |
Symbol 76 MovieClip | Uses:75 | Used by:Timeline |
Symbol 77 Graphic | Used by:78 | |
Symbol 78 MovieClip | Uses:77 49 | Used by:Timeline |
Symbol 79 Graphic | Used by:80 | |
Symbol 80 MovieClip | Uses:79 | Used by:81 Timeline |
Symbol 81 MovieClip | Uses:80 | Used by:Timeline |
Symbol 82 Graphic | Used by:83 | |
Symbol 83 MovieClip | Uses:82 | Used by:Timeline |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:84 | Used by:Timeline |
Symbol 86 Graphic | Used by:87 | |
Symbol 87 MovieClip | Uses:86 49 | Used by:127 Timeline |
Symbol 88 Graphic | Used by:89 | |
Symbol 89 MovieClip | Uses:88 | Used by:Timeline |
Symbol 90 Graphic | Used by:91 | |
Symbol 91 MovieClip | Uses:90 | Used by:Timeline |
Symbol 92 Graphic | Used by:93 | |
Symbol 93 MovieClip | Uses:92 | Used by:Timeline |
Symbol 94 Graphic | Used by:95 | |
Symbol 95 MovieClip | Uses:94 | Used by:Timeline |
Symbol 96 Graphic | Used by:97 | |
Symbol 97 MovieClip | Uses:96 | Used by:Timeline |
Symbol 98 Graphic | Used by:99 | |
Symbol 99 MovieClip | Uses:98 49 | Used by:100 Timeline |
Symbol 100 MovieClip | Uses:99 | Used by:Timeline |
Symbol 101 Graphic | Used by:102 | |
Symbol 102 MovieClip | Uses:101 | Used by:Timeline |
Symbol 103 Graphic | Used by:104 | |
Symbol 104 MovieClip | Uses:103 | Used by:Timeline |
Symbol 105 Graphic | Used by:106 | |
Symbol 106 MovieClip | Uses:105 | Used by:Timeline |
Symbol 107 Graphic | Used by:108 | |
Symbol 108 MovieClip | Uses:107 49 | Used by:122 Timeline |
Symbol 109 Graphic | Used by:110 | |
Symbol 110 MovieClip | Uses:109 | Used by:Timeline |
Symbol 111 Graphic | Used by:112 | |
Symbol 112 MovieClip | Uses:111 | Used by:Timeline |
Symbol 113 Graphic | Used by:114 | |
Symbol 114 MovieClip | Uses:113 | Used by:Timeline |
Symbol 115 Graphic | Used by:116 | |
Symbol 116 MovieClip | Uses:115 | Used by:Timeline |
Symbol 117 Graphic | Used by:118 | |
Symbol 118 MovieClip | Uses:117 | Used by:Timeline |
Symbol 119 Graphic | Uses:37 | Used by:Timeline |
Symbol 120 Graphic | Used by:121 | |
Symbol 121 MovieClip | Uses:120 | Used by:Timeline |
Symbol 122 MovieClip | Uses:108 | Used by:Timeline |
Symbol 123 MovieClip | Uses:47 49 | Used by:Timeline |
Symbol 124 MovieClip | Uses:47 49 | Used by:Timeline |
Symbol 125 Graphic | Used by:126 | |
Symbol 126 MovieClip | Uses:125 49 | Used by:Timeline |
Symbol 127 MovieClip | Uses:87 | Used by:Timeline |
Instance Names
"inst" | Frame 2 | Symbol 27 MovieClip |
"key1" | Frame 2 | Symbol 33 MovieClip |
"key2" | Frame 2 | Symbol 36 MovieClip |
"key3" | Frame 2 | Symbol 39 MovieClip |
"key4" | Frame 2 | Symbol 42 MovieClip |
"player" | Frame 4 | Symbol 70 MovieClip |
"player" | Frame 6 | Symbol 70 MovieClip |
"player" | Frame 8 | Symbol 70 MovieClip |
"player" | Frame 10 | Symbol 70 MovieClip |
"player" | Frame 12 | Symbol 70 MovieClip |
"player" | Frame 14 | Symbol 70 MovieClip |
"player" | Frame 16 | Symbol 70 MovieClip |
"player" | Frame 18 | Symbol 70 MovieClip |
"player" | Frame 20 | Symbol 70 MovieClip |
"player" | Frame 22 | Symbol 70 MovieClip |
"player" | Frame 24 | Symbol 70 MovieClip |
"player" | Frame 26 | Symbol 70 MovieClip |
"player" | Frame 28 | Symbol 70 MovieClip |
"player" | Frame 30 | Symbol 70 MovieClip |
"player" | Frame 32 | Symbol 70 MovieClip |
"player" | Frame 34 | Symbol 70 MovieClip |
"player" | Frame 37 | Symbol 70 MovieClip |
"player" | Frame 39 | Symbol 70 MovieClip |
"player" | Frame 41 | Symbol 70 MovieClip |
"player" | Frame 43 | Symbol 70 MovieClip |
"player" | Frame 45 | Symbol 70 MovieClip |
"player" | Frame 47 | Symbol 70 MovieClip |
"player" | Frame 49 | Symbol 70 MovieClip |
"player" | Frame 51 | Symbol 70 MovieClip |
"player" | Frame 53 | Symbol 70 MovieClip |
"player" | Frame 55 | Symbol 70 MovieClip |
"player" | Frame 57 | Symbol 70 MovieClip |
"player" | Frame 59 | Symbol 70 MovieClip |
"player" | Frame 61 | Symbol 70 MovieClip |
"player" | Frame 63 | Symbol 70 MovieClip |
"player" | Frame 65 | Symbol 70 MovieClip |
"player" | Frame 68 | Symbol 70 MovieClip |
"player" | Frame 70 | Symbol 70 MovieClip |
"player" | Frame 72 | Symbol 70 MovieClip |
"player" | Frame 74 | Symbol 70 MovieClip |
"player" | Frame 76 | Symbol 70 MovieClip |
"player" | Frame 78 | Symbol 70 MovieClip |
"player" | Frame 80 | Symbol 70 MovieClip |
"player" | Frame 82 | Symbol 70 MovieClip |
"player" | Frame 84 | Symbol 70 MovieClip |
"player" | Frame 86 | Symbol 70 MovieClip |
"player" | Frame 88 | Symbol 70 MovieClip |
"player" | Frame 90 | Symbol 70 MovieClip |
"player" | Frame 92 | Symbol 70 MovieClip |
"player" | Frame 94 | Symbol 70 MovieClip |
"player" | Frame 96 | Symbol 70 MovieClip |
"player" | Frame 99 | Symbol 70 MovieClip |
"player" | Frame 101 | Symbol 70 MovieClip |
"player" | Frame 103 | Symbol 70 MovieClip |
"player" | Frame 105 | Symbol 70 MovieClip |
"player" | Frame 107 | Symbol 70 MovieClip |
"player" | Frame 109 | Symbol 70 MovieClip |
"player" | Frame 111 | Symbol 70 MovieClip |
"player" | Frame 113 | Symbol 70 MovieClip |
"player" | Frame 115 | Symbol 70 MovieClip |
"player" | Frame 117 | Symbol 70 MovieClip |
"player" | Frame 119 | Symbol 70 MovieClip |
"player" | Frame 121 | Symbol 70 MovieClip |
"player" | Frame 123 | Symbol 70 MovieClip |
"player" | Frame 125 | Symbol 70 MovieClip |
"player" | Frame 127 | Symbol 70 MovieClip |
"bar" | Symbol 17 MovieClip Frame 1 | Symbol 5 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Protect (24) | Timeline Frame 1 | 31 bytes "..$1$/P$NO40i.hO5htyEDK5bgtBY/." |
Labels
"mainMenu" | Frame 2 |
"inst" | Frame 3 |
"level4" | Frame 5 |
"level2" | Frame 36 |
"level3" | Frame 67 |
"level1" | Frame 98 |
"loaded" | Symbol 17 MovieClip Frame 3 |
"transition1" | Symbol 33 MovieClip Frame 2 |
"transition2" | Symbol 36 MovieClip Frame 2 |
"transition3" | Symbol 39 MovieClip Frame 2 |
"transition4" | Symbol 42 MovieClip Frame 2 |
|