Frame 1
stopAllSounds();
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadBar._width = getPercent * 280;
this.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
Frame 2
this.gotoAndPlay(1);
Frame 3
stop();
Frame 4
_root.checkpoint1 = false;
_root.checkpoint2 = false;
_root.checkpoint3 = false;
_root.checkpoint4 = false;
Frame 512
_root.yutahp = 124;
_root.damage = 0;
_root.checkpoint1 = false;
Frame 515
_root.yutaBar._width = _root.yutahp;
_root.truefalse = false;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Instance of Symbol 142 MovieClip in Frame 515
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 142 MovieClip in Frame 515
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 142 MovieClip in Frame 515
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 142 MovieClip in Frame 515
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 142 MovieClip in Frame 515
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 142 MovieClip in Frame 515
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 142 MovieClip in Frame 515
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 143 MovieClip in Frame 515
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 6;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 515
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 147 MovieClip "barz" in Frame 515
onClipEvent (enterFrame) {
if (_root.barz.hitTest(_root.circle)) {
_root.truefalse = true;
}
}
Instance of Symbol 220 MovieClip "circle" in Frame 515
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 5;
speed = 7;
jumpheight = 12.5;
maxfall = -999;
}
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 ((Key.isDown(38) && (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 243 MovieClip "attacks" in Frame 515
onClipEvent (enterFrame) {
this._x = _root.circle._x;
}
onClipEvent (enterFrame) {
this._y = _root.circle._y;
}
Instance of Symbol 283 MovieClip "blastLine" in Frame 515
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle.unloadMovie();
_root.blastLine.gotoAndPlay(2);
}
}
Frame 516
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 517
_root.yutaBar._width = _root.yutahp;
if (truefalse == true) {
this.gotoAndPlay(591);
} else if (truefalse == false) {
this.gotoAndPlay(516);
}
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 518
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 519
stopAllSounds();
Frame 561
stop();
Frame 576
stopAllSounds();
Frame 590
_root.yutahp = 124;
if (_root.checkpoint2 == true) {
this.gotoAndPlay(851);
} else if (_root.checkpoint1 == true) {
this.gotoAndPlay(611);
} else {
this.gotoAndPlay(515);
}
Frame 591
_root.yutaBar._width = _root.yutahp;
_root.truefalse = false;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Instance of Symbol 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 142 MovieClip in Frame 591
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 147 MovieClip "barz" in Frame 591
onClipEvent (enterFrame) {
if (_root.barz.hitTest(_root.circle)) {
_root.truefalse = true;
}
}
Instance of Symbol 220 MovieClip "circle" in Frame 591
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 7;
jumpheight = 12.5;
maxfall = -999;
}
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 ((Key.isDown(38) && (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 243 MovieClip "sword" in Frame 591
onClipEvent (enterFrame) {
this._x = _root.circle._x;
}
onClipEvent (enterFrame) {
this._y = _root.circle._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block2)) {
_root.block2.unloadMovie();
}
}
Frame 592
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 593
_root.yutaBar._width = _root.yutahp;
if (truefalse == true) {
this.gotoAndPlay(594);
} else if (truefalse == false) {
this.gotoAndPlay(592);
}
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 594
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 595
_root.yutaBar._width = _root.yutahp;
_root.truefalse = false;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Instance of Symbol 142 MovieClip in Frame 595
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 142 MovieClip in Frame 595
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 142 MovieClip in Frame 595
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 142 MovieClip in Frame 595
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 142 MovieClip in Frame 595
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 142 MovieClip in Frame 595
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 143 MovieClip in Frame 595
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 147 MovieClip "barz" in Frame 595
onClipEvent (enterFrame) {
if (_root.barz.hitTest(_root.circle)) {
_root.truefalse = true;
}
}
Instance of Symbol 220 MovieClip "circle" in Frame 595
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 7;
jumpheight = 12.5;
maxfall = -999;
}
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 ((Key.isDown(38) && (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 (_root.bomb.explosion.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 22;
}
}
Instance of Symbol 243 MovieClip "sword" in Frame 595
onClipEvent (enterFrame) {
this._x = _root.circle._x;
}
onClipEvent (enterFrame) {
this._y = _root.circle._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block2)) {
_root.block2.unloadMovie();
}
}
Instance of Symbol 337 MovieClip "ukithrow" in Frame 595
onClipEvent (enterFrame) {
if (_root.ukithrow.bomb.explosion.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 31.88664422;
_root.damage = _root.damage + 3;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 10 + (_root.damage / 2);
}
}
Instance of Symbol 340 MovieClip "blastLine" in Frame 595
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle.unloadMovie();
_root.blastLine.gotoAndPlay(2);
}
}
Frame 596
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 597
_root.yutaBar._width = _root.yutahp;
if (truefalse == true) {
this.gotoAndPlay(598);
} else if (truefalse == false) {
this.gotoAndPlay(596);
}
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 598
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 599
_root.yutaBar._width = _root.yutahp;
_root.truefalse = false;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Instance of Symbol 142 MovieClip in Frame 599
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 142 MovieClip in Frame 599
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 142 MovieClip in Frame 599
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 142 MovieClip in Frame 599
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 142 MovieClip in Frame 599
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 142 MovieClip in Frame 599
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 142 MovieClip in Frame 599
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 340 MovieClip "blastLine" in Frame 599
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle.unloadMovie();
_root.blastLine.gotoAndPlay(2);
}
}
Instance of Symbol 147 MovieClip "barz" in Frame 599
onClipEvent (enterFrame) {
if (_root.barz.hitTest(_root.circle)) {
_root.truefalse = true;
}
}
Instance of Symbol 220 MovieClip "circle" in Frame 599
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 7;
jumpheight = 12.5;
maxfall = -999;
}
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 ((Key.isDown(38) && (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 (_root.bomb.explosion.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 22;
}
}
Instance of Symbol 243 MovieClip "sword" in Frame 599
onClipEvent (enterFrame) {
this._x = _root.circle._x;
}
onClipEvent (enterFrame) {
this._y = _root.circle._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block2)) {
_root.block2.unloadMovie();
}
}
Instance of Symbol 366 MovieClip "mine" in Frame 599
onClipEvent (enterFrame) {
if (_root.mine.sensor.hitTest(_root.circle)) {
_root.mine.gotoAndPlay(41);
}
}
onClipEvent (enterFrame) {
if (_root.mine.explosion2.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 31.88664422;
_root.damage = _root.damage + 3;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 10 + (_root.damage / 2);
}
}
Instance of Symbol 369 MovieClip "mine2" in Frame 599
onClipEvent (enterFrame) {
if (_root.mine2.sensor2.hitTest(_root.circle)) {
_root.mine2.gotoAndPlay(41);
}
}
onClipEvent (enterFrame) {
if (_root.mine2.explosion3.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 31.88664422;
_root.damage = _root.damage + 3;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 10 + _root.damage;
}
}
Frame 600
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 601
_root.yutaBar._width = _root.yutahp;
if (truefalse == true) {
this.gotoAndPlay(602);
} else if (truefalse == false) {
this.gotoAndPlay(600);
}
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 602
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 603
_root.yutaBar._width = _root.yutahp;
_root.truefalse = false;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Instance of Symbol 142 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 142 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 142 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 142 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 142 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 142 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 142 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 142 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 142 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 142 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 142 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 142 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 143 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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 200;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
}
}
Instance of Symbol 143 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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 200;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
}
}
Instance of Symbol 143 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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 200;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
}
}
Instance of Symbol 378 MovieClip "box" 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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.box.gotoAndPlay(2);
_root.circle.jump = 20;
}
}
Instance of Symbol 366 MovieClip "mine" in Frame 603
onClipEvent (enterFrame) {
if (_root.mine.sensor.hitTest(_root.circle)) {
_root.mine.gotoAndPlay(41);
}
}
onClipEvent (enterFrame) {
if (_root.mine.explosion2.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 31.88664422;
_root.damage = _root.damage + 3;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 10 + (_root.damage / 2);
}
}
Instance of Symbol 393 MovieClip "blastLine" in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle.unloadMovie();
_root.blastLine.gotoAndPlay(2);
}
}
Instance of Symbol 147 MovieClip "barz" in Frame 603
onClipEvent (enterFrame) {
if (_root.barz.hitTest(_root.circle)) {
_root.truefalse = true;
}
}
Instance of Symbol 400 MovieClip "piggy" in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.damage = _root.damage + 8;
_root.yutahp = _root.yutahp - 2;
_root.circle.jump = 1 + (_root.damage / 4);
_root.circle.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.piggy.pigg.hitTest(_root.attacks.sword2)) {
_root.piggy.gotoAndPlay(2);
}
}
Instance of Symbol 220 MovieClip "circle" in Frame 603
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 7;
jumpheight = 12.5;
maxfall = -999;
}
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 ((Key.isDown(38) && (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 (_root.bomb.explosion.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 22;
}
}
Instance of Symbol 243 MovieClip "attacks" in Frame 603
onClipEvent (enterFrame) {
this._x = _root.circle._x;
}
onClipEvent (enterFrame) {
this._y = _root.circle._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block2)) {
_root.block2.unloadMovie();
}
}
Frame 604
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 605
_root.yutaBar._width = _root.yutahp;
if (truefalse == true) {
this.gotoAndPlay(606);
} else if (truefalse == false) {
this.gotoAndPlay(604);
}
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 606
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 607
_root.yutaBar._width = _root.yutahp;
_root.truefalse = false;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Instance of Symbol 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 142 MovieClip in Frame 607
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 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 200;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 142 MovieClip in Frame 607
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 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 200;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 143 MovieClip in Frame 607
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 6 + (_root.damage / 2);
}
}
Instance of Symbol 366 MovieClip "mine" in Frame 607
onClipEvent (enterFrame) {
if (_root.mine.sensor.hitTest(_root.circle)) {
_root.mine.gotoAndPlay(41);
}
}
onClipEvent (enterFrame) {
if (_root.mine.explosion2.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 31.88664422;
_root.damage = _root.damage + 3;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 10 + (_root.damage / 2);
}
}
Instance of Symbol 400 MovieClip "piggy" in Frame 607
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.damage = _root.damage + 8;
_root.yutahp = _root.yutahp - 2;
_root.circle.jump = 1 + (_root.damage / 4);
_root.circle.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.piggy.pigg.hitTest(_root.attacks.sword2)) {
_root.piggy.gotoAndPlay(2);
}
}
Instance of Symbol 393 MovieClip "blastLine" in Frame 607
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle.unloadMovie();
_root.blastLine.gotoAndPlay(2);
}
}
Instance of Symbol 147 MovieClip "barz" in Frame 607
onClipEvent (enterFrame) {
if (_root.barz.hitTest(_root.circle)) {
_root.truefalse = true;
}
}
Instance of Symbol 220 MovieClip "circle" in Frame 607
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 7;
jumpheight = 12.5;
maxfall = -999;
}
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 ((Key.isDown(38) && (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 (_root.bomb.explosion.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 22;
}
}
Instance of Symbol 243 MovieClip "attacks" in Frame 607
onClipEvent (enterFrame) {
this._x = _root.circle._x;
}
onClipEvent (enterFrame) {
this._y = _root.circle._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block2)) {
_root.block2.unloadMovie();
}
}
Frame 608
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 609
_root.yutaBar._width = _root.yutahp;
if (truefalse == true) {
this.gotoAndPlay(610);
} else if (truefalse == false) {
this.gotoAndPlay(608);
}
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 610
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 611
_root.yutaBar._width = _root.yutahp;
_root.checkpoint1 = true;
_root.truefalse = false;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Instance of Symbol 142 MovieClip in Frame 611
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 142 MovieClip in Frame 611
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 142 MovieClip in Frame 611
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 142 MovieClip in Frame 611
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 142 MovieClip in Frame 611
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 142 MovieClip in Frame 611
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 142 MovieClip in Frame 611
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 142 MovieClip in Frame 611
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 142 MovieClip in Frame 611
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 393 MovieClip "blastLine" in Frame 611
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle.unloadMovie();
_root.blastLine.gotoAndPlay(2);
}
}
Instance of Symbol 147 MovieClip "barz" in Frame 611
onClipEvent (enterFrame) {
if (_root.barz.hitTest(_root.circle)) {
_root.truefalse = true;
}
}
Instance of Symbol 410 MovieClip in Frame 611
onClipEvent (enterFrame) {
this._x = _root.circle._x;
this._y = _root.circle._y;
}
Instance of Symbol 220 MovieClip "circle" in Frame 611
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 7;
jumpheight = 12.5;
maxfall = -999;
}
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 ((Key.isDown(38) && (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 (_root.bomb.explosion.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 22;
}
}
Instance of Symbol 243 MovieClip "attacks" in Frame 611
onClipEvent (enterFrame) {
this._x = _root.circle._x;
}
onClipEvent (enterFrame) {
this._y = _root.circle._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block2)) {
_root.block2.unloadMovie();
}
}
Instance of Symbol 442 MovieClip "bullets" in Frame 611
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.damage = _root.damage + 4;
_root.yutahp = _root.yutahp - 23.456789;
_root.circle.gotoAndPlay(6);
}
}
Frame 612
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 613
_root.yutaBar._width = _root.yutahp;
if (truefalse == true) {
this.gotoAndPlay(614);
} else if (truefalse == false) {
this.gotoAndPlay(612);
}
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 614
_root.yutaBar._width = _root.yutahp;
stopAllSounds();
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 851
_root.yutaBar._width = _root.yutahp;
_root.checkpoint1 = true;
_root.yutaBar._width = _root.yutahp;
_root.checkpoint2 = true;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Instance of Symbol 477 MovieClip "blastbottom" in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 9999999;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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 142 MovieClip in Frame 851
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 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 20;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 494 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 20;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 20;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 20;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 20;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 20;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 494 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 20;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 494 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 20;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 20;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 142 MovieClip in Frame 851
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;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle._x = _root.circle._x - 3.45;
}
}
Instance of Symbol 390 MovieClip "fan3" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.fan3.fan.gotoAndPlay(2);
_root.circle.gotoAndPlay(6);
_root.yutahp = _root.yutahp - 6.778899;
_root.damage = _root.damage + 2;
}
}
Instance of Symbol 390 MovieClip "fan4" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.fan4.fan.gotoAndPlay(2);
_root.circle.gotoAndPlay(6);
_root.yutahp = _root.yutahp - 6.778899;
_root.damage = _root.damage + 2;
}
}
Instance of Symbol 390 MovieClip "fan5" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.fan5.fan.gotoAndPlay(2);
_root.circle.gotoAndPlay(6);
_root.yutahp = _root.yutahp - 6.778899;
_root.damage = _root.damage + 2;
}
}
Instance of Symbol 390 MovieClip "fan6" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.fan6.fan.gotoAndPlay(2);
_root.circle.gotoAndPlay(6);
_root.yutahp = _root.yutahp - 6.778899;
_root.damage = _root.damage + 2;
}
}
Instance of Symbol 390 MovieClip "fan7" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.fan7.fan.gotoAndPlay(2);
_root.circle.gotoAndPlay(6);
_root.yutahp = _root.yutahp - 6.778899;
_root.damage = _root.damage + 2;
}
}
Instance of Symbol 390 MovieClip "fan8" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.fan8.fan.gotoAndPlay(2);
_root.circle.gotoAndPlay(6);
_root.yutahp = _root.yutahp - 6.778899;
_root.damage = _root.damage + 2;
}
}
Instance of Symbol 390 MovieClip "fan9" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.fan9.fan.gotoAndPlay(2);
_root.circle.gotoAndPlay(6);
_root.yutahp = _root.yutahp - 6.778899;
_root.damage = _root.damage + 2;
}
}
Instance of Symbol 390 MovieClip "fan10" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.fan10.fan.gotoAndPlay(2);
_root.circle.gotoAndPlay(6);
_root.yutahp = _root.yutahp - 6.778899;
_root.damage = _root.damage + 2;
}
}
Instance of Symbol 147 MovieClip "barz" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.truefalse = true;
}
}
Instance of Symbol 390 MovieClip "fan11" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.fan11.fan.gotoAndPlay(2);
_root.circle.gotoAndPlay(6);
_root.yutahp = _root.yutahp - 6.778899;
_root.damage = _root.damage + 2;
}
}
Instance of Symbol 503 MovieClip "blastLine" in Frame 851
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle.unloadMovie();
_root.blastLine.gotoAndPlay(2);
}
}
Instance of Symbol 220 MovieClip "circle" in Frame 851
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 7;
jumpheight = 12.5;
maxfall = -999;
}
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 ((Key.isDown(38) && (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 (_root.bomb.explosion.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 22;
}
}
Instance of Symbol 243 MovieClip "attacks" in Frame 851
onClipEvent (enterFrame) {
this._x = _root.circle._x;
}
onClipEvent (enterFrame) {
this._y = _root.circle._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.block2)) {
_root.block2.unloadMovie();
}
}
Frame 852
_root.yutaBar._width = _root.yutahp;
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 853
_root.yutaBar._width = _root.yutahp;
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 854
_root.yutaBar._width = _root.yutahp;
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 855
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 856
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 857
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 858
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 859
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 860
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 861
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 862
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 863
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 864
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 865
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 866
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 867
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 868
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 869
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 870
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 871
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 872
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 873
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 874
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 875
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 876
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 877
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 878
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 879
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 880
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 881
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 882
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 883
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 884
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 885
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 886
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 887
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 888
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 889
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 890
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 891
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 892
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 893
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 894
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 895
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 896
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 897
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 898
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 899
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 900
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 901
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 902
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 903
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 904
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 905
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 906
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 907
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 908
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 909
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 910
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 911
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 912
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 913
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 914
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 915
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 916
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 917
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 918
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 919
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 920
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 921
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 922
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 923
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 924
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 925
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 926
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 927
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 928
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 929
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 930
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 931
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 932
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 933
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 934
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 935
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 936
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 937
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 938
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 939
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 940
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 941
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 942
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 943
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 944
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 945
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 946
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 947
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 948
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 949
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 950
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 951
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 952
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 953
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 954
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 955
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 956
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 957
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 958
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 959
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 960
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 961
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 962
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 963
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 964
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 965
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 966
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 967
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 968
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 969
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 970
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 971
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 972
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 973
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 974
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 975
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 976
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 977
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 978
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 979
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 980
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 981
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 982
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 983
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 984
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 985
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 986
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 987
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 988
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 989
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 990
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 991
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 992
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 993
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 994
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 995
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 996
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 997
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 998
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 999
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1000
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1001
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1002
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1003
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1004
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1005
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1006
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1007
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1008
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1009
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1010
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1011
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1012
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1013
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1014
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1015
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1016
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1017
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1018
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1019
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1020
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1021
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1022
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1023
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1024
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1025
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1026
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1027
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1028
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1029
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1030
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1031
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1032
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1033
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1034
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1035
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1036
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1037
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1038
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1039
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1040
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1041
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1042
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1043
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1044
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1045
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1046
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1047
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1048
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1049
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1050
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1051
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1052
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1053
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1054
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1055
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1056
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1057
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1058
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1059
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1060
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1061
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1062
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1063
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1064
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1065
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1066
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1067
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1068
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1069
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1070
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1071
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1072
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1073
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1074
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1075
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1076
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1077
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1078
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1079
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1080
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1081
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1082
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1083
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1084
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1085
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1086
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1087
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1088
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1089
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1090
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1091
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1092
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1093
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1094
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1095
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1096
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1097
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1098
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1099
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1100
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1101
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1102
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1103
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1104
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1105
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1106
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1107
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1108
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1109
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1110
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1111
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1112
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1113
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1114
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1115
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1116
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1117
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1118
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1119
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1120
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1121
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1122
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1123
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1124
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1125
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1126
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1127
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1128
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1129
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1130
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1131
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1132
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1133
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1134
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1135
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1136
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1137
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1138
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1139
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1140
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1141
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1142
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1143
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1144
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1145
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1146
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1147
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1148
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1149
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1150
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1151
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1152
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1153
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1154
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1155
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1156
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1157
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1158
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1159
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1160
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1161
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1162
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1163
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1164
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1165
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1166
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1167
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1168
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1169
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1170
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1171
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1172
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1173
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1174
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1175
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1176
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1177
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1178
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1179
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1180
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1181
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1182
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1183
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1184
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1185
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1186
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1187
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1188
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1189
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1190
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1191
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1192
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1193
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1194
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1195
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1196
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1197
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1198
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1199
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1200
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1201
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1202
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1203
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1204
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1205
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1206
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1207
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1208
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1209
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1210
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1211
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1212
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1213
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1214
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1215
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1216
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1217
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1218
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1219
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1220
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1221
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1222
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1223
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1224
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1225
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1226
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1227
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1228
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1229
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1230
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1231
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1232
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1233
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1234
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1235
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1236
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1237
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1238
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1239
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1240
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1241
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1242
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1243
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1244
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1245
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1246
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1247
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1248
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1249
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1250
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1251
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1252
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1253
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1254
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1255
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1256
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1257
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1258
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1259
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1260
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1261
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1262
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1263
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1264
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1265
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1266
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1267
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1268
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1269
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1270
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1271
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1272
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1273
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1274
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1275
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1276
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1277
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1278
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1279
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1280
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1281
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1282
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1283
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1284
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1285
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1286
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1287
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1288
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1289
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1290
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1291
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1292
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1293
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1294
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1295
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1296
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1297
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1298
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1299
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1300
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1301
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1302
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1303
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1304
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1305
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1306
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1307
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1308
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1309
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1310
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1311
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1312
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1313
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1314
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1315
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1316
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1317
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1318
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1319
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1320
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1321
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1322
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1323
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1324
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1325
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1326
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1327
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1328
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1329
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1330
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1331
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1332
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1333
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1334
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1335
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1336
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1337
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1338
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1339
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1340
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1341
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1342
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1343
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1344
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1345
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1346
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1347
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1348
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1349
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1350
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1351
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1352
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1353
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1354
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1355
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1356
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1357
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1358
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1359
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1360
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1361
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1362
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1363
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1364
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1365
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1366
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1367
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1368
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1369
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1370
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1371
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1372
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1373
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1374
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1375
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1376
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1377
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1378
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1379
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1380
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1381
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1382
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1383
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1384
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1385
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1386
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1387
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1388
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1389
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1390
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1391
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1392
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1393
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1394
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1395
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1396
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1397
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1398
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1399
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1400
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1401
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1402
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1403
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1404
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1405
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1406
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1407
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1408
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1409
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1410
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1411
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1412
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1413
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1414
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1415
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1416
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1417
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1418
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1419
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1420
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1421
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1422
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1423
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1424
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1425
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1426
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1427
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1428
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1429
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1430
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1431
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1432
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1433
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1434
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1435
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1436
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1437
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1438
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1439
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1440
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1441
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1442
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1443
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1444
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1445
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1446
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1447
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1448
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1449
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1450
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1451
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1452
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1453
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1454
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1455
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1456
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1457
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1458
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1459
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1460
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1461
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1462
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1463
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1464
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1465
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1466
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1467
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1468
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1469
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1470
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1471
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1472
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1473
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1474
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1475
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1476
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1477
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1478
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1479
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1480
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1481
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1482
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1483
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1484
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1485
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1486
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1487
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1488
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1489
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1490
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1491
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1492
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1493
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1494
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1495
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1496
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1497
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1498
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1499
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1500
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1501
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1502
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1503
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1504
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1505
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1506
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1507
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1508
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1509
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1510
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1511
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1512
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1513
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1514
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1515
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1516
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1517
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1518
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1519
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1520
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1521
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1522
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1523
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1524
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1525
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1526
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1527
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1528
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1529
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1530
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1531
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1532
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1533
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1534
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1535
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1536
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1537
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1538
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1539
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1540
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1541
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1542
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1543
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1544
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1545
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1546
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1547
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1548
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1549
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1550
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1551
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1552
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1553
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1554
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1555
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1556
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1557
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1558
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1559
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1560
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1561
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1562
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1563
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1564
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1565
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1566
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1567
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1568
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1569
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1570
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1571
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1572
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1573
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1574
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1575
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1576
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1577
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1578
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1579
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1580
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1581
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1582
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1583
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1584
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1585
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1586
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1587
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1588
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1589
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1590
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1591
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1592
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1593
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1594
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1595
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1596
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1597
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1598
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1599
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1600
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1601
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1602
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1603
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1604
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1605
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1606
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1607
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1608
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1609
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1610
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1611
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1612
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1613
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1614
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1615
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1616
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1617
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1618
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1619
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1620
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1621
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1622
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1623
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1624
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1625
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1626
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1627
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1628
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1629
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1630
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1631
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1632
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1633
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1634
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1635
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1636
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1637
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1638
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1639
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1640
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1641
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1642
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1643
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1644
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1645
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1646
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1647
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1648
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1649
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1650
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1651
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1652
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1653
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1654
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1655
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1656
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1657
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1658
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1659
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1660
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1661
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1662
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1663
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1664
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1665
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1666
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1667
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1668
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1669
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1670
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1671
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1672
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1673
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1674
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1675
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1676
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1677
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1678
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1679
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1680
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1681
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1682
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1683
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1684
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1685
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1686
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1687
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1688
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1689
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1690
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1691
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1692
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1693
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1694
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1695
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1696
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1697
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1698
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1699
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1700
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1701
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1702
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1703
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1704
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1705
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1706
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1707
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1708
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1709
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1710
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1711
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1712
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1713
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1714
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1715
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1716
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1717
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1718
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1719
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1720
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1721
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1722
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1723
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1724
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1725
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1726
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1727
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1728
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1729
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1730
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1731
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1732
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1733
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1734
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1735
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1736
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1737
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1738
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1739
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1740
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1741
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1742
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1743
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1744
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1745
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1746
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1747
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1748
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1749
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1750
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1751
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1752
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1753
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1754
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1755
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1756
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1757
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1758
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1759
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1760
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1761
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1762
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1763
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1764
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1765
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1766
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1767
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1768
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1769
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1770
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1771
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1772
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1773
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1774
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1775
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1776
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1777
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1778
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1779
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1780
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1781
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1782
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1783
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1784
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1785
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1786
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1787
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1788
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1789
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1790
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1791
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1792
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1793
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1794
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1795
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1796
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1797
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1798
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1799
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1800
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1801
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1802
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1803
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1804
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1805
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1806
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1807
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1808
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1809
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1810
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1811
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1812
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1813
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1814
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1815
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1816
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1817
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1818
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1819
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1820
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1821
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1822
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1823
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1824
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1825
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1826
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1827
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1828
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1829
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1830
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1831
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1832
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1833
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1834
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1835
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1836
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1837
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1838
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1839
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1840
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1841
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1842
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1843
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1844
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1845
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1846
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1847
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1848
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1849
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1850
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1851
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1852
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1853
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1854
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1855
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1856
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1857
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1858
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1859
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1860
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1861
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1862
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1863
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1864
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1865
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1866
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1867
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1868
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1869
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1870
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1871
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1872
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1873
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1874
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1875
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1876
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1877
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1878
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1879
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1880
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1881
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1882
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1883
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1884
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1885
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1886
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1887
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1888
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1889
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1890
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1891
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1892
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1893
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1894
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1895
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1896
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1897
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1898
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1899
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1900
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1901
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1902
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1903
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1904
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1905
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1906
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1907
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1908
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1909
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1910
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1911
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1912
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1913
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1914
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1915
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1916
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1917
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1918
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1919
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1920
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1921
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1922
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1923
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1924
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1925
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1926
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1927
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1928
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1929
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1930
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1931
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1932
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1933
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1934
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1935
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1936
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1937
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1938
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1939
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1940
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1941
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1942
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1943
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1944
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1945
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1946
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1947
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1948
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1949
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1950
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1951
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1952
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1953
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1954
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1955
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1956
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1957
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1958
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1959
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1960
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1961
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1962
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1963
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1964
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1965
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1966
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1967
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1968
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1969
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1970
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1971
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1972
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1973
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1974
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1975
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1976
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1977
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1978
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1979
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1980
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1981
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1982
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1983
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1984
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1985
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1986
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1987
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1988
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1989
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1990
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1991
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1992
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1993
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1994
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1995
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1996
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1997
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1998
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 1999
_root.yutaBar._width = _root.yutahp;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 2000
_root.truefalse = false;
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 2001
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 2002
if (truefalse == true) {
this.gotoAndPlay(2003);
} else if (truefalse == false) {
this.gotoAndPlay(2001);
}
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 2003
if (yutahp < 1) {
this.gotoAndPlay(519);
}
Frame 2004
stopAllSounds();
Frame 2210
stopAllSounds();
Frame 2236
stop();
Symbol 14 Button
on (release) {
getURL ("http://www.nuke-bros.cjb.net");
}
Symbol 26 Button
on (release) {
getURL ("http://www.kirby.classicgaming.gamespy.com");
}
Symbol 34 Button
on (release) {
getURL ("http://www.sareen.tk");
}
Symbol 39 Button
on (release) {
getURL ("http://www.sareen.tk");
}
Symbol 43 Button
on (release) {
getURL ("http://www.a1freesoundeffects.com");
}
Symbol 47 Button
on (release) {
getURL ("http://www.findsounds.com");
}
Symbol 52 Button
on (release) {
getURL ("http://www.newgrounds.com");
}
Symbol 58 Button
on (release) {
this.gotoAndPlay(850);
_root.yutahp = 124;
_root.damage = 0;
stopAllSounds();
}
Symbol 61 Button
on (release) {
play();
}
Symbol 153 Button
on (keyPress "<Left>") {
this.gotoAndStop(3);
}
Symbol 157 Button
on (keyPress "<Right>") {
this.gotoAndStop(2);
}
Symbol 159 Button
on (keyPress "<Up>") {
if (left == false) {
this.gotoAndStop(2);
} else if (left == true) {
this.gotoAndStop(3);
}
}
Symbol 169 Button
on (keyPress "<Up>") {
this.gotoAndStop(2);
}
Symbol 210 Button
on (keyPress "<Left>") {
this.gotoAndStop(126);
}
Symbol 211 Button
on (keyPress "<Right>") {
this.gotoAndStop(125);
}
Symbol 220 MovieClip Frame 1
left = false;
swordleft = false;
stop();
Symbol 220 MovieClip Frame 2
left = false;
sowrdleft = false;
stop();
Symbol 220 MovieClip Frame 3
left = true;
swordleft = true;
stop();
Symbol 220 MovieClip Frame 4
stop();
Symbol 220 MovieClip Frame 19
this.gotoAndPlay(2);
Symbol 220 MovieClip Frame 46
this.gotoAndPlay(1);
Symbol 220 MovieClip Frame 80
this.gotoAndPlay(1);
Symbol 220 MovieClip Frame 123
this.gotoAndPlay(1);
Symbol 220 MovieClip Frame 124
left = false;
swordleft = false;
stop();
Symbol 220 MovieClip Frame 125
left = false;
sowrdleft = false;
stop();
Symbol 220 MovieClip Frame 126
left = true;
swordleft = true;
stop();
Symbol 220 MovieClip Frame 167
this.gotoAndPlay(124);
Symbol 222 Button
on (keyPress "<End>") {
if (swordleft == false) {
this.gotoAndPlay(2);
} else if (swordleft == true) {
this.gotoAndPlay(122);
}
}
Symbol 227 Button
on (keyPress "<End>") {
this.gotoAndPlay(46);
}
Symbol 230 Button
on (keyPress "<End>") {
this.gotoAndPlay(69);
}
Symbol 231 Button
on (keyPress "<End>") {
this.gotoAndPlay(104);
}
Symbol 236 Button
on (keyPress "<End>") {
this.gotoAndPlay(166);
}
Symbol 237 Button
on (keyPress "<End>") {
this.gotoAndPlay(189);
}
Symbol 238 Button
on (keyPress "<End>") {
this.gotoAndPlay(224);
}
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 45
this.gotoAndPlay(1);
Symbol 243 MovieClip Frame 68
this.gotoAndPlay(1);
Symbol 243 MovieClip Frame 103
this.gotoAndPlay(1);
Symbol 243 MovieClip Frame 121
this.gotoAndPlay(1);
Symbol 243 MovieClip Frame 165
this.gotoAndPlay(1);
Symbol 243 MovieClip Frame 188
this.gotoAndPlay(1);
Symbol 243 MovieClip Frame 223
this.gotoAndPlay(1);
Symbol 243 MovieClip Frame 241
this.gotoAndPlay(1);
Symbol 255 Button
on (release) {
play();
}
Symbol 270 Button
on (release) {
play();
}
Symbol 271 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 2
stop();
Symbol 271 MovieClip Frame 3
stop();
Symbol 271 MovieClip Frame 4
stop();
Symbol 271 MovieClip Frame 5
stop();
Symbol 271 MovieClip Frame 6
stop();
Symbol 271 MovieClip Frame 7
stop();
Symbol 277 Button
on (keyPress "<Down>") {
this.gotoAndStop(4);
}
Symbol 278 MovieClip Frame 1
left = false;
stop();
Symbol 278 MovieClip Frame 2
left = false;
stop();
Symbol 278 MovieClip Frame 3
left = true;
stop();
Symbol 278 MovieClip Frame 4
stop();
Symbol 278 MovieClip Frame 19
this.gotoAndPlay(2);
Symbol 283 MovieClip Frame 1
stop();
Instance of Symbol 278 MovieClip "circle" in Symbol 283 MovieClip Frame 2
/* no clip actions */
Symbol 283 MovieClip Frame 43
_root.yutahp = _root.yutahp - 1000000;
_root.damage = 0;
Symbol 295 Button
on (release) {
play();
}
Instance of Symbol 325 MovieClip "explosion" in Symbol 336 MovieClip Frame 80
onClipEvent (enterFrame) {
if (_root.bomb.explosion.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 22;
}
}
Symbol 340 MovieClip Frame 1
stop();
Instance of Symbol 278 MovieClip "circle" in Symbol 340 MovieClip Frame 2
/* no clip actions */
Symbol 340 MovieClip Frame 43
_root.yutahp = _root.yutahp - 1000000;
_root.damage = 0;
Symbol 366 MovieClip Frame 40
this.gotoAndPlay(1);
Instance of Symbol 325 MovieClip "explosion2" in Symbol 366 MovieClip Frame 42
onClipEvent (enterFrame) {
if (_root.bomb.explosion.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 22;
}
}
Symbol 366 MovieClip Frame 75
stop();
Symbol 369 MovieClip Frame 40
this.gotoAndPlay(1);
Instance of Symbol 325 MovieClip "explosion3" in Symbol 369 MovieClip Frame 42
onClipEvent (enterFrame) {
if (_root.bomb.explosion.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 20;
_root.circle.gotoAndPlay(6);
_root.circle.jump = 22;
}
}
Symbol 369 MovieClip Frame 75
stop();
Symbol 378 MovieClip Frame 1
stop();
Symbol 388 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 1
stop();
Instance of Symbol 278 MovieClip "circle" in Symbol 393 MovieClip Frame 2
/* no clip actions */
Symbol 393 MovieClip Frame 43
_root.yutahp = _root.yutahp - 1000000;
_root.damage = 0;
Symbol 399 MovieClip Frame 120
this.gotoAndPlay(1);
Symbol 400 MovieClip Frame 1
stop();
Symbol 400 MovieClip Frame 7
stop();
Symbol 426 MovieClip Frame 1
stop();
Instance of Symbol 418 MovieClip "eyesight" in Symbol 426 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.muarmy.gotoAndPlay(2);
}
}
Symbol 426 MovieClip Frame 16
_root.bullets.gotoAndPlay(2);
Instance of Symbol 418 MovieClip "eyesight" in Symbol 426 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.muarmy.gotoAndPlay(17);
}
}
Symbol 438 MovieClip Frame 20
stop();
Symbol 442 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 27
this.gotoAndPlay(2);
Symbol 492 MovieClip Frame 20
stop();
Symbol 503 MovieClip Frame 1
stop();
Instance of Symbol 278 MovieClip "circle" in Symbol 503 MovieClip Frame 2
/* no clip actions */
Symbol 503 MovieClip Frame 43
_root.yutahp = _root.yutahp - 1000000;
_root.damage = 0;
Instance of Symbol 507 MovieClip in Symbol 518 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 19.990992;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(47);
}
}
Instance of Symbol 507 MovieClip in Symbol 523 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 19.990992;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(47);
}
}
Instance of Symbol 518 MovieClip "fish2" in Symbol 535 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 19.990992;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(47);
}
}
Instance of Symbol 529 MovieClip "heat" in Symbol 535 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.circle.gotoAndPlay(47);
_root.yutahp = _root.yutahp - 22.013092;
_root.damage = _root.damage + 5;
_root.circle.jump = damage / 8;
}
}
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 507 MovieClip in Symbol 535 MovieClip Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 19.990992;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(47);
}
}
Instance of Symbol 507 MovieClip in Symbol 535 MovieClip Frame 176
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.yutahp = _root.yutahp - 19.990992;
_root.damage = _root.damage + 2;
_root.circle.gotoAndPlay(47);
}
}
Symbol 539 Button
on (release) {
this.gotoAndPlay(1400);
_root.yutahp = 124;
_root.damage = 0;
stopAllSounds();
}