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

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

Mario's Adventure!.swf

This is the info page for
Flash #68366

(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 254 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 257 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 259 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 259 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 280 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 301 MovieClip in Frame 48
onClipEvent (enterFrame) { _root.Win.play(); _root.gotWin = 1; }
Instance of Symbol 311 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 314 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 321 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 321 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 322 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 323 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 324 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 321 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 328 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 329 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 330 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 332 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 339 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 341 MovieClip in Frame 271
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 341 MovieClip in Frame 271
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } }
Instance of Symbol 330 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 332 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 344 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 347 MovieClip in Frame 271
onClipEvent (enterFrame) { if (((_root.cheatA == 1) && (_root.suicide == 0)) && (_root.fallDeath == 0)) { _root.lives = 5; } }
Instance of Symbol 339 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 257 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 259 MovieClip in Frame 271
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 259 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 301 MovieClip in Frame 287
onClipEvent (enterFrame) { _root.Win.play(); _root.gotWin = 1; }
Instance of Symbol 311 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 314 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 324 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 324 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 474 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 324 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 254 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 259 MovieClip in Frame 500
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 259 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 257 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 259 MovieClip in Frame 502
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 259 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 301 MovieClip in Frame 519
onClipEvent (enterFrame) { _root.Win.play(); _root.gotWin = 1; }
Instance of Symbol 311 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 314 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.gotoAndStop(20); _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();
Symbol 245 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 245 MovieClip Frame 2
_parent._parent._parent.stop(); _parent._parent.rhino.play();
Symbol 245 MovieClip Frame 6
stop();
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 8
stop(); _root.nextFrame();
Instance of Symbol 246 MovieClip "enemyPlat" in Symbol 247 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 248 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 248 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 248 MovieClip Frame 2
_parent._parent._parent.gotoAndStop(67); _parent._parent.rhino.play();
Symbol 248 MovieClip Frame 6
stop();
Symbol 249 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 8
stop(); _root.nextFrame();
Symbol 251 MovieClip Frame 1
_root.makeBoulder();
Instance of Symbol 243 MovieClip "enemyPlat" in Symbol 252 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 249 MovieClip "enemyPlat" in Symbol 252 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 257 MovieClip Frame 42
stop();
Symbol 262 MovieClip Frame 18
stop();
Symbol 264 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 264 MovieClip Frame 2
_parent._parent._parent.gotoAndStop(15); _parent._parent.rhino.play();
Symbol 264 MovieClip Frame 6
stop();
Symbol 265 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 8
stop(); _root.nextFrame();
Symbol 266 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 266 MovieClip Frame 2
_parent._parent._parent.gotoAndStop(53); _parent._parent.rhino.play();
Symbol 266 MovieClip Frame 6
stop();
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 8
stop(); _root.nextFrame();
Instance of Symbol 265 MovieClip "enemyPlat" in Symbol 268 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 267 MovieClip "enemyPlat" in Symbol 268 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 269 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 269 MovieClip Frame 2
_parent._parent._parent.gotoAndStop(10); _parent._parent.rhino.play();
Symbol 269 MovieClip Frame 6
stop();
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 8
stop(); _root.nextFrame();
Symbol 271 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip in Symbol 271 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (_root.circle.jump > 0)) { _root.circle.jump = _root.circle.jump * -1; _parent.play(); } }
Symbol 271 MovieClip Frame 2
_parent._parent._parent.gotoAndStop(37); _parent._parent.rhino.play();
Symbol 271 MovieClip Frame 6
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 8
stop(); _root.nextFrame();
Instance of Symbol 270 MovieClip "enemyPlat" in Symbol 273 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 272 MovieClip "enemyPlat" in Symbol 273 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 276 MovieClip Frame 242
_root.nextFrame();
Symbol 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 11
stop(); _root.play();
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 2
_root.circle.gotoAndPlay(5);
Symbol 321 MovieClip Frame 18
stop();
Symbol 322 MovieClip Frame 1
stop();
Instance of Symbol 223 MovieClip in Symbol 322 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if ((_root.circle._currentframe == 3) && (_root.gotWin == 0)) { _parent.nextFrame(); } } }
Symbol 322 MovieClip Frame 2
_root.action = 2;
Symbol 323 MovieClip Frame 1
stop();
Instance of Symbol 223 MovieClip in Symbol 323 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if ((_root.circle._currentframe == 3) && (_root.gotWin == 0)) { _parent.nextFrame(); } } }
Symbol 323 MovieClip Frame 2
_root.action = 3;
Symbol 324 MovieClip Frame 1
stop();
Instance of Symbol 223 MovieClip in Symbol 324 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if ((_root.circle._currentframe == 3) && (_root.gotWin == 0)) { _parent.nextFrame(); } } }
Symbol 324 MovieClip Frame 2
_root.action = 2;
Symbol 330 MovieClip Frame 1
stop();
Symbol 343 MovieClip Frame 1
stop(); _root.circle._alpha = 100;
Symbol 343 MovieClip Frame 2
_root.lives--;
Symbol 343 MovieClip Frame 8
_root.circle._alpha = 0;
Symbol 343 MovieClip Frame 14
_root.circle._alpha = 100;
Symbol 343 MovieClip Frame 19
_root.circle._alpha = 0;
Symbol 343 MovieClip Frame 24
_root.circle._alpha = 100;
Symbol 343 MovieClip Frame 28
_root.circle._alpha = 0;
Symbol 343 MovieClip Frame 32
_root.circle._alpha = 100;
Symbol 343 MovieClip Frame 35
_root.circle._alpha = 0;
Symbol 343 MovieClip Frame 38
_root.circle._alpha = 100;
Symbol 343 MovieClip Frame 40
_root.circle._alpha = 100;
Symbol 343 MovieClip Frame 42
_root.circle._alpha = 0;
Symbol 343 MovieClip Frame 43
_root.circle._alpha = 100;
Symbol 343 MovieClip Frame 44
_root.circle._alpha = 0;
Symbol 343 MovieClip Frame 45
_root.circle._alpha = 100;
Symbol 343 MovieClip Frame 46
_root.circle._alpha = 0;
Symbol 343 MovieClip Frame 47
_root.circle._alpha = 100;
Symbol 343 MovieClip Frame 48
_root.circle._alpha = 0;
Symbol 343 MovieClip Frame 49
_root.circle._alpha = 100;
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 2
_parent.stop();
Symbol 353 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);
Symbol 366 MovieClip Frame 1
stop();
Symbol 366 MovieClip Frame 2
_parent.stop();
Symbol 366 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(2);
Instance of Symbol 353 MovieClip in Symbol 367 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 358 MovieClip in Symbol 367 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 362 MovieClip in Symbol 367 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 366 MovieClip in Symbol 367 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 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
_parent.stop();
Symbol 378 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(3);
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 2
_parent.stop();
Symbol 380 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(3);
Symbol 382 MovieClip Frame 1
stop();
Symbol 382 MovieClip Frame 2
stop(); _root.outwig.wiggler.gotoAndStop(3); _parent.stop();
Instance of Symbol 374 MovieClip in Symbol 384 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 376 MovieClip in Symbol 384 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 378 MovieClip in Symbol 384 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 380 MovieClip in Symbol 384 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 382 MovieClip "ass" in Symbol 384 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 388 MovieClip Frame 1
stop();
Symbol 388 MovieClip Frame 2
_parent.stop();
Symbol 388 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(4);
Symbol 393 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 2
_parent.stop();
Symbol 393 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);
Symbol 399 MovieClip Frame 1
stop();
Symbol 399 MovieClip Frame 2
_parent.stop();
Symbol 399 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(4);
Instance of Symbol 388 MovieClip in Symbol 400 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 393 MovieClip in Symbol 400 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 395 MovieClip in Symbol 400 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 399 MovieClip in Symbol 400 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 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);
Symbol 406 MovieClip Frame 1
stop();
Symbol 406 MovieClip Frame 2
_parent.stop();
Symbol 406 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(5);
Symbol 408 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 2
_parent.stop();
Symbol 408 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(5);
Instance of Symbol 402 MovieClip in Symbol 411 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 404 MovieClip in Symbol 411 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 406 MovieClip in Symbol 411 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 408 MovieClip in Symbol 411 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 408 MovieClip in Symbol 411 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 413 MovieClip Frame 1
stop();
Symbol 413 MovieClip Frame 2
_parent.stop();
Symbol 413 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(6);
Symbol 415 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 2
_parent.stop();
Symbol 415 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(6);
Symbol 418 MovieClip Frame 1
stop();
Symbol 418 MovieClip Frame 2
_parent.stop();
Symbol 418 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(6);
Instance of Symbol 413 MovieClip in Symbol 422 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 415 MovieClip in Symbol 422 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 415 MovieClip in Symbol 422 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 418 MovieClip in Symbol 422 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 418 MovieClip in Symbol 422 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 424 MovieClip Frame 1
stop();
Symbol 424 MovieClip Frame 2
_parent.stop();
Symbol 424 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(7);
Symbol 426 MovieClip Frame 1
stop();
Symbol 426 MovieClip Frame 2
_parent.stop();
Symbol 426 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(7);
Symbol 429 MovieClip Frame 1
stop();
Symbol 429 MovieClip Frame 2
_parent.stop();
Symbol 429 MovieClip Frame 6
stop(); _root.outwig.wiggler.gotoAndStop(7);
Instance of Symbol 424 MovieClip in Symbol 432 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 426 MovieClip in Symbol 432 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 429 MovieClip in Symbol 432 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 435 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 2
_parent.stop();
Symbol 435 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(8);
Symbol 439 MovieClip Frame 1
stop();
Symbol 439 MovieClip Frame 2
_parent.stop();
Symbol 439 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(8);
Symbol 442 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 2
_parent.stop();
Symbol 442 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(8);
Symbol 446 MovieClip Frame 1
stop();
Symbol 446 MovieClip Frame 4
_root.outwig.wiggler.gotoAndStop(8);
Instance of Symbol 435 MovieClip in Symbol 447 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 439 MovieClip in Symbol 447 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 442 MovieClip in Symbol 447 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 446 MovieClip in Symbol 447 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 451 MovieClip Frame 1
stop();
Symbol 451 MovieClip Frame 2
_parent.stop();
Symbol 451 MovieClip Frame 8
_root.outwig.wiggler.gotoAndStop(9);
Symbol 456 MovieClip Frame 1
stop();
Symbol 456 MovieClip Frame 2
_parent.stop();
Symbol 456 MovieClip Frame 7
_root.outwig.wiggler.gotoAndStop(9);
Symbol 460 MovieClip Frame 1
stop();
Symbol 460 MovieClip Frame 2
_parent.stop();
Symbol 460 MovieClip Frame 6
_root.outwig.wiggler.gotoAndStop(8);
Instance of Symbol 451 MovieClip in Symbol 461 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 456 MovieClip in Symbol 461 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 460 MovieClip in Symbol 461 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 451 MovieClip in Symbol 461 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 462 MovieClip Frame 242
_root.outwig.wiggler.gotoAndStop(11);
Symbol 463 MovieClip Frame 1
stop();
Symbol 463 MovieClip Frame 2
stop();
Symbol 463 MovieClip Frame 3
stop(); stop();
Symbol 463 MovieClip Frame 4
stop();
Symbol 463 MovieClip Frame 5
stop();
Symbol 463 MovieClip Frame 6
stop();
Symbol 463 MovieClip Frame 7
stop();
Symbol 463 MovieClip Frame 8
stop();
Symbol 463 MovieClip Frame 9
stopAllSounds(); _root.outwig.wiggler.gotoAndStop(10); stop(); _parent.gotoAndStop(1);
Symbol 463 MovieClip Frame 10
stop(); _parent.gotoAndStop(1);
Symbol 463 MovieClip Frame 11
stop(); _parent.gotoAndStop(1);
Instance of Symbol 280 MovieClip "star1" in Symbol 463 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 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 35
stop(); _root.gotoAndStop("menu");
Symbol 467 MovieClip Frame 18
stop();
Symbol 474 MovieClip Frame 1
stop();
Instance of Symbol 223 MovieClip in Symbol 474 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if ((_root.circle._currentframe == 3) && (_root.gotWin == 0)) { _parent.nextFrame(); } } }
Symbol 474 MovieClip Frame 2
_root.action = 3;
Symbol 486 MovieClip Frame 242
_root.boss850.ghost.gotoAndStop(44);
Symbol 487 MovieClip Frame 1
stop();
Symbol 487 MovieClip Frame 5
_root.box.nextFrame(); gotoAndStop (1);
Symbol 487 MovieClip Frame 6
play(); _root.boss850.stop();
Symbol 487 MovieClip Frame 42
stopAllSounds(); _root.play();
Symbol 487 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 487 MovieClip Frame 44
stop(); _root.circle.gotoAndStop(1);
Instance of Symbol 280 MovieClip "star1" in Symbol 487 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 517 MovieClip Frame 1
stopAllSounds();
Instance of Symbol 487 MovieClip "ghost" in Symbol 517 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 487 MovieClip "ghost" in Symbol 517 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 517 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 487 MovieClip "ghost" in Symbol 517 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 517 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 520 MovieClip Frame 1
stop();
Symbol 520 MovieClip Frame 2
stop();
Symbol 520 MovieClip Frame 3
stop();
Symbol 520 MovieClip Frame 4
stop();
Symbol 520 MovieClip Frame 5
stop();
Symbol 520 MovieClip Frame 6
stop();
Symbol 520 MovieClip Frame 7
stop();
Symbol 520 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 262 465 467  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 344
Symbol 127 GraphicUsed by:130 344
Symbol 128 GraphicUsed by:130 344
Symbol 129 GraphicUsed by:130 344
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 330
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 463
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 330
Symbol 174 GraphicUsed by:176 330
Symbol 175 GraphicUsed by:176 330
Symbol 176 MovieClipUses:173 174 175 133Used by:Timeline
Symbol 177 GraphicUsed by:179 301 343
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 260 261 315 316 325 326 345 346 470 471 472 473 475 476 477 478 521 522
Symbol 183 EditableTextUses:182Used by:Timeline
Symbol 184 EditableTextUses:182Used by:Timeline
Symbol 185 GraphicUsed by:186 347
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 262
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 322 323 324 474
Symbol 223 MovieClipUses:71Used by:226 322 323 324 474
Symbol 224 GraphicUsed by:226 322 323 324 474
Symbol 225 SoundUsed by:226 322 323 324 474
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 252 268 273
Symbol 237 GraphicUsed by:242 245 248 264 266 269 271
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:242 245 248 264 266 269 271
Symbol 240 GraphicUsed by:242 243 245 246 248 249 264 265 266 267 269 270 271 272
Symbol 241 SoundUsed by:242 245 248 264 266 269 271 487
Symbol 242 MovieClipUses:237 239 240 241Used by:243
Symbol 243 MovieClipUses:242 240Used by:252
Symbol 244 MovieClipUses:236Used by:247
Symbol 245 MovieClipUses:237 239 240 241Used by:246
Symbol 246 MovieClipUses:245 240Used by:247
Symbol 247 MovieClipUses:244 246Used by:252 268 273
Symbol 248 MovieClipUses:237 239 240 241Used by:249
Symbol 249 MovieClipUses:248 240Used by:252
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250 SS3Used by:252 268 273
Symbol 252 MovieClipUses:236 243 247 249 251Used by:Timeline
Symbol 253 GraphicUsed by:254 329
Symbol 254 MovieClipUses:253Used by:Timeline
Symbol 255 GraphicUsed by:257
Symbol 256 SoundUsed by:257  Timeline
Symbol 257 MovieClipUses:255 256Used by:Timeline
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:258Used by:Timeline
Symbol 260 EditableTextUses:182Used by:Timeline
Symbol 261 EditableTextUses:182Used by:Timeline
Symbol 262 MovieClipUses:71 194Used by:Timeline
Symbol 263 SoundUsed by:517  Timeline
Symbol 264 MovieClipUses:237 239 240 241Used by:265
Symbol 265 MovieClipUses:264 240Used by:268
Symbol 266 MovieClipUses:237 239 240 241Used by:267
Symbol 267 MovieClipUses:266 240Used by:268
Symbol 268 MovieClipUses:236 265 247 251 267Used by:Timeline
Symbol 269 MovieClipUses:237 239 240 241Used by:270
Symbol 270 MovieClipUses:269 240Used by:273
Symbol 271 MovieClipUses:237 239 240 241Used by:272
Symbol 272 MovieClipUses:271 240Used by:273
Symbol 273 MovieClipUses:236 270 247 251 272Used by:Timeline
Symbol 274 GraphicUsed by:276 278 280 462 486
Symbol 275 GraphicUsed by:276 462 486
Symbol 276 MovieClipUses:274 275 SS4Used by:Timeline
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:274 277Used by:280
Symbol 279 SoundUsed by:280
Symbol 280 MovieClipUses:278 274 279Used by:463 487  Timeline
Symbol 281 BitmapUsed by:282 288 289 292 293 295 296 297 298 299 300 302 303
Symbol 282 GraphicUses:281Used by:Timeline
Symbol 283 BitmapUsed by:284 290
Symbol 284 GraphicUses:283Used by:Timeline
Symbol 285 BitmapUsed by:286 291 294
Symbol 286 GraphicUses:285Used by:Timeline
Symbol 287 SoundUsed by:Timeline
Symbol 288 GraphicUses:281Used by:Timeline
Symbol 289 GraphicUses:281Used by:Timeline
Symbol 290 GraphicUses:283Used by:Timeline
Symbol 291 GraphicUses:285Used by:Timeline
Symbol 292 GraphicUses:281Used by:Timeline
Symbol 293 GraphicUses:281Used by:Timeline
Symbol 294 GraphicUses:285Used by:Timeline
Symbol 295 GraphicUses:281Used by:Timeline
Symbol 296 GraphicUses:281Used by:Timeline
Symbol 297 GraphicUses:281Used by:Timeline
Symbol 298 GraphicUses:281Used by:Timeline
Symbol 299 GraphicUses:281Used by:Timeline
Symbol 300 GraphicUses:281Used by:Timeline
Symbol 301 MovieClipUses:177Used by:Timeline
Symbol 302 GraphicUses:281Used by:Timeline
Symbol 303 GraphicUses:281Used by:Timeline
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:Timeline
Symbol 306 GraphicUsed by:Timeline
Symbol 307 FontUsed by:308 309 312 313 468 469 523 524
Symbol 308 EditableTextUses:307Used by:Timeline
Symbol 309 EditableTextUses:307Used by:Timeline
Symbol 310 GraphicUsed by:311 314
Symbol 311 MovieClipUses:310Used by:Timeline
Symbol 312 EditableTextUses:307Used by:Timeline
Symbol 313 EditableTextUses:307Used by:Timeline
Symbol 314 MovieClipUses:310Used by:Timeline
Symbol 315 EditableTextUses:182Used by:Timeline
Symbol 316 EditableTextUses:182Used by:Timeline
Symbol 317 GraphicUsed by:321
Symbol 318 GraphicUsed by:321
Symbol 319 SoundUsed by:321
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:317 318 319 320Used by:Timeline
Symbol 322 MovieClipUses:222 223 224 225Used by:Timeline
Symbol 323 MovieClipUses:222 223 224 225Used by:Timeline
Symbol 324 MovieClipUses:222 223 224 225Used by:Timeline
Symbol 325 EditableTextUses:182Used by:Timeline
Symbol 326 EditableTextUses:182Used by:Timeline
Symbol 327 GraphicUsed by:328
Symbol 328 MovieClipUses:327Used by:Timeline
Symbol 329 MovieClipUses:253Used by:Timeline
Symbol 330 MovieClipUses:173 174 175 133Used by:Timeline
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:331Used by:Timeline
Symbol 333 FontUsed by:334 335 336 337 338
Symbol 334 EditableTextUses:333Used by:339
Symbol 335 EditableTextUses:333Used by:339
Symbol 336 EditableTextUses:333Used by:339
Symbol 337 EditableTextUses:333Used by:339
Symbol 338 EditableTextUses:333Used by:339
Symbol 339 MovieClipUses:334 335 336 337 338Used by:Timeline
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:340Used by:Timeline
Symbol 342 SoundUsed by:343
Symbol 343 MovieClipUses:177 342Used by:Timeline
Symbol 344 MovieClipUses:126 127 128 129Used by:Timeline
Symbol 345 EditableTextUses:182Used by:Timeline
Symbol 346 EditableTextUses:182Used by:Timeline
Symbol 347 MovieClipUses:185Used by:Timeline
Symbol 348 GraphicUsed by:367 384
Symbol 349 GraphicUsed by:353 418
Symbol 350 GraphicUsed by:353 418
Symbol 351 SoundUsed by:353 358 362 366 413 415 418 435 439 442 446
Symbol 352 GraphicUsed by:353 418
Symbol 353 MovieClipUses:349 350 351 352Used by:367
Symbol 354 GraphicUsed by:367
Symbol 355 GraphicUsed by:358 376 388 415
Symbol 356 GraphicUsed by:358 415
Symbol 357 GraphicUsed by:358 415
Symbol 358 MovieClipUses:355 356 351 357Used by:367
Symbol 359 GraphicUsed by:367 384
Symbol 360 GraphicUsed by:362
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:360 361 351Used by:367
Symbol 363 GraphicUsed by:367
Symbol 364 GraphicUsed by:366 380 382 395 406 413 424
Symbol 365 GraphicUsed by:366 395 413
Symbol 366 MovieClipUses:364 365 351Used by:367
Symbol 367 MovieClipUses:348 353 354 358 359 362 363 366Used by:463
Symbol 368 GraphicUsed by:374 404 429
Symbol 369 GraphicUsed by:374 376 378 380 382 402 404 406 408 424 426 429 451 456 460
Symbol 370 SoundUsed by:374 376 378 380 382 402 404 406 408 424 426 429 451 456 460
Symbol 371 GraphicUsed by:374 376 378 380 382 402 404 406 408 424 426 429
Symbol 372 GraphicUsed by:374 376 378 380 382 402 404 406 408 424 426 429
Symbol 373 GraphicUsed by:374 376 378 380 382 402 404 406 408 424 426 429
Symbol 374 MovieClipUses:368 369 370 371 372 373Used by:384
Symbol 375 GraphicUsed by:384
Symbol 376 MovieClipUses:355 369 370 371 372 373Used by:384
Symbol 377 GraphicUsed by:378 402 408 426
Symbol 378 MovieClipUses:377 369 370 371 372 373Used by:384
Symbol 379 GraphicUsed by:384
Symbol 380 MovieClipUses:364 369 370 371 372 373Used by:384
Symbol 381 GraphicUsed by:384
Symbol 382 MovieClipUses:364 369 370 371 372 373Used by:384
Symbol 383 GraphicUsed by:384
Symbol 384 MovieClipUses:348 374 375 376 359 378 379 380 381 382 383Used by:463
Symbol 385 GraphicUsed by:400
Symbol 386 GraphicUsed by:388
Symbol 387 SoundUsed by:388 393 395 399
Symbol 388 MovieClipUses:355 386 387Used by:400
Symbol 389 GraphicUsed by:400
Symbol 390 GraphicUsed by:393
Symbol 391 GraphicUsed by:393
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:390 391 387 392Used by:400
Symbol 394 GraphicUsed by:400
Symbol 395 MovieClipUses:364 365 387Used by:400
Symbol 396 GraphicUsed by:400
Symbol 397 GraphicUsed by:399
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:397 398 387Used by:400
Symbol 400 MovieClipUses:385 388 389 393 394 395 396 399Used by:463
Symbol 401 GraphicUsed by:411
Symbol 402 MovieClipUses:377 369 370 371 372 373Used by:411
Symbol 403 GraphicUsed by:411
Symbol 404 MovieClipUses:368 369 370 371 372 373Used by:411
Symbol 405 GraphicUsed by:411
Symbol 406 MovieClipUses:364 369 370 371 372 373Used by:411
Symbol 407 GraphicUsed by:411
Symbol 408 MovieClipUses:377 369 370 371 372 373Used by:411
Symbol 409 GraphicUsed by:411
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClipUses:401 402 403 404 405 406 407 408 409 410Used by:463
Symbol 412 GraphicUsed by:422
Symbol 413 MovieClipUses:364 365 351Used by:422
Symbol 414 GraphicUsed by:422
Symbol 415 MovieClipUses:355 356 351 357Used by:422
Symbol 416 GraphicUsed by:422
Symbol 417 GraphicUsed by:422
Symbol 418 MovieClipUses:349 350 351 352Used by:422
Symbol 419 GraphicUsed by:422
Symbol 420 GraphicUsed by:422
Symbol 421 GraphicUsed by:422
Symbol 422 MovieClipUses:412 413 414 415 416 417 418 419 420 421Used by:463
Symbol 423 GraphicUsed by:432
Symbol 424 MovieClipUses:364 369 370 371 372 373Used by:432
Symbol 425 GraphicUsed by:432
Symbol 426 MovieClipUses:377 369 370 371 372 373Used by:432
Symbol 427 GraphicUsed by:432
Symbol 428 GraphicUsed by:432
Symbol 429 MovieClipUses:368 369 370 371 372 373Used by:432
Symbol 430 GraphicUsed by:432
Symbol 431 GraphicUsed by:432
Symbol 432 MovieClipUses:423 424 425 426 427 428 429 430 431Used by:463
Symbol 433 GraphicUsed by:435
Symbol 434 GraphicUsed by:435 451
Symbol 435 MovieClipUses:433 434 351Used by:447
Symbol 436 GraphicUsed by:439
Symbol 437 GraphicUsed by:439
Symbol 438 GraphicUsed by:439
Symbol 439 MovieClipUses:436 437 351 438Used by:447
Symbol 440 GraphicUsed by:442
Symbol 441 GraphicUsed by:442 460
Symbol 442 MovieClipUses:440 441 351Used by:447
Symbol 443 GraphicUsed by:446
Symbol 444 GraphicUsed by:446
Symbol 445 GraphicUsed by:446
Symbol 446 MovieClipUses:443 444 351 445Used by:447
Symbol 447 MovieClipUses:435 439 442 446Used by:463
Symbol 448 GraphicUsed by:451
Symbol 449 GraphicUsed by:451
Symbol 450 GraphicUsed by:451
Symbol 451 MovieClipUses:448 434 370 369 449 450Used by:461
Symbol 452 GraphicUsed by:456
Symbol 453 GraphicUsed by:456
Symbol 454 GraphicUsed by:456
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:452 453 370 369 454 455Used by:461
Symbol 457 GraphicUsed by:460
Symbol 458 GraphicUsed by:460
Symbol 459 GraphicUsed by:460
Symbol 460 MovieClipUses:457 441 370 369 458 459Used by:461
Symbol 461 MovieClipUses:451 456 460Used by:463
Symbol 462 MovieClipUses:274 275 SS5Used by:463
Symbol 463 MovieClipUses:367 384 400 411 422 432 447 461 142 462 280Used by:464
Symbol 464 MovieClipUses:463Used by:Timeline
Symbol 465 MovieClipUses:71Used by:Timeline
Symbol 466 SoundUsed by:467
Symbol 467 MovieClipUses:71 466Used by:Timeline
Symbol 468 EditableTextUses:307Used by:Timeline
Symbol 469 EditableTextUses:307Used by:Timeline
Symbol 470 EditableTextUses:182Used by:Timeline
Symbol 471 EditableTextUses:182Used by:Timeline
Symbol 472 EditableTextUses:182Used by:Timeline
Symbol 473 EditableTextUses:182Used by:Timeline
Symbol 474 MovieClipUses:222 223 224 225Used by:Timeline
Symbol 475 EditableTextUses:182Used by:Timeline
Symbol 476 EditableTextUses:182Used by:Timeline
Symbol 477 EditableTextUses:182Used by:Timeline
Symbol 478 EditableTextUses:182Used by:Timeline
Symbol 479 GraphicUsed by:487
Symbol 480 GraphicUsed by:487
Symbol 481 GraphicUsed by:487
Symbol 482 GraphicUsed by:487
Symbol 483 GraphicUsed by:487
Symbol 484 GraphicUsed by:487
Symbol 485 GraphicUsed by:487
Symbol 486 MovieClipUses:274 275 SS6Used by:487
Symbol 487 MovieClipUses:479 480 241 481 482 483 484 485 486 280 SS7Used by:517
Symbol 488 GraphicUsed by:517
Symbol 489 GraphicUsed by:517
Symbol 490 GraphicUsed by:517
Symbol 491 GraphicUsed by:517
Symbol 492 GraphicUsed by:517
Symbol 493 GraphicUsed by:517
Symbol 494 GraphicUsed by:517
Symbol 495 GraphicUsed by:517
Symbol 496 GraphicUsed by:517
Symbol 497 GraphicUsed by:517
Symbol 498 GraphicUsed by:517
Symbol 499 GraphicUsed by:517
Symbol 500 GraphicUsed by:517
Symbol 501 GraphicUsed by:517
Symbol 502 GraphicUsed by:517
Symbol 503 GraphicUsed by:517
Symbol 504 GraphicUsed by:517
Symbol 505 GraphicUsed by:517
Symbol 506 GraphicUsed by:517
Symbol 507 GraphicUsed by:517
Symbol 508 GraphicUsed by:517
Symbol 509 GraphicUsed by:517
Symbol 510 GraphicUsed by:517
Symbol 511 GraphicUsed by:517
Symbol 512 GraphicUsed by:517
Symbol 513 GraphicUsed by:517
Symbol 514 GraphicUsed by:517
Symbol 515 GraphicUsed by:517
Symbol 516 GraphicUsed by:517
Symbol 517 MovieClipUses:487 263 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 514 515 516Used by:Timeline
Symbol 518 GraphicUsed by:520
Symbol 519 GraphicUsed by:520
Symbol 520 MovieClipUses:518 519Used by:Timeline
Symbol 521 EditableTextUses:182Used by:Timeline
Symbol 522 EditableTextUses:182Used by:Timeline
Symbol 523 EditableTextUses:307Used by:Timeline
Symbol 524 EditableTextUses:307Used by:Timeline
Symbol 525 GraphicUsed by:529  Timeline
Symbol 526 GraphicUsed by:527
Symbol 527 MovieClipUses:526Used by:529  Timeline
Symbol 528 GraphicUsed by:529  Timeline
Symbol 529 MovieClipUses:525 527 528Used 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
Symbol 585 GraphicUsed by:Timeline
Symbol 586 GraphicUsed by:Timeline
Symbol 587 GraphicUsed by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 43 MovieClip
Streaming Sound 3Used by:Symbol 251 MovieClip
Streaming Sound 4Used by:Symbol 276 MovieClip
Streaming Sound 5Used by:Symbol 462 MovieClip
Streaming Sound 6Used by:Symbol 486 MovieClip
Streaming Sound 7Used by:Symbol 487 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 252 MovieClip
"bossPlat1"Frame 28Symbol 254 MovieClip
"lifeCount"Frame 28Symbol 176 MovieClip
"debug"Frame 28Symbol 192 MovieClip
"boulder"Frame 28Symbol 257 MovieClip
"lifeCount"Frame 28Symbol 176 MovieClip
"star1"Frame 32Symbol 280 MovieClip
"Win"Frame 32Symbol 196 MovieClip
"enemies"Frame 83Symbol 308 EditableText
"coins"Frame 83Symbol 309 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 321 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 321 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 322 MovieClip
"blockbabyabc"Frame 261Symbol 217 MovieClip
"blockbabyab"Frame 261Symbol 217 MovieClip
"blockbabya"Frame 261Symbol 217 MovieClip
"offhnaflhfalkn"Frame 261Symbol 323 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 324 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 321 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 329 MovieClip
"lifeCount"Frame 271Symbol 330 MovieClip
"debug"Frame 271Symbol 339 MovieClip
"lifeCount"Frame 271Symbol 330 MovieClip
"loseLife"Frame 271Symbol 343 MovieClip
"debug"Frame 271Symbol 339 MovieClip
"outwig"Frame 271Symbol 464 MovieClip
"lifeCount"Frame 271Symbol 176 MovieClip
"debug"Frame 271Symbol 192 MovieClip
"boulder"Frame 271Symbol 257 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 465 MovieClip
"enemies"Frame 322Symbol 468 EditableText
"coins"Frame 322Symbol 469 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 324 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 324 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 474 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 324 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 254 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 517 MovieClip
"box"Frame 500Symbol 520 MovieClip
"fadeOut"Frame 500Symbol 193 MovieClip
"lifeCount"Frame 502Symbol 176 MovieClip
"debug"Frame 502Symbol 192 MovieClip
"boulder"Frame 502Symbol 257 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 523 EditableText
"coins"Frame 555Symbol 524 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 247 MovieClip Frame 1Symbol 244 MovieClip
"enemyPlat"Symbol 247 MovieClip Frame 1Symbol 246 MovieClip
"enemyPlat"Symbol 252 MovieClip Frame 1Symbol 243 MovieClip
"enemyPlat"Symbol 252 MovieClip Frame 68Symbol 249 MovieClip
"enemyPlat"Symbol 268 MovieClip Frame 1Symbol 265 MovieClip
"enemyPlat"Symbol 268 MovieClip Frame 53Symbol 267 MovieClip
"enemyPlat"Symbol 273 MovieClip Frame 1Symbol 270 MovieClip
"enemyPlat"Symbol 273 MovieClip Frame 38Symbol 272 MovieClip
"ass"Symbol 384 MovieClip Frame 49Symbol 382 MovieClip
"star1"Symbol 463 MovieClip Frame 11Symbol 280 MovieClip
"wiggler"Symbol 464 MovieClip Frame 1Symbol 463 MovieClip
"star1"Symbol 487 MovieClip Frame 44Symbol 280 MovieClip
"ghost"Symbol 517 MovieClip Frame 1Symbol 487 MovieClip
"ghost"Symbol 517 MovieClip Frame 829Symbol 487 MovieClip
"ghost"Symbol 517 MovieClip Frame 884Symbol 487 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$FA$B3BfEj9JCibYTOPgvHsCA/."

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 487 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 260 EditableText"= NaN"
enemiezSymbol 261 EditableText"= NaN"
enemiesSymbol 308 EditableText"100"
coinsSymbol 309 EditableText"100"
enemiesSymbol 312 EditableText"100"
coinsSymbol 313 EditableText"100"
coinzSymbol 315 EditableText"= NaN"
enemiezSymbol 316 EditableText"= NaN"
coinzSymbol 325 EditableText"= NaN"
enemiezSymbol 326 EditableText"= NaN"
jumpDebugSymbol 334 EditableText"Jump = 20"
speedDebugSymbol 335 EditableText"SPEED = 10"
YDebugSymbol 336 EditableText"Y pos = 10000"
XDebugSymbol 337 EditableText"X pos = 10000"
frameDebugSymbol 338 EditableText"FRAME = 1000"
coinzSymbol 345 EditableText"= NaN"
enemiezSymbol 346 EditableText"= NaN"
enemiesSymbol 468 EditableText"100"
coinsSymbol 469 EditableText"100"
coinzSymbol 470 EditableText"= NaN"
enemiezSymbol 471 EditableText"= NaN"
coinzSymbol 472 EditableText"= NaN"
enemiezSymbol 473 EditableText"= NaN"
coinzSymbol 475 EditableText"= NaN"
enemiezSymbol 476 EditableText"= NaN"
coinzSymbol 477 EditableText"= NaN"
enemiezSymbol 478 EditableText"= NaN"
coinzSymbol 521 EditableText"= NaN"
enemiezSymbol 522 EditableText"= NaN"
enemiesSymbol 523 EditableText"100"
coinsSymbol 524 EditableText"100"




http://swfchan.com/14/68366/info.shtml
Created: 11/4 -2019 01:52:40 Last modified: 11/4 -2019 01:52:40 Server time: 25/04 -2024 11:24:11