Instance of Symbol 97 MovieClip "Preloader player" in Frame 1
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 8;
jumpheight = 15;
maxfall = -54;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 99 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.circle.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) {
_root.circle.jump = -1 * _root.circle.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Frame 2
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 144
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 500 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 506 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 144
/* no clip actions */
Instance of Symbol 288 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 144
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 287
play();
stop();
mouse.show;
Instance of Symbol 133 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 108 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 287
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 430
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 430
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 573
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 573
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 715
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 715
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 716
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 716
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 717
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 717
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 718
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 718
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 719
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 719
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 720
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 720
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 721
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 721
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 722
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 722
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 723
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 723
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 724
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 724
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 725
play();
stop();
mouse.show;
Instance of Symbol 108 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 118 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 494 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 136 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 139 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 145 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 148 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 160 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 116 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 221 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 225 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 130 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 193 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 197 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 238 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 245 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 348 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 362 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 379 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 465 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 483 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 492 MovieClip in Frame 725
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 726
stop();
Instance of Symbol 560 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 437 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 409 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 329 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 288 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 249 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 242 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 124 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 585 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 588 MovieClip in Frame 726
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 88 Button
on (release) {
getURL ("http://www.zimwiki.com", "blank");
}
Symbol 93 Button
on (release) {
_root.play();
}
Symbol 94 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 94 MovieClip Frame 2
gotoAndPlay (1);
Symbol 151 Button
on (press) {
gotoAndStop (144);
}
Symbol 191 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 196 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 200 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 206 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 220 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 224 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 228 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 232 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 237 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 241 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 248 MovieClip in Symbol 249 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 468 Button
on (release) {
stopAllSounds();
}
Symbol 501 Button
on (press) {
gotoAndStop (287);
}
Symbol 503 Button
on (press) {
prevFrame();
}
Symbol 510 Button
on (press) {
gotoAndStop (430);
}
Symbol 513 Button
on (press) {
gotoAndStop (573);
}
Symbol 516 Button
on (press) {
gotoAndStop (715);
}
Symbol 519 Button
on (press) {
gotoAndStop (716);
}
Symbol 522 Button
on (press) {
gotoAndStop (717);
}
Symbol 525 Button
on (press) {
gotoAndStop (718);
}
Symbol 528 Button
on (press) {
gotoAndStop (719);
}
Symbol 531 Button
on (press) {
gotoAndStop (720);
}
Symbol 534 Button
on (press) {
gotoAndStop (721);
}
Symbol 536 Button
on (release) {
gotoAndPlay (720);
}
Symbol 538 Button
on (press) {
gotoAndStop (722);
}
Symbol 541 Button
on (press) {
gotoAndStop (723);
}
Symbol 544 Button
on (press) {
gotoAndStop (724);
}
Symbol 547 Button
on (press) {
gotoAndStop (725);
}
Symbol 549 Button
on (release) {
gotoAndPlay (726);
}