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!


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

PlatDrag.swf

This is the info page for
Flash #60911

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


Text
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 1
Stage.showMenu = false;
Frame 2
stop();
Instance of Symbol 44 MovieClip in Frame 2
onClipEvent (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 3
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 3
onClipEvent (enterFrame) { xcorrect = _root.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 3
onClipEvent (enterFrame) { xcorrect = _root.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 3
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 64 MovieClip in Frame 4
onClipEvent (enterFrame) { xcorrect = _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 4
onClipEvent (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 4
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Frame 5
stop();
Instance of Symbol 53 MovieClip in Frame 5
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 50 MovieClip in Frame 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.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 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.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 6
stop();
Instance of Symbol 64 MovieClip in Frame 6
onClipEvent (enterFrame) { xcorrect = _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 6
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 6
onClipEvent (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 7
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 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.prevFrame(); } }
Instance of Symbol 76 MovieClip in Frame 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.prevFrame(); } }
Instance of Symbol 78 MovieClip in Frame 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.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 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.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 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.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 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.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 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.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 8
onClipEvent (enterFrame) { xcorrect = _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 8
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 8
onClipEvent (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 9
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 83 MovieClip in Frame 9
onClipEvent (enterFrame) { xcorrect = _root.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 9
onClipEvent (enterFrame) { xcorrect = _root.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 9
onClipEvent (enterFrame) { xcorrect = _root.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 9
onClipEvent (enterFrame) { xcorrect = _root.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 9
onClipEvent (enterFrame) { xcorrect = _root.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 9
onClipEvent (enterFrame) { xcorrect = _root.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 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.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 10
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 10
onClipEvent (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 11
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 89 MovieClip in Frame 11
onClipEvent (enterFrame) { xcorrect = _root.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 11
onClipEvent (enterFrame) { xcorrect = _root.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 11
onClipEvent (enterFrame) { xcorrect = _root.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 11
onClipEvent (enterFrame) { xcorrect = _root.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 11
onClipEvent (enterFrame) { xcorrect = _root.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 11
onClipEvent (enterFrame) { xcorrect = _root.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 11
onClipEvent (enterFrame) { xcorrect = _root.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 11
onClipEvent (enterFrame) { xcorrect = _root.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 12
onClipEvent (enterFrame) { xcorrect = _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 12
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 12
onClipEvent (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 13
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 91 MovieClip in Frame 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 13
onClipEvent (enterFrame) { xcorrect = _root.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 14
onClipEvent (enterFrame) { xcorrect = _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 14
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 14
onClipEvent (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 15
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 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.prevFrame(); } }
Instance of Symbol 76 MovieClip in Frame 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.prevFrame(); } }
Instance of Symbol 76 MovieClip in Frame 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.prevFrame(); } }
Instance of Symbol 78 MovieClip in Frame 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.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 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.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 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.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 16
onClipEvent (enterFrame) { xcorrect = _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 16
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 16
onClipEvent (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 17
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 78 MovieClip in Frame 17
onClipEvent (enterFrame) { xcorrect = _root.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 17
onClipEvent (enterFrame) { xcorrect = _root.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 17
onClipEvent (enterFrame) { xcorrect = _root.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 17
onClipEvent (enterFrame) { xcorrect = _root.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 18
onClipEvent (enterFrame) { xcorrect = _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 18
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 18
onClipEvent (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 19
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 97 MovieClip in Frame 19
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 19
onClipEvent (enterFrame) { xcorrect = _root.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 19
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 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.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 20
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 20
onClipEvent (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 21
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 47 MovieClip in Frame 21
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 21
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 21
onClipEvent (enterFrame) { xcorrect = _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 21
onClipEvent (enterFrame) { xcorrect = _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 21
onClipEvent (enterFrame) { xcorrect = _root.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 21
onClipEvent (enterFrame) { xcorrect = _root.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 21
onClipEvent (enterFrame) { xcorrect = _root.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 21
onClipEvent (enterFrame) { xcorrect = _root.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 22
onClipEvent (enterFrame) { xcorrect = _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 22
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 22
onClipEvent (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 23
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 102 MovieClip in Frame 23
onClipEvent (enterFrame) { xcorrect = _root.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 23
onClipEvent (enterFrame) { xcorrect = _root.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 23
onClipEvent (enterFrame) { xcorrect = _root.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 23
onClipEvent (enterFrame) { xcorrect = _root.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 23
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 23
onClipEvent (enterFrame) { xcorrect = _root.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 23
onClipEvent (enterFrame) { xcorrect = _root.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 23
onClipEvent (enterFrame) { xcorrect = _root.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 24
onClipEvent (enterFrame) { xcorrect = _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 24
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 24
onClipEvent (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 25
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 106 MovieClip in Frame 25
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 25
onClipEvent (enterFrame) { xcorrect = _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 25
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 25
onClipEvent (enterFrame) { xcorrect = _root.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 25
onClipEvent (enterFrame) { xcorrect = _root.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 26
onClipEvent (enterFrame) { xcorrect = _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 26
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 26
onClipEvent (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 27
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 27
onClipEvent (enterFrame) { xcorrect = _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 27
onClipEvent (enterFrame) { xcorrect = _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 27
onClipEvent (enterFrame) { xcorrect = _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 27
onClipEvent (enterFrame) { xcorrect = _root.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 27
onClipEvent (enterFrame) { xcorrect = _root.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 27
onClipEvent (enterFrame) { xcorrect = _root.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 27
onClipEvent (enterFrame) { xcorrect = _root.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 27
onClipEvent (enterFrame) { xcorrect = _root.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 27
onClipEvent (enterFrame) { xcorrect = _root.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 28
onClipEvent (enterFrame) { xcorrect = _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 28
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 28
onClipEvent (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 29
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 47 MovieClip in Frame 29
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 29
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 29
onClipEvent (enterFrame) { xcorrect = _root.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 29
onClipEvent (enterFrame) { xcorrect = _root.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 29
onClipEvent (enterFrame) { xcorrect = _root.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 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.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 30
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 30
onClipEvent (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 31
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 31
onClipEvent (enterFrame) { xcorrect = _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 31
onClipEvent (enterFrame) { xcorrect = _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 31
onClipEvent (enterFrame) { xcorrect = _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 31
onClipEvent (enterFrame) { xcorrect = _root.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 32
onClipEvent (enterFrame) { xcorrect = _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 32
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 32
onClipEvent (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 33
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 33
onClipEvent (enterFrame) { xcorrect = _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 33
onClipEvent (enterFrame) { xcorrect = _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 33
onClipEvent (enterFrame) { xcorrect = _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 33
onClipEvent (enterFrame) { xcorrect = _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 33
onClipEvent (enterFrame) { xcorrect = _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 33
onClipEvent (enterFrame) { xcorrect = _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 33
onClipEvent (enterFrame) { xcorrect = _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 33
onClipEvent (enterFrame) { xcorrect = _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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _root.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 34
onClipEvent (enterFrame) { xcorrect = _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 34
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 34
onClipEvent (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 36
stop();
Instance of Symbol 53 MovieClip in Frame 36
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 80 MovieClip in Frame 36
onClipEvent (enterFrame) { xcorrect = _root.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 36
onClipEvent (enterFrame) { xcorrect = _root.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 36
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 37
stop();
Instance of Symbol 64 MovieClip in Frame 37
onClipEvent (enterFrame) { xcorrect = _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 37
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 37
onClipEvent (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 38
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 93 MovieClip in Frame 38
onClipEvent (enterFrame) { xcorrect = _root.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 38
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 38
onClipEvent (enterFrame) { xcorrect = _root.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 38
onClipEvent (enterFrame) { xcorrect = _root.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 38
onClipEvent (enterFrame) { xcorrect = _root.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 38
onClipEvent (enterFrame) { xcorrect = _root.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 39
onClipEvent (enterFrame) { xcorrect = _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 39
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 39
onClipEvent (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 40
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 102 MovieClip in Frame 40
onClipEvent (enterFrame) { xcorrect = _root.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 40
onClipEvent (enterFrame) { xcorrect = _root.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 40
onClipEvent (enterFrame) { xcorrect = _root.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 40
onClipEvent (enterFrame) { xcorrect = _root.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 41
onClipEvent (enterFrame) { xcorrect = _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 41
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 41
onClipEvent (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 42
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 93 MovieClip in Frame 42
onClipEvent (enterFrame) { xcorrect = _root.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 42
onClipEvent (enterFrame) { xcorrect = _root.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 42
onClipEvent (enterFrame) { xcorrect = _root.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 42
onClipEvent (enterFrame) { xcorrect = _root.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 42
onClipEvent (enterFrame) { xcorrect = _root.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 42
onClipEvent (enterFrame) { xcorrect = _root.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 42
onClipEvent (enterFrame) { xcorrect = _root.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 42
onClipEvent (enterFrame) { xcorrect = _root.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 42
onClipEvent (enterFrame) { xcorrect = _root.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 42
onClipEvent (enterFrame) { xcorrect = _root.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 43
onClipEvent (enterFrame) { xcorrect = _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 43
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 43
onClipEvent (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 44
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 112 MovieClip in Frame 44
onClipEvent (enterFrame) { xcorrect = _root.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 44
onClipEvent (enterFrame) { xcorrect = _root.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 44
onClipEvent (enterFrame) { xcorrect = _root.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 44
onClipEvent (enterFrame) { xcorrect = _root.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 45
onClipEvent (enterFrame) { xcorrect = _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 45
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 45
onClipEvent (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 46
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 93 MovieClip in Frame 46
onClipEvent (enterFrame) { xcorrect = _root.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 46
onClipEvent (enterFrame) { xcorrect = _root.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 46
onClipEvent (enterFrame) { xcorrect = _root.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 47
onClipEvent (enterFrame) { xcorrect = _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 47
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 47
onClipEvent (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 48
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 110 MovieClip in Frame 48
onClipEvent (enterFrame) { xcorrect = _root.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 48
onClipEvent (enterFrame) { xcorrect = _root.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 48
onClipEvent (enterFrame) { xcorrect = _root.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 48
onClipEvent (enterFrame) { xcorrect = _root.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 48
onClipEvent (enterFrame) { xcorrect = _root.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 48
onClipEvent (enterFrame) { xcorrect = _root.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 48
onClipEvent (enterFrame) { xcorrect = _root.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 49
onClipEvent (enterFrame) { xcorrect = _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 49
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 49
onClipEvent (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 50
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 81 MovieClip in Frame 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.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 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.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 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.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 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.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 51
onClipEvent (enterFrame) { xcorrect = _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 51
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 51
onClipEvent (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 52
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 102 MovieClip in Frame 52
onClipEvent (enterFrame) { xcorrect = _root.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 52
onClipEvent (enterFrame) { xcorrect = _root.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 52
onClipEvent (enterFrame) { xcorrect = _root.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 52
onClipEvent (enterFrame) { xcorrect = _root.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 53
onClipEvent (enterFrame) { xcorrect = _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 53
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 53
onClipEvent (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 54
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 93 MovieClip in Frame 54
onClipEvent (enterFrame) { xcorrect = _root.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 54
onClipEvent (enterFrame) { xcorrect = _root.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 54
onClipEvent (enterFrame) { xcorrect = _root.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 55
onClipEvent (enterFrame) { xcorrect = _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 55
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 55
onClipEvent (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 56
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 93 MovieClip in Frame 56
onClipEvent (enterFrame) { xcorrect = _root.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 56
onClipEvent (enterFrame) { xcorrect = _root.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 56
onClipEvent (enterFrame) { xcorrect = _root.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 56
onClipEvent (enterFrame) { xcorrect = _root.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 56
onClipEvent (enterFrame) { xcorrect = _root.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 56
onClipEvent (enterFrame) { xcorrect = _root.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 56
onClipEvent (enterFrame) { xcorrect = _root.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 57
onClipEvent (enterFrame) { xcorrect = _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 57
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 57
onClipEvent (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 58
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 81 MovieClip in Frame 58
onClipEvent (enterFrame) { xcorrect = _root.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 58
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 58
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 58
onClipEvent (enterFrame) { xcorrect = _root.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 58
onClipEvent (enterFrame) { xcorrect = _root.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 58
onClipEvent (enterFrame) { xcorrect = _root.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 58
onClipEvent (enterFrame) { xcorrect = _root.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 58
onClipEvent (enterFrame) { xcorrect = _root.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 58
onClipEvent (enterFrame) { xcorrect = _root.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 58
onClipEvent (enterFrame) { xcorrect = _root.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 59
onClipEvent (enterFrame) { xcorrect = _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 59
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 59
onClipEvent (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 60
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 104 MovieClip in Frame 60
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 60
onClipEvent (enterFrame) { xcorrect = _root.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 60
onClipEvent (enterFrame) { xcorrect = _root.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 60
onClipEvent (enterFrame) { xcorrect = _root.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 60
onClipEvent (enterFrame) { xcorrect = _root.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 60
onClipEvent (enterFrame) { xcorrect = _root.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 60
onClipEvent (enterFrame) { xcorrect = _root.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 60
onClipEvent (enterFrame) { xcorrect = _root.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 60
onClipEvent (enterFrame) { xcorrect = _root.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 61
onClipEvent (enterFrame) { xcorrect = _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 61
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 61
onClipEvent (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 62
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 114 MovieClip in Frame 62
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 62
onClipEvent (enterFrame) { xcorrect = _root.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 63
onClipEvent (enterFrame) { xcorrect = _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 63
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 63
onClipEvent (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 64
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 89 MovieClip in Frame 64
onClipEvent (enterFrame) { xcorrect = _root.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 64
onClipEvent (enterFrame) { xcorrect = _root.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 64
onClipEvent (enterFrame) { xcorrect = _root.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 64
onClipEvent (enterFrame) { xcorrect = _root.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 64
onClipEvent (enterFrame) { xcorrect = _root.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 64
onClipEvent (enterFrame) { xcorrect = _root.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 65
onClipEvent (enterFrame) { xcorrect = _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 65
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 65
onClipEvent (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 67
stop();
Instance of Symbol 53 MovieClip in Frame 67
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 95 MovieClip in Frame 67
onClipEvent (enterFrame) { xcorrect = _root.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 67
onClipEvent (enterFrame) { xcorrect = _root.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 67
onClipEvent (enterFrame) { xcorrect = _root.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 67
onClipEvent (enterFrame) { xcorrect = _root.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 68
stop();
Instance of Symbol 64 MovieClip in Frame 68
onClipEvent (enterFrame) { xcorrect = _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 68
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 68
onClipEvent (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 69
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 69
onClipEvent (enterFrame) { xcorrect = _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 69
onClipEvent (enterFrame) { xcorrect = _root.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 69
onClipEvent (enterFrame) { xcorrect = _root.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 69
onClipEvent (enterFrame) { xcorrect = _root.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 70
onClipEvent (enterFrame) { xcorrect = _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 70
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 70
onClipEvent (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 71
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 83 MovieClip in Frame 71
onClipEvent (enterFrame) { xcorrect = _root.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 71
onClipEvent (enterFrame) { xcorrect = _root.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 71
onClipEvent (enterFrame) { xcorrect = _root.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 71
onClipEvent (enterFrame) { xcorrect = _root.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 71
onClipEvent (enterFrame) { xcorrect = _root.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 71
onClipEvent (enterFrame) { xcorrect = _root.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 72
onClipEvent (enterFrame) { xcorrect = _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 72
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 72
onClipEvent (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 73
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 73
onClipEvent (enterFrame) { xcorrect = _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 73
onClipEvent (enterFrame) { xcorrect = _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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 73
onClipEvent (enterFrame) { xcorrect = _root.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 74
onClipEvent (enterFrame) { xcorrect = _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 74
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 74
onClipEvent (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 75
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 91 MovieClip in Frame 75
onClipEvent (enterFrame) { xcorrect = _root.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 75
onClipEvent (enterFrame) { xcorrect = _root.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 75
onClipEvent (enterFrame) { xcorrect = _root.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 76
onClipEvent (enterFrame) { xcorrect = _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 76
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 76
onClipEvent (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 77
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 95 MovieClip in Frame 77
onClipEvent (enterFrame) { xcorrect = _root.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 77
onClipEvent (enterFrame) { xcorrect = _root.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 77
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 78
onClipEvent (enterFrame) { xcorrect = _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 78
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 78
onClipEvent (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 79
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 85 MovieClip in Frame 79
onClipEvent (enterFrame) { xcorrect = _root.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 79
onClipEvent (enterFrame) { xcorrect = _root.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 79
onClipEvent (enterFrame) { xcorrect = _root.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 79
onClipEvent (enterFrame) { xcorrect = _root.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 79
onClipEvent (enterFrame) { xcorrect = _root.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 80
onClipEvent (enterFrame) { xcorrect = _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 80
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 80
onClipEvent (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 81
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _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 81
onClipEvent (enterFrame) { xcorrect = _root.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 81
onClipEvent (enterFrame) { xcorrect = _root.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 81
onClipEvent (enterFrame) { xcorrect = _root.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 81
onClipEvent (enterFrame) { xcorrect = _root.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 81
onClipEvent (enterFrame) { xcorrect = _root.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 81
onClipEvent (enterFrame) { xcorrect = _root.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 81
onClipEvent (enterFrame) { xcorrect = _root.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 82
onClipEvent (enterFrame) { xcorrect = _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 82
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 82
onClipEvent (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 83
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 91 MovieClip in Frame 83
onClipEvent (enterFrame) { xcorrect = _root.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 83
onClipEvent (enterFrame) { xcorrect = _root.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 83
onClipEvent (enterFrame) { xcorrect = _root.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 83
onClipEvent (enterFrame) { xcorrect = _root.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 83
onClipEvent (enterFrame) { xcorrect = _root.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 83
onClipEvent (enterFrame) { xcorrect = _root.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 83
onClipEvent (enterFrame) { xcorrect = _root.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 84
onClipEvent (enterFrame) { xcorrect = _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 84
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 84
onClipEvent (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 85
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 83 MovieClip in Frame 85
onClipEvent (enterFrame) { xcorrect = _root.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 85
onClipEvent (enterFrame) { xcorrect = _root.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 85
onClipEvent (enterFrame) { xcorrect = _root.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 86
onClipEvent (enterFrame) { xcorrect = _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 86
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 86
onClipEvent (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 87
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 95 MovieClip in Frame 87
onClipEvent (enterFrame) { xcorrect = _root.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 87
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 87
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 87
onClipEvent (enterFrame) { xcorrect = _root.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 87
onClipEvent (enterFrame) { xcorrect = _root.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 87
onClipEvent (enterFrame) { xcorrect = _root.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 87
onClipEvent (enterFrame) { xcorrect = _root.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 88
onClipEvent (enterFrame) { xcorrect = _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 88
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 88
onClipEvent (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 89
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 89
onClipEvent (enterFrame) { xcorrect = _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 89
onClipEvent (enterFrame) { xcorrect = _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 89
onClipEvent (enterFrame) { xcorrect = _root.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 89
onClipEvent (enterFrame) { xcorrect = _root.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 89
onClipEvent (enterFrame) { xcorrect = _root.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 89
onClipEvent (enterFrame) { xcorrect = _root.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 89
onClipEvent (enterFrame) { xcorrect = _root.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 89
onClipEvent (enterFrame) { xcorrect = _root.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 89
onClipEvent (enterFrame) { xcorrect = _root.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 89
onClipEvent (enterFrame) { xcorrect = _root.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 90
onClipEvent (enterFrame) { xcorrect = _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 90
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 90
onClipEvent (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 91
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 91
onClipEvent (enterFrame) { xcorrect = _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 91
onClipEvent (enterFrame) { xcorrect = _root.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 91
onClipEvent (enterFrame) { xcorrect = _root.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 91
onClipEvent (enterFrame) { xcorrect = _root.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 91
onClipEvent (enterFrame) { xcorrect = _root.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 91
onClipEvent (enterFrame) { xcorrect = _root.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 91
onClipEvent (enterFrame) { xcorrect = _root.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 91
onClipEvent (enterFrame) { xcorrect = _root.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 92
onClipEvent (enterFrame) { xcorrect = _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 92
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 92
onClipEvent (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 93
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 85 MovieClip in Frame 93
onClipEvent (enterFrame) { xcorrect = _root.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 93
onClipEvent (enterFrame) { xcorrect = _root.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 93
onClipEvent (enterFrame) { xcorrect = _root.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 93
onClipEvent (enterFrame) { xcorrect = _root.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 93
onClipEvent (enterFrame) { xcorrect = _root.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 93
onClipEvent (enterFrame) { xcorrect = _root.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 94
onClipEvent (enterFrame) { xcorrect = _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 94
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 94
onClipEvent (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 95
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 76 MovieClip in Frame 95
onClipEvent (enterFrame) { xcorrect = _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 95
onClipEvent (enterFrame) { xcorrect = _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 95
onClipEvent (enterFrame) { xcorrect = _root.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 95
onClipEvent (enterFrame) { xcorrect = _root.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 95
onClipEvent (enterFrame) { xcorrect = _root.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 95
onClipEvent (enterFrame) { xcorrect = _root.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 95
onClipEvent (enterFrame) { xcorrect = _root.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 95
onClipEvent (enterFrame) { xcorrect = _root.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 96
onClipEvent (enterFrame) { xcorrect = _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 96
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 96
onClipEvent (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 98
stop();
Instance of Symbol 53 MovieClip in Frame 98
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 122 MovieClip in Frame 98
onClipEvent (enterFrame) { xcorrect = _root.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 98
onClipEvent (enterFrame) { xcorrect = _root.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 98
onClipEvent (enterFrame) { xcorrect = _root.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 99
stop();
Instance of Symbol 64 MovieClip in Frame 99
onClipEvent (enterFrame) { xcorrect = _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 99
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 99
onClipEvent (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 100
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 78 MovieClip in Frame 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.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 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.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 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.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 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.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 101
onClipEvent (enterFrame) { xcorrect = _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 101
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 101
onClipEvent (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 102
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 78 MovieClip in Frame 103
onClipEvent (enterFrame) { xcorrect = _root.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 103
onClipEvent (enterFrame) { xcorrect = _root.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 103
onClipEvent (enterFrame) { xcorrect = _root.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 103
onClipEvent (enterFrame) { xcorrect = _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 103
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 103
onClipEvent (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 104
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 47 MovieClip in Frame 104
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 104
onClipEvent (enterFrame) { xcorrect = _root.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 104
onClipEvent (enterFrame) { xcorrect = _root.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 105
onClipEvent (enterFrame) { xcorrect = _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 105
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 105
onClipEvent (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 106
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 108 MovieClip in Frame 106
onClipEvent (enterFrame) { xcorrect = _root.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 106
onClipEvent (enterFrame) { xcorrect = _root.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 106
onClipEvent (enterFrame) { xcorrect = _root.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 107
onClipEvent (enterFrame) { xcorrect = _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 107
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 107
onClipEvent (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 108
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 97 MovieClip in Frame 108
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 108
onClipEvent (enterFrame) { xcorrect = _root.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 108
onClipEvent (enterFrame) { xcorrect = _root.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 109
onClipEvent (enterFrame) { xcorrect = _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 109
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 109
onClipEvent (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 110
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 97 MovieClip in Frame 110
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 110
onClipEvent (enterFrame) { xcorrect = _root.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 110
onClipEvent (enterFrame) { xcorrect = _root.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 111
onClipEvent (enterFrame) { xcorrect = _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 111
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 111
onClipEvent (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 112
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 106 MovieClip in Frame 112
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 112
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 112
onClipEvent (enterFrame) { xcorrect = _root.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 113
onClipEvent (enterFrame) { xcorrect = _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 113
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 113
onClipEvent (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 114
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 126 MovieClip in Frame 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.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 114
onClipEvent (enterFrame) { xcorrect = _root.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 115
onClipEvent (enterFrame) { xcorrect = _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 115
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 115
onClipEvent (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 116
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 106 MovieClip in Frame 116
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 116
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 116
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 116
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 116
onClipEvent (enterFrame) { xcorrect = _root.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 117
onClipEvent (enterFrame) { xcorrect = _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 117
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 117
onClipEvent (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 118
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 108 MovieClip in Frame 118
onClipEvent (enterFrame) { xcorrect = _root.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 119
onClipEvent (enterFrame) { xcorrect = _root.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 119
onClipEvent (enterFrame) { xcorrect = _root.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 119
onClipEvent (enterFrame) { xcorrect = _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 119
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 119
onClipEvent (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 120
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 106 MovieClip in Frame 120
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 120
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 120
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 120
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 120
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 120
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 120
onClipEvent (enterFrame) { xcorrect = _root.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 121
onClipEvent (enterFrame) { xcorrect = _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 121
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 121
onClipEvent (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 122
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 50 MovieClip in Frame 122
onClipEvent (enterFrame) { xcorrect = _root.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 122
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 122
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 122
onClipEvent (enterFrame) { xcorrect = _root.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 122
onClipEvent (enterFrame) { xcorrect = _root.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 122
onClipEvent (enterFrame) { xcorrect = _root.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 122
onClipEvent (enterFrame) { xcorrect = _root.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 122
onClipEvent (enterFrame) { xcorrect = _root.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 122
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 122
onClipEvent (enterFrame) { xcorrect = _root.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 123
onClipEvent (enterFrame) { xcorrect = _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 123
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 123
onClipEvent (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 124
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 78 MovieClip in Frame 124
onClipEvent (enterFrame) { xcorrect = _root.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 124
onClipEvent (enterFrame) { xcorrect = _root.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 125
onClipEvent (enterFrame) { xcorrect = _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 125
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 125
onClipEvent (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 126
onClipEvent (enterFrame) { this.onRelease = function () { _root.nextFrame(); }; }
Instance of Symbol 106 MovieClip in Frame 126
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 126
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 126
onClipEvent (enterFrame) { xcorrect = _root.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 127
onClipEvent (enterFrame) { xcorrect = _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 127
onClipEvent (load) { _root.player._x = this._x; } onClipEvent (load) { _root.player._y = this._y; }
Instance of Symbol 70 MovieClip "player" in Frame 127
onClipEvent (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 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 16 Button
on (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 2
gotoAndPlay (1);
Symbol 21 MovieClip Frame 1
this.onPress = function () { _root.gotoAndStop("mainmenu"); };
Symbol 33 MovieClip Frame 1
stop();
Symbol 33 MovieClip Frame 60
_root.gotoAndPlay("level1");
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 60
_root.gotoAndPlay("level2");
Symbol 39 MovieClip Frame 1
stop();
Symbol 39 MovieClip Frame 60
_root.gotoAndPlay("level3");
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 60
_root.gotoAndPlay("level4");
Symbol 44 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 50 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Instance of Symbol 50 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { xcorrect = _root.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 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 80 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 81 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Instance of Symbol 80 MovieClip in Symbol 81 MovieClip Frame 1
onClipEvent (enterFrame) { xcorrect = _root.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 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 85 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 91 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 93 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 95 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 99 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Instance of Symbol 99 MovieClip in Symbol 100 MovieClip Frame 1
onClipEvent (enterFrame) { xcorrect = _root.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 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 112 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 116 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Symbol 118 MovieClip Frame 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Instance of Symbol 108 MovieClip in Symbol 122 MovieClip Frame 1
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.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 1
onClipEvent (enterFrame) { xcorrect = _root.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 1
onClipEvent (enterFrame) { xcorrect = _root.player._width / 8; ycorrect = _root.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 1
this.onPress = function () { this.startDrag(); }; this.onRelease = function () { this.stopDrag(); };
Instance of Symbol 87 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (enterFrame) { xcorrect = _root.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 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:17
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:17
Symbol 6 GraphicUsed by:17
Symbol 7 GraphicUsed by:10 11
Symbol 8 GraphicUsed by:10 11
Symbol 9 GraphicUsed by:10 11
Symbol 10 MovieClipUses:7 8 9Used by:11
Symbol 11 ButtonUses:10 7 8 9Used by:17
Symbol 12 GraphicUsed by:16
Symbol 13 GraphicUsed by:16
Symbol 14 GraphicUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 ButtonUses:12 13 14 15Used by:17
Symbol 17 MovieClipUses:3 5 6 11 16Used by:Timeline
Symbol 18 GraphicUsed by:21
Symbol 19 FontUsed by:20 23 24 26 28 29 30 57 58 59 60 61 71 73
Symbol 20 TextUses:19Used by:21
Symbol 21 MovieClipUses:18 20Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 TextUses:19Used by:Timeline
Symbol 24 TextUses:19Used by:Timeline
Symbol 25 GraphicUsed by:27
Symbol 26 TextUses:19Used by:27
Symbol 27 MovieClipUses:25 26Used by:Timeline
Symbol 28 TextUses:19Used by:Timeline
Symbol 29 TextUses:19Used by:Timeline
Symbol 30 TextUses:19Used by:Timeline
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:33  Timeline
Symbol 33 MovieClipUses:32Used by:Timeline
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:36  Timeline
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 BitmapUsed by:38 119
Symbol 38 GraphicUses:37Used by:39
Symbol 39 MovieClipUses:38Used by:Timeline
Symbol 40 BitmapUsed by:41 74
Symbol 41 GraphicUses:40Used by:42
Symbol 42 MovieClipUses:41Used by:Timeline
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:Timeline
Symbol 45 SoundUsed by:Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:123 124  Timeline
Symbol 48 GraphicUsed by:50
Symbol 49 GraphicUsed by:50 78 87 99 108 123 124 126
Symbol 50 MovieClipUses:48 49Used by:51  Timeline
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:72  Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 TextUses:19Used by:Timeline
Symbol 58 TextUses:19Used by:Timeline
Symbol 59 TextUses:19Used by:Timeline
Symbol 60 TextUses:19Used by:Timeline
Symbol 61 TextUses:19Used by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 GraphicUsed by:70
Symbol 66 GraphicUsed by:70
Symbol 67 GraphicUsed by:70
Symbol 68 GraphicUsed by:70
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:65 66 67 68 69Used by:Timeline
Symbol 71 TextUses:19Used by:Timeline
Symbol 72 MovieClipUses:55Used by:Timeline
Symbol 73 TextUses:19Used by:Timeline
Symbol 74 GraphicUses:40Used by:Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77 49Used by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:81  Timeline
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86 49Used by:127  Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98 49Used by:100  Timeline
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107 49Used by:122  Timeline
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:Timeline
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:Timeline
Symbol 119 GraphicUses:37Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 MovieClipUses:108Used by:Timeline
Symbol 123 MovieClipUses:47 49Used by:Timeline
Symbol 124 MovieClipUses:47 49Used by:Timeline
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125 49Used by:Timeline
Symbol 127 MovieClipUses:87Used by:Timeline

Instance Names

"inst"Frame 2Symbol 27 MovieClip
"key1"Frame 2Symbol 33 MovieClip
"key2"Frame 2Symbol 36 MovieClip
"key3"Frame 2Symbol 39 MovieClip
"key4"Frame 2Symbol 42 MovieClip
"player"Frame 4Symbol 70 MovieClip
"player"Frame 6Symbol 70 MovieClip
"player"Frame 8Symbol 70 MovieClip
"player"Frame 10Symbol 70 MovieClip
"player"Frame 12Symbol 70 MovieClip
"player"Frame 14Symbol 70 MovieClip
"player"Frame 16Symbol 70 MovieClip
"player"Frame 18Symbol 70 MovieClip
"player"Frame 20Symbol 70 MovieClip
"player"Frame 22Symbol 70 MovieClip
"player"Frame 24Symbol 70 MovieClip
"player"Frame 26Symbol 70 MovieClip
"player"Frame 28Symbol 70 MovieClip
"player"Frame 30Symbol 70 MovieClip
"player"Frame 32Symbol 70 MovieClip
"player"Frame 34Symbol 70 MovieClip
"player"Frame 37Symbol 70 MovieClip
"player"Frame 39Symbol 70 MovieClip
"player"Frame 41Symbol 70 MovieClip
"player"Frame 43Symbol 70 MovieClip
"player"Frame 45Symbol 70 MovieClip
"player"Frame 47Symbol 70 MovieClip
"player"Frame 49Symbol 70 MovieClip
"player"Frame 51Symbol 70 MovieClip
"player"Frame 53Symbol 70 MovieClip
"player"Frame 55Symbol 70 MovieClip
"player"Frame 57Symbol 70 MovieClip
"player"Frame 59Symbol 70 MovieClip
"player"Frame 61Symbol 70 MovieClip
"player"Frame 63Symbol 70 MovieClip
"player"Frame 65Symbol 70 MovieClip
"player"Frame 68Symbol 70 MovieClip
"player"Frame 70Symbol 70 MovieClip
"player"Frame 72Symbol 70 MovieClip
"player"Frame 74Symbol 70 MovieClip
"player"Frame 76Symbol 70 MovieClip
"player"Frame 78Symbol 70 MovieClip
"player"Frame 80Symbol 70 MovieClip
"player"Frame 82Symbol 70 MovieClip
"player"Frame 84Symbol 70 MovieClip
"player"Frame 86Symbol 70 MovieClip
"player"Frame 88Symbol 70 MovieClip
"player"Frame 90Symbol 70 MovieClip
"player"Frame 92Symbol 70 MovieClip
"player"Frame 94Symbol 70 MovieClip
"player"Frame 96Symbol 70 MovieClip
"player"Frame 99Symbol 70 MovieClip
"player"Frame 101Symbol 70 MovieClip
"player"Frame 103Symbol 70 MovieClip
"player"Frame 105Symbol 70 MovieClip
"player"Frame 107Symbol 70 MovieClip
"player"Frame 109Symbol 70 MovieClip
"player"Frame 111Symbol 70 MovieClip
"player"Frame 113Symbol 70 MovieClip
"player"Frame 115Symbol 70 MovieClip
"player"Frame 117Symbol 70 MovieClip
"player"Frame 119Symbol 70 MovieClip
"player"Frame 121Symbol 70 MovieClip
"player"Frame 123Symbol 70 MovieClip
"player"Frame 125Symbol 70 MovieClip
"player"Frame 127Symbol 70 MovieClip
"bar"Symbol 17 MovieClip Frame 1Symbol 5 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 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




http://swfchan.com/13/60911/info.shtml
Created: 15/4 -2019 22:11:16 Last modified: 15/4 -2019 22:11:16 Server time: 23/12 -2024 05:21:38