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;