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

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

Mario Adventure.swf

This is the info page for
Flash #11924

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


Text
= NaN

= NaN

Jump = 20

SPEED = 10

Y pos = 10000

X pos = 10000

FRAME = 1000

= NaN

= NaN

= NaN

= NaN

100

100

100

100

= NaN

= NaN

= NaN

= NaN

Jump = 20

SPEED = 10

Y pos = 10000

X pos = 10000

FRAME = 1000

= NaN

= NaN

100

100

= NaN

= NaN

= NaN

= NaN

= NaN

= NaN

= NaN

= NaN

= NaN

= NaN

100

100

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; cheatA = 0; cheatB = 0; cheatC = 0; cheatD = 0; DEBUG = 0; _quality = "Medium"; checkpoint = 1;
Instance of Symbol 32 MovieClip in Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded >= 2) { _root.play(); } else { _root.stop(); } }
Instance of Symbol 36 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root._framesloaded >= 3) { _root.play(); } else { _root.stop(); } }
Instance of Symbol 48 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_root._framesloaded >= 4) { _root.play(); } else { _root.stop(); } }
Frame 4
checkpoint = 0;
Frame 5
stop(); suicide = 0; fallDeath = 0;
Instance of Symbol 14 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.checkpoint == 0) { _root.continuea._alpha = 67; } } onClipEvent (enterFrame) { if (_root.checkpoint == 1) { _root.continuea._alpha = 100; } } onClipEvent (enterFrame) { if (_root.checkpoint == 2) { _root.continuea._alpha = 100; } }
Instance of Symbol 63 MovieClip "togChtA" in Frame 5
onClipEvent (enterFrame) { if (_root.cheatA == 1) { this.gotoAndStop(8); } }
Instance of Symbol 67 MovieClip "togChtB" in Frame 5
onClipEvent (enterFrame) { if (_root.cheatB == 1) { this.gotoAndStop(10); } }
Instance of Symbol 69 MovieClip "togChtC" in Frame 5
onClipEvent (enterFrame) { if (_root.cheatC == 1) { this.gotoAndStop(9); } }
Instance of Symbol 70 MovieClip "togChtD" in Frame 5
onClipEvent (enterFrame) { if (_root.cheatD == 1) { this.gotoAndStop(10); } }
Instance of Symbol 77 MovieClip in Frame 5
on (release) { stopAllSounds(); _root.gotoAndStop("gameStart2"); }
Instance of Symbol 88 MovieClip in Frame 6
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Frame 7
if (DEBUG == 0) { toggleDebug.gotoAndStop(1); } else if (DEBUG == 1) { toggleDebug.gotoAndStop(2); }
Frame 8
stop(); lives = 5; checkpoint = 0; gotWin = 0; _root.circle.fall = false; _root.circle.jump = 0; _root.circle.speed = 5; _root.circle.maxfall = -56; if (cheatB == 0) { coins = 0; } else if (cheatB == 1) { coins = 999; } if (cheatC == 0) { enemies = 0; } else if (cheatC == 1) { enemies = 999; }
Instance of Symbol 109 MovieClip in Frame 8
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - (_root.circle.speed / 10)); } if (_global.moveX < 0) { _x = (_x + (_root.circle.speed / 10)); } } } } onClipEvent (enterFrame) { if (_root.cheatD == 0) { this.gotoAndStop(1); } else if (_root.cheatD == 1) { this.gotoAndStop(2); } }
Instance of Symbol 111 MovieClip "plat1" in Frame 8
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat2" in Frame 8
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (_root.gotWin == 0) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 115 MovieClip in Frame 8
onClipEvent (enterFrame) { x++; if (_root.circle._currentframe <= 4) { if (hitTest(_root.circle)) { _global.moveX = -1; x = 0; } if ((x == 1) && (_global.moveX == -1)) { _global.moveX = 0; } } } onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 117 MovieClip in Frame 8
onClipEvent (enterFrame) { x++; if (_root.circle._currentframe <= 4) { if (hitTest(_root.circle)) { _global.moveX = 1; x = 0; } if ((x == 1) && (_global.moveX == 1)) { _global.moveX = 0; } } } onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 119 MovieClip "bush1" in Frame 8
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 125 MovieClip "pipe1" in Frame 8
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin1" in Frame 8
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin2" in Frame 8
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin3" in Frame 8
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat3" in Frame 8
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin4" in Frame 8
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin5" in Frame 8
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat4" in Frame 8
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "betaplat1" in Frame 8
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (_root.gotWin == 0) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "betaplat2" in Frame 8
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "betaplat3" in Frame 8
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 135 MovieClip "life1" in Frame 8
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 137 MovieClip "l1" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "r1" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 149 MovieClip "goomba1" in Frame 8
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba2" in Frame 8
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 172 MovieClip "circle" in Frame 8
onClipEvent (enterFrame) { xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (this._currentframe <= 4) { if (_root.gotWin == 0) { if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) { fall = true; jump = jumpheight; } } if (jump != undefined) { if (jump > maxfall) { jump--; } _y = (_y - jump); } if (this.fall == true) { this.gotoAndStop(3); } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(39)) { _x = (_x + speed); } } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (fall != true) { if (Key.isDown(39) || (Key.isDown(37))) { if (!Key.isDown(40)) { this.gotoAndStop(2); } } else if (Key.isDown(40)) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(39))) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(37))) { this.gotoAndStop(4); } else { this.gotoAndStop(1); } } } } } on (keyPress "<Left>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = -100; } } } } on (keyPress "<Right>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = 100; } } } } on (rollOver) { this.useHandCursor = false; } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if ((_root.gotWin == 1) && (fall == false)) { this.gotoAndStop(91); } }
Instance of Symbol 176 MovieClip "lifeCount" in Frame 8
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.checkpoint = 0; _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 8
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { if (_root.cheatA == 0) { _root.fallDeath = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } else if (_root.cheatA == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight * 2; } } } }
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (enterFrame) { _root.coinz = "= " + _root.coins; } onClipEvent (enterFrame) { _root.enemiez = "= " + _root.enemies; if (_root.circle.jump != true) { if (Key.isDown(40)) { _root.circle.jumpheight = 13; } else { _root.circle.jumpheight = 10; } } }
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) { if ((_root.cheatA == 1) && (_root.suicide == 0)) { _root.lives = 5; } }
Instance of Symbol 192 MovieClip "debug" in Frame 8
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Frame 9
stop();
Instance of Symbol 86 MovieClip "end1" in Frame 9
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 10
stop(); _root.circle._x = 123.5; _root.circle._y = 230; _root.circle.gotoAndStop(1); gotWin = 0; _root.circle.fall = true; _global.moveX = 0;
Instance of Symbol 113 MovieClip "plat6" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 199 MovieClip "plat5" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat7" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat8" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 201 MovieClip "bush3" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 202 MovieClip "bush2" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 204 MovieClip "thing2" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 206 MovieClip "thing1" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 208 MovieClip "thing4" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 211 MovieClip "thing3" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 137 MovieClip "r2" in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l2" in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 113 MovieClip "invPlat1" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "invPlat2" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "invPlat3" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "invPlat4" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "invPlat4" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "invPlat6" in Frame 10
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 135 MovieClip "life2" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 149 MovieClip "goomba4" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba3" in Frame 10
onClipEvent (load) { this._xscale = -100; } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin6" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin7" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin8" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin9" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin10" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin11" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin12" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin13" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin14" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin15" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin16" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin17" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin18" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin19" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin20" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin21" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin22" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 86 MovieClip "end2" in Frame 10
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 11
stop();
Frame 12
stop(); _root.circle._x = 175.5; _root.circle._y = 234; _root.circle.gotoAndStop(1); gotWin = 0; _root.circle.fall = true; _global.moveX = 0;
Instance of Symbol 213 MovieClip "pipe3" in Frame 12
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 215 MovieClip "pipe2" in Frame 12
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 215 MovieClip "pipe4" in Frame 12
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block1" in Frame 12
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block2" in Frame 12
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block3" in Frame 12
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat9" in Frame 12
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 219 MovieClip "sign1" in Frame 12
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 137 MovieClip "l3" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "r3" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 132 MovieClip "coin23" in Frame 12
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin24" in Frame 12
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin25" in Frame 12
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 86 MovieClip "end3" in Frame 12
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 13
stop();
Frame 14
stop(); _root.circle._x = 150.5; _root.circle._y = 168.4; _root.circle.gotoAndStop(1); action = 0; gotWin = 0; _global.moveX = 0; _root.circle.fall = true;
Instance of Symbol 204 MovieClip "thing6" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 206 MovieClip "thing5" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipe5" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block4" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block5" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block6" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block7" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block8" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block9" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block10" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch1" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block11" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block12" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block13" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block14" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block15" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block16" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block17" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 113 MovieClip "plat10" in Frame 14
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 228 MovieClip "sign2" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 137 MovieClip "r4" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l4" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 132 MovieClip "coin33" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin32" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin31" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin30" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin29" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin28" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin27" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin26" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin34" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin35" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin36" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin37" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin38" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin39" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 86 MovieClip "end4" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Instance of Symbol 149 MovieClip "goomba5" in Frame 14
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Frame 15
stop();
Frame 16
stop(); _root.circle._x = 225.2; _root.circle._y = 157.9; _root.circle.gotoAndStop(1); action = 0; gotWin = 0; _global.moveX = 0; _root.circle.fall = true;
Instance of Symbol 208 MovieClip "thing8" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 211 MovieClip "thing7" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat11" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat12" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat13" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat14" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 113 MovieClip "plat15" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 113 MovieClip "noafjnofanonfoafoinaoinxxxxxhuiahokjncjhjhj" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 113 MovieClip "plat17" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat18" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch2" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipe6" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block18" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block19" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 113 MovieClip "plat19" in Frame 16
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 137 MovieClip "l5" in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "r5" in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 135 MovieClip "life3" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin50" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin51" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin48" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin49" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin46" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin47" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin42" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin44" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin40" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin41" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin43" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin45" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin52" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin53" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin54" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 86 MovieClip "end5" in Frame 16
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 17
stop();
Frame 18
stop(); lives = 5; gotWin = 0; _global.moveX = 0; _root.circle.fall = false; _root.circle.jump = 0; _root.circle.speed = 5; _root.circle.maxfall = -56; action = 0;
Instance of Symbol 109 MovieClip in Frame 18
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - (_root.circle.speed / 10)); } if (_global.moveX < 0) { _x = (_x + (_root.circle.speed / 10)); } } } } onClipEvent (enterFrame) { if (_root.cheatD == 0) { this.gotoAndStop(1); } else if (_root.cheatD == 1) { this.gotoAndStop(2); } }
Instance of Symbol 113 MovieClip "plat22" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (_root.gotWin == 0) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 115 MovieClip in Frame 18
onClipEvent (enterFrame) { x++; if (_root.circle._currentframe <= 4) { if (hitTest(_root.circle)) { _global.moveX = -1; x = 0; } if ((x == 1) && (_global.moveX == -1)) { _global.moveX = 0; } } } onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 117 MovieClip in Frame 18
onClipEvent (enterFrame) { x++; if (_root.circle._currentframe <= 4) { if (hitTest(_root.circle)) { _global.moveX = 1; x = 0; } if ((x == 1) && (_global.moveX == 1)) { _global.moveX = 0; } } } onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 113 MovieClip "plat23" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin55" in Frame 18
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat24" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat21" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (_root.gotWin == 0) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat20" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 135 MovieClip "life4" in Frame 18
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 137 MovieClip "l1" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "r1" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 149 MovieClip "goomba1" in Frame 18
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 204 MovieClip "thing6" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 206 MovieClip "thing7" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch3" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block20a" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block21b" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block22c" in Frame 18
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 132 MovieClip "coin56" in Frame 18
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 172 MovieClip "circle" in Frame 18
onClipEvent (enterFrame) { xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (this._currentframe <= 4) { if (_root.gotWin == 0) { if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) { fall = true; jump = jumpheight; } } if (jump != undefined) { if (jump > maxfall) { jump--; } _y = (_y - jump); } if (this.fall == true) { this.gotoAndStop(3); } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(39)) { _x = (_x + speed); } } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (fall != true) { if (Key.isDown(39) || (Key.isDown(37))) { if (!Key.isDown(40)) { this.gotoAndStop(2); } } else if (Key.isDown(40)) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(39))) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(37))) { this.gotoAndStop(4); } else { this.gotoAndStop(1); } } } } } on (keyPress "<Left>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = -100; } } } } on (keyPress "<Right>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = 100; } } } } on (rollOver) { this.useHandCursor = false; } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if ((_root.gotWin == 1) && (fall == false)) { this.gotoAndStop(91); } }
Instance of Symbol 176 MovieClip "lifeCount" in Frame 18
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 18
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { if (_root.cheatA == 0) { _root.fallDeath = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } else if (_root.cheatA == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight * 2; } } } }
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (enterFrame) { _root.coinz = "= " + _root.coins; } onClipEvent (enterFrame) { _root.enemiez = "= " + _root.enemies; if (_root.circle.jump != true) { if (_root.cheatB == 0) { if (Key.isDown(40)) { _root.circle.jumpheight = 13; } else { _root.circle.jumpheight = 10; } } else if (_root.cheatB == 1) { if (Key.isDown(40)) { _root.circle.jumpheight = 18; } else { _root.circle.jumpheight = 15; } } } }
Instance of Symbol 192 MovieClip "debug" in Frame 18
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Frame 19
stop();
Instance of Symbol 86 MovieClip "end1fzfbfgsfda" in Frame 19
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 20
stop(); _root.circle._x = 124; _root.circle._y = 230; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r2" in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l2" in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 113 MovieClip "plat26" in Frame 20
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch4" in Frame 20
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block20" in Frame 20
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat25" in Frame 20
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin57" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin58" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin68" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin69" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat27" in Frame 20
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 199 MovieClip "plat28" in Frame 20
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 201 MovieClip "bush4" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 202 MovieClip "bush3" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba7" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba6" in Frame 20
onClipEvent (load) { this._xscale = -100; } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin59" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin60" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin61" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin62" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin63" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin64" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin65" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin66" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin67" in Frame 20
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 221 MovieClip "pipe7" in Frame 20
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipe9" in Frame 20
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipe8" in Frame 20
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Frame 21
stop();
Instance of Symbol 86 MovieClip "end2nmcbnmgsdfsdc" in Frame 21
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 22
stop(); _root.circle._x = 111.2; _root.circle._y = 262; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r3" in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l3" in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 199 MovieClip "plat29" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 202 MovieClip "bush5" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba8" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin78" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin79" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin80" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin81" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin82" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin83" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin84" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin85" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block21" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block22" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block23" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block24" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block25" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block26" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block27" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block28" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "ajknfjklanfklafs" in Frame 22
onClipEvent (load) { _alpha = 0; activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 135 MovieClip "life5" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin77" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin76" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin75" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin74" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin73" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin72" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin71" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin70" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat30" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin86" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin87" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 221 MovieClip "pipe10" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 208 MovieClip "thing9" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 211 MovieClip "thing8" in Frame 22
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin88" in Frame 22
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Frame 23
stop();
Instance of Symbol 86 MovieClip "easdfasdfgnd3trywrt" in Frame 23
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 24
stop(); _root.circle._x = 143; _root.circle._y = 243; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r4" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l4" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 217 MovieClip "block37" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block38" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin7" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block39" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin8" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block41" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin10" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block40" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin9" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block42" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin11" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat1" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin12" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin13" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 135 MovieClip "life6" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block36" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin6" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block35" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin5" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block34" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin4" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block33" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin3" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block32" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin2" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block31" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin1" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block43" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin14" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block44" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin15" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block45" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin16" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block46" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin17" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat2" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block48" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin19" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block47" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin18" in Frame 24
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "blockx923782738723" in Frame 24
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Frame 25
stop();
Instance of Symbol 86 MovieClip "hmmmwork" in Frame 25
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 26
stop(); _root.circle._x = 183.2; _root.circle._y = 262; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r5" in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l5" in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 111 MovieClip "plat311" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 119 MovieClip "bush1" in Frame 26
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 125 MovieClip "pipe1" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin22" in Frame 26
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat111" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin20" in Frame 26
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin21" in Frame 26
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 226 MovieClip "switch5" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block50" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block51" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block52" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 204 MovieClip "thing113" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 206 MovieClip "thing112" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 206 MovieClip "thing111" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block49" in Frame 26
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba7" in Frame 26
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 119 MovieClip "bush1" in Frame 26
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Frame 27
stop();
Instance of Symbol 86 MovieClip "plzworrrkkkplz" in Frame 27
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 28
stop(); _root.circle._x = 109.3; _root.circle._y = 254; _root.circle.gotoAndStop(1); action = 0; _root.boulder.stop(); gotWin = 0; _global.moveX = 0; function makeBoulder() { var _local1 = _root; _local1.z++; duplicateMovieClip (_local1.boulder, "boulder" + _local1.z, _local1.z); setProperty("boulder" + _local1.z, _x , _local1.circle._x); setProperty("boulder" + _local1.z, _y , -33.5); } z = 0; _root.circle.fall = true; stop();
Instance of Symbol 250 MovieClip "bossPlat1" in Frame 28
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Instance of Symbol 176 MovieClip "lifeCount" in Frame 28
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { if (_root.cheatA == 0) { _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } else if (_root.cheatA == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight * 2; } } } }
Instance of Symbol 192 MovieClip "debug" in Frame 28
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Instance of Symbol 253 MovieClip "boulder" in Frame 28
onClipEvent (enterFrame) { if ((this.hitTest(_root.circle) && (_root.circle._currentframe <= 4)) && (_root.loseLife._currentframe == 1)) { if (_root.lives >= 2) { _root.loseLife.play(); } else { _root.enemy1.stop(); _root.enemy2.stop(); _root.enemy3.stop(); _root.circle.gotoAndPlay(5); } } }
Instance of Symbol 255 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 255 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } }
Instance of Symbol 176 MovieClip "lifeCount" in Frame 28
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.checkpoint = 0; _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { _root.fallDeath = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } }
Instance of Symbol 130 MovieClip in Frame 28
onClipEvent (enterFrame) { _root.coinz = "= " + _root.coins; } onClipEvent (enterFrame) { _root.enemiez = "= " + _root.enemies; if (_root.circle.jump != true) { if (Key.isDown(40)) { _root.circle.jumpheight = 13; } else { _root.circle.jumpheight = 10; } } }
Instance of Symbol 186 MovieClip in Frame 28
onClipEvent (enterFrame) { if ((_root.cheatA == 1) && (_root.suicide == 0)) { _root.lives = 5; } }
Frame 29
stop();
Frame 30
stop();
Frame 31
stop();
Frame 32
stop();
Instance of Symbol 276 MovieClip "star1" in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { this.play(); } } } }
Instance of Symbol 297 MovieClip in Frame 48
onClipEvent (enterFrame) { _root.Win.play(); _root.gotWin = 1; }
Instance of Symbol 307 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.enemies >= 5) { _root.enemies.textColor = 16763904 /* 0xFFCC00 */; } else { _root.enemies.textColor = 0; } if (_root.coins >= 54) { _root.coins.textColor = 16763904 /* 0xFFCC00 */; } else { _root.coins.textColor = 0; } }
Instance of Symbol 310 MovieClip in Frame 232
onClipEvent (enterFrame) { if (_root.enemies >= 5) { _parent.enemies.textColor = 16763904 /* 0xFFCC00 */; } else { _parent.enemies.textColor = 0; } if (_root.coins >= 54) { _parent.coins.textColor = 16763904 /* 0xFFCC00 */; } else { _parent.coins.textColor = 0; } }
Frame 252
_root.play();
Frame 253
stop(); lives = 5; checkpoint = 1; gotWin = 0; _global.moveX = 0; _root.circle.fall = false; _root.circle.jump = 0; _root.circle.speed = 5; _root.circle.maxfall = -56; action = 0;
Instance of Symbol 109 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - (_root.circle.speed / 10)); } if (_global.moveX < 0) { _x = (_x + (_root.circle.speed / 10)); } } } } onClipEvent (enterFrame) { if (_root.cheatD == 0) { this.gotoAndStop(1); } else if (_root.cheatD == 1) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip in Frame 253
onClipEvent (enterFrame) { x++; if (_root.circle._currentframe <= 4) { if (hitTest(_root.circle)) { _global.moveX = -1; x = 0; } if ((x == 1) && (_global.moveX == -1)) { _global.moveX = 0; } } } onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 117 MovieClip in Frame 253
onClipEvent (enterFrame) { x++; if (_root.circle._currentframe <= 4) { if (hitTest(_root.circle)) { _global.moveX = 1; x = 0; } if ((x == 1) && (_global.moveX == 1)) { _global.moveX = 0; } } } onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 137 MovieClip "l1" in Frame 253
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "r1" in Frame 253
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 217 MovieClip "block21" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin16" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 221 MovieClip "pipe1" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 135 MovieClip "life1" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block22" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin17" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block23" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin18" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block24" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin19" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat1" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (_root.gotWin == 0) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch1" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block6" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block4" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block2" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block1" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block3" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block5" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin1" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block7" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin2" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block8" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin3" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block9" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin4" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block10" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin5" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block11" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin6" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block12" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin7" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block13" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin8" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block14" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin9" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block15" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin10" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block16" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin11" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block17" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin12" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block18" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin13" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block19" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin14" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block20" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin15" in Frame 253
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat2" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block15900000" in Frame 253
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 172 MovieClip "circle" in Frame 253
onClipEvent (enterFrame) { xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (this._currentframe <= 4) { if (_root.gotWin == 0) { if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) { fall = true; jump = jumpheight; } } if (jump != undefined) { if (jump > maxfall) { jump--; } _y = (_y - jump); } if (this.fall == true) { this.gotoAndStop(3); } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(39)) { _x = (_x + speed); } } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (fall != true) { if (Key.isDown(39) || (Key.isDown(37))) { if (!Key.isDown(40)) { this.gotoAndStop(2); } } else if (Key.isDown(40)) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(39))) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(37))) { this.gotoAndStop(4); } else { this.gotoAndStop(1); } } } } } on (keyPress "<Left>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = -100; } } } } on (keyPress "<Right>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = 100; } } } } on (rollOver) { this.useHandCursor = false; } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if ((_root.gotWin == 1) && (fall == false)) { this.gotoAndStop(91); } }
Instance of Symbol 176 MovieClip "lifeCount" in Frame 253
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { _root.fallDeath = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } }
Instance of Symbol 130 MovieClip in Frame 253
onClipEvent (enterFrame) { _root.coinz = "= " + _root.coins; } onClipEvent (enterFrame) { _root.enemiez = "= " + _root.enemies; if (_root.circle.jump != true) { if (_root.cheatB == 0) { if (Key.isDown(40)) { _root.circle.jumpheight = 13; } else { _root.circle.jumpheight = 10; } } else if (_root.cheatB == 1) { if (Key.isDown(40)) { _root.circle.jumpheight = 18; } else { _root.circle.jumpheight = 15; } } } }
Instance of Symbol 186 MovieClip in Frame 253
onClipEvent (enterFrame) { if (((_root.cheatA == 1) && (_root.suicide == 0)) && (_root.fallDeath == 0)) { _root.lives = 5; } }
Instance of Symbol 192 MovieClip "debug" in Frame 253
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Frame 254
stop();
Instance of Symbol 86 MovieClip "end1" in Frame 254
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 255
stop(); _root.circle._x = 124; _root.circle._y = 230; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r2" in Frame 255
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l2" in Frame 255
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 135 MovieClip "life2" in Frame 255
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 221 MovieClip "pipe2" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin88" in Frame 255
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 221 MovieClip "pipe3" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin20" in Frame 255
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 221 MovieClip "pipe4" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin21" in Frame 255
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 221 MovieClip "pipe5" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin22" in Frame 255
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin23" in Frame 255
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block24222cabkjabfdkjabn" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin24" in Frame 255
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat5" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat4" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch2" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat3" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block34" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block33" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block32" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block31" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block30" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block29" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block28" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block27" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block26" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "block49aa" in Frame 255
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Frame 256
stop();
Instance of Symbol 86 MovieClip "end2" in Frame 256
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 257
stop(); _root.circle._x = 111.2; _root.circle._y = 262; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r3" in Frame 257
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l3" in Frame 257
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 217 MovieClip "block24hgdgw3252" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block24asdasd" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat5mbna,chn,calk254b j6h2gb" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipe5v54351hjig5kj" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipe52v6j3lvn6lk5j" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block2454 6254jk6h35h" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin23aa" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block24kl4ej 9i43h65" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin23aaaa" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block243vu2y934tvy" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin23dafghfag" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block2451v643534" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin23dfhdfha " in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block245v1ti32yvoiho" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin23dfshsdhd" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block245v41y2guivh4kl2j" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin23fdahfdha" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block245vuig41iu5h35kl" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin23dfahdshsdf" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "block245v4oi15hoiu4hiv" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin23hgdklk7k57" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin23g45g35g21" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin23g5gh54g35g" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin23g45g3t2f2" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "plat5sgdag5246jkh25ojh" in Frame 257
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 317 MovieClip "afjklnfaklnafklmn" in Frame 257
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.play(); } } } } }
Frame 258
stop();
Instance of Symbol 86 MovieClip "end2" in Frame 258
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 259
stop(); _root.circle._x = 143; _root.circle._y = 243; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r4" in Frame 259
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l4" in Frame 259
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 217 MovieClip "bb1" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb2" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb3" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb4" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "BB7BB8" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "BB9" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb6" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "BB7" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "BB88" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "BB66" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "BB10" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "BB11" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "BB14" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "BB15" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 119 MovieClip "bush13 b26h5h474" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 119 MovieClip "bush16436566hh6" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba90" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba91" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coina21212" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin6ghdashhgs" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin6hafd hgfhjhfsjeh t54" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin6dah aj j sj fhsd" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin6 fdsagg as gdfhs" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin6g4553g 2g2 c" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin6ty45v2tf243ybh" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin6523tt3236t263" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin652654hw37" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin665h64h326h" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin663y4y2t24tg" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin6h75h5h3456" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin66yhh6hh4" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin6j7676j474j4j" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin65hh6u5yh674h3747" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin673h7742bu267g" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 111 MovieClip "BBBBBBBB13" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin624fh6yjj347j34" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin6h456432g6562" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin672h467hg723" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin62675244g452g32" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "bb26" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb25" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb24" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb23" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb20" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coin6h73h54326h1" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 135 MovieClip "life1sagdaf htjhda" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "bb5" in Frame 259
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 317 MovieClip "jkiaflkjwrahnlkfa" in Frame 259
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.play(); } } } } }
Frame 260
stop();
Instance of Symbol 86 MovieClip "end4sdfvsdaf" in Frame 260
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 261
stop(); _root.circle._x = 183.2; _root.circle._y = 240; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r5" in Frame 261
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l5" in Frame 261
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 113 MovieClip "platx900000" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "plat500002334yu28y4" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "blockbabyabcdef" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "offbaby234" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "6h7h45gh65gg55132" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 221 MovieClip "65j3uj735jf5462u5hn7" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 113 MovieClip "216v95yn19v32" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "platibhngskljgnkjsangkonfs" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 318 MovieClip "ooffffknflknewhf142nbfkln" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockbabyabc" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockbabyab" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockbabya" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 319 MovieClip "offhnaflhfalkn" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "uyasgfuyasgyubaybatatatatatayayay" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 3) { this._visible = true; } }
Instance of Symbol 132 MovieClip "coin66389y196 vn98y 295v9y198" in Frame 261
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin65g295v09237j0570" in Frame 261
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coin642b457f5154" in Frame 261
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "1v589h5v43765v491v" in Frame 261
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "235vh98u29`5utyiongoi3g" in Frame 261
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "54c541v51454v5b4153" in Frame 261
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "v2n98579v981b6v9" in Frame 261
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "4395v95h1y9nviuon2viuongklnsdlkgnlksg" in Frame 261
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "4f87f`1h3ui42ch9fh982fj" in Frame 261
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "f43ov1vty9r34y9r9821rm9r" in Frame 261
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "y624h7yu455yb4" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "block24v4125543512344" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "13v654267j6h71v436b1" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "gsfdagsjagfg hiusdhg" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "gb7wygf98v u4f9fgg3qhg" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "98r98v2uoin2mroimnf2i" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipe8fnauifhiun32ijnr12" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 3) { this._visible = true; } }
Instance of Symbol 221 MovieClip "pipe8d23jdbi2j3bdnjmnl" in Frame 261
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 3) { this._visible = true; } }
Frame 262
stop();
Instance of Symbol 86 MovieClip "end4sdfvsdafsdzgagf" in Frame 262
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 263
stop(); lives = 5; checkpoint = 1; gotWin = 0; _global.moveX = 0; _root.circle.fall = false; _root.circle.jump = 0; _root.circle.speed = 5; _root.circle.maxfall = -56; action = 0; if ((_root.coins == 100) && (_root.lives <= 4)) { _root.lives++; }
Instance of Symbol 109 MovieClip in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - (_root.circle.speed / 10)); } if (_global.moveX < 0) { _x = (_x + (_root.circle.speed / 10)); } } } } onClipEvent (enterFrame) { if (_root.cheatD == 0) { this.gotoAndStop(1); } else if (_root.cheatD == 1) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip in Frame 263
onClipEvent (enterFrame) { x++; if (_root.circle._currentframe <= 4) { if (hitTest(_root.circle)) { _global.moveX = -1; x = 0; } if ((x == 1) && (_global.moveX == -1)) { _global.moveX = 0; } } } onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 117 MovieClip in Frame 263
onClipEvent (enterFrame) { x++; if (_root.circle._currentframe <= 4) { if (hitTest(_root.circle)) { _global.moveX = 1; x = 0; } if ((x == 1) && (_global.moveX == 1)) { _global.moveX = 0; } } } onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 137 MovieClip "l1" in Frame 263
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "r1" in Frame 263
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 135 MovieClip "life1" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "blockx1" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "platx1" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx2" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx2" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "blockx3" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx3" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "blockx4" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch2afaf" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx5" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx6" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx7" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx8" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 113 MovieClip "platx2" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx9" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx5" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx6" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "blockx10" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx11" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx7" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx8" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx9" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "platx3" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx12" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx13" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx11" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx10" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 320 MovieClip "switchx3dghdghnfhjn" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx14" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx15" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx16" in Frame 263
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 132 MovieClip "coinxx2" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinxx1" in Frame 263
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 172 MovieClip "circle" in Frame 263
onClipEvent (enterFrame) { xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (this._currentframe <= 4) { if (_root.gotWin == 0) { if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) { fall = true; jump = jumpheight; } } if (jump != undefined) { if (jump > maxfall) { jump--; } _y = (_y - jump); } if (this.fall == true) { this.gotoAndStop(3); } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(39)) { _x = (_x + speed); } } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (fall != true) { if (Key.isDown(39) || (Key.isDown(37))) { if (!Key.isDown(40)) { this.gotoAndStop(2); } } else if (Key.isDown(40)) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(39))) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(37))) { this.gotoAndStop(4); } else { this.gotoAndStop(1); } } } } } on (keyPress "<Left>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = -100; } } } } on (keyPress "<Right>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = 100; } } } } on (rollOver) { this.useHandCursor = false; } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if ((_root.gotWin == 1) && (fall == false)) { this.gotoAndStop(91); } }
Instance of Symbol 176 MovieClip "lifeCount" in Frame 263
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 263
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { _root.fallDeath = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } }
Instance of Symbol 130 MovieClip in Frame 263
onClipEvent (enterFrame) { _root.coinz = "= " + _root.coins; } onClipEvent (enterFrame) { _root.enemiez = "= " + _root.enemies; if (_root.circle.jump != true) { if (_root.cheatB == 0) { if (Key.isDown(40)) { _root.circle.jumpheight = 13; } else { _root.circle.jumpheight = 10; } } else if (_root.cheatB == 1) { if (Key.isDown(40)) { _root.circle.jumpheight = 18; } else { _root.circle.jumpheight = 15; } } } }
Instance of Symbol 186 MovieClip in Frame 263
onClipEvent (enterFrame) { if (((_root.cheatA == 1) && (_root.suicide == 0)) && (_root.fallDeath == 0)) { _root.lives = 5; } }
Instance of Symbol 192 MovieClip "debug" in Frame 263
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Frame 264
stop();
Instance of Symbol 86 MovieClip "end1" in Frame 264
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 265
stop(); _root.circle._x = 47.8; _root.circle._y = 252; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r2" in Frame 265
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l2" in Frame 265
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 113 MovieClip "platx4" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 119 MovieClip "bush13 b26h5h474" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 119 MovieClip "bush13 b26h5h474" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 111 MovieClip "longplatx1" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba93" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba92" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch2afafdsgdaf" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx18" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx19" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx20" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx21" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx22" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx23bckjnvljkanvlk" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 135 MovieClip "life1abjkbaflkn" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 211 MovieClip "thingx1" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 208 MovieClip "thingy1" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "platx7" in Frame 265
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx12" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx13" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx14" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx15" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx16" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx17" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx18" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx19" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx20" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx21" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx22" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx23" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx24" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx25" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx26" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx26xjkabfc" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 149 MovieClip "goomba5sfgsagf" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx12xxy" in Frame 265
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Frame 266
stop();
Instance of Symbol 86 MovieClip "end2" in Frame 266
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 267
stop(); _root.circle._x = 111.2; _root.circle._y = 272; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r3" in Frame 267
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l3" in Frame 267
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 217 MovieClip "blockx30" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipex1" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx20xxsssxs" in Frame 267
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "platx8" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 317 MovieClip "bombx3" in Frame 267
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.play(); } } } } }
Instance of Symbol 221 MovieClip "pipex2" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipex3" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx31" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx32" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switchx60gklsmgx" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx33" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx34" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 113 MovieClip "platx9" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx33xxxx" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx34xxx" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx35xxxxx" in Frame 267
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx21jk fgjknaf" in Frame 267
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx23xx" in Frame 267
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx22xxx" in Frame 267
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx24asasxcascx" in Frame 267
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx25saxsaxacc" in Frame 267
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx26asfcjiascbn" in Frame 267
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx27xafvasv" in Frame 267
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Frame 268
stop();
Instance of Symbol 86 MovieClip "end2" in Frame 268
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 269
stop(); _root.circle._x = 143; _root.circle._y = 272; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 137 MovieClip "r4" in Frame 269
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l4" in Frame 269
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 119 MovieClip "bush13 b26h5h474" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 119 MovieClip "bush16436566hh6" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 111 MovieClip "longplatx2" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx36" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx37" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx38" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx39" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx40" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx41" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx42" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "platx10" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "platx11" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "platx12" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx43" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx44" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx45" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 113 MovieClip "platx13" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "platx14" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 113 MovieClip "platx15" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switchx5" in Frame 269
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx21xxxs" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx23xxxs" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx22xxxs" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx24xxxs" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx25xxxds" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx26xxxds" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx28xxxsdasd" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx29xxxasda" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx30xasxxasx" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx31" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx32" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx33" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx34" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx35" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx36" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx37" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx38" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx39" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx40" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx41" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx42" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "fuiahfianxcoiamnxolmnCOINS" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 149 MovieClip "goomba93afuiq3ebgui23nqif" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba93afuiq3ebgui23nqifasd" in Frame 269
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Frame 270
stop();
Instance of Symbol 86 MovieClip "end4" in Frame 270
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 271
function makeBoulder() { var _local1 = _root; _local1.z++; duplicateMovieClip (_local1.boulder, "boulder" + _local1.z, _local1.z); setProperty("boulder" + _local1.z, _x , _local1.circle._x); setProperty("boulder" + _local1.z, _y , -33.5); } stop(); _root.circle._x = 109.3; _root.circle._y = 254; _root.circle.gotoAndStop(1); action = 0; _root.boulder.stop(); Stage.showMenu = false; cheatA = 0; cheatB = 0; cheatC = 0; cheatD = 0; DEBUG = 0; _quality = "Medium"; checkpoint = 1; stop(); lives = 5; gotWin = 0; stop(); suicide = 0; fallDeath = 0; if (DEBUG == 0) { toggleDebug.gotoAndStop(1); } else if (DEBUG == 1) { toggleDebug.gotoAndStop(2); } _root.circle.fall = false; _root.circle.jump = 0; _root.circle.speed = 5; _root.circle.maxfall = -56; gotWin = 0; z = 0; _root.circle.fall = true; stop(); _root.debug._alpha = 0; stop(); _root.circle._x = 109.3; _root.circle._y = 254; _root.circle.gotoAndStop(1); action = 0; _root.boulder.stop(); gotWin = 0; function makeBoulder() { var _local1 = _root; _local1.z++; duplicateMovieClip (_local1.boulder, "boulder" + _local1.z, _local1.z); setProperty("boulder" + _local1.z, _x , _local1.circle._x); setProperty("boulder" + _local1.z, _y , -33.5); } z = 0; _global.moveX = 0;
Instance of Symbol 324 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - (_root.circle.speed / 10)); } if (_global.moveX < 0) { _x = (_x + (_root.circle.speed / 10)); } } } }
Instance of Symbol 325 MovieClip "bossPlat1" in Frame 271
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Instance of Symbol 326 MovieClip "lifeCount" in Frame 271
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 328 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { if (_root.cheatA == 0) { _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } else if (_root.cheatA == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight * 2; } } } }
Instance of Symbol 335 MovieClip "debug" in Frame 271
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; this._visible = false; }
Instance of Symbol 337 MovieClip in Frame 271
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 337 MovieClip in Frame 271
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } }
Instance of Symbol 326 MovieClip "lifeCount" in Frame 271
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 328 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { _root.fallDeath = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } }
Instance of Symbol 340 MovieClip in Frame 271
onClipEvent (enterFrame) { _root.coinz = "= " + _root.coins; } onClipEvent (enterFrame) { _root.enemiez = "= " + _root.enemies; if (_root.circle.jump != true) { if (_root.cheatB == 0) { if (Key.isDown(40)) { _root.circle.jumpheight = 13; } else { _root.circle.jumpheight = 10; } } else if (_root.cheatB == 1) { if (Key.isDown(40)) { _root.circle.jumpheight = 18; } else { _root.circle.jumpheight = 15; } } } }
Instance of Symbol 343 MovieClip in Frame 271
onClipEvent (enterFrame) { if (((_root.cheatA == 1) && (_root.suicide == 0)) && (_root.fallDeath == 0)) { _root.lives = 5; } }
Instance of Symbol 335 MovieClip "debug" in Frame 271
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; this._visible = false; }
Instance of Symbol 176 MovieClip "lifeCount" in Frame 271
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { if (_root.cheatA == 0) { _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } else if (_root.cheatA == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight * 2; } } } }
Instance of Symbol 192 MovieClip "debug" in Frame 271
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Instance of Symbol 253 MovieClip "boulder" in Frame 271
onClipEvent (enterFrame) { if ((this.hitTest(_root.circle) && (_root.circle._currentframe <= 4)) && (_root.loseLife._currentframe == 1)) { if (_root.lives >= 2) { _root.loseLife.play(); } else { _root.enemy1.stop(); _root.enemy2.stop(); _root.enemy3.stop(); _root.circle.gotoAndPlay(5); } } }
Instance of Symbol 172 MovieClip "circle" in Frame 271
onClipEvent (enterFrame) { xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (this._currentframe <= 4) { if (_root.gotWin == 0) { if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) { fall = true; jump = jumpheight; } } if (jump != undefined) { if (jump > maxfall) { jump--; } _y = (_y - jump); } if (this.fall == true) { this.gotoAndStop(3); } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(39)) { _x = (_x + speed); } } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (fall != true) { if (Key.isDown(39) || (Key.isDown(37))) { if (!Key.isDown(40)) { this.gotoAndStop(2); } } else if (Key.isDown(40)) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(39))) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(37))) { this.gotoAndStop(4); } else { this.gotoAndStop(1); } } } } } on (keyPress "<Left>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = -100; } } } } on (keyPress "<Right>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = 100; } } } } on (rollOver) { this.useHandCursor = false; } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if ((_root.gotWin == 1) && (fall == false)) { this.gotoAndStop(91); } }
Instance of Symbol 255 MovieClip in Frame 271
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 255 MovieClip in Frame 271
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } }
Instance of Symbol 176 MovieClip "lifeCount" in Frame 271
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.checkpoint = 0; _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { _root.fallDeath = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } }
Instance of Symbol 130 MovieClip in Frame 271
onClipEvent (enterFrame) { _root.coinz = "= " + _root.coins; } onClipEvent (enterFrame) { _root.enemiez = "= " + _root.enemies; if (_root.circle.jump != true) { if (Key.isDown(40)) { _root.circle.jumpheight = 13; } else { _root.circle.jumpheight = 10; } } }
Instance of Symbol 186 MovieClip in Frame 271
onClipEvent (enterFrame) { if ((_root.cheatA == 1) && (_root.suicide == 0)) { _root.lives = 5; } }
Instance of Symbol 192 MovieClip "debug" in Frame 271
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Instance of Symbol 297 MovieClip in Frame 287
onClipEvent (enterFrame) { _root.Win.play(); _root.gotWin = 1; }
Instance of Symbol 307 MovieClip in Frame 322
onClipEvent (enterFrame) { if (_root.enemies >= 5) { _root.enemies.textColor = 16763904 /* 0xFFCC00 */; } else { _root.enemies.textColor = 0; } if (_root.coins >= 54) { _root.coins.textColor = 16763904 /* 0xFFCC00 */; } else { _root.coins.textColor = 0; } }
Instance of Symbol 310 MovieClip in Frame 471
onClipEvent (enterFrame) { if (_root.enemies >= 5) { _parent.enemies.textColor = 16763904 /* 0xFFCC00 */; } else { _parent.enemies.textColor = 0; } if (_root.coins >= 54) { _parent.coins.textColor = 16763904 /* 0xFFCC00 */; } else { _parent.coins.textColor = 0; } }
Frame 491
_root.play();
Frame 492
stop(); lives = 5; checkpoint = 2; gotWin = 0; _global.moveX = 0; _root.circle.fall = false; _root.circle.jump = 0; _root.circle.speed = 5; _root.circle.maxfall = -56; action = 0; if ((_root.coins == 100) && (_root.lives <= 4)) { _root.lives++; }
Instance of Symbol 109 MovieClip in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - (_root.circle.speed / 10)); } if (_global.moveX < 0) { _x = (_x + (_root.circle.speed / 10)); } } } } onClipEvent (enterFrame) { if (_root.cheatD == 0) { this.gotoAndStop(1); } else if (_root.cheatD == 1) { this.gotoAndStop(2); } }
Instance of Symbol 217 MovieClip "blockx62" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx63" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx64" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 132 MovieClip "coinx57" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx56" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx58" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx59" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 115 MovieClip in Frame 492
onClipEvent (enterFrame) { x++; if (_root.circle._currentframe <= 4) { if (hitTest(_root.circle)) { _global.moveX = -1; x = 0; } if ((x == 1) && (_global.moveX == -1)) { _global.moveX = 0; } } } onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 117 MovieClip in Frame 492
onClipEvent (enterFrame) { x++; if (_root.circle._currentframe <= 4) { if (hitTest(_root.circle)) { _global.moveX = 1; x = 0; } if ((x == 1) && (_global.moveX == 1)) { _global.moveX = 0; } } } onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 137 MovieClip "l1" in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "r1" in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 135 MovieClip "life1" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "blockx50" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 132 MovieClip "coinx50" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 113 MovieClip "platx17" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch2afaf" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 320 MovieClip "switchx3x" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx51" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx52" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx53" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx54" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx51" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx52" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "blockx55" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx56" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 113 MovieClip "platx18" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx57" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx58" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx59" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx60" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx53" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx55" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx54" in Frame 492
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 221 MovieClip "pipex3" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 221 MovieClip "pipex3xxxxsadd" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx56xyxyxyxy" in Frame 492
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 172 MovieClip "circle" in Frame 492
onClipEvent (enterFrame) { xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (this._currentframe <= 4) { if (_root.gotWin == 0) { if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) { fall = true; jump = jumpheight; } } if (jump != undefined) { if (jump > maxfall) { jump--; } _y = (_y - jump); } if (this.fall == true) { this.gotoAndStop(3); } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(39)) { _x = (_x + speed); } } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (fall != true) { if (Key.isDown(39) || (Key.isDown(37))) { if (!Key.isDown(40)) { this.gotoAndStop(2); } } else if (Key.isDown(40)) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(39))) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(37))) { this.gotoAndStop(4); } else { this.gotoAndStop(1); } } } } } on (keyPress "<Left>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = -100; } } } } on (keyPress "<Right>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = 100; } } } } on (rollOver) { this.useHandCursor = false; } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if ((_root.gotWin == 1) && (fall == false)) { this.gotoAndStop(91); } }
Instance of Symbol 130 MovieClip in Frame 492
onClipEvent (enterFrame) { _root.coinz = "= " + _root.coins; } onClipEvent (enterFrame) { _root.enemiez = "= " + _root.enemies; if (_root.circle.jump != true) { if (_root.cheatB == 0) { if (Key.isDown(40)) { _root.circle.jumpheight = 13; } else { _root.circle.jumpheight = 10; } } else if (_root.cheatB == 1) { if (Key.isDown(40)) { _root.circle.jumpheight = 18; } else { _root.circle.jumpheight = 15; } } } }
Instance of Symbol 186 MovieClip in Frame 492
onClipEvent (enterFrame) { if (((_root.cheatA == 1) && (_root.suicide == 0)) && (_root.fallDeath == 0)) { _root.lives = 5; } }
Instance of Symbol 192 MovieClip "debug" in Frame 492
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Instance of Symbol 181 MovieClip in Frame 492
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { _root.fallDeath = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } }
Frame 493
stop();
Instance of Symbol 86 MovieClip "end1" in Frame 493
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 494
stop(); _root.circle._x = 105; _root.circle._y = 253; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0;
Instance of Symbol 217 MovieClip "blockx65" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx66" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch2afaffsasd" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx67" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx68" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx67feagagf" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 137 MovieClip "r2" in Frame 494
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 137 MovieClip "l2" in Frame 494
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 119 MovieClip "bush13 b26h5h474" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 119 MovieClip "bush13 b26h5h474" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 111 MovieClip "longplatx2" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba94" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 149 MovieClip "goomba93" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 211 MovieClip "thingx2" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 208 MovieClip "thingy2" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx65" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx66" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx67" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx68" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx69" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx70" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx71" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx71xxxasda" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 221 MovieClip "pipex4" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipex5" in Frame 494
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 132 MovieClip "coinx72" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx73" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx74" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx75" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx76" in Frame 494
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Frame 495
stop();
Instance of Symbol 86 MovieClip "end2" in Frame 495
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 496
stop(); _root.circle._x = 105; _root.circle._y = 251.9; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0; if ((_root.coins == 100) && (_root.lives <= 4)) { _root.lives++; }
Instance of Symbol 217 MovieClip "blockx79" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx72" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx73" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx76" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx77" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx78" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx80" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx81" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx82" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx83" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx84" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 132 MovieClip "coinx77" in Frame 496
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx78" in Frame 496
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx79" in Frame 496
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx80" in Frame 496
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 221 MovieClip "pipex6" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx74" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx75" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch2afaf" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 320 MovieClip "switchx3x" in Frame 496
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Frame 497
stop();
Instance of Symbol 86 MovieClip "end2" in Frame 497
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 498
stop(); _root.circle._x = 105; _root.circle._y = 251.9; _root.circle.gotoAndStop(1); gotWin = 0; _global.moveX = 0; _root.circle.fall = true; action = 0; if ((_root.coins == 100) && (_root.lives <= 4)) { _root.lives++; }
Instance of Symbol 217 MovieClip "blockx85" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx86" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 132 MovieClip "coinx90" in Frame 498
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx91" in Frame 498
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 132 MovieClip "coinx92" in Frame 498
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (this._currentframe == 1) { if (this.hitTest(_root.circle)) { this.nextFrame(); } } } } }
Instance of Symbol 217 MovieClip "blockx87" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx88" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx86xxx" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 1) { this._visible = true; } }
Instance of Symbol 472 MovieClip "switchx3xxxasgassadafadg" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "blockx90" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx91" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx92" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 2) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx93" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 3) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx94" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 3) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx95" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 3) { this._visible = true; } }
Instance of Symbol 217 MovieClip "blockx96" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if (_root.action == 0) { this._visible = false; } else if (_root.action == 3) { this._visible = true; } }
Instance of Symbol 221 MovieClip "pipex7" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 226 MovieClip "switch2afafssggasagasf" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 320 MovieClip "switchx3xxxasgasdg" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipex8" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 221 MovieClip "pipex9" in Frame 498
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Frame 499
stop();
Instance of Symbol 86 MovieClip "end2" in Frame 499
onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { _root.gotWin = 1; this.play(); } } } }
Frame 500
stop(); _root.circle._x = 109.3; _root.circle._y = 254; _root.circle.gotoAndStop(1); action = 0; _root.boulder.stop(); Stage.showMenu = false; cheatA = 0; cheatB = 0; cheatC = 0; cheatD = 0; DEBUG = 0; _quality = "Medium"; checkpoint = 1; stop(); lives = 5; gotWin = 0; stop(); suicide = 0; fallDeath = 0; if (DEBUG == 0) { toggleDebug.gotoAndStop(1); } else if (DEBUG == 1) { toggleDebug.gotoAndStop(2); } _root.circle.fall = false; _root.circle.jump = 0; _root.circle.speed = 5; _root.circle.maxfall = -56; gotWin = 0; function makeBoulder() { var _local1 = _root; _local1.z++; duplicateMovieClip (_local1.boulder, "boulder" + _local1.z, _local1.z); setProperty("boulder" + _local1.z, _x , _local1.circle._x); setProperty("boulder" + _local1.z, _y , -33.5); } z = 0; _root.circle.fall = true; stop(); _global.moveX = 0;
Instance of Symbol 250 MovieClip "bossPlat1" in Frame 500
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Instance of Symbol 176 MovieClip "lifeCount" in Frame 500
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 500
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { if (_root.cheatA == 0) { _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } else if (_root.cheatA == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight * 2; } } } }
Instance of Symbol 192 MovieClip "debug" in Frame 500
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Instance of Symbol 172 MovieClip "circle" in Frame 500
onClipEvent (enterFrame) { xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (this._currentframe <= 4) { if (_root.gotWin == 0) { if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) { fall = true; jump = jumpheight; } } if (jump != undefined) { if (jump > maxfall) { jump--; } _y = (_y - jump); } if (this.fall == true) { this.gotoAndStop(3); } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(39)) { _x = (_x + speed); } } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (fall != true) { if (Key.isDown(39) || (Key.isDown(37))) { if (!Key.isDown(40)) { this.gotoAndStop(2); } } else if (Key.isDown(40)) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(39))) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(37))) { this.gotoAndStop(4); } else { this.gotoAndStop(1); } } } } } on (keyPress "<Left>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = -100; } } } } on (keyPress "<Right>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = 100; } } } } on (rollOver) { this.useHandCursor = false; } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if ((_root.gotWin == 1) && (fall == false)) { this.gotoAndStop(91); } }
Instance of Symbol 255 MovieClip in Frame 500
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 255 MovieClip in Frame 500
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } }
Instance of Symbol 181 MovieClip in Frame 500
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { _root.fallDeath = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } }
Instance of Symbol 130 MovieClip in Frame 500
onClipEvent (enterFrame) { _root.coinz = "= " + _root.coins; } onClipEvent (enterFrame) { _root.enemiez = "= " + _root.enemies; if (_root.circle.jump != true) { if (_root.cheatB == 0) { if (Key.isDown(40)) { _root.circle.jumpheight = 13; } else { _root.circle.jumpheight = 10; } } else if (_root.cheatB == 1) { if (Key.isDown(40)) { _root.circle.jumpheight = 18; } else { _root.circle.jumpheight = 15; } } } }
Instance of Symbol 186 MovieClip in Frame 500
onClipEvent (enterFrame) { if (((_root.cheatA == 1) && (_root.suicide == 0)) && (_root.fallDeath == 0)) { _root.lives = 5; } }
Instance of Symbol 192 MovieClip "debug" in Frame 500
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Instance of Symbol 217 MovieClip "bb2" in Frame 500
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb23" in Frame 500
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb234" in Frame 500
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb2345" in Frame 500
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb23456" in Frame 500
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb2345678" in Frame 500
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb23456789" in Frame 500
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Instance of Symbol 217 MovieClip "bb230" in Frame 500
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (_root.circle._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } }
Frame 502
gotWin = 0; function makeBoulder() { var _local1 = _root; _local1.z++; duplicateMovieClip (_local1.boulder, "boulder" + _local1.z, _local1.z); setProperty("boulder" + _local1.z, _x , _local1.circle._x); setProperty("boulder" + _local1.z, _y , -33.5); } z = 0;
Instance of Symbol 176 MovieClip "lifeCount" in Frame 502
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 502
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { if (_root.cheatA == 0) { _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } else if (_root.cheatA == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight * 2; } } } }
Instance of Symbol 192 MovieClip "debug" in Frame 502
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Instance of Symbol 253 MovieClip "boulder" in Frame 502
onClipEvent (enterFrame) { if ((this.hitTest(_root.circle) && (_root.circle._currentframe <= 4)) && (_root.loseLife._currentframe == 1)) { if (_root.lives >= 2) { _root.loseLife.play(); } else { _root.enemy1.stop(); _root.enemy2.stop(); _root.enemy3.stop(); _root.circle.gotoAndPlay(5); } } }
Instance of Symbol 172 MovieClip "circle" in Frame 502
onClipEvent (enterFrame) { xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (this._currentframe <= 4) { if (_root.gotWin == 0) { if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) { fall = true; jump = jumpheight; } } if (jump != undefined) { if (jump > maxfall) { jump--; } _y = (_y - jump); } if (this.fall == true) { this.gotoAndStop(3); } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(39)) { _x = (_x + speed); } } } } } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (fall != true) { if (Key.isDown(39) || (Key.isDown(37))) { if (!Key.isDown(40)) { this.gotoAndStop(2); } } else if (Key.isDown(40)) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(39))) { this.gotoAndStop(4); } else if (Key.isDown(40) && (Key.isDown(37))) { this.gotoAndStop(4); } else { this.gotoAndStop(1); } } } } } on (keyPress "<Left>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = -100; } } } } on (keyPress "<Right>") { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (!Key.isDown(40)) { this._xscale = 100; } } } } on (rollOver) { this.useHandCursor = false; } onClipEvent (enterFrame) { if (_root.gotWin == 0) { if (this._currentframe <= 4) { if (_global.moveX > 0) { _x = (_x - _root.circle.speed); } if (_global.moveX < 0) { _x = (_x + _root.circle.speed); } } } } onClipEvent (enterFrame) { if ((_root.gotWin == 1) && (fall == false)) { this.gotoAndStop(91); } }
Instance of Symbol 255 MovieClip in Frame 502
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 255 MovieClip in Frame 502
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } }
Instance of Symbol 176 MovieClip "lifeCount" in Frame 502
on (rollOver) { this.useHandCursor = false; } on (press) { if ((_root.circle._currentframe <= 4) && (_root.gotWin == 0)) { _root.checkpoint = 0; _root.suicide = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } onClipEvent (enterFrame) { if (_root.lives >= 5) { this.gotoAndStop(1); } else if (_root.lives == 4) { this.gotoAndStop(2); } else if (_root.lives == 3) { this.gotoAndStop(3); } else if (_root.lives == 2) { this.gotoAndStop(4); } else if (_root.lives <= 1) { this.gotoAndStop(5); } }
Instance of Symbol 181 MovieClip in Frame 502
onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { if (this.hitTest(_root.circle)) { _root.fallDeath = 1; _root.loseLife.gotoAndStop(1); _root.circle._alpha = 100; _root.lives = 0; _root.circle.gotoAndPlay(5); } } }
Instance of Symbol 130 MovieClip in Frame 502
onClipEvent (enterFrame) { _root.coinz = "= " + _root.coins; } onClipEvent (enterFrame) { _root.enemiez = "= " + _root.enemies; if (_root.circle.jump != true) { if (Key.isDown(40)) { _root.circle.jumpheight = 13; } else { _root.circle.jumpheight = 10; } } }
Instance of Symbol 186 MovieClip in Frame 502
onClipEvent (enterFrame) { if ((_root.cheatA == 1) && (_root.suicide == 0)) { _root.lives = 5; } }
Instance of Symbol 192 MovieClip "debug" in Frame 502
onClipEvent (enterFrame) { this._x = 59; this._y = 289.9; if (_root.circle.jump == undefined) { _root.Jump = 0; } else { _root.Jump = _root.circle.jump; } if (Key.isDown(39) || (Key.isDown(39))) { _root.Speed = _root.circle.speed; } else { _root.Speed = 0; } if (_root.DEBUG == 0) { this._alpha = 0; } else if (_root.DEBUG == 1) { this._alpha = 100; } this.frameDebug = "frame = " + _root.circle._currentframe; this.XDebug = "x pos = " + Math.round(_root.circle._x); this.YDebug = "y pos = " + Math.round(_root.circle._y); this.speedDebug = "speed = " + _root.Speed; this.jumpDebug = "jump = " + _root.Jump; }
Instance of Symbol 297 MovieClip in Frame 519
onClipEvent (enterFrame) { _root.Win.play(); _root.gotWin = 1; }
Instance of Symbol 307 MovieClip in Frame 555
onClipEvent (enterFrame) { if (_root.enemies >= 5) { _root.enemies.textColor = 16763904 /* 0xFFCC00 */; } else { _root.enemies.textColor = 0; } if (_root.coins >= 54) { _root.coins.textColor = 16763904 /* 0xFFCC00 */; } else { _root.coins.textColor = 0; } }
Instance of Symbol 310 MovieClip in Frame 704
onClipEvent (enterFrame) { if (_root.enemies >= 5) { _parent.enemies.textColor = 16763904 /* 0xFFCC00 */; } else { _parent.enemies.textColor = 0; } if (_root.coins >= 54) { _parent.coins.textColor = 16763904 /* 0xFFCC00 */; } else { _parent.coins.textColor = 0; } }
Frame 724
_root.play();
Frame 1294
stopAllSounds(); _root.gotoAndStop("menu");
Symbol 40 MovieClip Frame 1
stop();
Symbol 42 Button
on (press) { play(); }
Symbol 43 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 1000
gotoAndPlay (2);
Symbol 54 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { _root.play(); }
Symbol 54 MovieClip Frame 2
gotoAndPlay (1);
Symbol 57 Button
on (press) { _root.gotoAndPlay("gameStart1"); }
Symbol 59 Button
on (press) { nextFrame(); }
Symbol 63 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 63 MovieClip Frame 1
on (keyPress "<Left>") { _root.togChtA.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 63 MovieClip Frame 2
on (keyPress "<Up>") { _root.togChtA.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 63 MovieClip Frame 4
on (keyPress "<Down>") { _root.togChtA.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 63 MovieClip Frame 5
on (keyPress "<Left>") { _root.togChtA.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 63 MovieClip Frame 6
on (keyPress "<Right>") { _root.togChtA.nextFrame(); }
Symbol 63 MovieClip Frame 7
_root.cheatA = 1; _root.BackDrop.BGTween.Sky.play(); play();
Symbol 63 MovieClip Frame 8
stop();
Symbol 66 Button
on (press) { _root.gotoAndStop(7); }
Symbol 67 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 67 MovieClip Frame 1
on (keyPress "<Left>") { _root.togChtB.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 67 MovieClip Frame 3
on (keyPress "<Right>") { _root.togChtB.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 67 MovieClip Frame 5
on (keyPress "<Up>") { _root.togChtB.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 67 MovieClip Frame 6
on (keyPress "<Down>") { _root.togChtB.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 67 MovieClip Frame 7
on (keyPress "<Up>") { _root.togChtB.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 67 MovieClip Frame 8
on (keyPress "<Down>") { _root.togChtB.nextFrame(); }
Symbol 67 MovieClip Frame 9
_root.cheatB = 1; _root.BackDrop.BGTween.Sky.play(); play();
Symbol 67 MovieClip Frame 10
stop();
Symbol 69 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 69 MovieClip Frame 1
on (keyPress "<Up>") { _root.togChtC.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 69 MovieClip Frame 2
on (keyPress "<Down>") { _root.togChtC.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 69 MovieClip Frame 3
on (keyPress "<Right>") { _root.togChtC.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 69 MovieClip Frame 5
on (keyPress "<Left>") { _root.togChtC.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 69 MovieClip Frame 6
on (keyPress "<Up>") { _root.togChtC.nextFrame(); }
Symbol 69 MovieClip Frame 8
_root.cheatC = 1; _root.BackDrop.BGTween.Sky.play(); play();
Symbol 69 MovieClip Frame 9
stop();
Symbol 70 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 70 MovieClip Frame 1
on (keyPress "<Left>") { _root.togChtD.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 70 MovieClip Frame 2
on (keyPress "<Right>") { _root.togChtD.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 70 MovieClip Frame 3
on (keyPress "<Down>") { _root.togChtD.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 70 MovieClip Frame 5
on (keyPress "<Right>") { _root.togChtD.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 70 MovieClip Frame 6
on (keyPress "<Left>") { _root.togChtD.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 70 MovieClip Frame 7
on (keyPress "<Up>") { _root.togChtD.nextFrame(); }
Instance of Symbol 61 MovieClip in Symbol 70 MovieClip Frame 8
on (keyPress "<Left>") { _root.togChtD.nextFrame(); }
Symbol 70 MovieClip Frame 9
_root.cheatD = 1; _root.BackDrop.BGTween.Sky.play(); play();
Symbol 70 MovieClip Frame 10
stop();
Symbol 73 Button
on (press) { getURL ("http://www.welcome-to-life.ca.tf/", "_blank"); }
Symbol 75 Button
on (press) { getURL ("http://www.truedarkness.tk/", "_blank"); }
Symbol 81 Button
on (press) { stopAllSounds(); } on (release) { if (_root.checkpoint == 1) { _root.coins = 0; _root.enemies = 0; _root.gotoAndPlay("levelboss"); } } on (release) { if (_root.checkpoint == 2) { _root.coins = 0; _root.enemies = 0; _root.gotoAndPlay("ass2"); } }
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 9
stop();
Symbol 91 Button
on (press) { prevFrame(); }
Symbol 93 Button
on (press) { _root.gotoAndStop(5); }
Symbol 96 Button
on (press) { nextFrame(); }
Symbol 99 Button
on (press) { prevFrame(); }
Symbol 100 MovieClip Frame 1
_root.DEBUG = 0; stop();
Symbol 100 MovieClip Frame 2
_root.DEBUG = 1;
Symbol 102 Button
on (press) { _quality = "High"; }
Symbol 104 Button
on (press) { _quality = "Medium"; }
Symbol 106 Button
on (press) { _quality = "Low"; }
Instance of Symbol 122 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } }
Instance of Symbol 124 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 2
_root.coins++;
Symbol 135 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 2
if (_root.lives <= 4) { _root.lives++; }
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
_root.enemies++; play();
Symbol 148 MovieClip Frame 14
stop(); _parent.stop(); _parent._parent.stop();
Instance of Symbol 148 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._currentframe == 1) { if (_parent._xscale == 100) { _parent._x = _parent._x - 1.5; } else if (_parent._xscale == -100) { _parent._x = _parent._x + 1.5; } } if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _parent.stop(); _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 148 MovieClip in Symbol 149 MovieClip Frame 51
onClipEvent (enterFrame) { if (this._currentframe == 1) { if (_parent._xscale == 100) { _parent._x = _parent._x + 1.5; } else if (_parent._xscale == -100) { _parent._x = _parent._x - 1.5; } } if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _parent.stop(); _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Symbol 172 MovieClip Frame 90
stop(); _root.fadeOut.play();
Symbol 172 MovieClip Frame 91
_root.Win.play();
Symbol 172 MovieClip Frame 107
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 1
stop(); _root.circle._alpha = 100;
Symbol 179 MovieClip Frame 2
_root.lives--;
Symbol 179 MovieClip Frame 8
_root.circle._alpha = 0;
Symbol 179 MovieClip Frame 14
_root.circle._alpha = 100;
Symbol 179 MovieClip Frame 19
_root.circle._alpha = 0;
Symbol 179 MovieClip Frame 24
_root.circle._alpha = 100;
Symbol 179 MovieClip Frame 28
_root.circle._alpha = 0;
Symbol 179 MovieClip Frame 32
_root.circle._alpha = 100;
Symbol 179 MovieClip Frame 35
_root.circle._alpha = 0;
Symbol 179 MovieClip Frame 38
_root.circle._alpha = 100;
Symbol 179 MovieClip Frame 40
_root.circle._alpha = 100;
Symbol 179 MovieClip Frame 42
_root.circle._alpha = 0;
Symbol 179 MovieClip Frame 43
_root.circle._alpha = 100;
Symbol 179 MovieClip Frame 44
_root.circle._alpha = 0;
Symbol 179 MovieClip Frame 45
_root.circle._alpha = 100;
Symbol 179 MovieClip Frame 46
_root.circle._alpha = 0;
Symbol 179 MovieClip Frame 47
_root.circle._alpha = 100;
Symbol 179 MovieClip Frame 48
_root.circle._alpha = 0;
Symbol 179 MovieClip Frame 49
_root.circle._alpha = 100;
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 35
stop(); _root.gotoAndStop("menu");
Symbol 195 MovieClip Frame 17
_root.nextFrame();
Symbol 195 MovieClip Frame 18
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 18
stop(); _root.play();
Symbol 226 MovieClip Frame 1
stop();
Instance of Symbol 223 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if ((_root.circle._currentframe == 3) && (_root.gotWin == 0)) { _parent.nextFrame(); } } }
Symbol 226 MovieClip Frame 2
_root.action = 1;
Symbol 242 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 242 MovieClip Frame 2
_parent._parent._parent.stop(); _parent._parent.rhino.play();
Symbol 242 MovieClip Frame 6
stop();
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 8
stop(); _root.nextFrame();
Symbol 244 MovieClip Frame 1
stop();
Symbol 244 MovieClip Frame 24
stop(); _parent.enemyPlat.play();
Instance of Symbol 243 MovieClip "enemyPlat" in Symbol 245 MovieClip Frame 1
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Symbol 247 MovieClip Frame 1
_root.makeBoulder();
Instance of Symbol 243 MovieClip "enemyPlat" in Symbol 248 MovieClip Frame 1
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Instance of Symbol 243 MovieClip "enemyPlat" in Symbol 248 MovieClip Frame 68
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Symbol 253 MovieClip Frame 42
stop();
Symbol 258 MovieClip Frame 18
stop();
Symbol 260 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 260 MovieClip Frame 2
_parent._parent._parent.gotoAndStop(15); _parent._parent.rhino.play();
Symbol 260 MovieClip Frame 6
stop();
Symbol 261 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 8
stop(); _root.nextFrame();
Symbol 262 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 262 MovieClip Frame 2
_parent._parent._parent.gotoAndStop(53); _parent._parent.rhino.play();
Symbol 262 MovieClip Frame 6
stop();
Symbol 263 MovieClip Frame 1
stop();
Symbol 263 MovieClip Frame 8
stop(); _root.nextFrame();
Instance of Symbol 261 MovieClip "enemyPlat" in Symbol 264 MovieClip Frame 1
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Instance of Symbol 263 MovieClip "enemyPlat" in Symbol 264 MovieClip Frame 53
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Symbol 265 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 265 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 265 MovieClip Frame 2
_parent._parent._parent.gotoAndStop(10); _parent._parent.rhino.play();
Symbol 265 MovieClip Frame 6
stop();
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 8
stop(); _root.nextFrame();
Symbol 267 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 267 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 267 MovieClip Frame 2
_parent._parent._parent.gotoAndStop(37); _parent._parent.rhino.play();
Symbol 267 MovieClip Frame 6
stop();
Symbol 268 MovieClip Frame 1
stop();
Symbol 268 MovieClip Frame 8
stop(); _root.nextFrame();
Instance of Symbol 266 MovieClip "enemyPlat" in Symbol 269 MovieClip Frame 1
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Instance of Symbol 268 MovieClip "enemyPlat" in Symbol 269 MovieClip Frame 38
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { if (_root.circle._currentframe <= 4) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } }
Symbol 272 MovieClip Frame 242
_root.nextFrame();
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 11
stop(); _root.play();
Symbol 317 MovieClip Frame 1
stop();
Symbol 317 MovieClip Frame 2
_root.circle.gotoAndPlay(5);
Symbol 317 MovieClip Frame 18
stop();
Symbol 318 MovieClip Frame 1
stop();
Instance of Symbol 223 MovieClip in Symbol 318 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if ((_root.circle._currentframe == 3) && (_root.gotWin == 0)) { _parent.nextFrame(); } } }
Symbol 318 MovieClip Frame 2
_root.action = 2;
Symbol 319 MovieClip Frame 1
stop();
Instance of Symbol 223 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if ((_root.circle._currentframe == 3) && (_root.gotWin == 0)) { _parent.nextFrame(); } } }
Symbol 319 MovieClip Frame 2
_root.action = 3;
Symbol 320 MovieClip Frame 1
stop();
Instance of Symbol 223 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if ((_root.circle._currentframe == 3) && (_root.gotWin == 0)) { _parent.nextFrame(); } } }
Symbol 320 MovieClip Frame 2
_root.action = 2;
Symbol 326 MovieClip Frame 1
stop();
Symbol 339 MovieClip Frame 1
stop(); _root.circle._alpha = 100;
Symbol 339 MovieClip Frame 2
_root.lives--;
Symbol 339 MovieClip Frame 8
_root.circle._alpha = 0;
Symbol 339 MovieClip Frame 14
_root.circle._alpha = 100;
Symbol 339 MovieClip Frame 19
_root.circle._alpha = 0;
Symbol 339 MovieClip Frame 24
_root.circle._alpha = 100;
Symbol 339 MovieClip Frame 28
_root.circle._alpha = 0;
Symbol 339 MovieClip Frame 32
_root.circle._alpha = 100;
Symbol 339 MovieClip Frame 35
_root.circle._alpha = 0;
Symbol 339 MovieClip Frame 38
_root.circle._alpha = 100;
Symbol 339 MovieClip Frame 40
_root.circle._alpha = 100;
Symbol 339 MovieClip Frame 42
_root.circle._alpha = 0;
Symbol 339 MovieClip Frame 43
_root.circle._alpha = 100;
Symbol 339 MovieClip Frame 44
_root.circle._alpha = 0;
Symbol 339 MovieClip Frame 45
_root.circle._alpha = 100;
Symbol 339 MovieClip Frame 46
_root.circle._alpha = 0;
Symbol 339 MovieClip Frame 47
_root.circle._alpha = 100;
Symbol 339 MovieClip Frame 48
_root.circle._alpha = 0;
Symbol 339 MovieClip Frame 49
_root.circle._alpha = 100;
Symbol 349 MovieClip Frame 1
stop();
Symbol 349 MovieClip Frame 2
_parent.stop();
Symbol 349 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(2);
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 2
_parent.stop();
Symbol 354 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(2);
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 2
_parent.stop();
Symbol 358 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(2);
Symbol 362 MovieClip Frame 1
stop();
Symbol 362 MovieClip Frame 2
_parent.stop();
Symbol 362 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(2);
Instance of Symbol 349 MovieClip in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } } onClipEvent (enterFrame) { if (this._currentframe == 4) { _root.outwig.wiggler.gotoAndStop(2); } }
Instance of Symbol 354 MovieClip in Symbol 363 MovieClip Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } } onClipEvent (enterFrame) { if (this._currentframe == 4) { _root.outwig.wiggler.gotoAndStop(2); } }
Instance of Symbol 358 MovieClip in Symbol 363 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } } onClipEvent (enterFrame) { if (this._currentframe == 4) { _root.outwig.wiggler.gotoAndStop(2); } }
Instance of Symbol 362 MovieClip in Symbol 363 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } } onClipEvent (enterFrame) { if (this._currentframe == 4) { _root.outwig.wiggler.gotoAndStop(2); } }
Symbol 370 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 2
_parent.stop();
Symbol 370 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(3);
Symbol 372 MovieClip Frame 1
stop();
Symbol 372 MovieClip Frame 2
_parent.stop();
Symbol 372 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(3);
Symbol 374 MovieClip Frame 1
stop();
Symbol 374 MovieClip Frame 2
_parent.stop();
Symbol 374 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(3);
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 2
_parent.stop();
Symbol 376 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(3);
Symbol 378 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 2
stop(); _root.outwig.wiggler.gotoAndStop(3); _parent.stop();
Instance of Symbol 370 MovieClip in Symbol 380 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } } onClipEvent (enterFrame) { if (this._currentframe == 6) { _root.outwig.wiggler.gotoAndStop(3); } } onClipEvent (enterFrame) { if (_root.ass._currentframe == 6) { _root.outwig.wiggler.gotoAndStop(3); } }
Instance of Symbol 372 MovieClip in Symbol 380 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } } onClipEvent (enterFrame) { if (this._currentframe == 6) { _root.outwig.wiggler.gotoAndStop(3); } }
Instance of Symbol 374 MovieClip in Symbol 380 MovieClip Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } } onClipEvent (enterFrame) { if (this._currentframe == 6) { _root.outwig.wiggler.gotoAndStop(3); } }
Instance of Symbol 376 MovieClip in Symbol 380 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } } onClipEvent (enterFrame) { if (this._currentframe == 6) { _root.outwig.wiggler.gotoAndStop(3); } }
Instance of Symbol 378 MovieClip "ass" in Symbol 380 MovieClip Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } } onClipEvent (enterFrame) { if (this._currentframe == 6) { _root.outwig.wiggler.gotoAndStop(3); } }
Symbol 384 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 2
_parent.stop();
Symbol 384 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(4);
Symbol 389 MovieClip Frame 1
stop();
Symbol 389 MovieClip Frame 2
_parent.stop();
Symbol 389 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(4);
Symbol 391 MovieClip Frame 1
stop();
Symbol 391 MovieClip Frame 2
_parent.stop();
Symbol 391 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(4);
Symbol 395 MovieClip Frame 1
stop();
Symbol 395 MovieClip Frame 2
_parent.stop();
Symbol 395 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(4);
Instance of Symbol 384 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 389 MovieClip in Symbol 396 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 391 MovieClip in Symbol 396 MovieClip Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 395 MovieClip in Symbol 396 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 2
_parent.stop();
Symbol 398 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(5);
Symbol 400 MovieClip Frame 1
stop();
Symbol 400 MovieClip Frame 2
_parent.stop();
Symbol 400 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(5);
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 2
_parent.stop();
Symbol 402 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(5);
Symbol 404 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 2
_parent.stop();
Symbol 404 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(5);
Instance of Symbol 398 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 400 MovieClip in Symbol 407 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 402 MovieClip in Symbol 407 MovieClip Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 404 MovieClip in Symbol 407 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 404 MovieClip in Symbol 407 MovieClip Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } } onClipEvent (enterFrame) { if (this._currentframe == 6) { _root.outwig.wiggler.gotoAndStop(3); } }
Symbol 409 MovieClip Frame 1
stop();
Symbol 409 MovieClip Frame 2
_parent.stop();
Symbol 409 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(6);
Symbol 411 MovieClip Frame 1
stop();
Symbol 411 MovieClip Frame 2
_parent.stop();
Symbol 411 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(6);
Symbol 414 MovieClip Frame 1
stop();
Symbol 414 MovieClip Frame 2
_parent.stop();
Symbol 414 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(6);
Instance of Symbol 409 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 411 MovieClip in Symbol 418 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 411 MovieClip in Symbol 418 MovieClip Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 414 MovieClip in Symbol 418 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 414 MovieClip in Symbol 418 MovieClip Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Symbol 420 MovieClip Frame 1
stop();
Symbol 420 MovieClip Frame 2
_parent.stop();
Symbol 420 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(7);
Symbol 422 MovieClip Frame 1
stop();
Symbol 422 MovieClip Frame 2
_parent.stop();
Symbol 422 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(7);
Symbol 425 MovieClip Frame 1
stop();
Symbol 425 MovieClip Frame 2
_parent.stop();
Symbol 425 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(7);
Instance of Symbol 420 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 422 MovieClip in Symbol 428 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 425 MovieClip in Symbol 428 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Symbol 431 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 2
_parent.stop();
Symbol 431 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(8);
Symbol 435 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 2
_parent.stop();
Symbol 435 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(8);
Symbol 438 MovieClip Frame 1
stop();
Symbol 438 MovieClip Frame 2
_parent.stop();
Symbol 438 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(8);
Symbol 442 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(8);
Instance of Symbol 431 MovieClip in Symbol 443 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 435 MovieClip in Symbol 443 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 438 MovieClip in Symbol 443 MovieClip Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 442 MovieClip in Symbol 443 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Symbol 447 MovieClip Frame 1
stop();
Symbol 447 MovieClip Frame 2
_parent.stop();
Symbol 447 MovieClip Frame 8
_root.outwig.wiggler.gotoAndStop(9);
Symbol 452 MovieClip Frame 1
stop();
Symbol 452 MovieClip Frame 2
_parent.stop();
Symbol 452 MovieClip Frame 7
_root.outwig.wiggler.gotoAndStop(9);
Symbol 456 MovieClip Frame 1
stop();
Symbol 456 MovieClip Frame 2
_parent.stop();
Symbol 456 MovieClip Frame 6
_root.outwig.wiggler.gotoAndStop(8);
Instance of Symbol 447 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 452 MovieClip in Symbol 457 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 456 MovieClip in Symbol 457 MovieClip Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 447 MovieClip in Symbol 457 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Symbol 458 MovieClip Frame 242
_root.outwig.wiggler.gotoAndStop(11);
Symbol 459 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 2
stop();
Symbol 459 MovieClip Frame 3
stop(); stop();
Symbol 459 MovieClip Frame 4
stop();
Symbol 459 MovieClip Frame 5
stop();
Symbol 459 MovieClip Frame 6
stop();
Symbol 459 MovieClip Frame 7
stop();
Symbol 459 MovieClip Frame 8
stop();
Symbol 459 MovieClip Frame 9
stopAllSounds(); _root.outwig.wiggler.gotoAndStop(10); stop(); _parent.gotoAndStop(1);
Symbol 459 MovieClip Frame 10
stop(); _parent.gotoAndStop(1);
Symbol 459 MovieClip Frame 11
stop(); _parent.gotoAndStop(1);
Instance of Symbol 276 MovieClip "star1" in Symbol 459 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { this.play(); } } } }
Symbol 462 MovieClip Frame 1
stopAllSounds();
Symbol 462 MovieClip Frame 2
stop();
Symbol 463 MovieClip Frame 1
stop();
Symbol 463 MovieClip Frame 35
stop(); _root.gotoAndStop("menu");
Symbol 465 MovieClip Frame 18
stop();
Symbol 472 MovieClip Frame 1
stop();
Instance of Symbol 223 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if ((_root.circle._currentframe == 3) && (_root.gotWin == 0)) { _parent.nextFrame(); } } }
Symbol 472 MovieClip Frame 2
_root.action = 3;
Symbol 484 MovieClip Frame 242
_root.boss850.ghost.gotoAndStop(44);
Symbol 485 MovieClip Frame 1
stop();
Symbol 485 MovieClip Frame 5
_root.box.nextFrame(); gotoAndStop (1);
Symbol 485 MovieClip Frame 6
play(); _root.boss850.stop();
Symbol 485 MovieClip Frame 42
stopAllSounds(); _root.play();
Symbol 485 MovieClip Frame 43
gotWin = 0; _root.circle.gotoAndStop(1); function makeBoulder() { var _local1 = _root; _local1.z++; duplicateMovieClip (_local1.boulder, "boulder" + _local1.z, _local1.z); setProperty("boulder" + _local1.z, _x , _local1.circle._x); setProperty("boulder" + _local1.z, _y , -33.5); } z = 0; _root.circle.fall = true; stop();
Symbol 485 MovieClip Frame 44
stop(); _root.circle.gotoAndStop(1);
Instance of Symbol 276 MovieClip "star1" in Symbol 485 MovieClip Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if (_root.gotWin == 0) { if ((_root.circle._currentframe <= 4) && (this._currentframe == 1)) { this.play(); } } } }
Symbol 515 MovieClip Frame 1
stopAllSounds();
Instance of Symbol 485 MovieClip "ghost" in Symbol 515 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Instance of Symbol 485 MovieClip "ghost" in Symbol 515 MovieClip Frame 829
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Symbol 515 MovieClip Frame 837
_root.goodbg.gotoAndPlay(2); _root.bossPlat3.gotoAndPlay(2); _root.bb2.gotoAndPlay(2); _root.bb23.gotoAndPlay(2); _root.bb234.gotoAndPlay(2); _root.bb2345.gotoAndPlay(2); _root.bb23456.gotoAndPlay(2); _root.bb2345678.gotoAndPlay(2); _root.bb23456789.gotoAndPlay(2); _root.bb230.gotoAndPlay(2);
Instance of Symbol 485 MovieClip "ghost" in Symbol 515 MovieClip Frame 884
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet) && (_root.circle.jump < 0)) { if (this._currentframe == 1) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; this.play(); } } else if (this.hitTest(_root.circle)) { if (this._currentframe == 1) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } } }
Symbol 515 MovieClip Frame 963
_root.goodbg.gotoAndStop(1); _root.bossPlat3.gotoAndStop(1); _root.bb2.gotoAndStop(1); _root.bb23.gotoAndStop(1); _root.bb234.gotoAndStop(1); _root.bb2345.gotoAndStop(1); _root.bb23456.gotoAndStop(1); _root.bb2345678.gotoAndStop(1); _root.bb23456789.gotoAndStop(1); _root.bb230.gotoAndStop(1);
Symbol 517 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 2
stop();
Symbol 517 MovieClip Frame 3
stop();
Symbol 517 MovieClip Frame 4
stop();
Symbol 517 MovieClip Frame 5
stop();
Symbol 517 MovieClip Frame 6
stop();
Symbol 517 MovieClip Frame 7
stop();
Symbol 517 MovieClip Frame 8
stop(); _root.boss850.ghost.gotoAndPlay("poofbaby");

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:14
Symbol 3 GraphicUsed by:14
Symbol 4 GraphicUsed by:14
Symbol 5 GraphicUsed by:14
Symbol 6 GraphicUsed by:14
Symbol 7 GraphicUsed by:14
Symbol 8 GraphicUsed by:14
Symbol 9 GraphicUsed by:14
Symbol 10 GraphicUsed by:14
Symbol 11 GraphicUsed by:14
Symbol 12 GraphicUsed by:14
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:2 3 4 5 6 7 8 9 10 11 12 13Used by:Timeline
Symbol 15 GraphicUsed by:30
Symbol 16 GraphicUsed by:30
Symbol 17 GraphicUsed by:30
Symbol 18 GraphicUsed by:30
Symbol 19 GraphicUsed by:30
Symbol 20 GraphicUsed by:30
Symbol 21 GraphicUsed by:30
Symbol 22 GraphicUsed by:30
Symbol 23 GraphicUsed by:30
Symbol 24 GraphicUsed by:30
Symbol 25 GraphicUsed by:30
Symbol 26 GraphicUsed by:30
Symbol 27 GraphicUsed by:30
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:15 16 17 18 19 20 21 22 23 24 25 26 27 28 29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 SoundUsed by:172  Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 GraphicUsed by:45
Symbol 38 GraphicUsed by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:38 39Used by:45
Symbol 41 GraphicUsed by:42 43
Symbol 42 ButtonUses:41Used by:43
Symbol 43 MovieClipUses:42 41 SS2Used by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:37 40 43 44Used by:46
Symbol 46 MovieClipUses:45Used by:Timeline
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 GraphicUsed by:54
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:50 52 53Used by:Timeline
Symbol 55 GraphicUsed by:57 59
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:55 56Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 ButtonUses:55 58Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:63 67 69 70
Symbol 62 SoundUsed by:63 67 69 70
Symbol 63 MovieClipUses:61 62Used by:Timeline
Symbol 64 GraphicUsed by:66
Symbol 65 GraphicUsed by:66
Symbol 66 ButtonUses:64 65Used by:Timeline
Symbol 67 MovieClipUses:61 62Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 MovieClipUses:61 62Used by:Timeline
Symbol 70 MovieClipUses:61 62Used by:Timeline
Symbol 71 GraphicUsed by:73 75 153 193 195 196 223 258 463 465  Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 ButtonUses:71 72Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 ButtonUses:71 74Used by:Timeline
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 MovieClipUsed by:Timeline
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 ButtonUses:79 80Used by:Timeline
Symbol 82 SoundUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:86
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:84 85Used by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 GraphicUsed by:91 93 102 104 106
Symbol 90 GraphicUsed by:91 93
Symbol 91 ButtonUses:89 90Used by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 ButtonUses:89 90Used by:Timeline
Symbol 94 GraphicUsed by:96
Symbol 95 GraphicUsed by:96
Symbol 96 ButtonUses:94 95Used by:100
Symbol 97 GraphicUsed by:99
Symbol 98 GraphicUsed by:99
Symbol 99 ButtonUses:97 98Used by:100
Symbol 100 MovieClipUses:96 99Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 ButtonUses:89 101Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 ButtonUses:89 103Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 ButtonUses:89 105Used by:Timeline
Symbol 107 GraphicUsed by:109
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:107 108Used by:Timeline
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:Timeline
Symbol 118 GraphicUsed by:119 202
Symbol 119 MovieClipUses:118Used by:Timeline
Symbol 120 GraphicUsed by:125
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:125
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:125
Symbol 125 MovieClipUses:120 122 124Used by:Timeline
Symbol 126 GraphicUsed by:130 340
Symbol 127 GraphicUsed by:130 340
Symbol 128 GraphicUsed by:130 340
Symbol 129 GraphicUsed by:130 340
Symbol 130 MovieClipUses:126 127 128 129Used by:132  Timeline
Symbol 131 SoundUsed by:132
Symbol 132 MovieClipUses:130 131Used by:Timeline
Symbol 133 GraphicUsed by:135 176 326
Symbol 134 SoundUsed by:135
Symbol 135 MovieClipUses:133 134Used by:Timeline
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:Timeline
Symbol 138 GraphicUsed by:140  Timeline
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:138 139Used by:148
Symbol 141 GraphicUsed by:148
Symbol 142 SoundUsed by:148 459
Symbol 143 GraphicUsed by:148
Symbol 144 GraphicUsed by:148
Symbol 145 GraphicUsed by:148
Symbol 146 GraphicUsed by:148
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:140 141 142 143 144 145 146 147Used by:149
Symbol 149 MovieClipUses:148Used by:Timeline
Symbol 150 GraphicUsed by:160 172
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:172
Symbol 153 MovieClipUses:71Used by:160
Symbol 154 GraphicUsed by:160
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:160
Symbol 157 GraphicUsed by:160
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:160
Symbol 160 MovieClipUses:150 153 154 156 157 159Used by:172
Symbol 161 GraphicUsed by:172
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:172
Symbol 164 SoundUsed by:172
Symbol 165 GraphicUsed by:172
Symbol 166 GraphicUsed by:169 172
Symbol 167 SoundUsed by:172
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:166 168Used by:172
Symbol 170 GraphicUsed by:172
Symbol 171 SoundUsed by:172
Symbol 172 MovieClipUses:150 152 160 161 163 164 165 166 33 167 169 170 171Used by:Timeline
Symbol 173 GraphicUsed by:176 326
Symbol 174 GraphicUsed by:176 326
Symbol 175 GraphicUsed by:176 326
Symbol 176 MovieClipUses:173 174 175 133Used by:Timeline
Symbol 177 GraphicUsed by:179 297 339
Symbol 178 SoundUsed by:179
Symbol 179 MovieClipUses:177 178Used by:Timeline
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:Timeline
Symbol 182 FontUsed by:183 184 187 188 189 190 191 230 231 256 257 311 312 321 322 341 342 468 469 470 471 473 474 475 476 518 519
Symbol 183 EditableTextUses:182Used by:Timeline
Symbol 184 EditableTextUses:182Used by:Timeline
Symbol 185 GraphicUsed by:186 343
Symbol 186 MovieClipUses:185Used by:Timeline
Symbol 187 EditableTextUses:182Used by:192
Symbol 188 EditableTextUses:182Used by:192
Symbol 189 EditableTextUses:182Used by:192
Symbol 190 EditableTextUses:182Used by:192
Symbol 191 EditableTextUses:182Used by:192
Symbol 192 MovieClipUses:187 188 189 190 191Used by:Timeline
Symbol 193 MovieClipUses:71Used by:Timeline
Symbol 194 SoundUsed by:195 258
Symbol 195 MovieClipUses:71 194Used by:Timeline
Symbol 196 MovieClipUses:71Used by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:Timeline
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:Timeline
Symbol 202 MovieClipUses:118Used by:Timeline
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:Timeline
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:Timeline
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:212Used by:Timeline
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:Timeline
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:Timeline
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:Timeline
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:Timeline
Symbol 222 GraphicUsed by:226 318 319 320 472
Symbol 223 MovieClipUses:71Used by:226 318 319 320 472
Symbol 224 GraphicUsed by:226 318 319 320 472
Symbol 225 SoundUsed by:226 318 319 320 472
Symbol 226 MovieClipUses:222 223 224 225Used by:Timeline
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:227Used by:Timeline
Symbol 229 GraphicUsed by:Timeline
Symbol 230 EditableTextUses:182Used by:Timeline
Symbol 231 EditableTextUses:182Used by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:Timeline
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:235Used by:244 248 264 269
Symbol 237 GraphicUsed by:242 260 262 265 267
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:242 260 262 265 267
Symbol 240 GraphicUsed by:242 243 260 261 262 263 265 266 267 268
Symbol 241 SoundUsed by:242 260 262 265 267 485
Symbol 242 MovieClipUses:237 239 240 241Used by:243
Symbol 243 MovieClipUses:242 240Used by:245 248
Symbol 244 MovieClipUses:236Used by:245
Symbol 245 MovieClipUses:244 243Used by:248 264 269
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:246 SS3Used by:248 264 269
Symbol 248 MovieClipUses:236 243 245 247Used by:Timeline
Symbol 249 GraphicUsed by:250 325
Symbol 250 MovieClipUses:249Used by:Timeline
Symbol 251 GraphicUsed by:253
Symbol 252 SoundUsed by:253  Timeline
Symbol 253 MovieClipUses:251 252Used by:Timeline
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:254Used by:Timeline
Symbol 256 EditableTextUses:182Used by:Timeline
Symbol 257 EditableTextUses:182Used by:Timeline
Symbol 258 MovieClipUses:71 194Used by:Timeline
Symbol 259 SoundUsed by:462 515  Timeline
Symbol 260 MovieClipUses:237 239 240 241Used by:261
Symbol 261 MovieClipUses:260 240Used by:264
Symbol 262 MovieClipUses:237 239 240 241Used by:263
Symbol 263 MovieClipUses:262 240Used by:264
Symbol 264 MovieClipUses:236 261 245 247 263Used by:Timeline
Symbol 265 MovieClipUses:237 239 240 241Used by:266
Symbol 266 MovieClipUses:265 240Used by:269
Symbol 267 MovieClipUses:237 239 240 241Used by:268
Symbol 268 MovieClipUses:267 240Used by:269
Symbol 269 MovieClipUses:236 266 245 247 268Used by:Timeline
Symbol 270 GraphicUsed by:272 274 276 458 484
Symbol 271 GraphicUsed by:272 458 484
Symbol 272 MovieClipUses:270 271 SS4Used by:Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:270 273Used by:276
Symbol 275 SoundUsed by:276
Symbol 276 MovieClipUses:274 270 275Used by:459 485  Timeline
Symbol 277 BitmapUsed by:278 284 285 288 289 291 292 293 294 295 296 298 299
Symbol 278 GraphicUses:277Used by:Timeline
Symbol 279 BitmapUsed by:280 286
Symbol 280 GraphicUses:279Used by:Timeline
Symbol 281 BitmapUsed by:282 287 290
Symbol 282 GraphicUses:281Used by:Timeline
Symbol 283 SoundUsed by:Timeline
Symbol 284 GraphicUses:277Used by:Timeline
Symbol 285 GraphicUses:277Used by:Timeline
Symbol 286 GraphicUses:279Used by:Timeline
Symbol 287 GraphicUses:281Used by:Timeline
Symbol 288 GraphicUses:277Used by:Timeline
Symbol 289 GraphicUses:277Used by:Timeline
Symbol 290 GraphicUses:281Used by:Timeline
Symbol 291 GraphicUses:277Used by:Timeline
Symbol 292 GraphicUses:277Used by:Timeline
Symbol 293 GraphicUses:277Used by:Timeline
Symbol 294 GraphicUses:277Used by:Timeline
Symbol 295 GraphicUses:277Used by:Timeline
Symbol 296 GraphicUses:277Used by:Timeline
Symbol 297 MovieClipUses:177Used by:Timeline
Symbol 298 GraphicUses:277Used by:Timeline
Symbol 299 GraphicUses:277Used by:Timeline
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClipUses:300Used by:Timeline
Symbol 302 GraphicUsed by:Timeline
Symbol 303 FontUsed by:304 305 308 309 466 467 520 521
Symbol 304 EditableTextUses:303Used by:Timeline
Symbol 305 EditableTextUses:303Used by:Timeline
Symbol 306 GraphicUsed by:307 310
Symbol 307 MovieClipUses:306Used by:Timeline
Symbol 308 EditableTextUses:303Used by:Timeline
Symbol 309 EditableTextUses:303Used by:Timeline
Symbol 310 MovieClipUses:306Used by:Timeline
Symbol 311 EditableTextUses:182Used by:Timeline
Symbol 312 EditableTextUses:182Used by:Timeline
Symbol 313 GraphicUsed by:317
Symbol 314 GraphicUsed by:317
Symbol 315 SoundUsed by:317
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClipUses:313 314 315 316Used by:Timeline
Symbol 318 MovieClipUses:222 223 224 225Used by:Timeline
Symbol 319 MovieClipUses:222 223 224 225Used by:Timeline
Symbol 320 MovieClipUses:222 223 224 225Used by:Timeline
Symbol 321 EditableTextUses:182Used by:Timeline
Symbol 322 EditableTextUses:182Used by:Timeline
Symbol 323 GraphicUsed by:324
Symbol 324 MovieClipUses:323Used by:Timeline
Symbol 325 MovieClipUses:249Used by:Timeline
Symbol 326 MovieClipUses:173 174 175 133Used by:Timeline
Symbol 327 GraphicUsed by:328
Symbol 328 MovieClipUses:327Used by:Timeline
Symbol 329 FontUsed by:330 331 332 333 334
Symbol 330 EditableTextUses:329Used by:335
Symbol 331 EditableTextUses:329Used by:335
Symbol 332 EditableTextUses:329Used by:335
Symbol 333 EditableTextUses:329Used by:335
Symbol 334 EditableTextUses:329Used by:335
Symbol 335 MovieClipUses:330 331 332 333 334Used by:Timeline
Symbol 336 GraphicUsed by:337
Symbol 337 MovieClipUses:336Used by:Timeline
Symbol 338 SoundUsed by:339
Symbol 339 MovieClipUses:177 338Used by:Timeline
Symbol 340 MovieClipUses:126 127 128 129Used by:Timeline
Symbol 341 EditableTextUses:182Used by:Timeline
Symbol 342 EditableTextUses:182Used by:Timeline
Symbol 343 MovieClipUses:185Used by:Timeline
Symbol 344 GraphicUsed by:363 380
Symbol 345 GraphicUsed by:349 414
Symbol 346 GraphicUsed by:349 414
Symbol 347 SoundUsed by:349 354 358 362 409 411 414 431 435 438 442
Symbol 348 GraphicUsed by:349 414
Symbol 349 MovieClipUses:345 346 347 348Used by:363
Symbol 350 GraphicUsed by:363
Symbol 351 GraphicUsed by:354 372 384 411
Symbol 352 GraphicUsed by:354 411
Symbol 353 GraphicUsed by:354 411
Symbol 354 MovieClipUses:351 352 347 353Used by:363
Symbol 355 GraphicUsed by:363 380
Symbol 356 GraphicUsed by:358
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:356 357 347Used by:363
Symbol 359 GraphicUsed by:363
Symbol 360 GraphicUsed by:362 376 378 391 402 409 420
Symbol 361 GraphicUsed by:362 391 409
Symbol 362 MovieClipUses:360 361 347Used by:363
Symbol 363 MovieClipUses:344 349 350 354 355 358 359 362Used by:459
Symbol 364 GraphicUsed by:370 400 425
Symbol 365 GraphicUsed by:370 372 374 376 378 398 400 402 404 420 422 425 447 452 456
Symbol 366 SoundUsed by:370 372 374 376 378 398 400 402 404 420 422 425 447 452 456
Symbol 367 GraphicUsed by:370 372 374 376 378 398 400 402 404 420 422 425
Symbol 368 GraphicUsed by:370 372 374 376 378 398 400 402 404 420 422 425
Symbol 369 GraphicUsed by:370 372 374 376 378 398 400 402 404 420 422 425
Symbol 370 MovieClipUses:364 365 366 367 368 369Used by:380
Symbol 371 GraphicUsed by:380
Symbol 372 MovieClipUses:351 365 366 367 368 369Used by:380
Symbol 373 GraphicUsed by:374 398 404 422
Symbol 374 MovieClipUses:373 365 366 367 368 369Used by:380
Symbol 375 GraphicUsed by:380
Symbol 376 MovieClipUses:360 365 366 367 368 369Used by:380
Symbol 377 GraphicUsed by:380
Symbol 378 MovieClipUses:360 365 366 367 368 369Used by:380
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:344 370 371 372 355 374 375 376 377 378 379Used by:459
Symbol 381 GraphicUsed by:396
Symbol 382 GraphicUsed by:384
Symbol 383 SoundUsed by:384 389 391 395
Symbol 384 MovieClipUses:351 382 383Used by:396
Symbol 385 GraphicUsed by:396
Symbol 386 GraphicUsed by:389
Symbol 387 GraphicUsed by:389
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:386 387 383 388Used by:396
Symbol 390 GraphicUsed by:396
Symbol 391 MovieClipUses:360 361 383Used by:396
Symbol 392 GraphicUsed by:396
Symbol 393 GraphicUsed by:395
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClipUses:393 394 383Used by:396
Symbol 396 MovieClipUses:381 384 385 389 390 391 392 395Used by:459
Symbol 397 GraphicUsed by:407
Symbol 398 MovieClipUses:373 365 366 367 368 369Used by:407
Symbol 399 GraphicUsed by:407
Symbol 400 MovieClipUses:364 365 366 367 368 369Used by:407
Symbol 401 GraphicUsed by:407
Symbol 402 MovieClipUses:360 365 366 367 368 369Used by:407
Symbol 403 GraphicUsed by:407
Symbol 404 MovieClipUses:373 365 366 367 368 369Used by:407
Symbol 405 GraphicUsed by:407
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:397 398 399 400 401 402 403 404 405 406Used by:459
Symbol 408 GraphicUsed by:418
Symbol 409 MovieClipUses:360 361 347Used by:418
Symbol 410 GraphicUsed by:418
Symbol 411 MovieClipUses:351 352 347 353Used by:418
Symbol 412 GraphicUsed by:418
Symbol 413 GraphicUsed by:418
Symbol 414 MovieClipUses:345 346 347 348Used by:418
Symbol 415 GraphicUsed by:418
Symbol 416 GraphicUsed by:418
Symbol 417 GraphicUsed by:418
Symbol 418 MovieClipUses:408 409 410 411 412 413 414 415 416 417Used by:459
Symbol 419 GraphicUsed by:428
Symbol 420 MovieClipUses:360 365 366 367 368 369Used by:428
Symbol 421 GraphicUsed by:428
Symbol 422 MovieClipUses:373 365 366 367 368 369Used by:428
Symbol 423 GraphicUsed by:428
Symbol 424 GraphicUsed by:428
Symbol 425 MovieClipUses:364 365 366 367 368 369Used by:428
Symbol 426 GraphicUsed by:428
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:419 420 421 422 423 424 425 426 427Used by:459
Symbol 429 GraphicUsed by:431
Symbol 430 GraphicUsed by:431 447
Symbol 431 MovieClipUses:429 430 347Used by:443
Symbol 432 GraphicUsed by:435
Symbol 433 GraphicUsed by:435
Symbol 434 GraphicUsed by:435
Symbol 435 MovieClipUses:432 433 347 434Used by:443
Symbol 436 GraphicUsed by:438
Symbol 437 GraphicUsed by:438 456
Symbol 438 MovieClipUses:436 437 347Used by:443
Symbol 439 GraphicUsed by:442
Symbol 440 GraphicUsed by:442
Symbol 441 GraphicUsed by:442
Symbol 442 MovieClipUses:439 440 347 441Used by:443
Symbol 443 MovieClipUses:431 435 438 442Used by:459
Symbol 444 GraphicUsed by:447
Symbol 445 GraphicUsed by:447
Symbol 446 GraphicUsed by:447
Symbol 447 MovieClipUses:444 430 366 365 445 446Used by:457
Symbol 448 GraphicUsed by:452
Symbol 449 GraphicUsed by:452
Symbol 450 GraphicUsed by:452
Symbol 451 GraphicUsed by:452
Symbol 452 MovieClipUses:448 449 366 365 450 451Used by:457
Symbol 453 GraphicUsed by:456
Symbol 454 GraphicUsed by:456
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:453 437 366 365 454 455Used by:457
Symbol 457 MovieClipUses:447 452 456Used by:459
Symbol 458 MovieClipUses:270 271 SS5Used by:459
Symbol 459 MovieClipUses:363 380 396 407 418 428 443 457 142 458 276Used by:460
Symbol 460 MovieClipUses:459Used by:Timeline
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClipUses:461 259Used by:Timeline
Symbol 463 MovieClipUses:71Used by:Timeline
Symbol 464 SoundUsed by:465
Symbol 465 MovieClipUses:71 464Used by:Timeline
Symbol 466 EditableTextUses:303Used by:Timeline
Symbol 467 EditableTextUses:303Used by:Timeline
Symbol 468 EditableTextUses:182Used by:Timeline
Symbol 469 EditableTextUses:182Used by:Timeline
Symbol 470 EditableTextUses:182Used by:Timeline
Symbol 471 EditableTextUses:182Used by:Timeline
Symbol 472 MovieClipUses:222 223 224 225Used by:Timeline
Symbol 473 EditableTextUses:182Used by:Timeline
Symbol 474 EditableTextUses:182Used by:Timeline
Symbol 475 EditableTextUses:182Used by:Timeline
Symbol 476 EditableTextUses:182Used by:Timeline
Symbol 477 GraphicUsed by:485
Symbol 478 GraphicUsed by:485
Symbol 479 GraphicUsed by:485
Symbol 480 GraphicUsed by:485
Symbol 481 GraphicUsed by:485
Symbol 482 GraphicUsed by:485
Symbol 483 GraphicUsed by:485
Symbol 484 MovieClipUses:270 271 SS6Used by:485
Symbol 485 MovieClipUses:477 478 241 479 480 481 482 483 484 276 SS7Used by:515
Symbol 486 GraphicUsed by:515
Symbol 487 GraphicUsed by:515
Symbol 488 GraphicUsed by:515
Symbol 489 GraphicUsed by:515
Symbol 490 GraphicUsed by:515
Symbol 491 GraphicUsed by:515
Symbol 492 GraphicUsed by:515
Symbol 493 GraphicUsed by:515
Symbol 494 GraphicUsed by:515
Symbol 495 GraphicUsed by:515
Symbol 496 GraphicUsed by:515
Symbol 497 GraphicUsed by:515
Symbol 498 GraphicUsed by:515
Symbol 499 GraphicUsed by:515
Symbol 500 GraphicUsed by:515
Symbol 501 GraphicUsed by:515
Symbol 502 GraphicUsed by:515
Symbol 503 GraphicUsed by:515
Symbol 504 GraphicUsed by:515
Symbol 505 GraphicUsed by:515
Symbol 506 GraphicUsed by:515
Symbol 507 GraphicUsed by:515
Symbol 508 GraphicUsed by:515
Symbol 509 GraphicUsed by:515
Symbol 510 GraphicUsed by:515
Symbol 511 GraphicUsed by:515
Symbol 512 GraphicUsed by:515
Symbol 513 GraphicUsed by:515
Symbol 514 GraphicUsed by:515
Symbol 515 MovieClipUses:485 259 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514Used by:Timeline
Symbol 516 GraphicUsed by:517
Symbol 517 MovieClipUses:516Used by:Timeline
Symbol 518 EditableTextUses:182Used by:Timeline
Symbol 519 EditableTextUses:182Used by:Timeline
Symbol 520 EditableTextUses:303Used by:Timeline
Symbol 521 EditableTextUses:303Used by:Timeline
Symbol 522 GraphicUsed by:526  Timeline
Symbol 523 GraphicUsed by:524
Symbol 524 MovieClipUses:523Used by:526  Timeline
Symbol 525 GraphicUsed by:526  Timeline
Symbol 526 MovieClipUses:522 524 525Used by:Timeline
Symbol 527 GraphicUsed by:Timeline
Symbol 528 GraphicUsed by:Timeline
Symbol 529 GraphicUsed by:Timeline
Symbol 530 GraphicUsed by:Timeline
Symbol 531 GraphicUsed by:Timeline
Symbol 532 GraphicUsed by:Timeline
Symbol 533 GraphicUsed by:Timeline
Symbol 534 GraphicUsed by:Timeline
Symbol 535 GraphicUsed by:Timeline
Symbol 536 GraphicUsed by:Timeline
Symbol 537 GraphicUsed by:Timeline
Symbol 538 GraphicUsed by:Timeline
Symbol 539 GraphicUsed by:Timeline
Symbol 540 GraphicUsed by:Timeline
Symbol 541 GraphicUsed by:Timeline
Symbol 542 GraphicUsed by:Timeline
Symbol 543 GraphicUsed by:Timeline
Symbol 544 GraphicUsed by:Timeline
Symbol 545 GraphicUsed by:Timeline
Symbol 546 GraphicUsed by:Timeline
Symbol 547 GraphicUsed by:Timeline
Symbol 548 GraphicUsed by:Timeline
Symbol 549 GraphicUsed by:Timeline
Symbol 550 GraphicUsed by:Timeline
Symbol 551 GraphicUsed by:Timeline
Symbol 552 GraphicUsed by:Timeline
Symbol 553 GraphicUsed by:Timeline
Symbol 554 GraphicUsed by:Timeline
Symbol 555 GraphicUsed by:Timeline
Symbol 556 GraphicUsed by:Timeline
Symbol 557 GraphicUsed by:Timeline
Symbol 558 GraphicUsed by:Timeline
Symbol 559 GraphicUsed by:Timeline
Symbol 560 GraphicUsed by:Timeline
Symbol 561 GraphicUsed by:Timeline
Symbol 562 GraphicUsed by:Timeline
Symbol 563 GraphicUsed by:Timeline
Symbol 564 GraphicUsed by:Timeline
Symbol 565 GraphicUsed by:Timeline
Symbol 566 GraphicUsed by:Timeline
Symbol 567 GraphicUsed by:Timeline
Symbol 568 GraphicUsed by:Timeline
Symbol 569 GraphicUsed by:Timeline
Symbol 570 GraphicUsed by:Timeline
Symbol 571 GraphicUsed by:Timeline
Symbol 572 GraphicUsed by:Timeline
Symbol 573 GraphicUsed by:Timeline
Symbol 574 GraphicUsed by:Timeline
Symbol 575 GraphicUsed by:Timeline
Symbol 576 GraphicUsed by:Timeline
Symbol 577 GraphicUsed by:Timeline
Symbol 578 GraphicUsed by:Timeline
Symbol 579 GraphicUsed by:Timeline
Symbol 580 GraphicUsed by:Timeline
Symbol 581 GraphicUsed by:Timeline
Symbol 582 GraphicUsed by:Timeline
Symbol 583 GraphicUsed by:Timeline
Symbol 584 GraphicUsed by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 43 MovieClip
Streaming Sound 3Used by:Symbol 247 MovieClip
Streaming Sound 4Used by:Symbol 272 MovieClip
Streaming Sound 5Used by:Symbol 458 MovieClip
Streaming Sound 6Used by:Symbol 484 MovieClip
Streaming Sound 7Used by:Symbol 485 MovieClip

Instance Names

"BackDrop"Frame 3Symbol 46 MovieClip
"togChtA"Frame 5Symbol 63 MovieClip
"togChtB"Frame 5Symbol 67 MovieClip
"togChtC"Frame 5Symbol 69 MovieClip
"togChtD"Frame 5Symbol 70 MovieClip
"continuea"Frame 5Symbol 81 Button
"toggleDebug"Frame 7Symbol 100 MovieClip
"plat1"Frame 8Symbol 111 MovieClip
"plat2"Frame 8Symbol 113 MovieClip
"bush1"Frame 8Symbol 119 MovieClip
"pipe1"Frame 8Symbol 125 MovieClip
"coin1"Frame 8Symbol 132 MovieClip
"coin2"Frame 8Symbol 132 MovieClip
"coin3"Frame 8Symbol 132 MovieClip
"plat3"Frame 8Symbol 113 MovieClip
"coin4"Frame 8Symbol 132 MovieClip
"coin5"Frame 8Symbol 132 MovieClip
"plat4"Frame 8Symbol 113 MovieClip
"betaplat1"Frame 8Symbol 113 MovieClip
"betaplat2"Frame 8Symbol 113 MovieClip
"betaplat3"Frame 8Symbol 113 MovieClip
"life1"Frame 8Symbol 135 MovieClip
"l1"Frame 8Symbol 137 MovieClip
"r1"Frame 8Symbol 137 MovieClip
"goomba1"Frame 8Symbol 149 MovieClip
"goomba2"Frame 8Symbol 149 MovieClip
"circle"Frame 8Symbol 172 MovieClip
"lifeCount"Frame 8Symbol 176 MovieClip
"loseLife"Frame 8Symbol 179 MovieClip
"debug"Frame 8Symbol 192 MovieClip
"fadeOut"Frame 8Symbol 193 MovieClip
"Start"Frame 8Symbol 195 MovieClip
"end1"Frame 9Symbol 86 MovieClip
"win"Frame 9Symbol 196 MovieClip
"plat6"Frame 10Symbol 113 MovieClip
"plat5"Frame 10Symbol 199 MovieClip
"plat7"Frame 10Symbol 113 MovieClip
"plat8"Frame 10Symbol 113 MovieClip
"bush3"Frame 10Symbol 201 MovieClip
"bush2"Frame 10Symbol 202 MovieClip
"thing2"Frame 10Symbol 204 MovieClip
"thing1"Frame 10Symbol 206 MovieClip
"thing4"Frame 10Symbol 208 MovieClip
"thing3"Frame 10Symbol 211 MovieClip
"r2"Frame 10Symbol 137 MovieClip
"l2"Frame 10Symbol 137 MovieClip
"invPlat1"Frame 10Symbol 113 MovieClip
"invPlat2"Frame 10Symbol 113 MovieClip
"invPlat3"Frame 10Symbol 113 MovieClip
"invPlat4"Frame 10Symbol 113 MovieClip
"invPlat4"Frame 10Symbol 113 MovieClip
"invPlat6"Frame 10Symbol 113 MovieClip
"life2"Frame 10Symbol 135 MovieClip
"goomba4"Frame 10Symbol 149 MovieClip
"goomba3"Frame 10Symbol 149 MovieClip
"coin6"Frame 10Symbol 132 MovieClip
"coin7"Frame 10Symbol 132 MovieClip
"coin8"Frame 10Symbol 132 MovieClip
"coin9"Frame 10Symbol 132 MovieClip
"coin10"Frame 10Symbol 132 MovieClip
"coin11"Frame 10Symbol 132 MovieClip
"coin12"Frame 10Symbol 132 MovieClip
"coin13"Frame 10Symbol 132 MovieClip
"coin14"Frame 10Symbol 132 MovieClip
"coin15"Frame 10Symbol 132 MovieClip
"coin16"Frame 10Symbol 132 MovieClip
"coin17"Frame 10Symbol 132 MovieClip
"coin18"Frame 10Symbol 132 MovieClip
"coin19"Frame 10Symbol 132 MovieClip
"coin20"Frame 10Symbol 132 MovieClip
"coin21"Frame 10Symbol 132 MovieClip
"coin22"Frame 10Symbol 132 MovieClip
"end2"Frame 10Symbol 86 MovieClip
"Start"Frame 10Symbol 195 MovieClip
"win"Frame 11Symbol 196 MovieClip
"pipe3"Frame 12Symbol 213 MovieClip
"pipe2"Frame 12Symbol 215 MovieClip
"pipe4"Frame 12Symbol 215 MovieClip
"block1"Frame 12Symbol 217 MovieClip
"block2"Frame 12Symbol 217 MovieClip
"block3"Frame 12Symbol 217 MovieClip
"plat9"Frame 12Symbol 113 MovieClip
"sign1"Frame 12Symbol 219 MovieClip
"l3"Frame 12Symbol 137 MovieClip
"r3"Frame 12Symbol 137 MovieClip
"coin23"Frame 12Symbol 132 MovieClip
"coin24"Frame 12Symbol 132 MovieClip
"coin25"Frame 12Symbol 132 MovieClip
"end3"Frame 12Symbol 86 MovieClip
"Start"Frame 12Symbol 195 MovieClip
"win"Frame 13Symbol 196 MovieClip
"thing6"Frame 14Symbol 204 MovieClip
"thing5"Frame 14Symbol 206 MovieClip
"pipe5"Frame 14Symbol 221 MovieClip
"block4"Frame 14Symbol 217 MovieClip
"block5"Frame 14Symbol 217 MovieClip
"block6"Frame 14Symbol 217 MovieClip
"block7"Frame 14Symbol 217 MovieClip
"block8"Frame 14Symbol 217 MovieClip
"block9"Frame 14Symbol 217 MovieClip
"block10"Frame 14Symbol 217 MovieClip
"switch1"Frame 14Symbol 226 MovieClip
"block11"Frame 14Symbol 217 MovieClip
"block12"Frame 14Symbol 217 MovieClip
"block13"Frame 14Symbol 217 MovieClip
"block14"Frame 14Symbol 217 MovieClip
"block15"Frame 14Symbol 217 MovieClip
"block16"Frame 14Symbol 217 MovieClip
"block17"Frame 14Symbol 217 MovieClip
"plat10"Frame 14Symbol 113 MovieClip
"sign2"Frame 14Symbol 228 MovieClip
"r4"Frame 14Symbol 137 MovieClip
"l4"Frame 14Symbol 137 MovieClip
"coin33"Frame 14Symbol 132 MovieClip
"coin32"Frame 14Symbol 132 MovieClip
"coin31"Frame 14Symbol 132 MovieClip
"coin30"Frame 14Symbol 132 MovieClip
"coin29"Frame 14Symbol 132 MovieClip
"coin28"Frame 14Symbol 132 MovieClip
"coin27"Frame 14Symbol 132 MovieClip
"coin26"Frame 14Symbol 132 MovieClip
"coin34"Frame 14Symbol 132 MovieClip
"coin35"Frame 14Symbol 132 MovieClip
"coin36"Frame 14Symbol 132 MovieClip
"coin37"Frame 14Symbol 132 MovieClip
"coin38"Frame 14Symbol 132 MovieClip
"coin39"Frame 14Symbol 132 MovieClip
"end4"Frame 14Symbol 86 MovieClip
"goomba5"Frame 14Symbol 149 MovieClip
"Start"Frame 14Symbol 195 MovieClip
"win"Frame 15Symbol 196 MovieClip
"thing8"Frame 16Symbol 208 MovieClip
"thing7"Frame 16Symbol 211 MovieClip
"plat11"Frame 16Symbol 113 MovieClip
"plat12"Frame 16Symbol 113 MovieClip
"plat13"Frame 16Symbol 113 MovieClip
"plat14"Frame 16Symbol 113 MovieClip
"plat15"Frame 16Symbol 113 MovieClip
"noafjnofanonfoafoinaoinxxxxxhuiahokjncjhjhj"Frame 16Symbol 113 MovieClip
"plat17"Frame 16Symbol 113 MovieClip
"plat18"Frame 16Symbol 113 MovieClip
"switch2"Frame 16Symbol 226 MovieClip
"pipe6"Frame 16Symbol 221 MovieClip
"block18"Frame 16Symbol 217 MovieClip
"block19"Frame 16Symbol 217 MovieClip
"plat19"Frame 16Symbol 113 MovieClip
"l5"Frame 16Symbol 137 MovieClip
"r5"Frame 16Symbol 137 MovieClip
"life3"Frame 16Symbol 135 MovieClip
"coin50"Frame 16Symbol 132 MovieClip
"coin51"Frame 16Symbol 132 MovieClip
"coin48"Frame 16Symbol 132 MovieClip
"coin49"Frame 16Symbol 132 MovieClip
"coin46"Frame 16Symbol 132 MovieClip
"coin47"Frame 16Symbol 132 MovieClip
"coin42"Frame 16Symbol 132 MovieClip
"coin44"Frame 16Symbol 132 MovieClip
"coin40"Frame 16Symbol 132 MovieClip
"coin41"Frame 16Symbol 132 MovieClip
"coin43"Frame 16Symbol 132 MovieClip
"coin45"Frame 16Symbol 132 MovieClip
"coin52"Frame 16Symbol 132 MovieClip
"coin53"Frame 16Symbol 132 MovieClip
"coin54"Frame 16Symbol 132 MovieClip
"end5"Frame 16Symbol 86 MovieClip
"Start"Frame 16Symbol 195 MovieClip
"Win"Frame 17Symbol 196 MovieClip
"plat22"Frame 18Symbol 113 MovieClip
"plat23"Frame 18Symbol 113 MovieClip
"coin55"Frame 18Symbol 132 MovieClip
"plat24"Frame 18Symbol 113 MovieClip
"plat21"Frame 18Symbol 113 MovieClip
"plat20"Frame 18Symbol 113 MovieClip
"life4"Frame 18Symbol 135 MovieClip
"l1"Frame 18Symbol 137 MovieClip
"r1"Frame 18Symbol 137 MovieClip
"goomba1"Frame 18Symbol 149 MovieClip
"thing6"Frame 18Symbol 204 MovieClip
"thing7"Frame 18Symbol 206 MovieClip
"switch3"Frame 18Symbol 226 MovieClip
"block20a"Frame 18Symbol 217 MovieClip
"block21b"Frame 18Symbol 217 MovieClip
"block22c"Frame 18Symbol 217 MovieClip
"coin56"Frame 18Symbol 132 MovieClip
"circle"Frame 18Symbol 172 MovieClip
"lifeCount"Frame 18Symbol 176 MovieClip
"loseLife"Frame 18Symbol 179 MovieClip
"debug"Frame 18Symbol 192 MovieClip
"fadeOut"Frame 18Symbol 193 MovieClip
"Start"Frame 18Symbol 195 MovieClip
"end1fzfbfgsfda"Frame 19Symbol 86 MovieClip
"win"Frame 19Symbol 196 MovieClip
"r2"Frame 20Symbol 137 MovieClip
"l2"Frame 20Symbol 137 MovieClip
"plat26"Frame 20Symbol 113 MovieClip
"switch4"Frame 20Symbol 226 MovieClip
"block20"Frame 20Symbol 217 MovieClip
"plat25"Frame 20Symbol 113 MovieClip
"coin57"Frame 20Symbol 132 MovieClip
"coin58"Frame 20Symbol 132 MovieClip
"coin68"Frame 20Symbol 132 MovieClip
"coin69"Frame 20Symbol 132 MovieClip
"plat27"Frame 20Symbol 113 MovieClip
"plat28"Frame 20Symbol 199 MovieClip
"bush4"Frame 20Symbol 201 MovieClip
"bush3"Frame 20Symbol 202 MovieClip
"goomba7"Frame 20Symbol 149 MovieClip
"goomba6"Frame 20Symbol 149 MovieClip
"coin59"Frame 20Symbol 132 MovieClip
"coin60"Frame 20Symbol 132 MovieClip
"coin61"Frame 20Symbol 132 MovieClip
"coin62"Frame 20Symbol 132 MovieClip
"coin63"Frame 20Symbol 132 MovieClip
"coin64"Frame 20Symbol 132 MovieClip
"coin65"Frame 20Symbol 132 MovieClip
"coin66"Frame 20Symbol 132 MovieClip
"coin67"Frame 20Symbol 132 MovieClip
"pipe7"Frame 20Symbol 221 MovieClip
"pipe9"Frame 20Symbol 221 MovieClip
"pipe8"Frame 20Symbol 221 MovieClip
"Start"Frame 20Symbol 195 MovieClip
"end2nmcbnmgsdfsdc"Frame 21Symbol 86 MovieClip
"win"Frame 21Symbol 196 MovieClip
"r3"Frame 22Symbol 137 MovieClip
"l3"Frame 22Symbol 137 MovieClip
"plat29"Frame 22Symbol 199 MovieClip
"bush5"Frame 22Symbol 202 MovieClip
"goomba8"Frame 22Symbol 149 MovieClip
"coin78"Frame 22Symbol 132 MovieClip
"coin79"Frame 22Symbol 132 MovieClip
"coin80"Frame 22Symbol 132 MovieClip
"coin81"Frame 22Symbol 132 MovieClip
"coin82"Frame 22Symbol 132 MovieClip
"coin83"Frame 22Symbol 132 MovieClip
"coin84"Frame 22Symbol 132 MovieClip
"coin85"Frame 22Symbol 132 MovieClip
"block21"Frame 22Symbol 217 MovieClip
"block22"Frame 22Symbol 217 MovieClip
"block23"Frame 22Symbol 217 MovieClip
"block24"Frame 22Symbol 217 MovieClip
"block25"Frame 22Symbol 217 MovieClip
"block26"Frame 22Symbol 217 MovieClip
"block27"Frame 22Symbol 217 MovieClip
"block28"Frame 22Symbol 217 MovieClip
"ajknfjklanfklafs"Frame 22Symbol 217 MovieClip
"life5"Frame 22Symbol 135 MovieClip
"coin77"Frame 22Symbol 132 MovieClip
"coin76"Frame 22Symbol 132 MovieClip
"coin75"Frame 22Symbol 132 MovieClip
"coin74"Frame 22Symbol 132 MovieClip
"coin73"Frame 22Symbol 132 MovieClip
"coin72"Frame 22Symbol 132 MovieClip
"coin71"Frame 22Symbol 132 MovieClip
"coin70"Frame 22Symbol 132 MovieClip
"plat30"Frame 22Symbol 113 MovieClip
"coin86"Frame 22Symbol 132 MovieClip
"coin87"Frame 22Symbol 132 MovieClip
"pipe10"Frame 22Symbol 221 MovieClip
"thing9"Frame 22Symbol 208 MovieClip
"thing8"Frame 22Symbol 211 MovieClip
"coin88"Frame 22Symbol 132 MovieClip
"Start"Frame 22Symbol 195 MovieClip
"easdfasdfgnd3trywrt"Frame 23Symbol 86 MovieClip
"win"Frame 23Symbol 196 MovieClip
"r4"Frame 24Symbol 137 MovieClip
"l4"Frame 24Symbol 137 MovieClip
"block37"Frame 24Symbol 217 MovieClip
"block38"Frame 24Symbol 217 MovieClip
"coin7"Frame 24Symbol 132 MovieClip
"block39"Frame 24Symbol 217 MovieClip
"coin8"Frame 24Symbol 132 MovieClip
"block41"Frame 24Symbol 217 MovieClip
"coin10"Frame 24Symbol 132 MovieClip
"block40"Frame 24Symbol 217 MovieClip
"coin9"Frame 24Symbol 132 MovieClip
"block42"Frame 24Symbol 217 MovieClip
"coin11"Frame 24Symbol 132 MovieClip
"plat1"Frame 24Symbol 113 MovieClip
"coin12"Frame 24Symbol 132 MovieClip
"coin13"Frame 24Symbol 132 MovieClip
"life6"Frame 24Symbol 135 MovieClip
"block36"Frame 24Symbol 217 MovieClip
"coin6"Frame 24Symbol 132 MovieClip
"block35"Frame 24Symbol 217 MovieClip
"coin5"Frame 24Symbol 132 MovieClip
"block34"Frame 24Symbol 217 MovieClip
"coin4"Frame 24Symbol 132 MovieClip
"block33"Frame 24Symbol 217 MovieClip
"coin3"Frame 24Symbol 132 MovieClip
"block32"Frame 24Symbol 217 MovieClip
"coin2"Frame 24Symbol 132 MovieClip
"block31"Frame 24Symbol 217 MovieClip
"coin1"Frame 24Symbol 132 MovieClip
"block43"Frame 24Symbol 217 MovieClip
"coin14"Frame 24Symbol 132 MovieClip
"block44"Frame 24Symbol 217 MovieClip
"coin15"Frame 24Symbol 132 MovieClip
"block45"Frame 24Symbol 217 MovieClip
"coin16"Frame 24Symbol 132 MovieClip
"block46"Frame 24Symbol 217 MovieClip
"coin17"Frame 24Symbol 132 MovieClip
"plat2"Frame 24Symbol 113 MovieClip
"block48"Frame 24Symbol 217 MovieClip
"coin19"Frame 24Symbol 132 MovieClip
"block47"Frame 24Symbol 217 MovieClip
"coin18"Frame 24Symbol 132 MovieClip
"blockx923782738723"Frame 24Symbol 217 MovieClip
"Start"Frame 24Symbol 195 MovieClip
"hmmmwork"Frame 25Symbol 86 MovieClip
"win"Frame 25Symbol 196 MovieClip
"r5"Frame 26Symbol 137 MovieClip
"l5"Frame 26Symbol 137 MovieClip
"plat311"Frame 26Symbol 111 MovieClip
"bush1"Frame 26Symbol 119 MovieClip
"pipe1"Frame 26Symbol 125 MovieClip
"coin22"Frame 26Symbol 132 MovieClip
"plat111"Frame 26Symbol 113 MovieClip
"coin20"Frame 26Symbol 132 MovieClip
"coin21"Frame 26Symbol 132 MovieClip
"switch5"Frame 26Symbol 226 MovieClip
"block50"Frame 26Symbol 217 MovieClip
"block51"Frame 26Symbol 217 MovieClip
"block52"Frame 26Symbol 217 MovieClip
"thing113"Frame 26Symbol 204 MovieClip
"thing112"Frame 26Symbol 206 MovieClip
"thing111"Frame 26Symbol 206 MovieClip
"block49"Frame 26Symbol 217 MovieClip
"goomba7"Frame 26Symbol 149 MovieClip
"bush1"Frame 26Symbol 119 MovieClip
"Start"Frame 26Symbol 195 MovieClip
"plzworrrkkkplz"Frame 27Symbol 86 MovieClip
"win"Frame 27Symbol 196 MovieClip
"enemy1"Frame 28Symbol 248 MovieClip
"bossPlat1"Frame 28Symbol 250 MovieClip
"lifeCount"Frame 28Symbol 176 MovieClip
"debug"Frame 28Symbol 192 MovieClip
"boulder"Frame 28Symbol 253 MovieClip
"lifeCount"Frame 28Symbol 176 MovieClip
"star1"Frame 32Symbol 276 MovieClip
"Win"Frame 32Symbol 196 MovieClip
"enemies"Frame 83Symbol 304 EditableText
"coins"Frame 83Symbol 305 EditableText
"l1"Frame 253Symbol 137 MovieClip
"r1"Frame 253Symbol 137 MovieClip
"block21"Frame 253Symbol 217 MovieClip
"coin16"Frame 253Symbol 132 MovieClip
"pipe1"Frame 253Symbol 221 MovieClip
"life1"Frame 253Symbol 135 MovieClip
"block22"Frame 253Symbol 217 MovieClip
"coin17"Frame 253Symbol 132 MovieClip
"block23"Frame 253Symbol 217 MovieClip
"coin18"Frame 253Symbol 132 MovieClip
"block24"Frame 253Symbol 217 MovieClip
"coin19"Frame 253Symbol 132 MovieClip
"plat1"Frame 253Symbol 113 MovieClip
"switch1"Frame 253Symbol 226 MovieClip
"block6"Frame 253Symbol 217 MovieClip
"block4"Frame 253Symbol 217 MovieClip
"block2"Frame 253Symbol 217 MovieClip
"block1"Frame 253Symbol 217 MovieClip
"block3"Frame 253Symbol 217 MovieClip
"block5"Frame 253Symbol 217 MovieClip
"coin1"Frame 253Symbol 132 MovieClip
"block7"Frame 253Symbol 217 MovieClip
"coin2"Frame 253Symbol 132 MovieClip
"block8"Frame 253Symbol 217 MovieClip
"coin3"Frame 253Symbol 132 MovieClip
"block9"Frame 253Symbol 217 MovieClip
"coin4"Frame 253Symbol 132 MovieClip
"block10"Frame 253Symbol 217 MovieClip
"coin5"Frame 253Symbol 132 MovieClip
"block11"Frame 253Symbol 217 MovieClip
"coin6"Frame 253Symbol 132 MovieClip
"block12"Frame 253Symbol 217 MovieClip
"coin7"Frame 253Symbol 132 MovieClip
"block13"Frame 253Symbol 217 MovieClip
"coin8"Frame 253Symbol 132 MovieClip
"block14"Frame 253Symbol 217 MovieClip
"coin9"Frame 253Symbol 132 MovieClip
"block15"Frame 253Symbol 217 MovieClip
"coin10"Frame 253Symbol 132 MovieClip
"block16"Frame 253Symbol 217 MovieClip
"coin11"Frame 253Symbol 132 MovieClip
"block17"Frame 253Symbol 217 MovieClip
"coin12"Frame 253Symbol 132 MovieClip
"block18"Frame 253Symbol 217 MovieClip
"coin13"Frame 253Symbol 132 MovieClip
"block19"Frame 253Symbol 217 MovieClip
"coin14"Frame 253Symbol 132 MovieClip
"block20"Frame 253Symbol 217 MovieClip
"coin15"Frame 253Symbol 132 MovieClip
"plat2"Frame 253Symbol 113 MovieClip
"block15900000"Frame 253Symbol 217 MovieClip
"circle"Frame 253Symbol 172 MovieClip
"lifeCount"Frame 253Symbol 176 MovieClip
"loseLife"Frame 253Symbol 179 MovieClip
"debug"Frame 253Symbol 192 MovieClip
"fadeOut"Frame 253Symbol 193 MovieClip
"Start"Frame 253Symbol 195 MovieClip
"end1"Frame 254Symbol 86 MovieClip
"win"Frame 254Symbol 196 MovieClip
"r2"Frame 255Symbol 137 MovieClip
"l2"Frame 255Symbol 137 MovieClip
"life2"Frame 255Symbol 135 MovieClip
"pipe2"Frame 255Symbol 221 MovieClip
"coin88"Frame 255Symbol 132 MovieClip
"pipe3"Frame 255Symbol 221 MovieClip
"coin20"Frame 255Symbol 132 MovieClip
"pipe4"Frame 255Symbol 221 MovieClip
"coin21"Frame 255Symbol 132 MovieClip
"pipe5"Frame 255Symbol 221 MovieClip
"coin22"Frame 255Symbol 132 MovieClip
"coin23"Frame 255Symbol 132 MovieClip
"block24222cabkjabfdkjabn"Frame 255Symbol 217 MovieClip
"coin24"Frame 255Symbol 132 MovieClip
"plat5"Frame 255Symbol 113 MovieClip
"plat4"Frame 255Symbol 113 MovieClip
"switch2"Frame 255Symbol 226 MovieClip
"plat3"Frame 255Symbol 113 MovieClip
"block34"Frame 255Symbol 217 MovieClip
"block33"Frame 255Symbol 217 MovieClip
"block32"Frame 255Symbol 217 MovieClip
"block31"Frame 255Symbol 217 MovieClip
"block30"Frame 255Symbol 217 MovieClip
"block29"Frame 255Symbol 217 MovieClip
"block28"Frame 255Symbol 217 MovieClip
"block27"Frame 255Symbol 217 MovieClip
"block26"Frame 255Symbol 217 MovieClip
"block49aa"Frame 255Symbol 217 MovieClip
"Start"Frame 255Symbol 195 MovieClip
"end2"Frame 256Symbol 86 MovieClip
"win"Frame 256Symbol 196 MovieClip
"r3"Frame 257Symbol 137 MovieClip
"l3"Frame 257Symbol 137 MovieClip
"block24hgdgw3252"Frame 257Symbol 217 MovieClip
"block24asdasd"Frame 257Symbol 217 MovieClip
"plat5mbna,chn,calk254b j6h2gb"Frame 257Symbol 113 MovieClip
"pipe5v54351hjig5kj"Frame 257Symbol 221 MovieClip
"pipe52v6j3lvn6lk5j"Frame 257Symbol 221 MovieClip
"block2454 6254jk6h35h"Frame 257Symbol 217 MovieClip
"coin23aa"Frame 257Symbol 132 MovieClip
"block24kl4ej 9i43h65"Frame 257Symbol 217 MovieClip
"coin23aaaa"Frame 257Symbol 132 MovieClip
"block243vu2y934tvy"Frame 257Symbol 217 MovieClip
"coin23dafghfag"Frame 257Symbol 132 MovieClip
"block2451v643534"Frame 257Symbol 217 MovieClip
"coin23dfhdfha "Frame 257Symbol 132 MovieClip
"block245v1ti32yvoiho"Frame 257Symbol 217 MovieClip
"coin23dfshsdhd"Frame 257Symbol 132 MovieClip
"block245v41y2guivh4kl2j"Frame 257Symbol 217 MovieClip
"coin23fdahfdha"Frame 257Symbol 132 MovieClip
"block245vuig41iu5h35kl"Frame 257Symbol 217 MovieClip
"coin23dfahdshsdf"Frame 257Symbol 132 MovieClip
"block245v4oi15hoiu4hiv"Frame 257Symbol 217 MovieClip
"coin23hgdklk7k57"Frame 257Symbol 132 MovieClip
"coin23g45g35g21"Frame 257Symbol 132 MovieClip
"coin23g5gh54g35g"Frame 257Symbol 132 MovieClip
"coin23g45g3t2f2"Frame 257Symbol 132 MovieClip
"plat5sgdag5246jkh25ojh"Frame 257Symbol 113 MovieClip
"afjklnfaklnafklmn"Frame 257Symbol 317 MovieClip
"Start"Frame 257Symbol 195 MovieClip
"end2"Frame 258Symbol 86 MovieClip
"win"Frame 258Symbol 196 MovieClip
"r4"Frame 259Symbol 137 MovieClip
"l4"Frame 259Symbol 137 MovieClip
"bb1"Frame 259Symbol 217 MovieClip
"bb2"Frame 259Symbol 217 MovieClip
"bb3"Frame 259Symbol 217 MovieClip
"bb4"Frame 259Symbol 217 MovieClip
"BB7BB8"Frame 259Symbol 221 MovieClip
"BB9"Frame 259Symbol 221 MovieClip
"bb6"Frame 259Symbol 217 MovieClip
"BB7"Frame 259Symbol 217 MovieClip
"BB88"Frame 259Symbol 113 MovieClip
"BB66"Frame 259Symbol 113 MovieClip
"BB10"Frame 259Symbol 217 MovieClip
"BB11"Frame 259Symbol 217 MovieClip
"BB14"Frame 259Symbol 217 MovieClip
"BB15"Frame 259Symbol 217 MovieClip
"bush13 b26h5h474"Frame 259Symbol 119 MovieClip
"bush16436566hh6"Frame 259Symbol 119 MovieClip
"goomba90"Frame 259Symbol 149 MovieClip
"goomba91"Frame 259Symbol 149 MovieClip
"coina21212"Frame 259Symbol 132 MovieClip
"coin6ghdashhgs"Frame 259Symbol 132 MovieClip
"coin6hafd hgfhjhfsjeh t54"Frame 259Symbol 132 MovieClip
"coin6dah aj j sj fhsd"Frame 259Symbol 132 MovieClip
"coin6 fdsagg as gdfhs"Frame 259Symbol 132 MovieClip
"coin6g4553g 2g2 c"Frame 259Symbol 132 MovieClip
"coin6ty45v2tf243ybh"Frame 259Symbol 132 MovieClip
"coin6523tt3236t263"Frame 259Symbol 132 MovieClip
"coin652654hw37"Frame 259Symbol 132 MovieClip
"coin665h64h326h"Frame 259Symbol 132 MovieClip
"coin663y4y2t24tg"Frame 259Symbol 132 MovieClip
"coin6h75h5h3456"Frame 259Symbol 132 MovieClip
"coin66yhh6hh4"Frame 259Symbol 132 MovieClip
"coin6j7676j474j4j"Frame 259Symbol 132 MovieClip
"coin65hh6u5yh674h3747"Frame 259Symbol 132 MovieClip
"coin673h7742bu267g"Frame 259Symbol 132 MovieClip
"BBBBBBBB13"Frame 259Symbol 111 MovieClip
"coin624fh6yjj347j34"Frame 259Symbol 132 MovieClip
"coin6h456432g6562"Frame 259Symbol 132 MovieClip
"coin672h467hg723"Frame 259Symbol 132 MovieClip
"coin62675244g452g32"Frame 259Symbol 132 MovieClip
"bb26"Frame 259Symbol 217 MovieClip
"bb25"Frame 259Symbol 217 MovieClip
"bb24"Frame 259Symbol 217 MovieClip
"bb23"Frame 259Symbol 217 MovieClip
"bb20"Frame 259Symbol 217 MovieClip
"coin6h73h54326h1"Frame 259Symbol 132 MovieClip
"life1sagdaf htjhda"Frame 259Symbol 135 MovieClip
"bb5"Frame 259Symbol 217 MovieClip
"jkiaflkjwrahnlkfa"Frame 259Symbol 317 MovieClip
"Start"Frame 259Symbol 195 MovieClip
"end4sdfvsdaf"Frame 260Symbol 86 MovieClip
"win"Frame 260Symbol 196 MovieClip
"r5"Frame 261Symbol 137 MovieClip
"l5"Frame 261Symbol 137 MovieClip
"platx900000"Frame 261Symbol 113 MovieClip
"plat500002334yu28y4"Frame 261Symbol 113 MovieClip
"blockbabyabcdef"Frame 261Symbol 113 MovieClip
"offbaby234"Frame 261Symbol 226 MovieClip
"6h7h45gh65gg55132"Frame 261Symbol 221 MovieClip
"65j3uj735jf5462u5hn7"Frame 261Symbol 221 MovieClip
"216v95yn19v32"Frame 261Symbol 113 MovieClip
"platibhngskljgnkjsangkonfs"Frame 261Symbol 113 MovieClip
"ooffffknflknewhf142nbfkln"Frame 261Symbol 318 MovieClip
"blockbabyabc"Frame 261Symbol 217 MovieClip
"blockbabyab"Frame 261Symbol 217 MovieClip
"blockbabya"Frame 261Symbol 217 MovieClip
"offhnaflhfalkn"Frame 261Symbol 319 MovieClip
"uyasgfuyasgyubaybatatatatatayayay"Frame 261Symbol 217 MovieClip
"coin66389y196 vn98y 295v9y198"Frame 261Symbol 132 MovieClip
"coin65g295v09237j0570"Frame 261Symbol 132 MovieClip
"coin642b457f5154"Frame 261Symbol 132 MovieClip
"1v589h5v43765v491v"Frame 261Symbol 132 MovieClip
"235vh98u29`5utyiongoi3g"Frame 261Symbol 132 MovieClip
"54c541v51454v5b4153"Frame 261Symbol 132 MovieClip
"v2n98579v981b6v9"Frame 261Symbol 132 MovieClip
"4395v95h1y9nviuon2viuongklnsdlkgnlksg"Frame 261Symbol 132 MovieClip
"4f87f`1h3ui42ch9fh982fj"Frame 261Symbol 132 MovieClip
"f43ov1vty9r34y9r9821rm9r"Frame 261Symbol 132 MovieClip
"y624h7yu455yb4"Frame 261Symbol 217 MovieClip
"block24v4125543512344"Frame 261Symbol 217 MovieClip
"13v654267j6h71v436b1"Frame 261Symbol 217 MovieClip
"gsfdagsjagfg hiusdhg"Frame 261Symbol 217 MovieClip
"gb7wygf98v u4f9fgg3qhg"Frame 261Symbol 217 MovieClip
"98r98v2uoin2mroimnf2i"Frame 261Symbol 217 MovieClip
"pipe8fnauifhiun32ijnr12"Frame 261Symbol 221 MovieClip
"pipe8d23jdbi2j3bdnjmnl"Frame 261Symbol 221 MovieClip
"Start"Frame 261Symbol 195 MovieClip
"end4sdfvsdafsdzgagf"Frame 262Symbol 86 MovieClip
"win"Frame 262Symbol 196 MovieClip
"l1"Frame 263Symbol 137 MovieClip
"r1"Frame 263Symbol 137 MovieClip
"life1"Frame 263Symbol 135 MovieClip
"blockx1"Frame 263Symbol 217 MovieClip
"coinx"Frame 263Symbol 132 MovieClip
"platx1"Frame 263Symbol 113 MovieClip
"blockx2"Frame 263Symbol 217 MovieClip
"coinx2"Frame 263Symbol 132 MovieClip
"blockx3"Frame 263Symbol 217 MovieClip
"coinx3"Frame 263Symbol 132 MovieClip
"blockx4"Frame 263Symbol 217 MovieClip
"switch2afaf"Frame 263Symbol 226 MovieClip
"blockx5"Frame 263Symbol 217 MovieClip
"blockx6"Frame 263Symbol 217 MovieClip
"blockx7"Frame 263Symbol 217 MovieClip
"blockx8"Frame 263Symbol 217 MovieClip
"platx2"Frame 263Symbol 113 MovieClip
"blockx9"Frame 263Symbol 217 MovieClip
"coinx5"Frame 263Symbol 132 MovieClip
"coinx6"Frame 263Symbol 132 MovieClip
"blockx10"Frame 263Symbol 217 MovieClip
"blockx11"Frame 263Symbol 217 MovieClip
"coinx7"Frame 263Symbol 132 MovieClip
"coinx8"Frame 263Symbol 132 MovieClip
"coinx9"Frame 263Symbol 132 MovieClip
"platx3"Frame 263Symbol 113 MovieClip
"blockx12"Frame 263Symbol 217 MovieClip
"blockx13"Frame 263Symbol 217 MovieClip
"coinx11"Frame 263Symbol 132 MovieClip
"coinx10"Frame 263Symbol 132 MovieClip
"switchx3dghdghnfhjn"Frame 263Symbol 320 MovieClip
"blockx14"Frame 263Symbol 217 MovieClip
"blockx15"Frame 263Symbol 217 MovieClip
"blockx16"Frame 263Symbol 217 MovieClip
"coinxx2"Frame 263Symbol 132 MovieClip
"coinxx1"Frame 263Symbol 132 MovieClip
"circle"Frame 263Symbol 172 MovieClip
"lifeCount"Frame 263Symbol 176 MovieClip
"loseLife"Frame 263Symbol 179 MovieClip
"debug"Frame 263Symbol 192 MovieClip
"fadeOut"Frame 263Symbol 193 MovieClip
"Start"Frame 263Symbol 195 MovieClip
"end1"Frame 264Symbol 86 MovieClip
"win"Frame 264Symbol 196 MovieClip
"r2"Frame 265Symbol 137 MovieClip
"l2"Frame 265Symbol 137 MovieClip
"platx4"Frame 265Symbol 113 MovieClip
"bush13 b26h5h474"Frame 265Symbol 119 MovieClip
"bush13 b26h5h474"Frame 265Symbol 119 MovieClip
"longplatx1"Frame 265Symbol 111 MovieClip
"goomba93"Frame 265Symbol 149 MovieClip
"goomba92"Frame 265Symbol 149 MovieClip
"switch2afafdsgdaf"Frame 265Symbol 226 MovieClip
"blockx18"Frame 265Symbol 217 MovieClip
"blockx19"Frame 265Symbol 217 MovieClip
"blockx20"Frame 265Symbol 217 MovieClip
"blockx21"Frame 265Symbol 217 MovieClip
"blockx22"Frame 265Symbol 217 MovieClip
"blockx23bckjnvljkanvlk"Frame 265Symbol 217 MovieClip
"life1abjkbaflkn"Frame 265Symbol 135 MovieClip
"thingx1"Frame 265Symbol 211 MovieClip
"thingy1"Frame 265Symbol 208 MovieClip
"platx7"Frame 265Symbol 113 MovieClip
"coinx12"Frame 265Symbol 132 MovieClip
"coinx13"Frame 265Symbol 132 MovieClip
"coinx14"Frame 265Symbol 132 MovieClip
"coinx15"Frame 265Symbol 132 MovieClip
"coinx16"Frame 265Symbol 132 MovieClip
"coinx17"Frame 265Symbol 132 MovieClip
"coinx18"Frame 265Symbol 132 MovieClip
"coinx19"Frame 265Symbol 132 MovieClip
"coinx20"Frame 265Symbol 132 MovieClip
"coinx21"Frame 265Symbol 132 MovieClip
"coinx22"Frame 265Symbol 132 MovieClip
"coinx23"Frame 265Symbol 132 MovieClip
"coinx24"Frame 265Symbol 132 MovieClip
"coinx25"Frame 265Symbol 132 MovieClip
"coinx26"Frame 265Symbol 132 MovieClip
"coinx26xjkabfc"Frame 265Symbol 132 MovieClip
"goomba5sfgsagf"Frame 265Symbol 149 MovieClip
"coinx12xxy"Frame 265Symbol 132 MovieClip
"Start"Frame 265Symbol 195 MovieClip
"end2"Frame 266Symbol 86 MovieClip
"win"Frame 266Symbol 196 MovieClip
"r3"Frame 267Symbol 137 MovieClip
"l3"Frame 267Symbol 137 MovieClip
"blockx30"Frame 267Symbol 217 MovieClip
"pipex1"Frame 267Symbol 221 MovieClip
"coinx20xxsssxs"Frame 267Symbol 132 MovieClip
"platx8"Frame 267Symbol 113 MovieClip
"bombx3"Frame 267Symbol 317 MovieClip
"pipex2"Frame 267Symbol 221 MovieClip
"pipex3"Frame 267Symbol 221 MovieClip
"blockx31"Frame 267Symbol 217 MovieClip
"blockx32"Frame 267Symbol 217 MovieClip
"switchx60gklsmgx"Frame 267Symbol 226 MovieClip
"blockx33"Frame 267Symbol 217 MovieClip
"blockx34"Frame 267Symbol 217 MovieClip
"platx9"Frame 267Symbol 113 MovieClip
"blockx33xxxx"Frame 267Symbol 217 MovieClip
"blockx34xxx"Frame 267Symbol 217 MovieClip
"blockx35xxxxx"Frame 267Symbol 217 MovieClip
"coinx21jk fgjknaf"Frame 267Symbol 132 MovieClip
"coinx23xx"Frame 267Symbol 132 MovieClip
"coinx22xxx"Frame 267Symbol 132 MovieClip
"coinx24asasxcascx"Frame 267Symbol 132 MovieClip
"coinx25saxsaxacc"Frame 267Symbol 132 MovieClip
"coinx26asfcjiascbn"Frame 267Symbol 132 MovieClip
"coinx27xafvasv"Frame 267Symbol 132 MovieClip
"Start"Frame 267Symbol 195 MovieClip
"end2"Frame 268Symbol 86 MovieClip
"win"Frame 268Symbol 196 MovieClip
"r4"Frame 269Symbol 137 MovieClip
"l4"Frame 269Symbol 137 MovieClip
"bush13 b26h5h474"Frame 269Symbol 119 MovieClip
"bush16436566hh6"Frame 269Symbol 119 MovieClip
"longplatx2"Frame 269Symbol 111 MovieClip
"blockx36"Frame 269Symbol 217 MovieClip
"blockx37"Frame 269Symbol 217 MovieClip
"blockx38"Frame 269Symbol 217 MovieClip
"blockx39"Frame 269Symbol 217 MovieClip
"blockx40"Frame 269Symbol 217 MovieClip
"blockx41"Frame 269Symbol 217 MovieClip
"blockx42"Frame 269Symbol 217 MovieClip
"platx10"Frame 269Symbol 113 MovieClip
"platx11"Frame 269Symbol 113 MovieClip
"platx12"Frame 269Symbol 113 MovieClip
"blockx43"Frame 269Symbol 217 MovieClip
"blockx44"Frame 269Symbol 217 MovieClip
"blockx45"Frame 269Symbol 217 MovieClip
"platx13"Frame 269Symbol 113 MovieClip
"platx14"Frame 269Symbol 113 MovieClip
"platx15"Frame 269Symbol 113 MovieClip
"switchx5"Frame 269Symbol 226 MovieClip
"coinx21xxxs"Frame 269Symbol 132 MovieClip
"coinx23xxxs"Frame 269Symbol 132 MovieClip
"coinx22xxxs"Frame 269Symbol 132 MovieClip
"coinx24xxxs"Frame 269Symbol 132 MovieClip
"coinx25xxxds"Frame 269Symbol 132 MovieClip
"coinx26xxxds"Frame 269Symbol 132 MovieClip
"coinx28xxxsdasd"Frame 269Symbol 132 MovieClip
"coinx29xxxasda"Frame 269Symbol 132 MovieClip
"coinx30xasxxasx"Frame 269Symbol 132 MovieClip
"coinx31"Frame 269Symbol 132 MovieClip
"coinx32"Frame 269Symbol 132 MovieClip
"coinx33"Frame 269Symbol 132 MovieClip
"coinx34"Frame 269Symbol 132 MovieClip
"coinx35"Frame 269Symbol 132 MovieClip
"coinx36"Frame 269Symbol 132 MovieClip
"coinx37"Frame 269Symbol 132 MovieClip
"coinx38"Frame 269Symbol 132 MovieClip
"coinx39"Frame 269Symbol 132 MovieClip
"coinx40"Frame 269Symbol 132 MovieClip
"coinx41"Frame 269Symbol 132 MovieClip
"coinx42"Frame 269Symbol 132 MovieClip
"fuiahfianxcoiamnxolmnCOINS"Frame 269Symbol 132 MovieClip
"goomba93afuiq3ebgui23nqif"Frame 269Symbol 149 MovieClip
"goomba93afuiq3ebgui23nqifasd"Frame 269Symbol 149 MovieClip
"Start"Frame 269Symbol 195 MovieClip
"end4"Frame 270Symbol 86 MovieClip
"win"Frame 270Symbol 196 MovieClip
"bossPlat1"Frame 271Symbol 325 MovieClip
"lifeCount"Frame 271Symbol 326 MovieClip
"debug"Frame 271Symbol 335 MovieClip
"lifeCount"Frame 271Symbol 326 MovieClip
"loseLife"Frame 271Symbol 339 MovieClip
"debug"Frame 271Symbol 335 MovieClip
"outwig"Frame 271Symbol 460 MovieClip
"lifeCount"Frame 271Symbol 176 MovieClip
"debug"Frame 271Symbol 192 MovieClip
"boulder"Frame 271Symbol 253 MovieClip
"circle"Frame 271Symbol 172 MovieClip
"lifeCount"Frame 271Symbol 176 MovieClip
"loseLife"Frame 271Symbol 179 MovieClip
"debug"Frame 271Symbol 192 MovieClip
"fadeOut"Frame 271Symbol 193 MovieClip
"fadeOut"Frame 271Symbol 463 MovieClip
"enemies"Frame 322Symbol 466 EditableText
"coins"Frame 322Symbol 467 EditableText
"blockx62"Frame 492Symbol 217 MovieClip
"blockx63"Frame 492Symbol 217 MovieClip
"blockx64"Frame 492Symbol 217 MovieClip
"coinx57"Frame 492Symbol 132 MovieClip
"coinx56"Frame 492Symbol 132 MovieClip
"coinx58"Frame 492Symbol 132 MovieClip
"coinx59"Frame 492Symbol 132 MovieClip
"l1"Frame 492Symbol 137 MovieClip
"r1"Frame 492Symbol 137 MovieClip
"life1"Frame 492Symbol 135 MovieClip
"blockx50"Frame 492Symbol 217 MovieClip
"coinx50"Frame 492Symbol 132 MovieClip
"platx17"Frame 492Symbol 113 MovieClip
"switch2afaf"Frame 492Symbol 226 MovieClip
"switchx3x"Frame 492Symbol 320 MovieClip
"blockx51"Frame 492Symbol 217 MovieClip
"blockx52"Frame 492Symbol 217 MovieClip
"blockx53"Frame 492Symbol 217 MovieClip
"blockx54"Frame 492Symbol 217 MovieClip
"coinx51"Frame 492Symbol 132 MovieClip
"coinx52"Frame 492Symbol 132 MovieClip
"blockx55"Frame 492Symbol 217 MovieClip
"blockx56"Frame 492Symbol 217 MovieClip
"platx18"Frame 492Symbol 113 MovieClip
"blockx57"Frame 492Symbol 217 MovieClip
"blockx58"Frame 492Symbol 217 MovieClip
"blockx59"Frame 492Symbol 217 MovieClip
"blockx60"Frame 492Symbol 217 MovieClip
"coinx53"Frame 492Symbol 132 MovieClip
"coinx55"Frame 492Symbol 132 MovieClip
"coinx54"Frame 492Symbol 132 MovieClip
"pipex3"Frame 492Symbol 221 MovieClip
"pipex3xxxxsadd"Frame 492Symbol 221 MovieClip
"blockx56xyxyxyxy"Frame 492Symbol 217 MovieClip
"circle"Frame 492Symbol 172 MovieClip
"loseLife"Frame 492Symbol 179 MovieClip
"debug"Frame 492Symbol 192 MovieClip
"fadeOut"Frame 492Symbol 193 MovieClip
"Start"Frame 492Symbol 195 MovieClip
"end1"Frame 493Symbol 86 MovieClip
"win"Frame 493Symbol 196 MovieClip
"blockx65"Frame 494Symbol 217 MovieClip
"blockx66"Frame 494Symbol 217 MovieClip
"switch2afaffsasd"Frame 494Symbol 226 MovieClip
"blockx67"Frame 494Symbol 217 MovieClip
"blockx68"Frame 494Symbol 217 MovieClip
"blockx67feagagf"Frame 494Symbol 217 MovieClip
"r2"Frame 494Symbol 137 MovieClip
"l2"Frame 494Symbol 137 MovieClip
"bush13 b26h5h474"Frame 494Symbol 119 MovieClip
"bush13 b26h5h474"Frame 494Symbol 119 MovieClip
"longplatx2"Frame 494Symbol 111 MovieClip
"goomba94"Frame 494Symbol 149 MovieClip
"goomba93"Frame 494Symbol 149 MovieClip
"thingx2"Frame 494Symbol 211 MovieClip
"thingy2"Frame 494Symbol 208 MovieClip
"coinx65"Frame 494Symbol 132 MovieClip
"coinx66"Frame 494Symbol 132 MovieClip
"coinx67"Frame 494Symbol 132 MovieClip
"coinx68"Frame 494Symbol 132 MovieClip
"coinx69"Frame 494Symbol 132 MovieClip
"coinx70"Frame 494Symbol 132 MovieClip
"coinx71"Frame 494Symbol 132 MovieClip
"coinx71xxxasda"Frame 494Symbol 132 MovieClip
"pipex4"Frame 494Symbol 221 MovieClip
"pipex5"Frame 494Symbol 221 MovieClip
"coinx72"Frame 494Symbol 132 MovieClip
"coinx73"Frame 494Symbol 132 MovieClip
"coinx74"Frame 494Symbol 132 MovieClip
"coinx75"Frame 494Symbol 132 MovieClip
"coinx76"Frame 494Symbol 132 MovieClip
"Start"Frame 494Symbol 195 MovieClip
"end2"Frame 495Symbol 86 MovieClip
"win"Frame 495Symbol 196 MovieClip
"blockx79"Frame 496Symbol 217 MovieClip
"blockx72"Frame 496Symbol 217 MovieClip
"blockx73"Frame 496Symbol 217 MovieClip
"blockx76"Frame 496Symbol 217 MovieClip
"blockx77"Frame 496Symbol 217 MovieClip
"blockx78"Frame 496Symbol 217 MovieClip
"blockx80"Frame 496Symbol 217 MovieClip
"blockx81"Frame 496Symbol 217 MovieClip
"blockx82"Frame 496Symbol 217 MovieClip
"blockx83"Frame 496Symbol 217 MovieClip
"blockx84"Frame 496Symbol 217 MovieClip
"coinx77"Frame 496Symbol 132 MovieClip
"coinx78"Frame 496Symbol 132 MovieClip
"coinx79"Frame 496Symbol 132 MovieClip
"coinx80"Frame 496Symbol 132 MovieClip
"pipex6"Frame 496Symbol 221 MovieClip
"blockx74"Frame 496Symbol 217 MovieClip
"blockx75"Frame 496Symbol 217 MovieClip
"switch2afaf"Frame 496Symbol 226 MovieClip
"switchx3x"Frame 496Symbol 320 MovieClip
"Start"Frame 496Symbol 195 MovieClip
"end2"Frame 497Symbol 86 MovieClip
"win"Frame 497Symbol 196 MovieClip
"blockx85"Frame 498Symbol 217 MovieClip
"blockx86"Frame 498Symbol 217 MovieClip
"coinx90"Frame 498Symbol 132 MovieClip
"coinx91"Frame 498Symbol 132 MovieClip
"coinx92"Frame 498Symbol 132 MovieClip
"blockx87"Frame 498Symbol 217 MovieClip
"blockx88"Frame 498Symbol 217 MovieClip
"blockx86xxx"Frame 498Symbol 217 MovieClip
"switchx3xxxasgassadafadg"Frame 498Symbol 472 MovieClip
"blockx90"Frame 498Symbol 217 MovieClip
"blockx91"Frame 498Symbol 217 MovieClip
"blockx92"Frame 498Symbol 217 MovieClip
"blockx93"Frame 498Symbol 217 MovieClip
"blockx94"Frame 498Symbol 217 MovieClip
"blockx95"Frame 498Symbol 217 MovieClip
"blockx96"Frame 498Symbol 217 MovieClip
"pipex7"Frame 498Symbol 221 MovieClip
"switch2afafssggasagasf"Frame 498Symbol 226 MovieClip
"switchx3xxxasgasdg"Frame 498Symbol 320 MovieClip
"pipex8"Frame 498Symbol 221 MovieClip
"pipex9"Frame 498Symbol 221 MovieClip
"Start"Frame 498Symbol 195 MovieClip
"end2"Frame 499Symbol 86 MovieClip
"win"Frame 499Symbol 196 MovieClip
"bossPlat1"Frame 500Symbol 250 MovieClip
"lifeCount"Frame 500Symbol 176 MovieClip
"debug"Frame 500Symbol 192 MovieClip
"circle"Frame 500Symbol 172 MovieClip
"loseLife"Frame 500Symbol 179 MovieClip
"debug"Frame 500Symbol 192 MovieClip
"bb2"Frame 500Symbol 217 MovieClip
"bb23"Frame 500Symbol 217 MovieClip
"bb234"Frame 500Symbol 217 MovieClip
"bb2345"Frame 500Symbol 217 MovieClip
"bb23456"Frame 500Symbol 217 MovieClip
"bb2345678"Frame 500Symbol 217 MovieClip
"bb23456789"Frame 500Symbol 217 MovieClip
"bb230"Frame 500Symbol 217 MovieClip
"boss850"Frame 500Symbol 515 MovieClip
"box"Frame 500Symbol 517 MovieClip
"fadeOut"Frame 500Symbol 193 MovieClip
"lifeCount"Frame 502Symbol 176 MovieClip
"debug"Frame 502Symbol 192 MovieClip
"boulder"Frame 502Symbol 253 MovieClip
"circle"Frame 502Symbol 172 MovieClip
"lifeCount"Frame 502Symbol 176 MovieClip
"loseLife"Frame 502Symbol 179 MovieClip
"debug"Frame 502Symbol 192 MovieClip
"fadeOut"Frame 502Symbol 193 MovieClip
"Win"Frame 502Symbol 196 MovieClip
"Win"Frame 505Symbol 196 MovieClip
"enemies"Frame 555Symbol 520 EditableText
"coins"Frame 555Symbol 521 EditableText
"Sky"Symbol 45 MovieClip Frame 1Symbol 40 MovieClip
"easterEgg1"Symbol 45 MovieClip Frame 1Symbol 43 MovieClip
"BGTween"Symbol 46 MovieClip Frame 1Symbol 45 MovieClip
"bar"Symbol 54 MovieClip Frame 1Symbol 52 MovieClip
"feet"Symbol 160 MovieClip Frame 1Symbol 153 MovieClip
"feet"Symbol 160 MovieClip Frame 3Symbol 156 MovieClip
"feet"Symbol 160 MovieClip Frame 5Symbol 159 MovieClip
"feet"Symbol 172 MovieClip Frame 1Symbol 152 MovieClip
"feet"Symbol 172 MovieClip Frame 3Symbol 163 MovieClip
"rhino"Symbol 245 MovieClip Frame 1Symbol 244 MovieClip
"enemyPlat"Symbol 245 MovieClip Frame 1Symbol 243 MovieClip
"enemyPlat"Symbol 248 MovieClip Frame 1Symbol 243 MovieClip
"enemyPlat"Symbol 248 MovieClip Frame 68Symbol 243 MovieClip
"enemyPlat"Symbol 264 MovieClip Frame 1Symbol 261 MovieClip
"enemyPlat"Symbol 264 MovieClip Frame 53Symbol 263 MovieClip
"enemyPlat"Symbol 269 MovieClip Frame 1Symbol 266 MovieClip
"enemyPlat"Symbol 269 MovieClip Frame 38Symbol 268 MovieClip
"ass"Symbol 380 MovieClip Frame 49Symbol 378 MovieClip
"star1"Symbol 459 MovieClip Frame 11Symbol 276 MovieClip
"wiggler"Symbol 460 MovieClip Frame 1Symbol 459 MovieClip
"star1"Symbol 485 MovieClip Frame 44Symbol 276 MovieClip
"ghost"Symbol 515 MovieClip Frame 1Symbol 485 MovieClip
"ghost"Symbol 515 MovieClip Frame 829Symbol 485 MovieClip
"ghost"Symbol 515 MovieClip Frame 884Symbol 485 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$7F$n7ofSnO9U0NpjmIZaZrRd/."

Labels

"menu"Frame 5
"gameStart1"Frame 8
"gameStart2"Frame 18
"levelboss"Frame 253
"ass"Frame 263
"final"Frame 492
"ass2"Frame 492
"die"Symbol 172 MovieClip Frame 5
"poofbaby"Symbol 485 MovieClip Frame 6

Dynamic Text Variables

coinzSymbol 183 EditableText"= NaN"
enemiezSymbol 184 EditableText"= NaN"
jumpDebugSymbol 187 EditableText"Jump = 20"
speedDebugSymbol 188 EditableText"SPEED = 10"
YDebugSymbol 189 EditableText"Y pos = 10000"
XDebugSymbol 190 EditableText"X pos = 10000"
frameDebugSymbol 191 EditableText"FRAME = 1000"
coinzSymbol 230 EditableText"= NaN"
enemiezSymbol 231 EditableText"= NaN"
coinzSymbol 256 EditableText"= NaN"
enemiezSymbol 257 EditableText"= NaN"
enemiesSymbol 304 EditableText"100"
coinsSymbol 305 EditableText"100"
enemiesSymbol 308 EditableText"100"
coinsSymbol 309 EditableText"100"
coinzSymbol 311 EditableText"= NaN"
enemiezSymbol 312 EditableText"= NaN"
coinzSymbol 321 EditableText"= NaN"
enemiezSymbol 322 EditableText"= NaN"
jumpDebugSymbol 330 EditableText"Jump = 20"
speedDebugSymbol 331 EditableText"SPEED = 10"
YDebugSymbol 332 EditableText"Y pos = 10000"
XDebugSymbol 333 EditableText"X pos = 10000"
frameDebugSymbol 334 EditableText"FRAME = 1000"
coinzSymbol 341 EditableText"= NaN"
enemiezSymbol 342 EditableText"= NaN"
enemiesSymbol 466 EditableText"100"
coinsSymbol 467 EditableText"100"
coinzSymbol 468 EditableText"= NaN"
enemiezSymbol 469 EditableText"= NaN"
coinzSymbol 470 EditableText"= NaN"
enemiezSymbol 471 EditableText"= NaN"
coinzSymbol 473 EditableText"= NaN"
enemiezSymbol 474 EditableText"= NaN"
coinzSymbol 475 EditableText"= NaN"
enemiezSymbol 476 EditableText"= NaN"
coinzSymbol 518 EditableText"= NaN"
enemiezSymbol 519 EditableText"= NaN"
enemiesSymbol 520 EditableText"100"
coinsSymbol 521 EditableText"100"




http://swfchan.com/3/11924/info.shtml
Created: 6/6 -2019 15:25:13 Last modified: 6/6 -2019 15:25:13 Server time: 27/04 -2024 15:17:28