Frame 1
function preloadSite() {
var _local3 = _root.getBytesLoaded();
var _local2 = _root.getBytesTotal();
var _local4 = Math.round((_local3 / _local2) * 100);
loadingBar._xscale = _local4;
percentClip.percentDisplay.text = _local4 + "%";
percentClip._x = loadingBar._x + loadingBar._width;
bytesDisplay.text = ((("loaded " + _local3) + " of ") + _local2) + " bytes";
if (_local3 >= _local2) {
clearInterval(loadingCall);
gotoAndPlay (2);
}
}
stop();
loadingBar._xscale = 1;
var loadingCall = setInterval(preloadSite, 50);
Frame 2
play();
Frame 128
Mouse.show();
invisible = false;
suddendeath = false;
opposite = false;
Frame 146
stop();
Instance of Symbol 82 MovieClip in Frame 146
on (release) {
_root.gotoAndPlay("play");
}
Instance of Symbol 84 MovieClip in Frame 146
on (release) {
_root.gotoAndStop("bonus");
}
Instance of Symbol 86 MovieClip in Frame 146
on (release) {
_root.gotoAndStop("credits");
}
Frame 147
if (opunlock == true) {
this.opst.gotoAndStop("2");
}
Instance of Symbol 88 MovieClip in Frame 155
on (release) {
_root.gotoAndStop("classic");
}
Frame 156
stop();
if (invisunlock == true) {
this.invis.gotoAndStop("2");
}
if (sdeathunlock == true) {
this.sdeathm.gotoAndStop("2");
}
if (opunlock == true) {
this.opst.gotoAndStop("2");
}
Instance of Symbol 84 MovieClip in Frame 156
on (release) {
_root.gotoAndStop("bonus");
}
Instance of Symbol 86 MovieClip in Frame 156
on (release) {
_root.gotoAndStop("credits");
}
Frame 157
Mouse.hide();
_root.gotoAndStop("classic");
invisible = true;
Frame 158
_root.gotoAndStop("classic");
suddendeath = true;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
Frame 159
_root.gotoAndStop("classic");
opposite = true;
this.is.gotoAndStop("2");
Instance of Symbol 123 MovieClip in Frame 160
on (release) {
_root.gotoAndPlay("128");
}
Frame 161
stop();
square_mc.onMouseMove = function () {
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("5");
_root.text.gotoAndStop("1");
Instance of Symbol 126 MovieClip in Frame 161
on (release) {
this.gotoAndStop("2");
}
Instance of Symbol 123 MovieClip in Frame 161
on (release) {
_root.gotoAndPlay("128");
}
Frame 162
stop();
square_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("5");
_root.text.gotoAndStop("2");
Frame 163
stop();
square_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("5");
_root.text.gotoAndStop("3");
Frame 164
stop();
square_mc.onMouseMove = function () {
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("5");
_root.text.gotoAndStop("4");
Frame 165
stop();
square_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("5");
_root.text.gotoAndStop("5");
Frame 166
stop();
square_mc.onMouseMove = function () {
this._y = _xmouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("5");
_root.text.gotoAndStop("6");
Frame 167
stop();
square_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("5");
_root.text.gotoAndStop("7");
Frame 168
stop();
square_mc.onMouseMove = function () {
this._y = _xmouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("5");
_root.text.gotoAndStop("8");
Frame 169
stop();
square_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("5");
_root.text.gotoAndStop("9");
Frame 170
stop();
square_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("5");
_root.text.gotoAndStop("10");
Frame 171
stop();
square_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("11");
Frame 172
stop();
square_mc.onMouseMove = function () {
this._y = _xmouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("12");
Frame 173
stop();
square_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = _xmouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("13");
Frame 174
stop();
square_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("14");
Frame 175
stop();
square_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("15");
Frame 176
stop();
square_mc.onMouseMove = function () {
this._y = _xmouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("16");
Frame 177
stop();
square_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("17");
Frame 178
stop();
square_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("18");
Frame 179
stop();
square_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("19");
Frame 180
stop();
square_mc.onMouseMove = function () {
this._y = _xmouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("20");
Frame 181
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("21");
Frame 182
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
this._x = _xmouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("22");
Frame 183
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
this._x = _xmouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("23");
Frame 184
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _xmouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("24");
Frame 185
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = _xmouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("25");
Frame 186
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
this._x = _xmouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("26");
Frame 187
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("27");
Frame 188
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
this._x = _xmouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("28");
Frame 189
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _xmouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("29");
Frame 190
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("4");
_root.text.gotoAndStop("30");
Frame 191
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("3");
_root.text.gotoAndStop("31");
Frame 192
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("3");
_root.text.gotoAndStop("32");
Frame 193
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("3");
_root.text.gotoAndStop("33");
Frame 194
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("3");
_root.text.gotoAndStop("34");
Frame 195
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("3");
_root.text.gotoAndStop("35");
Frame 196
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("3");
_root.text.gotoAndStop("36");
Frame 197
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("3");
_root.text.gotoAndStop("37");
Frame 198
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("3");
_root.text.gotoAndStop("38");
Frame 199
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("3");
_root.text.gotoAndStop("39");
Frame 200
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("3");
_root.text.gotoAndStop("40");
Frame 201
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
square7_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("2");
_root.text.gotoAndStop("41");
Frame 202
stop();
square_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square7_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("2");
_root.text.gotoAndStop("42");
Frame 203
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
square7_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("2");
_root.text.gotoAndStop("43");
Frame 204
stop();
square_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
square7_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("2");
_root.text.gotoAndStop("44");
Frame 205
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
square7_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("2");
_root.text.gotoAndStop("45");
Frame 206
stop();
square_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _ymouse;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._x = _ymouse;
updateAfterEvent();
};
square7_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._y = _xmouse;
this._x = _xmouse;
updateAfterEvent();
};
square9_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square10_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.square9_mc.hit.onEnterFrame = function () {
if (this.hitTest(square10_mc)) {
_root.remaining.nextFrame();
_root.square9_mc.gotoAndPlay("2");
_root.square10_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("1");
_root.text.gotoAndStop("46");
Frame 207
stop();
square_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square7_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square9_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square10_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.square9_mc.hit.onEnterFrame = function () {
if (this.hitTest(square10_mc)) {
_root.remaining.nextFrame();
_root.square9_mc.gotoAndPlay("2");
_root.square10_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("1");
_root.text.gotoAndStop("47");
Frame 208
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _xmouse;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
updateAfterEvent();
};
square10_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.square9_mc.hit.onEnterFrame = function () {
if (this.hitTest(square10_mc)) {
_root.remaining.nextFrame();
_root.square9_mc.gotoAndPlay("2");
_root.square10_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("1");
_root.text.gotoAndStop("48");
Frame 209
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _xmouse;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square10_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.square9_mc.hit.onEnterFrame = function () {
if (this.hitTest(square10_mc)) {
_root.remaining.nextFrame();
_root.square9_mc.gotoAndPlay("2");
_root.square10_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("1");
_root.text.gotoAndStop("49");
Frame 210
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
_root.text.gotoAndStop("50");
_root.remaining.gotoAndStop("5");
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(boss)) {
_root.hb2.nextFrame();
}
};
Instance of Symbol 286 MovieClip "boss" in Frame 210
on (rollOver) {
_root.hb1.nextFrame();
}
Frame 211
play();
Frame 405
stop();
invisunlock = true;
if (invisible == true) {
this.nextFrame();
}
if (suddendeath == true) {
this.nextFrame();
this.nextFrame();
}
if (opposite == true) {
this.nextFrame();
this.nextFrame();
this.nextFrame();
}
Instance of Symbol 123 MovieClip in Frame 405
on (release) {
_root.gotoAndPlay("128");
}
Frame 406
stop();
sdeathunlock = true;
Frame 407
stop();
opunlock = true;
Frame 409
Mouse.show();
Frame 411
stop();
square_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
updateAfterEvent();
};
square2_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square3_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _xmouse;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square6_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square7_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
square9_mc.onMouseMove = function () {
this._y = (-_ymouse) + 400;
updateAfterEvent();
};
square10_mc.onMouseMove = function () {
this._x = (-_xmouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.square9_mc.hit.onEnterFrame = function () {
if (this.hitTest(square10_mc)) {
_root.remaining.nextFrame();
_root.square9_mc.gotoAndPlay("2");
_root.square10_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("1");
_root.text.gotoAndStop("47");
Instance of Symbol 126 MovieClip in Frame 411
on (release) {
this.gotoAndStop("2");
}
Instance of Symbol 123 MovieClip in Frame 411
on (release) {
_root.gotoAndPlay("128");
}
Frame 412
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _xmouse;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square10_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.square9_mc.hit.onEnterFrame = function () {
if (this.hitTest(square10_mc)) {
_root.remaining.nextFrame();
_root.square9_mc.gotoAndPlay("2");
_root.square10_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("1");
_root.text.gotoAndStop("49");
Frame 413
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _xmouse;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square10_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.square9_mc.hit.onEnterFrame = function () {
if (this.hitTest(square10_mc)) {
_root.remaining.nextFrame();
_root.square9_mc.gotoAndPlay("2");
_root.square10_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("1");
_root.text.gotoAndStop("49");
Frame 414
stop();
square_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square4_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = _xmouse;
updateAfterEvent();
};
square5_mc.onMouseMove = function () {
this._x = _ymouse;
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square8_mc.onMouseMove = function () {
this._y = (-_xmouse) + 400;
updateAfterEvent();
};
square10_mc.onMouseMove = function () {
this._x = (-_ymouse) + 400;
this._y = _xmouse;
updateAfterEvent();
};
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
_root.square3_mc.hit.onEnterFrame = function () {
if (this.hitTest(square4_mc)) {
_root.remaining.nextFrame();
_root.square3_mc.gotoAndPlay("2");
_root.square4_mc.gotoAndPlay("2");
}
};
_root.square5_mc.hit.onEnterFrame = function () {
if (this.hitTest(square6_mc)) {
_root.remaining.nextFrame();
_root.square5_mc.gotoAndPlay("2");
_root.square6_mc.gotoAndPlay("2");
}
};
_root.square7_mc.hit.onEnterFrame = function () {
if (this.hitTest(square8_mc)) {
_root.remaining.nextFrame();
_root.square7_mc.gotoAndPlay("2");
_root.square8_mc.gotoAndPlay("2");
}
};
_root.square9_mc.hit.onEnterFrame = function () {
if (this.hitTest(square10_mc)) {
_root.remaining.nextFrame();
_root.square9_mc.gotoAndPlay("2");
_root.square10_mc.gotoAndPlay("2");
}
};
_root.remaining.gotoAndStop("1");
_root.text.gotoAndStop("49");
Frame 415
stop();
_root.square_mc.hit.onEnterFrame = function () {
if (this.hitTest(square2_mc)) {
_root.remaining.nextFrame();
_root.square_mc.gotoAndPlay("2");
_root.square2_mc.gotoAndPlay("2");
}
};
square2_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
_root.remaining.gotoAndStop("5");
Frame 416
this.gotoAndPlay("146");
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
stop();
Instance of Symbol 93 MovieClip in Symbol 94 MovieClip Frame 2
on (release) {
_root.gotoAndStop("suddendeath");
}
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
stop();
Instance of Symbol 96 MovieClip in Symbol 97 MovieClip Frame 2
on (release) {
_root.gotoAndStop("invisible");
}
Symbol 100 MovieClip Frame 1
stop();
Instance of Symbol 99 MovieClip in Symbol 100 MovieClip Frame 2
on (release) {
_root.gotoAndStop("opposite");
}
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 41
stop();
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
_root.health.h1.gotoAndPlay("dead");
_root.text.gotoAndStop("51");
Symbol 117 MovieClip Frame 3
_root.health.h2.gotoAndPlay("dead");
_root.text.gotoAndStop("52");
Symbol 117 MovieClip Frame 4
_root.health.h3.gotoAndPlay("dead");
_root.text.gotoAndStop("53");
Symbol 117 MovieClip Frame 5
_root.health.h4.gotoAndPlay("dead");
_root.text.gotoAndStop("54");
Symbol 117 MovieClip Frame 6
play();
_root.health.h5.gotoAndPlay("dead");
Symbol 117 MovieClip Frame 10
_root.gotoAndStop("gover");
Symbol 119 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 2
play();
this._parent.onRelease = function () {
stopAllSounds();
};
Symbol 126 MovieClip Frame 3
this._parent.onRelease = function () {
stopAllSounds();
};
this.gotoAndPlay("2");
Symbol 131 MovieClip Frame 450
_root.health.nextFrame();
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 15
stop();
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 6
_root.light.gotoAndPlay("green");
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
_root.clock.gotoAndPlay("1");
Symbol 213 MovieClip Frame 13
_root.nextFrame();
_root.clock.gotoAndPlay("1");
Symbol 213 MovieClip Frame 24
this.gotoAndStop("plain");
Symbol 213 MovieClip Frame 29
_root.gotoAndStop("lose");
Symbol 222 MovieClip Frame 1
stop();
Symbol 222 MovieClip Frame 15
stop();
Instance of Symbol 191 MovieClip "hit" in Symbol 239 MovieClip Frame 1
on (rollOver) {
this._parent.gotoAndPlay("splode");
}
Symbol 239 MovieClip Frame 9
this.gotoAndPlay("1");
Symbol 239 MovieClip Frame 10
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.nextFrame();
_root.clock.play();
_root.text.gotoAndStop("56");
Symbol 239 MovieClip Frame 21
stop();
Instance of Symbol 191 MovieClip "hit" in Symbol 247 MovieClip Frame 1
on (rollOver) {
this._parent.gotoAndPlay("splode");
}
Symbol 247 MovieClip Frame 9
this.gotoAndPlay("1");
Symbol 247 MovieClip Frame 10
_root.health.nextFrame();
_root.clock.play();
mine = true;
Symbol 247 MovieClip Frame 21
stop();
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 15
stop();
Symbol 265 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 15
stop();
Symbol 274 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 15
stop();
Symbol 278 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 14
stop();
Symbol 278 MovieClip Frame 15
stop();
_root.gotoAndStop("gover");
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 62
stop();
_root.remaining.nextFrame();