Frame 1
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100));
tellTarget (loader) {
gotoAndStop(_root.percentbytes);
};
Frame 2
if (loadedbytes == totalbytes) {
play();
} else {
gotoAndPlay (1);
}
Frame 3
stop();
_root.coinz = 0;
_root.health = 100;
_root.points = 0;
runspeed = 1.25;
_quality = "High";
Frame 4
_root.passWord = "";
Instance of Symbol 36 MovieClip in Frame 4
on (keyPress "<Enter>") {
if (_root.passWord == "bounce") {
_root.gotoAndPlay("lvl2");
} else if (_root.passWord == "boing") {
_root.gotoAndPlay("lvl3");
} else if (_root.passWord == "roll") {
_root.gotoAndPlay("lvl4");
} else if (_root.passWord == "ball") {
_root.gotoAndPlay("lvl5");
} else {
_root.passWord = "Nice try";
}
}
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Frame 93
_root.circle._x = 0;
_root.circle._y = 316.9;
_root.goal._y = 164.5;
_root.goal._x = 24.1;
stop();
_root.coinz = 0;
_root.health = 100;
_root.points = 0;
runspeed = 1.25;
_quality = "High";
Instance of Symbol 64 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 67 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay("gameover", "gameover");
}
}
Instance of Symbol 69 MovieClip in Frame 93
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 93
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 93
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 55 MovieClip "coina" in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinb" in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinc" in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coind" in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coine" in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinf" in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coing" in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 75 MovieClip "circle" in Frame 93
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Instance of Symbol 81 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay("gameover");
}
}
Frame 94
_root.circle._x = 489;
_root.circle._y = 47.4;
_root.goal._y = 334.4;
_root.goal._x = 21;
Instance of Symbol 55 MovieClip "coinh" in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coini" in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinj" in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Frame 95
_root.goal._x = 21;
_root.goal._y = 136;
Instance of Symbol 55 MovieClip "coink" in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinl" in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinm" in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 44 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Frame 96
_root.goal._x = 20;
_root.goal._y = 334.45;
_root.circle._y = 334.45;
_root.circle._x = 530;
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 55 MovieClip "coinp" in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinq" in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinr" in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coino" in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinn" in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Frame 97
_root.circle._x = 173.5;
_root.circle._y = 340.45;
_quality = "High";
Instance of Symbol 86 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.play();
}
}
Instance of Symbol 65 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 64 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 88 MovieClip in Frame 97
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 97
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 90 MovieClip in Frame 97
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 55 MovieClip "coins" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coint" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinu" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinv" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinw" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinx" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coiny" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinz" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinaa" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinab" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinac" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinad" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinae" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinaf" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinag" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinah" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinai" in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 75 MovieClip "circle" in Frame 97
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 15;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Instance of Symbol 100 MovieClip in Frame 222
onClipEvent (load) {
if (_root.coinz >= 35) {
_root.gotoAndPlay("bonus");
} else {
_root.gotoAndPlay("gainpassword");
}
}
Frame 295
_root.points = _root.points + 500;
Frame 600
_root.goal._x = 20.1;
_root.goal._y = 334.45;
_root.circle._y = 334.45;
_root.circle._x = 530;
stop();
_root.coinz = 0;
Instance of Symbol 64 MovieClip in Frame 600
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 600
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 67 MovieClip in Frame 600
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay("gameover", "gameover");
}
}
Instance of Symbol 64 MovieClip in Frame 600
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 600
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 69 MovieClip in Frame 600
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 600
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 600
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 600
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 600
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 75 MovieClip "circle" in Frame 600
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Instance of Symbol 81 MovieClip in Frame 600
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay("gameover");
}
}
Frame 601
_root.circle._y = 201.9;
_root.circle._x = 530;
_root.goal._x = 20.1;
_root.goal._y = 334.45;
Instance of Symbol 69 MovieClip in Frame 601
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 601
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 55 MovieClip "coinad" in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinae" in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinaf" in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinag" in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinah" in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinai" in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinaj" in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinak" in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinal" in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 112 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Frame 602
_root.circle._y = 334.45;
_root.circle._x = 530;
_root.goalb._x = 530;
_root.goalb._y = 67.5;
_quality = "High";
Instance of Symbol 69 MovieClip in Frame 602
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 602
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 602
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 602
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 602
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 44 MovieClip in Frame 602
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 55 MovieClip "coinam" in Frame 602
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinan" in Frame 602
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinao" in Frame 602
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinap" in Frame 602
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 75 MovieClip "circle" in Frame 602
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Frame 603
_root.goal._x = 20.1;
_root.goal._y = 334.45;
_root.circle._y = 334.45;
_root.circle._x = 530;
Instance of Symbol 69 MovieClip in Frame 603
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 603
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 603
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 55 MovieClip "coinav" in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinaw" in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinaq" in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinar" in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinas" in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinat" in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinau" in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 75 MovieClip "circle" in Frame 603
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Frame 604
_root.circle._y = 134.355;
_root.circle._x = 530;
Instance of Symbol 86 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.play();
}
}
Instance of Symbol 65 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 125 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinay" in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinaz" in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinax" in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 100 MovieClip in Frame 729
onClipEvent (load) {
if (_root.coinz >= 23) {
_root.gotoAndPlay("bonus2");
} else {
_root.gotoAndPlay("gainpassword2");
}
}
Frame 802
_root.points = _root.points + 500;
Frame 1107
stop();
_root.goal._x = 20.1;
_root.goal._y = 334.45;
_root.circle._y = 334.45;
_root.circle._x = 530;
_root.coinz = 0;
function MakeRock() {
z++;
duplicateMovieClip (_root.rock, "rock" + z, z);
setProperty("rock" + z, _x , random(550));
}
_root.z = 0;
Instance of Symbol 64 MovieClip in Frame 1107
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 1107
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 67 MovieClip in Frame 1107
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay("gameover", "gameover");
}
if (this.hitTest(_root.rock)) {
_root.rock.removeMovieClip();
}
}
Instance of Symbol 64 MovieClip in Frame 1107
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 1107
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 69 MovieClip in Frame 1107
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 81 MovieClip in Frame 1107
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay("gameover");
}
}
Instance of Symbol 75 MovieClip "circle" in Frame 1107
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Frame 1108
_root.circle._y = 201.9;
_root.circle._x = 530;
_root.goal._x = 20.1;
_root.goal._y = 94.4;
Instance of Symbol 69 MovieClip in Frame 1108
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.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 1109
_root.goal._x = 20.1;
_root.goal._y = 334.45;
_root.circle._y = 334.45;
_root.circle._x = 530;
Instance of Symbol 170 MovieClip in Frame 1109
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._y = _root.circle._y + 3.75;
}
}
Frame 1110
_root.goal._x = 20.1;
_root.goal._y = 334.45;
_root.circle._y = 334.45;
_root.circle._x = 530;
Instance of Symbol 69 MovieClip in Frame 1110
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 1110
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 172 MovieClip in Frame 1110
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 69 MovieClip in Frame 1110
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 55 MovieClip "coinaz" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinba" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbl" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbc" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbd" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbb" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbf" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbg" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbe" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbi" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbj" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbh" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbk" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbm" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Instance of Symbol 55 MovieClip "coinbm" in Frame 1110
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.nextFrame();
}
}
Frame 1111
_root.goal._x = 20.1;
_root.goal._y = 334.45;
_root.circle._y = 334.45;
_root.circle._x = 530;
function MakeRock() {
z++;
duplicateMovieClip (_root.rock, "rock" + z, z);
setProperty("rock" + z, _x , random(550));
}
_root.z = 0;
Instance of Symbol 64 MovieClip in Frame 1111
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 1111
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 67 MovieClip in Frame 1111
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay("gameover", "gameover");
}
}
Instance of Symbol 86 MovieClip in Frame 1111
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.play();
}
}
Instance of Symbol 75 MovieClip "circle" in Frame 1111
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Instance of Symbol 100 MovieClip in Frame 1236
onClipEvent (load) {
if (_root.coinz >= 15) {
_root.gotoAndPlay("bonus3");
} else {
_root.gotoAndPlay("gainpassword3");
}
}
Frame 1309
_root.points = _root.points + 500;
Frame 1612
stop();
_root.goal._x = 20.1;
_root.goal._y = 334.45;
_root.circle._y = 225;
_root.circle._x = 530;
_root.coinz = 0;
function MakeRock() {
z++;
duplicateMovieClip (_root.rock, "rock" + z, z);
setProperty("rock" + z, _x , random(550));
}
_root.z = 0;
Instance of Symbol 64 MovieClip in Frame 1612
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 1612
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 64 MovieClip in Frame 1612
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 1612
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 190 MovieClip in Frame 1612
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.nextFrame();
}
}
Instance of Symbol 192 MovieClip in Frame 1612
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay("gameover", "gameover");
}
}
Instance of Symbol 69 MovieClip in Frame 1612
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 75 MovieClip "circle" in Frame 1612
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Instance of Symbol 81 MovieClip in Frame 1612
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay("gameover");
}
}
onClipEvent (enterFrame) {
if (_root.thing >= 5) {
_root.play();
}
}
Frame 1613
_root.thing = 0;
Instance of Symbol 65 MovieClip in Frame 1613
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._y = _root.circle._y + 6;
}
}
Instance of Symbol 208 MovieClip "circle" in Frame 1613
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + 6;
}
if (Key.isDown(38)) {
this._y = this._y - 6;
}
if (Key.isDown(37)) {
this._x = this._x - 6;
}
if (Key.isDown(40)) {
this._y = this._y + 6;
}
}
Frame 1614
_root.stop();
_root.thing = 0;
Instance of Symbol 254 MovieClip in Frame 1614
onClipEvent (enterFrame) {
if (_root.circle._x > _x) {
_x = (_x + 3);
}
}
onClipEvent (enterFrame) {
if (_root.circle._x < _x) {
_x = (_x - 3);
}
}
onClipEvent (enterFrame) {
if (_root.circle._y > _y) {
_y = (_y + 3);
}
}
onClipEvent (enterFrame) {
if (_root.circle._y < _y) {
_y = (_y - 3);
}
}
Frame 1615
_root.thing = 0;
stop();
Instance of Symbol 67 MovieClip in Frame 1616
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay("gameover", "gameover");
}
}
Instance of Symbol 86 MovieClip in Frame 1616
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.play();
}
}
Instance of Symbol 69 MovieClip in Frame 1616
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 258 MovieClip "circle" in Frame 1616
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Frame 1617
function MakeRock() {
z++;
duplicateMovieClip (_root.rock, "rock" + z, z);
setProperty("rock" + z, _x , random(550));
}
_root.z = 0;
Frame 1957
stop();
_root.goal._x = 20.1;
_root.goal._y = 334.45;
_root.circle._y = 225;
_root.circle._x = 530;
_root.coinz = 0;
function MakeRock() {
z++;
duplicateMovieClip (_root.rock, "rock" + z, z);
setProperty("rock" + z, _x , random(550));
}
_root.z = 0;
Instance of Symbol 67 MovieClip in Frame 1957
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay("gameover", "gameover");
}
if (this.hitTest(_root.rock)) {
_root.rock.removeMovieClip();
}
}
Instance of Symbol 64 MovieClip in Frame 1957
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 1957
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 64 MovieClip in Frame 1957
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 1957
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 69 MovieClip in Frame 1957
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 81 MovieClip in Frame 1957
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay("gameover");
}
}
Instance of Symbol 75 MovieClip "circle" in Frame 1957
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Frame 1958
_root.goal._x = 20.1;
_root.goal._y = 334.45;
_root.circle._y = 225;
_root.circle._x = 530;
Frame 1959
_root.goal._x = 20.1;
_root.goal._y = 334.45;
_root.circle._y = 334.45;
_root.circle._x = 530;
Instance of Symbol 69 MovieClip in Frame 1959
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Frame 1960
_root.goalb._x = 530;
_root.goalb._y = 135;
_root.circle._y = 334.45;
_root.circle._x = 530;
Instance of Symbol 64 MovieClip in Frame 1960
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 1960
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 69 MovieClip in Frame 1960
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 280 MovieClip "circle" in Frame 1960
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Frame 1961
_root.circle._x = 275;
_root.circle._y = 334.45;
_root.enemyhealth = 100;
Instance of Symbol 69 MovieClip in Frame 1961
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 64 MovieClip in Frame 1961
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 1961
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 314 MovieClip in Frame 1961
onClipEvent (load) {
_name = "ufo";
}
Instance of Symbol 280 MovieClip "circle" in Frame 1961
onClipEvent (load) {
fall = false;
jump = 0;
speed = 6;
jumpheight = 16;
maxfall = -Infinity;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ufo.headspin.thingie)) {
if (_root.bossdown) {
_root.gotoAndPlay("hurt");
}
}
}
Instance of Symbol 319 MovieClip in Frame 1961
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay("gameover");
}
}
Instance of Symbol 319 MovieClip in Frame 1962
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay("gameover");
}
}
onClipEvent (enterFrame) {
if (_root.enemyhealth <= 0) {
_root.gotoAndPlay("cutscene");
}
}
onClipEvent (load) {
Xcoordinate = _root.circle._x;
Ycoordinate = _root.circle._y;
}
Instance of Symbol 314 MovieClip "ufo" in Frame 2045
onClipEvent (enterFrame) {
this.gotoAndStop(2);
}
onClipEvent (load) {
_name = "ufo";
}
Frame 2190
_root.bossdown = 0;
Instance of Symbol 314 MovieClip "ufo" in Frame 2190
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
onClipEvent (load) {
_name = "ufo";
}
Frame 2210
_root.bossdown = 1;
Instance of Symbol 314 MovieClip "ufo" in Frame 2210
onClipEvent (load) {
_name = "ufo";
}
Frame 2211
_root.bossdown = 1;
Instance of Symbol 314 MovieClip "ufo" in Frame 2211
onClipEvent (enterFrame) {
this.gotoAndStop(3);
}
onClipEvent (load) {
_name = "ufo";
}
Frame 2217
_root.bossdown = 1;
Instance of Symbol 314 MovieClip "ufo" in Frame 2217
onClipEvent (load) {
_name = "ufo";
}
onClipEvent (enterFrame) {
this.gotoAndStop(3);
}
Frame 2262
_root.bossdown = 1;
Instance of Symbol 314 MovieClip "ufo" in Frame 2262
onClipEvent (load) {
_name = "ufo";
}
Frame 2335
_root.gotoAndPlay("Start");
Frame 2336
_root.enemyhealth = _root.enemyhealth - 10;
Instance of Symbol 329 MovieClip in Frame 2388
onClipEvent (load) {
if (_root.enemyhealth <= 30) {
_root.play();
} else if (_root.enemyhealth > 30) {
_root.gotoAndPlay("Start");
}
}
Instance of Symbol 69 MovieClip in Frame 2389
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.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 2416
_root.circle.play();
_root.enemyhealth = _root.enemyhealth + 30;
_root.circle.play();
_root.health = _root.health + 50;
Instance of Symbol 65 MovieClip in Frame 2416
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._y = _root.circle._y - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 2416
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._y = _root.circle._y + 6;
}
}
Instance of Symbol 342 MovieClip "circle" in Frame 2416
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + 6;
}
if (Key.isDown(38)) {
this._y = this._y - 6;
}
if (Key.isDown(37)) {
this._x = this._x - 6;
}
if (Key.isDown(40)) {
this._y = this._y + 6;
}
}
Frame 2446
stop();
Instance of Symbol 368 MovieClip "bomb" in Frame 2446
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.play();
}
}
Frame 2447
_root.circle._x = Xcoordinate;
_root.circle._y = Ycoordinate;
Instance of Symbol 64 MovieClip in Frame 2597
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 6;
}
}
Instance of Symbol 65 MovieClip in Frame 2597
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 65 MovieClip in Frame 2597
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._y = _root.circle._y - 6;
}
}
Frame 3972
stop();
Frame 3999
stop();
Symbol 7 MovieClip Frame 1
stop();
Symbol 17 Button
on (press) {
_root.nextFrame();
}
Symbol 20 Button
on (press) {
gotoAndPlay (6);
}
Symbol 23 Button
on (press) {
gotoAndStop ("info");
}
Symbol 26 Button
on (press) {
play();
}
Symbol 27 MovieClip Frame 1
_quality = "High";
stop();
Symbol 27 MovieClip Frame 2
_quality = "Medium";
stop();
Symbol 27 MovieClip Frame 3
_quality = "Low";
stop();
Instance of Symbol 41 MovieClip "red" in Symbol 42 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name == "red") {
count++;
if (((count % 2) / _root.runspeed) == 0) {
this.duplicateMovieClip("copy" + count, count);
}
} else {
_yscale = (_yscale - (15 / _root.runspeed));
_xscale = (_yscale - (15 / _root.runspeed));
if (_xscale <= 0) {
this.removeMovieClip();
}
_alpha = (_alpha - (5 / _root.runspeed));
_y = (_y - (5 / _root.runspeed));
if (Math.random() < 0.5) {
_x = (_x - ((Math.random() * 2) / _root.runspeed));
} else {
_x = (_x + ((Math.random() * 2) / _root.runspeed));
}
}
}
Instance of Symbol 41 MovieClip "yellow" in Symbol 43 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name == "yellow") {
count++;
if (((count % 2) / _root.runspeed) == 0) {
this.duplicateMovieClip("copy" + count, count);
}
} else {
_yscale = (_yscale - (15 / _root.runspeed));
_xscale = (_yscale - (15 / _root.runspeed));
if (_xscale <= 0) {
this.removeMovieClip();
}
_alpha = (_alpha - (5 / _root.runspeed));
_y = (_y - (5 / _root.runspeed));
if (Math.random() < 0.5) {
_x = (_x - ((Math.random() * 2) / _root.runspeed));
} else {
_x = (_x + ((Math.random() * 2) / _root.runspeed));
}
}
}
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
_root.coinz = _root.coinz + 1;
_root.points = _root.points + 10;
Symbol 59 Button
on (press) {
gotoAndPlay ("lvl1");
}
Instance of Symbol 72 MovieClip "maingoal" in Symbol 73 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle.play();
}
}
Symbol 75 MovieClip Frame 10
stop();
Symbol 75 MovieClip Frame 19
_root.nextFrame();
_root.points = _root.points + 100;
Symbol 112 MovieClip Frame 1
stop();
Instance of Symbol 48 MovieClip in Symbol 112 MovieClip Frame 1
/* no clip actions */
Symbol 112 MovieClip Frame 2
_root.points = _root.points + 75;
_root.health = _root.health + 15;
Instance of Symbol 72 MovieClip "maingoal" in Symbol 115 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle.play();
}
}
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
_root.coinz--;
_root.points = _root.points - 10;
Symbol 134 MovieClip Frame 20
_root.makeRock();
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 3
_root.rock.gotoAndStop(31);
stop();
_root.health = _root.health - 10;
Instance of Symbol 137 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.play();
}
}
Symbol 138 MovieClip Frame 31
stop();
_root.rock.removeMovieClip();
Instance of Symbol 144 MovieClip in Symbol 145 MovieClip Frame 35
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Symbol 170 MovieClip Frame 155
_root.health = 0;
Instance of Symbol 179 MovieClip in Symbol 181 MovieClip Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 180 MovieClip in Symbol 181 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = 0;
}
}
Instance of Symbol 179 MovieClip in Symbol 181 MovieClip Frame 20
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 10
_root.health = 0;
Instance of Symbol 212 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.play();
}
}
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 30
stop();
_root.thing++;
_root.points = _root.points + 100;
Instance of Symbol 243 MovieClip in Symbol 244 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.play();
}
}
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 10
stop();
_root.gotoAndPlay("gameover");
Instance of Symbol 252 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
this.play();
}
}
Symbol 255 MovieClip Frame 100
_root.nextFrame();
Instance of Symbol 265 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = 0;
}
}
Instance of Symbol 266 MovieClip in Symbol 267 MovieClip Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Symbol 267 MovieClip Frame 130
stop();
Instance of Symbol 273 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = 0;
}
}
Symbol 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 15
_root.gotoAndPlay("ufo");
Instance of Symbol 302 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Instance of Symbol 304 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x + 6;
}
}
Symbol 313 MovieClip Frame 1
_root.stop();
Symbol 313 MovieClip Frame 2
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 3
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 4
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 5
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 6
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 7
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 8
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 9
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 10
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 11
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 12
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 13
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 14
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 15
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 16
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 17
_root.ufo._y = _root.ufo._y - 10;
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
stop();
Instance of Symbol 295 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Symbol 314 MovieClip Frame 3
stop();
Instance of Symbol 299 MovieClip in Symbol 314 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Symbol 314 MovieClip Frame 4
stop();
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 13
_root.health = _root.health + 50;
Symbol 346 MovieClip Frame 10
gotoAndPlay (2);
Instance of Symbol 355 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 50;
}
}
Symbol 368 MovieClip Frame 1
stop();
Instance of Symbol 347 MovieClip in Symbol 368 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.circle._x > _root.bomb._x) {
_root.bomb._x = _root.bomb._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.circle._x < _root.bomb._x) {
_root.bomb._x = _root.bomb._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.circle._y > _root.bomb._y) {
_root.bomb._y = _root.bomb._y + 3;
}
}
onClipEvent (enterFrame) {
if (_root.circle._y < _root.bomb._y) {
_root.bomb._y = _root.bomb._y - 3;
}
}
Symbol 368 MovieClip Frame 36
_root.enemyhealth = _root.enemyhealth - 10;
Instance of Symbol 356 MovieClip in Symbol 368 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health--;
}
}
Instance of Symbol 347 MovieClip in Symbol 368 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.circle._x > _x) {
_root.bomb._x = _root.bomb._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.circle._x < _x) {
_root.bomb._x = _root.bomb._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.circle._y > _y) {
_root.bomb._y = _root.bomb._y + 3;
}
}
onClipEvent (enterFrame) {
if (_root.circle._y < _y) {
_root.bomb._y = _root.bomb._y - 3;
}
}
Symbol 409 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 417 Button
on (press) {
_root.gotoAndStop("menu");
}