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

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

Mario's Adventure Preview.swf

This is the info page for
Flash #66733

(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

COMING
SOON

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; cheatA = 0; DEBUG = 0;
Frame 5
stop(); suicide = 0;
Instance of Symbol 36 MovieClip "togChtA" in Frame 5
onClipEvent (enterFrame) { if (_root.cheatA == 1) { this.gotoAndStop(8); } }
Instance of Symbol 79 MovieClip "circle" in Frame 6
onClipEvent (enterFrame) { xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; } onClipEvent (enterFrame) { 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 (!Key.isDown(40)) { this._xscale = -100; } } on (keyPress "<Right>") { if (!Key.isDown(40)) { this._xscale = 100; } } on (rollOver) { this.useHandCursor = false; }
Instance of Symbol 81 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 (QUALITY == "high") { qualitySelect.gotoAndStop(1); } else if (QUALITY == "med") { qualitySelect.gotoAndStop(2); } else if (QUALITY == "low") { qualitySelect.gotoAndStop(3); } if (DEBUG == 0) { toggleDebug.gotoAndStop(1); } else if (DEBUG == 1) { toggleDebug.gotoAndStop(2); }
Frame 8
stop(); lives = 5; if (QUALITY == "high") { _quality = "High"; } else if (QUALITY == "med") { _quality = "Medium"; } else if (QUALITY == "low") { _quality = "Low"; } gotWin = 0; _root.circle.fall = false; _root.circle.jump = 0; _root.circle.speed = 5; _root.circle.maxfall = -56; coins = 0; enemies = 0;
Instance of Symbol 101 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)); } } } }
Instance of Symbol 103 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 105 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 107 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 109 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 111 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 117 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 124 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 124 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 124 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 105 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 124 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 124 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 105 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 105 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 105 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 105 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 127 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 129 MovieClip "l1" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 129 MovieClip "r1" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } }
Instance of Symbol 60 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 60 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 79 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 133 MovieClip "lifeCount" in Frame 8
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 138 MovieClip in Frame 8
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 122 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 142 MovieClip in Frame 8
onClipEvent (enterFrame) { if ((_root.cheatA == 1) && (_root.suicide == 0)) { _root.lives = 5; } }
Instance of Symbol 148 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 63 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;
Instance of Symbol 105 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 156 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 105 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 105 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 158 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 159 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 161 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 163 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 165 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 168 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 129 MovieClip "r2" in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } }
Instance of Symbol 129 MovieClip "l2" in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Instance of Symbol 105 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 105 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 105 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 105 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 105 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 105 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 127 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 60 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 60 MovieClip "goomba3" 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 63 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;
Instance of Symbol 170 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 172 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 172 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 174 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 174 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 174 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 105 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 176 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 124 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 124 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 124 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 63 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; _root.circle.fall = true;
Instance of Symbol 161 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 163 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 178 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 174 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 174 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 174 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 174 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 174 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 174 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 174 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 183 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 174 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 174 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 174 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 174 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 174 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 174 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 174 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 105 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 185 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 63 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 60 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; _root.circle.fall = true;
Instance of Symbol 165 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 168 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 105 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 105 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 105 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 105 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 105 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 105 MovieClip "plat16" 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 105 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 105 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 183 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 178 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 174 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 174 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 105 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 127 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 63 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
play();
Frame 29
stop();
Symbol 19 MovieClip Frame 1
stop();
Symbol 21 MovieClip Frame 1000
gotoAndPlay (2);
Symbol 26 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { _root.play(); }
Symbol 26 MovieClip Frame 2
gotoAndPlay (1);
Symbol 30 Button
on (press) { _root.gotoAndPlay("gameStart"); }
Symbol 32 Button
on (press) { nextFrame(); }
Symbol 36 MovieClip Frame 1
stop();
Instance of Symbol 34 MovieClip in Symbol 36 MovieClip Frame 1
on (keyPress "<Left>") { _root.togChtA.nextFrame(); }
Instance of Symbol 34 MovieClip in Symbol 36 MovieClip Frame 2
on (keyPress "<Up>") { _root.togChtA.nextFrame(); }
Instance of Symbol 34 MovieClip in Symbol 36 MovieClip Frame 4
on (keyPress "<Down>") { _root.togChtA.nextFrame(); }
Instance of Symbol 34 MovieClip in Symbol 36 MovieClip Frame 5
on (keyPress "<Left>") { _root.togChtA.nextFrame(); }
Instance of Symbol 34 MovieClip in Symbol 36 MovieClip Frame 6
on (keyPress "<Right>") { _root.togChtA.nextFrame(); }
Symbol 36 MovieClip Frame 7
_root.cheatA = 1; _root.togChtB.gotoAndStop(1); _root.BackDrop.BGTween.Sky.play();
Symbol 36 MovieClip Frame 8
stop();
Symbol 39 Button
on (press) { gotoAndStop (7); }
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 2
_parent.stop(); _root.enemies++; play();
Symbol 54 MovieClip Frame 14
stop();
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 2
_parent.stop(); _root.enemies++; play();
Symbol 59 MovieClip Frame 14
stop();
Instance of Symbol 45 MovieClip in Symbol 60 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } }
Instance of Symbol 54 MovieClip in Symbol 60 MovieClip Frame 51
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet)) { 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 45 MovieClip in Symbol 60 MovieClip Frame 71
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if (_root.circle._currentframe <= 4) { if ((_root.lives == 1) && (_root.loseLife._currentframe == 1)) { _root.circle.fall = true; _root.circle.jump = _root.circle.jumpheight; _root.circle.gotoAndPlay(5); } else { _root.loseLife.play(); } } } }
Instance of Symbol 59 MovieClip in Symbol 60 MovieClip Frame 124
onClipEvent (enterFrame) { if (this.hitTest(_root.circle.feet)) { 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 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 9
stop();
Symbol 79 MovieClip Frame 90
stop(); _root.fadeOut.play(); _root.quality = "High";
Symbol 79 MovieClip Frame 91
_root.Win.play();
Symbol 84 Button
on (press) { prevFrame(); }
Symbol 86 Button
on (press) { gotoAndStop (5); }
Symbol 90 Button
on (press) { nextFrame(); }
Symbol 92 Button
on (press) { prevFrame(); }
Symbol 93 MovieClip Frame 1
_root.QUALITY = "high"; stop();
Symbol 93 MovieClip Frame 2
_root.QUALITY = "med";
Symbol 93 MovieClip Frame 3
_root.QUALITY = "low";
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;
Instance of Symbol 114 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - _root.circle.speed; } }
Instance of Symbol 116 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + _root.circle.speed; } }
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 2
_root.coins++;
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
if (_root.lives <= 4) { _root.lives++; }
Symbol 133 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 1
stop(); _root.circle._alpha = 100;
Symbol 136 MovieClip Frame 2
_root.lives--;
Symbol 136 MovieClip Frame 8
_root.circle._alpha = 0;
Symbol 136 MovieClip Frame 14
_root.circle._alpha = 100;
Symbol 136 MovieClip Frame 19
_root.circle._alpha = 0;
Symbol 136 MovieClip Frame 24
_root.circle._alpha = 100;
Symbol 136 MovieClip Frame 28
_root.circle._alpha = 0;
Symbol 136 MovieClip Frame 32
_root.circle._alpha = 100;
Symbol 136 MovieClip Frame 35
_root.circle._alpha = 0;
Symbol 136 MovieClip Frame 38
_root.circle._alpha = 100;
Symbol 136 MovieClip Frame 40
_root.circle._alpha = 100;
Symbol 136 MovieClip Frame 42
_root.circle._alpha = 0;
Symbol 136 MovieClip Frame 43
_root.circle._alpha = 100;
Symbol 136 MovieClip Frame 44
_root.circle._alpha = 0;
Symbol 136 MovieClip Frame 45
_root.circle._alpha = 100;
Symbol 136 MovieClip Frame 46
_root.circle._alpha = 0;
Symbol 136 MovieClip Frame 47
_root.circle._alpha = 100;
Symbol 136 MovieClip Frame 48
_root.circle._alpha = 0;
Symbol 136 MovieClip Frame 49
_root.circle._alpha = 100;
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
_root.Quality.gotoAndStop(4);
Symbol 150 MovieClip Frame 35
stop(); _quality = "High"; _root.gotoAndStop("menu");
Symbol 152 MovieClip Frame 17
_root.nextFrame();
Symbol 152 MovieClip Frame 18
stop();
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 18
stop(); _root.play();
Symbol 183 MovieClip Frame 1
stop();
Instance of Symbol 180 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { if ((_root.circle._currentframe == 3) && (_root.gotWin == 0)) { _parent.nextFrame(); } } }
Symbol 183 MovieClip Frame 2
_root.action = 1;

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:101  Timeline
Symbol 16 GraphicUsed by:20
Symbol 17 GraphicUsed by:19
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:17 18Used by:20
Symbol 20 MovieClipUses:16 19Used by:21
Symbol 21 MovieClipUses:20Used by:Timeline
Symbol 22 GraphicUsed by:26
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:22 24 25Used by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 GraphicUsed by:30 32
Symbol 29 GraphicUsed by:30
Symbol 30 ButtonUses:28 29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 ButtonUses:28 31Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:36
Symbol 35 SoundUsed by:36
Symbol 36 MovieClipUses:34 35Used by:Timeline
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 ButtonUses:37 38Used by:Timeline
Symbol 40 SoundUsed by:Timeline
Symbol 41 SoundUsed by:79  Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:43 44Used by:60
Symbol 46 GraphicUsed by:54  Timeline
Symbol 47 GraphicUsed by:54
Symbol 48 SoundUsed by:54 59
Symbol 49 GraphicUsed by:54
Symbol 50 GraphicUsed by:54
Symbol 51 GraphicUsed by:54 59
Symbol 52 GraphicUsed by:54 59
Symbol 53 GraphicUsed by:54 59
Symbol 54 MovieClipUses:46 47 48 49 50 51 52 53Used by:60
Symbol 55 GraphicUsed by:59
Symbol 56 GraphicUsed by:59
Symbol 57 GraphicUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:55 56 48 57 58 51 52 53Used by:60
Symbol 60 MovieClipUses:45 54 59Used by:Timeline
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:61 62Used by:Timeline
Symbol 64 GraphicUsed by:67 79
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:64 65 66Used by:79
Symbol 68 GraphicUsed by:79
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:79
Symbol 71 SoundUsed by:79
Symbol 72 GraphicUsed by:79
Symbol 73 GraphicUsed by:76 79
Symbol 74 SoundUsed by:79
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:73 75Used by:79
Symbol 77 GraphicUsed by:79
Symbol 78 SoundUsed by:79
Symbol 79 MovieClipUses:64 67 68 70 71 72 73 41 74 76 77 78Used by:Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 GraphicUsed by:84 86
Symbol 83 GraphicUsed by:84 86
Symbol 84 ButtonUses:82 83Used by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 ButtonUses:82 83Used by:Timeline
Symbol 87 FontUsed by:88 139 140 143 144 145 146 147
Symbol 88 EditableTextUses:87Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 ButtonUses:89Used by:93
Symbol 91 GraphicUsed by:92
Symbol 92 ButtonUses:91Used by:93
Symbol 93 MovieClipUses:90 92Used 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 MovieClipUses:15Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:Timeline
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:Timeline
Symbol 110 GraphicUsed by:111 159
Symbol 111 MovieClipUses:110Used by:Timeline
Symbol 112 GraphicUsed by:117
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:117
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:117
Symbol 117 MovieClipUses:112 114 116Used by:Timeline
Symbol 118 GraphicUsed by:122
Symbol 119 GraphicUsed by:122
Symbol 120 GraphicUsed by:122
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:118 119 120 121Used by:124  Timeline
Symbol 123 SoundUsed by:124
Symbol 124 MovieClipUses:122 123Used by:Timeline
Symbol 125 GraphicUsed by:127 133
Symbol 126 SoundUsed by:127
Symbol 127 MovieClipUses:125 126Used by:Timeline
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 GraphicUsed by:133
Symbol 131 GraphicUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:130 131 132 125Used by:Timeline
Symbol 134 GraphicUsed by:136
Symbol 135 SoundUsed by:136
Symbol 136 MovieClipUses:134 135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 EditableTextUses:87Used by:Timeline
Symbol 140 EditableTextUses:87Used by:Timeline
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 EditableTextUses:87Used by:148
Symbol 144 EditableTextUses:87Used by:148
Symbol 145 EditableTextUses:87Used by:148
Symbol 146 EditableTextUses:87Used by:148
Symbol 147 EditableTextUses:87Used by:148
Symbol 148 MovieClipUses:143 144 145 146 147Used by:Timeline
Symbol 149 GraphicUsed by:150 152 153 180  Timeline
Symbol 150 MovieClipUses:149Used by:Timeline
Symbol 151 SoundUsed by:152
Symbol 152 MovieClipUses:149 151Used by:Timeline
Symbol 153 MovieClipUses:149Used by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:Timeline
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:Timeline
Symbol 159 MovieClipUses:110Used by:Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:Timeline
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:Timeline
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:173Used by:Timeline
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:Timeline
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177Used by:Timeline
Symbol 179 GraphicUsed by:183
Symbol 180 MovieClipUses:149Used by:183
Symbol 181 GraphicUsed by:183
Symbol 182 SoundUsed by:183
Symbol 183 MovieClipUses:179 180 181 182Used by:Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 FontUsed by:188
Symbol 188 TextUses:187Used by:Timeline
Symbol 189 SoundUsed by:Timeline

Instance Names

"BackDrop"Frame 3Symbol 21 MovieClip
"togChtA"Frame 5Symbol 36 MovieClip
"circle"Frame 6Symbol 79 MovieClip
"qualitySelect"Frame 7Symbol 93 MovieClip
"toggleDebug"Frame 7Symbol 100 MovieClip
"plat1"Frame 8Symbol 103 MovieClip
"plat2"Frame 8Symbol 105 MovieClip
"bush1"Frame 8Symbol 111 MovieClip
"pipe1"Frame 8Symbol 117 MovieClip
"coin1"Frame 8Symbol 124 MovieClip
"coin2"Frame 8Symbol 124 MovieClip
"coin3"Frame 8Symbol 124 MovieClip
"plat3"Frame 8Symbol 105 MovieClip
"coin4"Frame 8Symbol 124 MovieClip
"coin5"Frame 8Symbol 124 MovieClip
"plat4"Frame 8Symbol 105 MovieClip
"betaplat1"Frame 8Symbol 105 MovieClip
"betaplat2"Frame 8Symbol 105 MovieClip
"betaplat3"Frame 8Symbol 105 MovieClip
"life1"Frame 8Symbol 127 MovieClip
"l1"Frame 8Symbol 129 MovieClip
"r1"Frame 8Symbol 129 MovieClip
"goomba1"Frame 8Symbol 60 MovieClip
"goomba2"Frame 8Symbol 60 MovieClip
"circle"Frame 8Symbol 79 MovieClip
"lifeCount"Frame 8Symbol 133 MovieClip
"loseLife"Frame 8Symbol 136 MovieClip
"debug"Frame 8Symbol 148 MovieClip
"fadeOut"Frame 8Symbol 150 MovieClip
"Start"Frame 8Symbol 152 MovieClip
"end1"Frame 9Symbol 63 MovieClip
"win"Frame 9Symbol 153 MovieClip
"plat6"Frame 10Symbol 105 MovieClip
"plat5"Frame 10Symbol 156 MovieClip
"plat7"Frame 10Symbol 105 MovieClip
"plat8"Frame 10Symbol 105 MovieClip
"bush3"Frame 10Symbol 158 MovieClip
"bush2"Frame 10Symbol 159 MovieClip
"thing2"Frame 10Symbol 161 MovieClip
"thing1"Frame 10Symbol 163 MovieClip
"thing4"Frame 10Symbol 165 MovieClip
"thing3"Frame 10Symbol 168 MovieClip
"r2"Frame 10Symbol 129 MovieClip
"l2"Frame 10Symbol 129 MovieClip
"invPlat1"Frame 10Symbol 105 MovieClip
"invPlat2"Frame 10Symbol 105 MovieClip
"invPlat3"Frame 10Symbol 105 MovieClip
"invPlat4"Frame 10Symbol 105 MovieClip
"invPlat4"Frame 10Symbol 105 MovieClip
"invPlat6"Frame 10Symbol 105 MovieClip
"life2"Frame 10Symbol 127 MovieClip
"goomba4"Frame 10Symbol 60 MovieClip
"goomba3"Frame 10Symbol 60 MovieClip
"coin6"Frame 10Symbol 124 MovieClip
"coin7"Frame 10Symbol 124 MovieClip
"coin8"Frame 10Symbol 124 MovieClip
"coin9"Frame 10Symbol 124 MovieClip
"coin10"Frame 10Symbol 124 MovieClip
"coin11"Frame 10Symbol 124 MovieClip
"coin12"Frame 10Symbol 124 MovieClip
"coin13"Frame 10Symbol 124 MovieClip
"coin14"Frame 10Symbol 124 MovieClip
"coin15"Frame 10Symbol 124 MovieClip
"coin16"Frame 10Symbol 124 MovieClip
"coin17"Frame 10Symbol 124 MovieClip
"coin18"Frame 10Symbol 124 MovieClip
"coin19"Frame 10Symbol 124 MovieClip
"coin20"Frame 10Symbol 124 MovieClip
"coin21"Frame 10Symbol 124 MovieClip
"coin22"Frame 10Symbol 124 MovieClip
"end2"Frame 10Symbol 63 MovieClip
"Start"Frame 10Symbol 152 MovieClip
"win"Frame 11Symbol 153 MovieClip
"pipe3"Frame 12Symbol 170 MovieClip
"pipe2"Frame 12Symbol 172 MovieClip
"pipe4"Frame 12Symbol 172 MovieClip
"block1"Frame 12Symbol 174 MovieClip
"block2"Frame 12Symbol 174 MovieClip
"block3"Frame 12Symbol 174 MovieClip
"plat9"Frame 12Symbol 105 MovieClip
"sign1"Frame 12Symbol 176 MovieClip
"coin23"Frame 12Symbol 124 MovieClip
"coin24"Frame 12Symbol 124 MovieClip
"coin25"Frame 12Symbol 124 MovieClip
"end3"Frame 12Symbol 63 MovieClip
"Start"Frame 12Symbol 152 MovieClip
"win"Frame 13Symbol 153 MovieClip
"thing6"Frame 14Symbol 161 MovieClip
"thing5"Frame 14Symbol 163 MovieClip
"pipe5"Frame 14Symbol 178 MovieClip
"block4"Frame 14Symbol 174 MovieClip
"block5"Frame 14Symbol 174 MovieClip
"block6"Frame 14Symbol 174 MovieClip
"block7"Frame 14Symbol 174 MovieClip
"block8"Frame 14Symbol 174 MovieClip
"block9"Frame 14Symbol 174 MovieClip
"block10"Frame 14Symbol 174 MovieClip
"switch1"Frame 14Symbol 183 MovieClip
"block11"Frame 14Symbol 174 MovieClip
"block12"Frame 14Symbol 174 MovieClip
"block13"Frame 14Symbol 174 MovieClip
"block14"Frame 14Symbol 174 MovieClip
"block15"Frame 14Symbol 174 MovieClip
"block16"Frame 14Symbol 174 MovieClip
"block17"Frame 14Symbol 174 MovieClip
"plat10"Frame 14Symbol 105 MovieClip
"sign2"Frame 14Symbol 185 MovieClip
"coin33"Frame 14Symbol 124 MovieClip
"coin32"Frame 14Symbol 124 MovieClip
"coin31"Frame 14Symbol 124 MovieClip
"coin30"Frame 14Symbol 124 MovieClip
"coin29"Frame 14Symbol 124 MovieClip
"coin28"Frame 14Symbol 124 MovieClip
"coin27"Frame 14Symbol 124 MovieClip
"coin26"Frame 14Symbol 124 MovieClip
"coin34"Frame 14Symbol 124 MovieClip
"coin35"Frame 14Symbol 124 MovieClip
"coin36"Frame 14Symbol 124 MovieClip
"coin37"Frame 14Symbol 124 MovieClip
"coin38"Frame 14Symbol 124 MovieClip
"coin39"Frame 14Symbol 124 MovieClip
"end4"Frame 14Symbol 63 MovieClip
"goomba5"Frame 14Symbol 60 MovieClip
"Start"Frame 14Symbol 152 MovieClip
"win"Frame 15Symbol 153 MovieClip
"thing8"Frame 16Symbol 165 MovieClip
"thing7"Frame 16Symbol 168 MovieClip
"plat11"Frame 16Symbol 105 MovieClip
"plat12"Frame 16Symbol 105 MovieClip
"plat13"Frame 16Symbol 105 MovieClip
"plat14"Frame 16Symbol 105 MovieClip
"plat15"Frame 16Symbol 105 MovieClip
"plat16"Frame 16Symbol 105 MovieClip
"plat17"Frame 16Symbol 105 MovieClip
"plat18"Frame 16Symbol 105 MovieClip
"switch2"Frame 16Symbol 183 MovieClip
"pipe6"Frame 16Symbol 178 MovieClip
"block18"Frame 16Symbol 174 MovieClip
"block19"Frame 16Symbol 174 MovieClip
"plat19"Frame 16Symbol 105 MovieClip
"life3"Frame 16Symbol 127 MovieClip
"coin50"Frame 16Symbol 124 MovieClip
"coin51"Frame 16Symbol 124 MovieClip
"coin48"Frame 16Symbol 124 MovieClip
"coin49"Frame 16Symbol 124 MovieClip
"coin46"Frame 16Symbol 124 MovieClip
"coin47"Frame 16Symbol 124 MovieClip
"coin42"Frame 16Symbol 124 MovieClip
"coin44"Frame 16Symbol 124 MovieClip
"coin40"Frame 16Symbol 124 MovieClip
"coin41"Frame 16Symbol 124 MovieClip
"coin43"Frame 16Symbol 124 MovieClip
"coin45"Frame 16Symbol 124 MovieClip
"coin52"Frame 16Symbol 124 MovieClip
"coin53"Frame 16Symbol 124 MovieClip
"coin54"Frame 16Symbol 124 MovieClip
"end5"Frame 16Symbol 63 MovieClip
"Start"Frame 16Symbol 152 MovieClip
"win"Frame 17Symbol 153 MovieClip
"Sky"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"BGTween"Symbol 21 MovieClip Frame 1Symbol 20 MovieClip
"bar"Symbol 26 MovieClip Frame 1Symbol 24 MovieClip
"feet"Symbol 79 MovieClip Frame 3Symbol 70 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$7x$EiemWuuYbkf20J/XdRFrw1."

Labels

"menu"Frame 5
"gameStart"Frame 8
"die"Symbol 79 MovieClip Frame 5

Dynamic Text Variables

QUALITYSymbol 88 EditableText""
coinzSymbol 139 EditableText"= NaN"
enemiezSymbol 140 EditableText"= NaN"
jumpDebugSymbol 143 EditableText"Jump = 20"
speedDebugSymbol 144 EditableText"SPEED = 10"
YDebugSymbol 145 EditableText"Y pos = 10000"
XDebugSymbol 146 EditableText"X pos = 10000"
frameDebugSymbol 147 EditableText"FRAME = 1000"




http://swfchan.com/14/66733/info.shtml
Created: 11/4 -2019 21:18:08 Last modified: 11/4 -2019 21:18:08 Server time: 15/05 -2024 21:21:47