Frame 1
function itemHandler1(obj, item) {
getURL ("http://newgrounds.com", "_blank");
}
function itemHandler2(obj, item) {
getURL ("http://armorgames.com", "_blank");
}
function itemHandler3(obj, item) {
getURL ("http://freewebs.com/ldanimations", "_blank");
}
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
aaa_cmi = new ContextMenuItem("Newgrounds", itemHandler1);
bbb_cmi = new ContextMenuItem("Armor Games - Free Online Games", itemHandler2);
ccc_cmi = new ContextMenuItem("LilDwarf Animations", itemHandler3);
root_cm.customItems.push(aaa_cmi, bbb_cmi, ccc_cmi);
_root.menu = root_cm;
Frame 34
stop();
Frame 48
stop();
Frame 58
var levelSelect = 0;
mainMenu = false;
lvlBack = false;
var total = 0;
play();
Instance of Symbol 203 MovieClip "fade" in Frame 58
onClipEvent (enterFrame) {
if (this._currentframe == 15) {
if (_root.levelSelect == 1) {
gotoAndStop ("lvl1");
}
if (_root.levelSelect == 2) {
gotoAndStop ("lvl2");
}
if (_root.levelSelect == 3) {
gotoAndStop ("lvl3");
}
if (_root.levelSelect == 4) {
gotoAndStop ("lvl4");
}
if (_root.levelSelect == 5) {
gotoAndStop ("lvl5");
}
if (_root.levelSelect == 6) {
gotoAndStop ("lvl6");
}
if (_root.levelSelect == 7) {
gotoAndStop ("lvl7");
}
if (_root.levelSelect == 8) {
gotoAndStop ("lvl8");
}
if (_root.levelSelect == 9) {
gotoAndStop ("lvl9");
}
if (_root.levelSelect == 10) {
gotoAndStop ("lvl10");
}
if (_root.levelSelect == 11) {
gotoAndStop ("lvl11");
}
if (_root.levelSelect == 12) {
gotoAndStop ("lvl12");
}
if (_root.levelSelect == 13) {
gotoAndStop ("lvl13");
}
if (_root.levelSelect == 14) {
gotoAndStop ("lvl14");
}
if (_root.levelSelect == 15) {
gotoAndStop ("lvl15");
}
}
}
Frame 61
menuSong = new Sound(mS);
menuSong.attachSound("Menu song");
menuSong.start(0, 500);
Frame 74
play();
Frame 89
stop();
mainMenu = false;
Frame 127
stop();
Frame 148
Frame 163
stop();
Frame 182
onEnterFrame = function () {
if (mainMenu) {
gotoAndPlay ("Main Menu");
mianMenu = false;
}
if (lvlBack) {
gotoAndPlay (109);
lvlBack = false;
}
};
Frame 205
stop();
Frame 228
stop();
Frame 260
gotoAndStop (261);
menuSong.stop();
Frame 261
quitLvl = false;
function reset() {
red._x = 136;
x2a._x = 136;
y3a._y = 501;
y2a._y = 571;
x2b._x = 342;
y3b._y = 571;
moves = 0;
bonus = 1000;
}
stop();
D3x = false;
D4x = false;
D4x2 = false;
D6x = false;
D6x2 = false;
B3y = false;
B3y2 = false;
B4y = false;
D4y = false;
F4y = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var level = 1;
var moves = 0;
var timer = 0;
var bonus;
bonus = 1000;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 313 MovieClip "e3" in Frame 261
/* no clip actions */
Instance of Symbol 314 MovieClip "a1" in Frame 261
/* no clip actions */
Instance of Symbol 327 MovieClip "f6" in Frame 261
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D6x2) {
if (this.hitTest(_root.y3b)) {
_root.x2b.r = 411;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (!_root.F4y) {
if (this.hitTest(_root.x2b)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (changeR) {
_root.x2b.r = 478;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 328 MovieClip "b4" in Frame 261
onClipEvent (load) {
activateT = false;
changeT = false;
activateB = false;
changeB = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2a)) {
if (_root.y2a._y >= 400) {
_root.y2a.t = 571;
activateT = true;
_root.B4 = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.B3y) {
if (this.hitTest(_root.x2a)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
_root.B3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (!_root.D4x) {
if (this.hitTest(_root.y2a)) {
_root.x2a.l = 205;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.x2a.l = 69;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.B3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.B4 = false;
activateT = false;
changeT = false;
}
}
Instance of Symbol 330 MovieClip "b3" in Frame 261
onClipEvent (load) {
activateT = false;
activateB = false;
activateL = false;
changeT = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.B4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 360) {
_root.y2a.t = 501;
activateT = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y < 300) {
_root.y2a.b = 297;
activateB = true;
_root.B3y = true;
}
} else if (activateB) {
changeB = true;
}
if (!_root.D3x) {
if (this.hitTest(_root.y2a)) {
_root.red.l = 205;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.B3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 261
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y3a)) {
if (_root.red._x >= 300) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.y3a)) {
if (_root.red._x < 300) {
_root.red.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3a.t = 366;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 335 MovieClip "f3" in Frame 261
onClipEvent (load) {
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y3b)) {
_root.red.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
changeR = false;
activateR = false;
}
}
Instance of Symbol 337 MovieClip "f4" in Frame 261
onClipEvent (load) {
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D4x2) {
if (this.hitTest(_root.y3b)) {
_root.x2a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.x2a)) {
_root.y3b.b = 366;
activateB = true;
_root.F4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3b.b = 571;
_root.F4y = false;
activateB = false;
changeB = false;
}
if (changeR) {
_root.x2a.r = 342;
activateR = false;
changeR = false;
}
}
Instance of Symbol 338 MovieClip "f5" in Frame 261
/* no clip actions */
Instance of Symbol 341 MovieClip "b6" in Frame 261
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D6x) {
if (this.hitTest(_root.y2a)) {
_root.x2b.l = 342;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B3y) {
if (!_root.B3y2) {
if (this.hitTest(_root.x2b)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2b.l = 205;
activateL = false;
changeL = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 261
onClipEvent (load) {
activateR = false;
activateB = false;
activateL = false;
changeL = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (this.hitTest(_root.x2b)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y3a)) {
if (_root.x2b._x >= 300) {
_root.x2b.l = 478;
_root.D6x = true;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.y3a)) {
if (_root.x2b._x < 300) {
_root.x2b.r = 273;
activateR = true;
_root.D6x2 = true;
}
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x2b.r = 478;
_root.D6x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2b.l = 205;
_root.D6x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 261
onClipEvent (load) {
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y3a)) {
if (_root.x2a._x >= 300) {
_root.x2a.l = 342;
activateL = true;
_root.D4x = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.y3a)) {
if (_root.x2a._x < 250) {
_root.x2a.r = 136;
activateR = true;
_root.D4x2 = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.x2a)) {
_root.y3a.b = 366;
activateB = true;
_root.D4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3a.b = 571;
_root.D4y = false;
activateB = false;
changeB = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.D4x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.D4x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 365 MovieClip in Frame 261
onClipEvent (enterFrame) {
this._visible = false;
}
Instance of Symbol 429 MovieClip "y3b" in Frame 261
onClipEvent (load) {
free = true;
l = 411;
t = 366;
r = 411;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 431 MovieClip "y3a" in Frame 261
onClipEvent (load) {
free = true;
l = 273.5;
t = 366;
r = 273.5;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 433 MovieClip in Frame 261
onClipEvent (load) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
Instance of Symbol 435 MovieClip in Frame 261
onClipEvent (load) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
if ((this._x > 411) && (this._x < 444)) {
this._x = 411;
}
if ((this._x > 444) && (this._x < 478)) {
this._x = 478;
}
}
Instance of Symbol 437 MovieClip "x2a" in Frame 261
onClipEvent (load) {
free = true;
l = 69;
t = 429;
r = 342;
b = 429;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
}
}
Instance of Symbol 439 MovieClip "y2a" in Frame 261
onClipEvent (load) {
free = true;
l = 136;
t = 297;
r = 136;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 441 MovieClip "x2b" in Frame 261
onClipEvent (load) {
free = true;
l = 205;
t = 571;
r = 478;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
if ((this._x > 411) && (this._x < 444)) {
this._x = 411;
}
if ((this._x > 444) && (this._x < 478)) {
this._x = 478;
}
}
}
Instance of Symbol 308 MovieClip "red" in Frame 261
onClipEvent (load) {
free = true;
l = 69;
t = 297;
r = 411;
b = 297;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if (this._x >= 400) {
_root.finish = true;
_root.endLoop = _root.endLoop + 1;
}
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Frame 262
stop();
Frame 266
function reset() {
red._x = 136;
y3a._y = 366;
y3b._y = 366;
y2a._y = 501;
x3a._x = 478;
x3b._x = 411;
moves = 0;
bonus = 2000;
}
stop();
D3x = false;
D3x2 = false;
D3xR = false;
C4x = false;
C6x = false;
A4y = false;
C3y = false;
C3y2 = false;
C4y = false;
D4y = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
bonus = 2000;
red._x = 137.8;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 317 MovieClip "d1" in Frame 266
/* no clip actions */
Instance of Symbol 319 MovieClip "f1" in Frame 266
/* no clip actions */
Instance of Symbol 321 MovieClip "c3" in Frame 266
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y <= 300) {
_root.y2a.b = 297;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2a)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.D3xR = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D3x) {
if (this.hitTest(_root.y2a)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.D3x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
_root.D3x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.D3xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2a.t = 297;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 266
onClipEvent (load) {
activateL = false;
activateT = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (!_root.D3x2) {
if (this.hitTest(_root.y3a)) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3a.t = 366;
activateT = false;
changeT = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 266
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3xR) {
if (this.hitTest(_root.y3b)) {
if (_root.red._x < 273) {
_root.red.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.red._x >= 273) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 266
onClipEvent (load) {
activateB = false;
activateL = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y3a)) {
_root.x3b.l = 342;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.A4y) {
if (this.hitTest(_root.x3b)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3b.l = 273;
activateL = false;
changeL = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 266
onClipEvent (load) {
activateL = false;
activateB = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4x) {
if (this.hitTest(_root.y3a)) {
_root.x3a.l = 342;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.x3a)) {
_root.y3a.b = 366;
activateB = true;
_root.A4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3a.b = 571;
_root.A4y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 273;
activateL = false;
changeL = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 266
onClipEvent (load) {
activateB = false;
changeB = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3y) {
if (!_root.C3y2) {
if (this.hitTest(_root.x3b)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (this.hitTest(_root.y2a)) {
_root.x3b.l = 478;
activateL = true;
_root.C6x = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x3b.l = 273;
_root.C6x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 266
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (this.hitTest(_root.x3b)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y3b)) {
_root.x3b.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3b.r = 478;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 266
onClipEvent (load) {
activateL = false;
changeL = false;
activateT = false;
changeT = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 478;
activateL = true;
_root.C4x = true;
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y >= 450) {
_root.y2a.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x3a.l = 273;
_root.C4x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 266
onClipEvent (load) {
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y3b.b = 366;
activateB = true;
_root.D4y = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y3b)) {
_root.x3a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 478;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
_root.D4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 429 MovieClip "y3a" in Frame 266
onClipEvent (load) {
free = true;
l = 68;
t = 366;
r = 68;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 431 MovieClip "y3b" in Frame 266
onClipEvent (load) {
free = true;
l = 273.5;
t = 366;
r = 273.5;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 489 MovieClip "x3b" in Frame 266
onClipEvent (load) {
free = true;
l = 273;
t = 502;
r = 478;
b = 502;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
if ((this._x > 411) && (this._x < 444)) {
this._x = 411;
}
if ((this._x > 444) && (this._x < 478)) {
this._x = 478;
}
}
}
Instance of Symbol 491 MovieClip "x3a" in Frame 266
onClipEvent (load) {
free = true;
l = 273;
t = 434;
r = 478;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
if ((this._x > 411) && (this._x < 444)) {
this._x = 411;
}
if ((this._x > 444) && (this._x < 478)) {
this._x = 478;
}
}
}
Instance of Symbol 439 MovieClip "y2a" in Frame 266
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Frame 267
stop();
Frame 271
function reset() {
red._x = 136;
x2a._x = 69;
y3a._y = 434;
y3b._y = 434;
y3c._y = 366;
y2a._y = 571;
x2b._x = 478;
x3a._x = 411;
moves = 0;
bonus = 3000;
}
stop();
D1x = false;
D3x = false;
D3y = false;
F6y = false;
F6x = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
var moves = 0;
var timer = 0;
bonus = 3000;
red._x = 137.8;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 313 MovieClip "e3" in Frame 271
/* no clip actions */
Instance of Symbol 314 MovieClip "a1" in Frame 271
onClipEvent (load) {
activateT = false;
activateL = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2a)) {
_root.y3a.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (!_root.D1x) {
if (this.hitTest(_root.y3a)) {
_root.x2a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (changeT) {
_root.y3a.t = 366;
changeT = false;
activateT = false;
}
if (changeL) {
_root.x2a.l = 69;
changeL = false;
activateL = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 271
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3y) {
if (this.hitTest(_root.x2a)) {
_root.y3b.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.x2a._x <= 136) {
_root.x2a.r = 136;
}
activateR = true;
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y3b)) {
if (_root.x2a._x >= 342) {
_root.x2a.l = 342;
_root.D1x = true;
}
activateL = true;
} else if (activateL) {
changeL = true;
}
if (changeT) {
_root.y3b.t = 366;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2a.l = 69;
changeL = false;
activateL = false;
_root.D1x = false;
}
}
Instance of Symbol 319 MovieClip "f1" in Frame 271
onClipEvent (load) {
activateT = false;
activateR = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2a)) {
_root.y3c.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (this.hitTest(_root.y3c)) {
_root.x2a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeT) {
_root.y3c.t = 366;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
changeR = false;
activateR = false;
}
}
Instance of Symbol 327 MovieClip "f6" in Frame 271
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.F6y) {
if (this.hitTest(_root.x3a)) {
_root.y3c.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (!_root.F6x) {
if (this.hitTest(_root.y3c)) {
_root.x3a.r = 411;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x3a.r = 478;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3c.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 271
onClipEvent (load) {
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (this.hitTest(_root.y3a)) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 271
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y3b)) {
if (_root.red._x < 273) {
_root.red.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y3b)) {
if (_root.red._x >= 273) {
_root.red.l = 342;
_root.D3x = true;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
_root.D3y = true;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
_root.D3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 271
onClipEvent (load) {
activateB = false;
activateL = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 342;
activateL = true;
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.x3a)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
if (changeL) {
_root.x3a.l = 273;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 333 MovieClip "d5" in Frame 271
onClipEvent (load) {
activateB = false;
activateR = false;
activateL = false;
changeL = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b)) {
_root.y3b.b = 434;
activateB = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y3b)) {
if (_root.x2b._x <= 273) {
_root.x2b.r = 273;
}
activateR = true;
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y3b)) {
if (_root.x2b._x >= 342) {
_root.x2b.l = 478;
}
activateL = true;
} else if (activateL) {
changeL = true;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
if (changeR) {
_root.x2b.r = 478;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2b.l = 273;
activateL = false;
changeL = false;
}
}
Instance of Symbol 335 MovieClip "f3" in Frame 271
onClipEvent (load) {
activateR = false;
changeR = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y3c)) {
_root.red.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.red)) {
_root.y3c.t = 571;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3c.t = 366;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
changeR = false;
activateR = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 271
onClipEvent (load) {
activateT = false;
activateB = false;
changeT = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y3a)) {
_root.y2a.t = 571;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (this.hitTest(_root.y2a)) {
_root.y3a.b = 366;
activateB = true;
} else if (activateB) {
changeB = true;
}
if (changeT) {
_root.y2a.t = 501;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 338 MovieClip "f5" in Frame 271
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b)) {
_root.F6y = true;
_root.y3c.b = 434;
activateB = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y3c)) {
_root.x2b.r = 411;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x2b.r = 478;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3c.b = 571;
_root.F6y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 339 MovieClip "a5" in Frame 271
onClipEvent (load) {
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2a)) {
_root.y3a.b = 434;
activateB = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 271
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y3b)) {
_root.F6x = true;
_root.x3a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 478;
_root.F6x = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 429 MovieClip "y3a" in Frame 271
onClipEvent (load) {
free = true;
l = 68;
t = 366;
r = 68;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 431 MovieClip "y3b" in Frame 271
onClipEvent (load) {
free = true;
l = 273.5;
t = 366;
r = 273.5;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 489 MovieClip "x3a" in Frame 271
onClipEvent (load) {
free = true;
l = 273;
t = 502;
r = 478;
b = 502;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
if ((this._x > 411) && (this._x < 444)) {
this._x = 411;
}
if ((this._x > 444) && (this._x < 478)) {
this._x = 478;
}
}
}
Instance of Symbol 491 MovieClip "y3c" in Frame 271
onClipEvent (load) {
free = true;
l = 410;
t = 366;
r = 410;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 493 MovieClip "x2b" in Frame 271
onClipEvent (load) {
free = true;
l = 273;
t = 498;
r = 478;
b = 498;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
if ((this._x > 411) && (this._x < 444)) {
this._x = 411;
}
if ((this._x > 444) && (this._x < 478)) {
this._x = 478;
}
}
}
Instance of Symbol 437 MovieClip "x2a" in Frame 271
onClipEvent (load) {
free = true;
l = 69;
t = 225;
r = 342;
b = 225;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
}
}
Instance of Symbol 439 MovieClip "y2a" in Frame 271
onClipEvent (load) {
free = true;
l = 68;
t = 501;
r = 68;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Frame 272
stop();
Frame 275
function reset() {
red._x = 136;
x2a._x = 136;
x2b._x = 69;
y2a._y = 571;
y2b._y = 501;
y3a._y = 501;
y3b._y = 434;
y3c._y = 434;
x3a._x = 273;
moves = 0;
bonus = 4000;
}
stop();
D2x = false;
D2x2 = false;
C2x = false;
C2x2 = false;
C2x3 = false;
D3x = false;
D3x2 = false;
C3x = false;
C3x2 = false;
C3x3 = false;
D4x = false;
D4x2 = false;
C4x = false;
C4x2 = false;
C4x3 = false;
C6x = false;
D6x = false;
D6x2 = false;
A3y = false;
A3y2 = false;
A4y = false;
A4y2 = false;
C3y = false;
C3y2 = false;
C4y = false;
C4y2 = false;
D3y = false;
D4y = false;
E3y = false;
E4y = false;
F3y = false;
F4y = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
bonus = 4000;
red._x = 137.8;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 313 MovieClip "e3" in Frame 275
onClipEvent (load) {
activateT = false;
activateR = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (!_root.C3x2) {
if (this.hitTest(_root.y3b)) {
_root.red.r = 205;
_root.C3x3 = true;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
activateT = true;
_root.E3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
_root.E3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x3 = false;
activateR = false;
changeR = false;
}
}
Instance of Symbol 320 MovieClip "a2" in Frame 275
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.A4y) {
if (!_root.A4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2a.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (!_root.D2x) {
if (!_root.D2x2) {
if (this.hitTest(_root.y2a)) {
_root.x2a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (changeL) {
_root.x2a.l = 69;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y2a.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 275
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2b._y >= 350) {
_root.y2b.t = 501;
activateT = true;
_root.C4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2b._y <= 300) {
_root.y2b.b = 297;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2b)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
_root.C3x = true;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D3x) {
if (this.hitTest(_root.y2b)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
_root.D3x2 = true;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
_root.D3x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
_root.C4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 325 MovieClip "e2" in Frame 275
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E3y) {
if (this.hitTest(_root.x2a)) {
_root.y3b.t = 501;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.C2x) {
if (!_root.C2x2) {
if (this.hitTest(_root.y3b)) {
_root.x2a.r = 205;
activateR = true;
_root.C2x3 = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2a.r = 342;
_root.C2x3 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y3b.t = 366;
activateT = false;
changeT = false;
}
}
Instance of Symbol 326 MovieClip "f2" in Frame 275
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F3y) {
if (this.hitTest(_root.x2a)) {
_root.y3c.t = 501;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.C2x) {
if (!_root.C2x2) {
if (!_root.C2x3) {
if (this.hitTest(_root.y3c)) {
_root.x2a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
}
if (changeR) {
_root.x2a.r = 342;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y3c.t = 366;
activateT = false;
changeT = false;
}
}
Instance of Symbol 327 MovieClip "f6" in Frame 275
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F4y) {
if (this.hitTest(_root.x3a)) {
_root.y3c.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (!_root.D6x) {
if (!_root.D6x2) {
if (this.hitTest(_root.y3c)) {
_root.x3a.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x3a.r = 273;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3c.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 275
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
changeB = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (!_root.D3x2) {
if (this.hitTest(_root.y2a)) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (!_root.A4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
_root.A4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y < 350) {
_root.y2a.b = 297;
activateB = true;
_root.A3y = true;
}
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2a.b = 571;
_root.A3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.A4y2 = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 275
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (this.hitTest(_root.y3a)) {
if (_root.red._x < 273) {
_root.red.r = 136;
_root.C3x2 = true;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3a)) {
if (_root.red._x >= 300) {
_root.red.l = 342;
_root.D3x = true;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
_root.D3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3a.t = 366;
_root.D3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 275
onClipEvent (load) {
activateB = false;
activateL = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.A3y) {
if (!_root.A3y2) {
if (this.hitTest(_root.x3a)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 334 MovieClip "e4" in Frame 275
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b)) {
_root.y3b.b = 366;
activateB = true;
_root.E4y = true;
} else if (activateB) {
changeB = true;
}
if (!_root.C4x) {
if (!_root.C4x2) {
if (this.hitTest(_root.y3b)) {
_root.x2b.r = 205;
_root.C4x3 = true;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2b.r = 342;
_root.C4x3 = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
_root.E4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 335 MovieClip "f3" in Frame 275
onClipEvent (load) {
activateT = false;
activateR = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (!_root.C3x2) {
if (!_root.C3x3) {
if (this.hitTest(_root.y3c)) {
_root.red.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
}
if (this.hitTest(_root.red)) {
_root.y3c.t = 571;
activateT = true;
_root.F3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3c.t = 366;
_root.F3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 275
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
changeB = false;
changeL = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b)) {
if (_root.y2a._y >= 430) {
_root.y2a.t = 571;
activateT = true;
_root.A4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.A3y) {
if (this.hitTest(_root.x2b)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
_root.A3y2 = true;
}
} else if (activateB) {
changeT = true;
}
}
if (!_root.D4x) {
if (!_root.D4x2) {
if (this.hitTest(_root.y2a)) {
_root.x2b.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (changeL) {
_root.x2b.l = 69;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.A4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.A3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 337 MovieClip "f4" in Frame 275
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b)) {
_root.y3c.b = 366;
activateB = true;
_root.F4y = true;
} else if (activateB) {
changeB = true;
}
if (!_root.C4x) {
if (!_root.C4x2) {
if (!_root.C4x3) {
if (this.hitTest(_root.y3c)) {
_root.x2b.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
}
if (changeR) {
_root.x2b.r = 342;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3c.b = 571;
_root.F4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 342 MovieClip "e6" in Frame 275
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E4y) {
if (this.hitTest(_root.x3a)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (!_root.D6x) {
if (this.hitTest(_root.y3b)) {
_root.x3a.r = 136;
activateR = true;
_root.D6x2 = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x3a.r = 273;
_root.D6x2 = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 275
onClipEvent (load) {
activateB = false;
activateL = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2b)) {
_root.x3a.l = 273;
activateL = true;
_root.C6x = true;
} else if (activateL) {
changeL = true;
}
if (!_root.C3y) {
if (!_root.C3y2) {
if (this.hitTest(_root.x3a)) {
_root.y2b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2b.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 69;
_root.C6x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 275
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (this.hitTest(_root.x3a)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y3a)) {
_root.x3a.r = 69;
_root.D6x = true;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 273;
_root.D6x = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 275
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
activateR = false;
changeB = false;
changeL = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b)) {
if (_root.y2b._y >= 430) {
_root.y2b.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x2b)) {
if (_root.y2b._y < 400) {
_root.y2b.b = 366;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (!_root.D4x) {
if (this.hitTest(_root.y2b)) {
if (_root.x2b._x >= 250) {
_root.x2b.l = 273;
_root.D4x2 = true;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.y2b)) {
if (_root.x2b._x < 200) {
_root.x2b.r = 69;
_root.C4x = true;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x2b.r = 342;
_root.C4x = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2b.l = 69;
_root.D4x2 = false;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y2b.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 275
onClipEvent (load) {
activateL = false;
activateB = false;
activateR = false;
changeB = false;
changeL = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b)) {
_root.y3a.b = 366;
activateB = true;
_root.D4y = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y3a)) {
if (_root.x2b._x >= 300) {
_root.x2b.l = 342;
_root.D4x = true;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
if (!_root.C4x) {
if (this.hitTest(_root.y3a)) {
if (_root.x2b._x < 270) {
_root.x2b.r = 136;
_root.C4x2 = true;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x2b.r = 342;
_root.C4x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2b.l = 69;
_root.D4x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y3a.b = 571;
_root.D4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 347 MovieClip "c2" in Frame 275
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (!_root.C4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2b.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2b)) {
if (_root.x2a._x < 200) {
_root.x2a.r = 69;
activateR = true;
_root.C2x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D2x) {
if (this.hitTest(_root.y2b)) {
if (_root.x2a._x >= 250) {
_root.x2a.l = 273;
activateL = true;
_root.D2x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.x2a.l = 69;
_root.D2x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C2x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 348 MovieClip "d2" in Frame 275
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3y) {
if (this.hitTest(_root.x2a)) {
_root.y3a.t = 501;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.C2x) {
if (this.hitTest(_root.y3a)) {
if (_root.x2a._x < 300) {
_root.x2a.r = 136;
activateR = true;
_root.C2x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3a)) {
if (_root.x2a._x >= 320) {
_root.x2a.l = 342;
activateL = true;
_root.D2x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x2a.l = 69;
_root.D2x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C2x2 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y3a.t = 366;
activateT = false;
changeT = false;
}
}
Instance of Symbol 433 MovieClip in Frame 275
onClipEvent (load) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
Instance of Symbol 435 MovieClip in Frame 275
onClipEvent (load) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
if ((this._x > 411) && (this._x < 444)) {
this._x = 411;
}
if ((this._x > 444) && (this._x < 478)) {
this._x = 478;
}
}
Instance of Symbol 491 MovieClip "y3b" in Frame 275
onClipEvent (load) {
free = true;
l = 342;
t = 366;
r = 342;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 489 MovieClip "x3a" in Frame 275
onClipEvent (load) {
free = true;
l = 69;
t = 501;
r = 273;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
}
}
Instance of Symbol 431 MovieClip "y3c" in Frame 275
onClipEvent (load) {
free = true;
l = 411;
t = 366;
r = 411;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 429 MovieClip "y3a" in Frame 275
onClipEvent (load) {
free = true;
l = 273;
t = 366;
r = 273;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 495 MovieClip "y2a" in Frame 275
onClipEvent (load) {
free = true;
l = 69;
t = 297;
r = 69;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 497 MovieClip "y2b" in Frame 275
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 439 MovieClip "x2a" in Frame 275
onClipEvent (load) {
free = true;
l = 69;
t = 297;
r = 342;
b = 297;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 499 MovieClip "x2b" in Frame 275
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 342;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Frame 276
stop();
Frame 279
function reset() {
red._x = 136;
y2a._y = 297;
x2a._x = 205;
y2b._y = 366;
y2d._y = 297;
y2e._y = 297;
y2f._y = 434;
x2b._x = 205;
y2x._y = 571;
moves = 0;
bonus = 5000;
}
stop();
D1x = false;
D1xR = false;
D1xR2 = false;
D3x = false;
D3xR = false;
D3xR2 = false;
D4x = false;
D4xR = false;
D4xR2 = false;
B3y = false;
B4y = false;
B4y2 = false;
D3y = false;
D4y = false;
E3y = false;
E4y = false;
E4y2 = false;
F3y = false;
F4y = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
bonus = 5000;
red._x = 137.8;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 313 MovieClip "e3" in Frame 279
onClipEvent (load) {
activateB = false;
changeB = false;
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.red)) {
if (_root.y2d._y <= 300) {
_root.y2d.b = 297;
activateB = true;
_root.E3y = true;
}
} else if (activateB) {
changeB = true;
}
if (!_root.E4y) {
if (this.hitTest(_root.red)) {
if (_root.y2d._y > 350) {
_root.y2d.t = 501;
activateT = true;
_root.E4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (!_root.D3xR) {
if (this.hitTest(_root.y2d)) {
_root.red.r = 205;
activateR = true;
_root.D3xR2 = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.red.r = 411;
_root.D3xR2 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2d.t = 297;
_root.E4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2d.b = 571;
_root.E3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 315 MovieClip "b1" in Frame 279
onClipEvent (load) {
activateL = false;
changeL = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.D1x) {
if (this.hitTest(_root.y2a)) {
_root.x2a.l = 205;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B4y) {
if (!_root.B4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (changeT) {
_root.y2a.t = 297;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x2a.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 279
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2a)) {
_root.y2b.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (this.hitTest(_root.y2b)) {
if (_root.x2a._x < 300) {
_root.x2a.r = 136;
activateR = true;
_root.D1xR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y2b)) {
if (_root.x2a._x >= 300) {
_root.x2a.l = 342;
activateL = true;
_root.D1x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x2a.l = 69;
_root.D1x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.D1xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 318 MovieClip "e1" in Frame 279
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E4y) {
if (!_root.E4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2d.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (!_root.D1xR) {
if (this.hitTest(_root.y2d)) {
_root.x2a.r = 205;
activateR = true;
_root.D1xR2 = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x2a.r = 342;
_root.D1xR2 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2d.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 319 MovieClip "f1" in Frame 279
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2a)) {
_root.y2e.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (!_root.D1xR) {
if (!_root.D1xR2) {
if (this.hitTest(_root.y2e)) {
_root.x2a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2a.r = 342;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2e.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 328 MovieClip "b4" in Frame 279
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.D4x) {
if (this.hitTest(_root.y2a)) {
_root.x2b.l = 205;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B3y) {
if (this.hitTest(_root.x2b)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x2b)) {
if (_root.y2a._y >= 420) {
_root.y2a.t = 571;
activateT = true;
_root.B4y = true;
}
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2a.t = 297;
_root.B4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2b.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 330 MovieClip "b3" in Frame 279
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (this.hitTest(_root.y2a)) {
_root.red.l = 205;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y < 300) {
_root.y2a.b = 297;
activateB = true;
_root.B3y = true;
}
} else if (activateB) {
changeB = true;
}
if (!_root.B4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
_root.B4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (changeT) {
_root.y2a.t = 297;
_root.B4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.B3y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 279
onClipEvent (load) {
activateB = false;
changeB = false;
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.red) || (this.hitTest(_root.y2c))) {
_root.y2b.b = 297;
activateB = true;
_root.D3y = true;
} else if (activateB) {
changeB = true;
}
if (!_root.D4y) {
if (this.hitTest(_root.red) || (this.hitTest(_root.y2b))) {
_root.y2c.t = 501;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.y2b) || (this.hitTest(_root.y2c))) {
if (_root.red._x < 300) {
_root.red.r = 136;
activateR = true;
_root.D3xR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y2b) || (this.hitTest(_root.y2c))) {
if (_root.red._x >= 320) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.D3xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2c.t = 434;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 434;
_root.D3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 334 MovieClip "e4" in Frame 279
onClipEvent (load) {
activateB = false;
changeB = false;
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E3y) {
if (this.hitTest(_root.x2b)) {
if (_root.y2d._y <= 400) {
_root.y2d.b = 366;
activateB = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x2b)) {
if (_root.y2d._y > 440) {
_root.y2d.t = 571;
activateT = true;
_root.E4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.D4xR) {
if (this.hitTest(_root.y2d)) {
_root.x2b.r = 205;
activateR = true;
_root.D4xR2 = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x2b.r = 342;
_root.D4xR2 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2d.t = 297;
_root.E4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2d.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 335 MovieClip "f3" in Frame 279
onClipEvent (load) {
activateB = false;
changeB = false;
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.red) || (this.hitTest(_root.y2f))) {
_root.y2e.b = 297;
activateB = true;
_root.F3y = true;
} else if (activateB) {
changeB = true;
}
if (!_root.F4y) {
if (this.hitTest(_root.red) || (this.hitTest(_root.y2e))) {
_root.y2f.t = 501;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.D3xR) {
if (!_root.D3xR2) {
if (this.hitTest(_root.y2e) || (this.hitTest(_root.y2f))) {
_root.red.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2f.t = 434;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2e.b = 434;
_root.F3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 337 MovieClip "f4" in Frame 279
onClipEvent (load) {
activateB = false;
changeB = false;
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F3y) {
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2f))) {
_root.y2e.b = 366;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2e))) {
_root.y2f.t = 571;
activateT = true;
_root.F4y = true;
} else if (activateT) {
changeT = true;
}
if (!_root.D4xR) {
if (!_root.D4xR2) {
if (this.hitTest(_root.y2e) || (this.hitTest(_root.y2f))) {
_root.x2b.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2b.r = 342;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2f.t = 434;
_root.F4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2e.b = 434;
activateB = false;
changeB = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 279
onClipEvent (load) {
activateB = false;
changeB = false;
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3y) {
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2d))) {
_root.y2b.b = 366;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2d))) {
_root.y2c.t = 571;
activateT = true;
_root.D4y = true;
} else if (activateT) {
changeT = true;
}
if (this.hitTest(_root.y2b) || (this.hitTest(_root.y2c))) {
if (_root.x2b._x < 300) {
_root.x2b.r = 136;
activateR = true;
_root.D4xR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y2b) || (this.hitTest(_root.y2c))) {
if (_root.x2b._x >= 320) {
_root.x2b.l = 342;
activateL = true;
_root.D4x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x2b.l = 69;
_root.D4x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2b.r = 342;
_root.D4xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2c.t = 434;
_root.D4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 434;
activateB = false;
changeB = false;
}
}
Instance of Symbol 495 MovieClip "y2b" in Frame 279
onClipEvent (load) {
free = true;
l = 273;
t = 297;
r = 273;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 497 MovieClip "x2b" in Frame 279
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 342;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 501 MovieClip "y2a" in Frame 279
onClipEvent (load) {
free = true;
l = 136;
t = 297;
r = 136;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 441 MovieClip "x2a" in Frame 279
onClipEvent (load) {
free = true;
l = 69;
t = 160;
r = 342;
b = 160;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 439 MovieClip "y2c" in Frame 279
onClipEvent (load) {
free = true;
l = 273;
t = 434;
r = 273;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 499 MovieClip "y2d" in Frame 279
onClipEvent (load) {
free = true;
l = 342;
t = 297;
r = 342;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 437 MovieClip "y2e" in Frame 279
onClipEvent (load) {
free = true;
l = 478;
t = 297;
r = 478;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 503 MovieClip "y2f" in Frame 279
onClipEvent (load) {
free = true;
l = 411;
t = 434;
r = 411;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Frame 280
stop();
Frame 283
function reset() {
red._x = 69;
y2a._y = 297;
x2a._x = 136;
y3a._y = 434;
y3b._y = 366;
x3a._x = 273;
y2b._y = 571;
x3b._x = 273;
moves = 0;
bonus = 6000;
}
stop();
C1x = false;
C1xR = false;
C1xR2 = false;
C3x = false;
C3xR = false;
C3xR2 = false;
C4x = false;
E4x = false;
C6x = false;
E6x = false;
A3y = false;
A3y2 = false;
A4y = false;
A4y2 = false;
C3y = false;
C4y = false;
E3y = false;
E3y2 = false;
E4y = false;
E4y2 = false;
F3y = false;
F4y = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
bonus = 6000;
red._x = 69;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 313 MovieClip "e3" in Frame 283
onClipEvent (load) {
activateB = false;
changeB = false;
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.red)) {
if (_root.y2b._y <= 300) {
_root.y2b.b = 297;
activateB = true;
_root.E3y = true;
}
} else if (activateB) {
changeB = true;
}
if (!_root.E4y) {
if (this.hitTest(_root.red)) {
if (_root.y2b._y > 350) {
_root.y2b.t = 501;
activateT = true;
_root.E4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (!_root.C3xR) {
if (this.hitTest(_root.y2b)) {
_root.red.r = 205;
activateR = true;
_root.C3xR2 = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.red.r = 411;
_root.C3xR2 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
_root.E4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.E3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 314 MovieClip "a1" in Frame 283
onClipEvent (load) {
activateT = false;
activateL = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.A4y) {
if (!_root.A4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (!_root.C1x) {
if (this.hitTest(_root.y2a)) {
_root.x2a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (changeT) {
_root.y2a.t = 297;
changeT = false;
activateT = false;
}
if (changeL) {
_root.x2a.l = 69;
changeL = false;
activateL = false;
}
}
Instance of Symbol 316 MovieClip "c1" in Frame 283
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3y) {
if (this.hitTest(_root.x2a)) {
_root.y3a.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.y3a)) {
if (_root.x2a._x <= 200) {
_root.x2a.r = 69;
activateR = true;
_root.C1xR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y3a)) {
if (_root.x2a._x >= 250) {
_root.x2a.l = 273;
activateL = true;
_root.C1x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeT) {
_root.y3a.t = 366;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C1xR = false;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.C1x = false;
changeL = false;
activateL = false;
}
}
Instance of Symbol 318 MovieClip "e1" in Frame 283
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E4y) {
if (!_root.E4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2b.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (!_root.C1xR) {
if (this.hitTest(_root.y2b)) {
_root.x2a.r = 205;
activateR = true;
_root.C1xR2 = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x2a.r = 342;
_root.C1xR2 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 319 MovieClip "f1" in Frame 283
onClipEvent (load) {
activateT = false;
activateR = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F3y) {
if (this.hitTest(_root.x2a)) {
_root.y3b.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.C1xR) {
if (!_root.C1xR2) {
if (this.hitTest(_root.y3b)) {
_root.x2a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeT) {
_root.y3b.t = 366;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
changeR = false;
activateR = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 283
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
_root.C3y = true;
} else if (activateT) {
changeT = true;
}
if (this.hitTest(_root.y3a)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.C3xR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y3a)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.C3x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.red.l = 69;
_root.C3x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y3a.t = 366;
_root.C3y = false;
activateT = false;
changeT = false;
}
}
Instance of Symbol 327 MovieClip "f6" in Frame 283
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.F4y) {
if (this.hitTest(_root.x3b)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (!_root.E6x) {
if (this.hitTest(_root.y3b)) {
_root.x3b.r = 411;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x3b.r = 478;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 283
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
changeB = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (this.hitTest(_root.y2a)) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.A4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
_root.A4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y < 350) {
_root.y2a.b = 297;
activateB = true;
_root.A3y = true;
}
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2a.b = 571;
_root.A3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.A4y2 = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 283
/* no clip actions */
Instance of Symbol 332 MovieClip "a6" in Frame 283
onClipEvent (load) {
activateB = false;
activateL = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y2a)) {
_root.x3b.l = 342;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.A3y) {
if (!_root.A3y2) {
if (this.hitTest(_root.x3b)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3b.l = 273;
activateL = false;
changeL = false;
}
}
Instance of Symbol 334 MovieClip "e4" in Frame 283
onClipEvent (load) {
activateB = false;
changeB = false;
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E3y) {
if (this.hitTest(_root.x3a)) {
if (_root.y2b._y <= 400) {
_root.y2b.b = 366;
activateB = true;
_root.E3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x3a)) {
if (_root.y2b._y > 440) {
_root.y2b.t = 571;
activateT = true;
_root.E4y = true;
}
} else if (activateT) {
changeT = true;
}
if (this.hitTest(_root.y2b)) {
_root.x3a.r = 136;
activateR = true;
_root.E4x = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 273;
_root.E4x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
_root.E4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.E3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 335 MovieClip "f3" in Frame 283
onClipEvent (load) {
activateT = false;
activateR = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.C3xR) {
if (!_root.C3xR2) {
if (this.hitTest(_root.y3b)) {
_root.red.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
activateT = true;
_root.F3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
_root.F3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 283
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
changeB = false;
changeL = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y >= 430) {
_root.y2a.t = 571;
activateT = true;
_root.A4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.A3y) {
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
_root.A3y2 = true;
}
} else if (activateB) {
changeT = true;
}
}
if (!_root.C4x) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.x3a.l = 69;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.A4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.A3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 337 MovieClip "f4" in Frame 283
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y3b.b = 366;
activateB = true;
_root.F4y = true;
} else if (activateB) {
changeB = true;
}
if (!_root.E4x) {
if (this.hitTest(_root.y3b)) {
_root.x3a.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x3a.r = 273;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
_root.F4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 342 MovieClip "e6" in Frame 283
onClipEvent (load) {
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2b)) {
_root.x3b.r = 342;
activateR = true;
_root.E6x = true;
} else if (activateR) {
changeR = true;
}
if (!_root.E3y) {
if (!_root.E3y2) {
if (this.hitTest(_root.x3b)) {
_root.y2b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2b.b = 571;
activateB = false;
changeB = false;
}
if (changeR) {
_root.x3b.r = 478;
_root.E6x = false;
activateR = false;
changeR = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 283
onClipEvent (load) {
activateB = false;
changeB = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.x3b)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y3a)) {
_root.x3b.l = 478;
activateL = true;
_root.C6x = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x3b.l = 273;
_root.C6x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 283
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y3a)) {
_root.x3a.l = 273;
activateL = true;
_root.C4x = true;
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.x3a)) {
_root.y3a.b = 366;
activateB = true;
_root.C4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3b.b = 571;
_root.C4y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 69;
_root.C4x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 429 MovieClip "y3a" in Frame 283
onClipEvent (load) {
free = true;
l = 205;
t = 366;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 431 MovieClip "x3b" in Frame 283
onClipEvent (load) {
free = true;
l = 273;
t = 571;
r = 478;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
if ((this._x > 411) && (this._x < 444)) {
this._x = 411;
}
if ((this._x > 444) && (this._x < 478)) {
this._x = 478;
}
}
}
Instance of Symbol 489 MovieClip "x3a" in Frame 283
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 273;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 505 MovieClip "y3b" in Frame 283
onClipEvent (load) {
free = true;
l = 411;
t = 366;
r = 411;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 501 MovieClip "x2a" in Frame 283
onClipEvent (load) {
free = true;
l = 69;
t = 160;
r = 342;
b = 160;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 495 MovieClip "y2a" in Frame 283
onClipEvent (load) {
free = true;
l = 69;
t = 297;
r = 69;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 499 MovieClip "y2b" in Frame 283
onClipEvent (load) {
free = true;
l = 342;
t = 297;
r = 342;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Frame 284
stop();
Frame 287
function reset() {
red._x = 273;
x2a._x = 69;
x2b._x = 205;
y2d._y = 297;
y2b._y = 366;
y3b._y = 434;
y2a._y = 434;
y3a._y = 571;
x2c._x = 273;
y2c._y = 571;
x2d._x = 478;
x2e._x = 136;
x2f._x = 342;
moves = 0;
bonus = 6000;
}
stop();
B1x = false;
D1x = false;
C1x = false;
E1x = false;
C3x = false;
C3x2 = false;
C3x3 = false;
D3x = false;
D3x2 = false;
D3x3 = false;
C4x = false;
C4x2 = false;
C4x3 = false;
D4x = false;
D4x2 = false;
D4x3 = false;
C5x = false;
C5x2 = false;
C5x3 = false;
D5x = false;
D5x2 = false;
D5x3 = false;
B6x = false;
C6x = false;
D6x = false;
E6x = false;
A3y = false;
A4y = false;
A4y2 = false;
B4y = false;
B4y2 = false;
B3y = false;
B3y2 = false;
B3y3 = false;
C4y = false;
C4y2 = false;
C3y = false;
C3y2 = false;
C3y3 = false;
D4y = false;
D4y2 = false;
D3y = false;
D3y2 = false;
D3y3 = false;
E4y = false;
E4y2 = false;
E3y = false;
E3y2 = false;
E3y3 = false;
F4y = false;
F4y2 = false;
F3y = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
bonus = 7000;
red._x = 273;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 313 MovieClip "e3" in Frame 287
onClipEvent (load) {
activateB = false;
changeB = false;
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.red)) {
if (_root.y2d._y <= 300) {
_root.y2d.b = 297;
activateB = true;
_root.E3y = true;
}
} else if (activateB) {
changeB = true;
}
if (!_root.E4y) {
if (this.hitTest(_root.red)) {
if (_root.y2d._y > 350) {
_root.y2d.t = 501;
activateT = true;
_root.E4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (!_root.C3x) {
if (!_root.C3x2) {
if (this.hitTest(_root.y2d)) {
_root.red.r = 205;
activateR = true;
_root.C3x3 = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.red.r = 411;
_root.C3x3 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2d.t = 297;
_root.E4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2d.b = 571;
_root.E3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 314 MovieClip "a1" in Frame 287
onClipEvent (load) {
activateT = false;
activateL = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.A3y) {
if (this.hitTest(_root.x2a)) {
_root.y3a.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.B1x) {
if (this.hitTest(_root.y3a)) {
_root.x2a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (changeT) {
_root.y3a.t = 366;
changeT = false;
activateT = false;
}
if (changeL) {
_root.x2a.l = 69;
changeL = false;
activateL = false;
}
}
Instance of Symbol 315 MovieClip "b1" in Frame 287
onClipEvent (load) {
activateL = false;
changeL = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2a)) {
_root.x2a.l = 205;
activateL = true;
_root.B1x = true;
} else if (activateL) {
changeL = true;
}
if (!_root.B4y) {
if (!_root.B4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (changeT) {
_root.y2a.t = 297;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.B1x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 316 MovieClip "c1" in Frame 287
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (!_root.C4y2) {
if (this.hitTest(_root.x2a) || (this.hitTest(_root.x2b))) {
_root.y2b.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2b) || (this.hitTest(_root.x2b))) {
_root.x2a.r = 69;
activateR = true;
_root.C1x = true;
} else if (activateR) {
changeR = true;
}
if (!_root.D1x) {
if (this.hitTest(_root.y2b) || (this.hitTest(_root.x2a))) {
_root.x2b.l = 273;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (changeT) {
_root.y2b.t = 297;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 205;
_root.C1x = false;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2b.l = 205;
changeL = false;
activateL = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 287
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (!_root.D4y2) {
if (this.hitTest(_root.x2a) || (this.hitTest(_root.x2b))) {
_root.y2c.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (!_root.C1x) {
if (this.hitTest(_root.y2c) || (this.hitTest(_root.x2b))) {
_root.x2a.r = 136;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2c) || (this.hitTest(_root.x2a))) {
_root.x2b.l = 342;
activateL = true;
_root.D1x = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x2b.l = 205;
_root.D1x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2a.r = 205;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2c.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 318 MovieClip "e1" in Frame 287
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E4y) {
if (!_root.E4y2) {
if (this.hitTest(_root.x2b)) {
_root.y2d.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2d)) {
_root.x2b.r = 205;
activateR = true;
_root.E1x = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x2b.r = 342;
_root.E1x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2d.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 319 MovieClip "f1" in Frame 287
onClipEvent (load) {
activateT = false;
activateR = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F3y) {
if (this.hitTest(_root.x2b)) {
_root.y3b.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.E1x) {
if (this.hitTest(_root.y3b)) {
_root.x2b.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeT) {
_root.y3b.t = 366;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2b.r = 342;
changeR = false;
activateR = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 287
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2b._y >= 350) {
_root.y2b.t = 501;
activateT = true;
_root.C4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2b._y <= 300) {
_root.y2b.b = 297;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2b)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.C3x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D3x) {
if (this.hitTest(_root.y2b)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.D3x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
_root.D3x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
_root.C4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 323 MovieClip "e5" in Frame 287
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E3y) {
if (!_root.E3y2) {
if (this.hitTest(_root.x2d)) {
_root.y2d.b = 434;
activateB = true;
_root.E3y3 = true;
} else if (activateB) {
changeB = true;
}
}
}
if (!_root.C5x) {
if (!_root.C5x2) {
if (this.hitTest(_root.y2d)) {
_root.x2d.r = 342;
activateR = true;
_root.C5x3 = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2d.r = 478;
_root.C5x3 = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2d.b = 571;
_root.E3y3 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 324 MovieClip "b5" in Frame 287
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D5x) {
if (!_root.D5x2) {
if (this.hitTest(_root.y2a)) {
_root.x2d.l = 342;
activateL = true;
_root.D5x3 = true;
} else if (activateL) {
changeL = true;
}
}
}
if (!_root.B3y) {
if (!_root.B3y2) {
if (this.hitTest(_root.x2d)) {
_root.y2a.b = 434;
activateB = true;
_root.B3y3 = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2a.b = 571;
_root.B3y3 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2d.l = 205;
_root.D5x3 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 327 MovieClip "f6" in Frame 287
onClipEvent (load) {
activateB = false;
changeB = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F4y) {
if (!_root.F4y2) {
if (this.hitTest(_root.x2f)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (!_root.E6x) {
if (this.hitTest(_root.y3b)) {
_root.x2f.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x2f.r = 342;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 328 MovieClip "b4" in Frame 287
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.D4x) {
if (!_root.D4x2) {
if (this.hitTest(_root.y2a)) {
_root.x2c.l = 205;
activateL = true;
_root.D4x3 = true;
} else if (activateL) {
changeL = true;
}
}
}
if (!_root.B3y) {
if (this.hitTest(_root.x2c)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
_root.B3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x2c)) {
if (_root.y2a._y >= 420) {
_root.y2a.t = 571;
activateT = true;
_root.B4y = true;
}
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2a.t = 297;
_root.B4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.B3y2 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2c.l = 69;
_root.D4x3 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 287
onClipEvent (load) {
activateL = false;
activateT = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (!_root.D3x2) {
if (!_root.D3x3) {
if (this.hitTest(_root.y3a)) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
}
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
_root.A3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3a.t = 366;
_root.A3y = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 330 MovieClip "b3" in Frame 287
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (!_root.D3x2) {
if (this.hitTest(_root.y2a)) {
_root.red.l = 205;
activateL = true;
_root.D3x3 = true;
} else if (activateL) {
changeL = true;
}
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y < 300) {
_root.y2a.b = 297;
activateB = true;
_root.B3y = true;
}
} else if (activateB) {
changeB = true;
}
if (!_root.B4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
_root.B4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (changeT) {
_root.y2a.t = 297;
_root.B4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.B3y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x3 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 287
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (this.hitTest(_root.y2c)) {
if (_root.red._x < 273) {
_root.red.r = 136;
activateR = true;
_root.C3x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2c)) {
if (_root.red._x >= 273) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (!_root.D4y) {
if (this.hitTest(_root.red)) {
if (_root.y2c._y >= 320) {
_root.y2c.t = 501;
activateT = true;
_root.D4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2c._y < 320) {
_root.y2c.b = 297;
activateB = true;
_root.D3y = true;
}
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2c.b = 571;
_root.D3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2c.t = 297;
_root.D4y2 = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 287
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.B6x) {
if (this.hitTest(_root.y3a)) {
_root.x2e.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.A4y) {
if (!_root.A4y2) {
if (this.hitTest(_root.x2e)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2e.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 333 MovieClip "d5" in Frame 287
onClipEvent (load) {
activateL = false;
activateB = false;
activateR = false;
changeB = false;
changeL = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.D3y) {
if (!_root.D3y2) {
if (this.hitTest(_root.x2d)) {
_root.y2c.b = 434;
activateB = true;
_root.D3y3 = true;
} else if (activateB) {
changeB = true;
}
}
}
if (this.hitTest(_root.y2c)) {
if (_root.x2d._x >= 300) {
_root.x2d.l = 478;
activateL = true;
_root.D5x = true;
}
} else if (activateL) {
changeL = true;
}
if (!_root.C5x) {
if (this.hitTest(_root.y2c)) {
if (_root.x2d._x < 300) {
_root.x2d.r = 273;
activateR = true;
_root.C5x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x2d.r = 478;
_root.C5x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2d.l = 205;
_root.D5x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2c.b = 571;
_root.D3y3 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 334 MovieClip "e4" in Frame 287
onClipEvent (load) {
activateT = false;
activateB = false;
activateR = false;
changeB = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2c)) {
if (_root.y2d._y >= 430) {
_root.y2d.t = 571;
activateT = true;
_root.E4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.E3y) {
if (this.hitTest(_root.x2c)) {
if (_root.y2d._y < 400) {
_root.y2d.b = 366;
activateB = true;
_root.E3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (!_root.C4x) {
if (!_root.C4x2) {
if (this.hitTest(_root.y2d)) {
_root.x2c.r = 205;
activateR = true;
_root.C4x3 = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2c.r = 342;
_root.C4x3 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2d.t = 297;
_root.E4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2d.b = 571;
_root.E3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 335 MovieClip "f3" in Frame 287
onClipEvent (load) {
activateT = false;
activateR = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (!_root.C3x2) {
if (!_root.C3x3) {
if (this.hitTest(_root.y3b)) {
_root.red.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
activateT = true;
_root.F3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
_root.F3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 287
onClipEvent (load) {
activateL = false;
activateB = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D4x) {
if (!_root.D4x2) {
if (!_root.D4x3) {
if (this.hitTest(_root.y3a)) {
_root.x2c.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
}
if (this.hitTest(_root.x2c)) {
_root.y3a.b = 366;
activateB = true;
_root.A4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3a.b = 571;
_root.A4y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2c.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 337 MovieClip "f4" in Frame 287
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2c)) {
_root.y3b.b = 366;
activateB = true;
_root.F4y = true;
} else if (activateB) {
changeB = true;
}
if (!_root.C4x) {
if (!_root.C4x2) {
if (!_root.C4x3) {
if (this.hitTest(_root.y3b)) {
_root.x2c.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
}
if (changeR) {
_root.x2c.r = 342;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
_root.F4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 338 MovieClip "f5" in Frame 287
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F4y) {
if (this.hitTest(_root.x2d)) {
_root.y3b.b = 434;
activateB = true;
_root.F4y2 = true;
} else if (activateB) {
changeB = true;
}
}
if (!_root.C5x) {
if (!_root.C5x2) {
if (!_root.C5x3) {
if (this.hitTest(_root.y3b)) {
_root.x2d.r = 411;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
}
if (changeR) {
_root.x2d.r = 478;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
_root.F4y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 339 MovieClip "a5" in Frame 287
onClipEvent (load) {
activateL = false;
activateB = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D5x) {
if (!_root.D5x2) {
if (!_root.D5x3) {
if (this.hitTest(_root.y3a)) {
_root.x2d.l = 273;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
}
if (!_root.A4y) {
if (this.hitTest(_root.x2d)) {
_root.y3a.b = 434;
activateB = true;
_root.A4y2 = true;
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y3a.b = 571;
_root.A4y2 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2d.l = 205;
activateL = false;
changeL = false;
}
}
Instance of Symbol 340 MovieClip "c5" in Frame 287
onClipEvent (load) {
activateL = false;
activateB = false;
activateR = false;
changeB = false;
changeL = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.C3y) {
if (!_root.C3y2) {
if (this.hitTest(_root.x2d)) {
_root.y2b.b = 434;
activateB = true;
_root.C3y3 = true;
} else if (activateB) {
changeB = true;
}
}
}
if (!_root.D5x) {
if (this.hitTest(_root.y2b)) {
if (_root.x2d._x >= 250) {
_root.x2d.l = 411;
activateL = true;
_root.D5x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.y2b)) {
if (_root.x2d._x < 210) {
_root.x2d.r = 205;
activateR = true;
_root.C5x = true;
}
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x2d.r = 478;
_root.C5x = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2d.l = 205;
_root.D5x2 = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.C3y3 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 341 MovieClip "b6" in Frame 287
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2a)) {
_root.x2e.l = 205;
activateL = true;
_root.B6x = true;
} else if (activateL) {
changeL = true;
}
if (!_root.B3y) {
if (!_root.B3y2) {
if (!_root.B3y3) {
if (this.hitTest(_root.x2e)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2e.l = 69;
_root.B6x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 342 MovieClip "e6" in Frame 287
onClipEvent (load) {
activateB = false;
changeB = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E3y) {
if (!_root.E3y2) {
if (!_root.E3y3) {
if (this.hitTest(_root.x2f)) {
_root.y2d.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (this.hitTest(_root.y2d)) {
_root.x2f.r = 205;
activateR = true;
_root.E6x = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x2f.r = 342;
_root.E6x = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2d.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 287
onClipEvent (load) {
activateR = false;
changeR = false;
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2b) || (this.hitTest(_root.x2f))) {
_root.x2e.r = 69;
activateR = true;
_root.C6x = true;
} else if (activateR) {
changeR = true;
}
if (!_root.D6x) {
if (this.hitTest(_root.y2b) || (this.hitTest(_root.x2e))) {
_root.x2f.l = 273;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.C3y) {
if (!_root.C3y2) {
if (!_root.C3y3) {
if (this.hitTest(_root.x2e) || (this.hitTest(_root.x2f))) {
_root.y2b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (changeB) {
_root.y2b.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2f.l = 205;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2e.r = 205;
_root.C6x = false;
activateR = false;
changeR = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 287
onClipEvent (load) {
activateR = false;
changeR = false;
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y2c) || (this.hitTest(_root.x2f))) {
_root.x2e.r = 136;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2c) || (this.hitTest(_root.x2e))) {
_root.x2f.l = 342;
activateL = true;
_root.D6x = true;
} else if (activateL) {
changeL = true;
}
if (!_root.D3y) {
if (!_root.D3y2) {
if (!_root.D3y3) {
if (this.hitTest(_root.x2e) || (this.hitTest(_root.x2f))) {
_root.y2c.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (changeB) {
_root.y2c.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2f.l = 205;
_root.D6x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2e.r = 205;
activateR = false;
changeR = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 287
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
activateR = false;
changeB = false;
changeL = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2c)) {
if (_root.y2b._y >= 430) {
_root.y2b.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x2c)) {
if (_root.y2b._y < 400) {
_root.y2b.b = 366;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (!_root.D4x) {
if (this.hitTest(_root.y2b)) {
if (_root.x2c._x >= 250) {
_root.x2c.l = 273;
_root.D4x2 = true;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.y2b)) {
if (_root.x2c._x < 200) {
_root.x2c.r = 69;
_root.C4x = true;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x2c.r = 342;
_root.C4x = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2c.l = 69;
_root.D4x2 = false;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y2b.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 287
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
activateR = false;
changeB = false;
changeL = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2c)) {
if (_root.y2c._y >= 430) {
_root.y2c.t = 571;
activateT = true;
_root.D4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.D3y) {
if (this.hitTest(_root.x2c)) {
if (_root.y2c._y < 400) {
_root.y2c.b = 366;
activateB = true;
_root.D3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y2c)) {
if (_root.x2c._x >= 300) {
_root.x2c.l = 342;
activateL = true;
_root.D4x = true;
}
} else if (activateL) {
changeL = true;
}
if (!_root.C4x) {
if (this.hitTest(_root.y2c)) {
if (_root.x2c._x < 300) {
_root.x2c.r = 136;
activateR = true;
_root.C4x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x2c.r = 342;
_root.C4x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2c.l = 69;
_root.D4x = false;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y2c.t = 297;
_root.D4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2c.b = 571;
_root.D3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 489 MovieClip "y3a" in Frame 287
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 69;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 491 MovieClip "y3b" in Frame 287
onClipEvent (load) {
free = true;
l = 411;
t = 366;
r = 411;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 493 MovieClip "y2a" in Frame 287
onClipEvent (load) {
free = true;
l = 136;
t = 297;
r = 136;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 437 MovieClip "x2b" in Frame 287
onClipEvent (load) {
free = true;
l = 205;
t = 229;
r = 342;
b = 229;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 499 MovieClip "y2c" in Frame 287
onClipEvent (load) {
free = true;
l = 273;
t = 297;
r = 273;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 439 MovieClip "x2a" in Frame 287
onClipEvent (load) {
free = true;
l = 69;
t = 160;
r = 205;
b = 160;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 441 MovieClip "x2c" in Frame 287
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 342;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 501 MovieClip "x2e" in Frame 287
onClipEvent (load) {
free = true;
l = 69;
t = 501;
r = 205;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 497 MovieClip "x2f" in Frame 287
onClipEvent (load) {
free = true;
l = 205;
t = 501;
r = 342;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 495 MovieClip "x2d" in Frame 287
onClipEvent (load) {
free = true;
l = 136;
t = 501;
r = 478;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 503 MovieClip "y2b" in Frame 287
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 503 MovieClip "y2d" in Frame 287
onClipEvent (load) {
free = true;
l = 342;
t = 297;
r = 342;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Frame 288
stop();
Frame 291
function reset() {
red._x = 136;
y3a._y = 366;
y3b._y = 366;
y2a._y = 501;
x3a._x = 478;
x3b._x = 411;
moves = 0;
bonus = 2000;
}
stop();
D1x = false;
D1x2 = false;
C1x = false;
C1x2 = false;
D3x = false;
D3x2 = false;
D3xR = false;
D4x = false;
C4x = false;
C6x = false;
D6x = false;
A3y = false;
A4y = false;
C3y = false;
C3y2 = false;
C4y = false;
C4y2 = false;
D3y = false;
D4y = false;
F3y = false;
F3y2 = false;
F4y = false;
F4y2 = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
bonus = 2000;
red._x = 137.8;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 314 MovieClip "a1" in Frame 291
onClipEvent (load) {
activateT = false;
activateL = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.A3y) {
if (this.hitTest(_root.x2a)) {
_root.y3a.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.D1x) {
if (!_root.D1x2) {
if (this.hitTest(_root.y3a)) {
_root.x2a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (changeT) {
_root.y3a.t = 366;
changeT = false;
activateT = false;
}
if (changeL) {
_root.x2a.l = 69;
changeL = false;
activateL = false;
}
}
Instance of Symbol 316 MovieClip "c1" in Frame 291
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (!_root.C4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2a)) {
if (_root.x2a._x <= 200) {
_root.x2a.r = 69;
activateR = true;
_root.C1x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D1x) {
if (this.hitTest(_root.y2a)) {
if (_root.x2a._x >= 250) {
_root.x2a.l = 273;
activateL = true;
_root.D1x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeT) {
_root.y2a.t = 297;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C1x = false;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.D1x2 = false;
changeL = false;
activateL = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 291
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3y) {
if (this.hitTest(_root.x2a)) {
_root.y3b.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.C1x) {
if (this.hitTest(_root.y3b)) {
if (_root.x2a._x <= 136) {
_root.x2a.r = 136;
activateR = true;
_root.C1x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.x2a._x >= 342) {
_root.x2a.l = 342;
activateL = true;
_root.D1x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeT) {
_root.y3b.t = 366;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C1x2 = false;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.D1x = false;
changeL = false;
activateL = false;
}
}
Instance of Symbol 319 MovieClip "f1" in Frame 291
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F4y) {
if (!_root.F4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2b.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (!_root.C1x) {
if (!_root.C1x2) {
if (this.hitTest(_root.y2b)) {
_root.x2a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2a.r = 342;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 291
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
_root.C4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y <= 300) {
_root.y2a.b = 297;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2a)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.D3xR = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D3x) {
if (this.hitTest(_root.y2a)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.D3x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
_root.D3x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.D3xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 327 MovieClip "f6" in Frame 291
onClipEvent (load) {
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.F3y) {
if (!_root.F3y2) {
if (this.hitTest(_root.x3b)) {
_root.y2b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (!_root.D6x) {
if (this.hitTest(_root.y2b)) {
_root.x3b.r = 411;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x3b.r = 478;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 291
onClipEvent (load) {
activateL = false;
activateT = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (!_root.D3x2) {
if (this.hitTest(_root.y3a)) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
_root.A3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3a.t = 366;
_root.A3y = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 291
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3xR) {
if (this.hitTest(_root.y3b)) {
if (_root.red._x < 273) {
_root.red.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.red._x >= 273) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
activateT = true;
_root.D3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
_root.D3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 291
onClipEvent (load) {
activateB = false;
activateL = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y3a)) {
_root.x3b.l = 342;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.A4y) {
if (this.hitTest(_root.x3b)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3b.l = 273;
activateL = false;
changeL = false;
}
}
Instance of Symbol 335 MovieClip "f3" in Frame 291
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.F4y) {
if (this.hitTest(_root.red)) {
if (_root.y2b._y >= 350) {
_root.y2b.t = 501;
activateT = true;
_root.F4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2b._y <= 300) {
_root.y2b.b = 297;
activateB = true;
_root.F3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2b)) {
_root.red.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
_root.F4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.F3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 291
onClipEvent (load) {
activateL = false;
activateB = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4x) {
if (this.hitTest(_root.y3a)) {
_root.x3a.l = 342;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.x3a)) {
_root.y3a.b = 366;
activateB = true;
_root.A4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3a.b = 571;
_root.A4y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 273;
activateL = false;
changeL = false;
}
}
Instance of Symbol 337 MovieClip "f4" in Frame 291
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
if (_root.y2b._y >= 450) {
_root.y2b.t = 571;
activateT = true;
_root.F4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.F3y) {
if (this.hitTest(_root.x3a)) {
if (_root.y2b._y <= 400) {
_root.y2b.b = 366;
activateB = true;
_root.F3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (!_root.D4x) {
if (this.hitTest(_root.y2b)) {
_root.x3a.r = 411;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x3a.r = 478;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
_root.F4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.F3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 291
onClipEvent (load) {
activateB = false;
changeB = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3y) {
if (!_root.C3y2) {
if (this.hitTest(_root.x3b)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (this.hitTest(_root.y2a)) {
_root.x3b.l = 478;
activateL = true;
_root.C6x = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x3b.l = 273;
_root.C6x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 291
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (this.hitTest(_root.x3b)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y3b)) {
_root.x3b.r = 273;
activateR = true;
_root.D6x = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3b.r = 478;
_root.D6x = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 291
onClipEvent (load) {
activateL = false;
changeL = false;
activateT = false;
changeT = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 478;
activateL = true;
_root.C4x = true;
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y >= 450) {
_root.y2a.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x3a.l = 273;
_root.C4x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 291
onClipEvent (load) {
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y3b.b = 366;
activateB = true;
_root.D4y = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y3b)) {
_root.x3a.r = 273;
activateR = true;
_root.D4x = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 478;
_root.D4x = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
_root.D4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 505 MovieClip "y3a" in Frame 291
onClipEvent (load) {
free = true;
l = 68;
t = 366;
r = 68;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 429 MovieClip "y3b" in Frame 291
onClipEvent (load) {
free = true;
l = 273.5;
t = 366;
r = 273.5;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 431 MovieClip "x3b" in Frame 291
onClipEvent (load) {
free = true;
l = 273;
t = 571;
r = 478;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
if ((this._x > 411) && (this._x < 444)) {
this._x = 411;
}
if ((this._x > 444) && (this._x < 478)) {
this._x = 478;
}
}
}
Instance of Symbol 491 MovieClip "x3a" in Frame 291
onClipEvent (load) {
free = true;
l = 273;
t = 434;
r = 478;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
if ((this._x > 411) && (this._x < 444)) {
this._x = 411;
}
if ((this._x > 444) && (this._x < 478)) {
this._x = 478;
}
}
}
Instance of Symbol 439 MovieClip "y2a" in Frame 291
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 495 MovieClip "x2a" in Frame 291
onClipEvent (load) {
free = true;
l = 69;
t = 160;
r = 342;
b = 160;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
}
}
Instance of Symbol 493 MovieClip "y2b" in Frame 291
onClipEvent (load) {
free = true;
l = 411;
t = 297;
r = 411;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Frame 292
stop();
Frame 295
function reset() {
red._x = 136;
x2a._x = 69;
x2b._x = 69;
y2a._y = 297;
y3b._y = 366;
y3a._y = 501;
x3a._x = 136;
x2c._x = 136;
x3b._x = 69;
moves = 0;
bonus = 9000;
}
stop();
C1x = false;
D1x = false;
D1x2 = false;
C2x = false;
D2x = false;
D2x2 = false;
C3x = false;
D3x = false;
D3x2 = false;
C4x = false;
C5x = false;
D5x = false;
D5x2 = false;
C6x = false;
A3y = false;
A3y2 = false;
A4y = false;
A4y2 = false;
C3y = false;
C3y2 = false;
C3y3 = false;
C4y = false;
C4y2 = false;
C4y3 = false;
D3y = false;
D3y2 = false;
D4y = false;
D4y2 = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
bonus = 9000;
red._x = 137.8;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 314 MovieClip "a1" in Frame 295
onClipEvent (load) {
activateT = false;
activateL = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.A3y) {
if (!_root.A3y2) {
if (this.hitTest(_root.x2a)) {
_root.y3a.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (!_root.D1x) {
if (!_root.D1x2) {
if (this.hitTest(_root.y3a)) {
_root.x2a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (changeT) {
_root.y3a.t = 366;
changeT = false;
activateT = false;
}
if (changeL) {
_root.x2a.l = 69;
changeL = false;
activateL = false;
}
}
Instance of Symbol 316 MovieClip "c1" in Frame 295
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (!_root.C4y2) {
if (!_root.C4y3) {
if (this.hitTest(_root.x2a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
}
if (this.hitTest(_root.y2a)) {
if (_root.x2a._x <= 200) {
_root.x2a.r = 69;
activateR = true;
_root.C1x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D1x) {
if (this.hitTest(_root.y2a)) {
if (_root.x2a._x >= 250) {
_root.x2a.l = 273;
activateL = true;
_root.D1x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeT) {
_root.y2a.t = 297;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C1x = false;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.D1x2 = false;
changeL = false;
activateL = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 295
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3y) {
if (!_root.D3y2) {
if (this.hitTest(_root.x2a)) {
_root.y3b.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (!_root.C1x) {
if (this.hitTest(_root.y3b)) {
if (_root.x2a._x <= 136) {
_root.x2a.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.x2a._x >= 342) {
_root.x2a.l = 342;
activateL = true;
_root.D1x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeT) {
_root.y3b.t = 366;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.D1x = false;
changeL = false;
activateL = false;
}
}
Instance of Symbol 319 MovieClip "f1" in Frame 295
/* no clip actions */
Instance of Symbol 320 MovieClip "a2" in Frame 295
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.A3y) {
if (this.hitTest(_root.x2b)) {
_root.y3a.t = 501;
activateT = true;
_root.A3y2 = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.D2x) {
if (!_root.D2x2) {
if (this.hitTest(_root.y3a)) {
_root.x2b.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (changeL) {
_root.x2b.l = 69;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y3a.t = 366;
_root.A3y2 = false;
activateT = false;
changeT = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 295
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
_root.C4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y <= 300) {
_root.y2a.b = 297;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2a)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.C3x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D3x) {
if (this.hitTest(_root.y2a)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.D3x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
_root.D3x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 295
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (this.hitTest(_root.y3b)) {
if (_root.red._x < 273) {
_root.red.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.red._x >= 273) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
activateT = true;
_root.D3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
_root.D3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 295
onClipEvent (load) {
activateB = false;
activateL = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y3a)) {
_root.x3b.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.A4y) {
if (!_root.A4y2) {
if (this.hitTest(_root.x3b)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3b.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 333 MovieClip "d5" in Frame 295
onClipEvent (load) {
activateB = false;
activateR = false;
activateL = false;
changeB = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C5x) {
if (this.hitTest(_root.y3b)) {
if (_root.x2c._x < 273) {
_root.x2c.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.x2c._x >= 273) {
_root.x2c.l = 342;
activateL = true;
_root.D5x = true;
}
} else if (activateL) {
changeL = true;
}
if (!_root.D4y) {
if (this.hitTest(_root.x2c)) {
_root.y3b.b = 434;
activateB = true;
_root.D4y2 = true;
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y3b.b = 571;
_root.D4y2 = false;
activateB = false;
changeB = false;
}
if (changeR) {
_root.x2c.r = 342;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2c.l = 69;
_root.D5x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 295
onClipEvent (load) {
activateL = false;
activateB = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4x) {
if (this.hitTest(_root.y3a)) {
_root.x3a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.x3a)) {
_root.y3a.b = 366;
activateB = true;
_root.A4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3a.b = 571;
_root.A4y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 339 MovieClip "a5" in Frame 295
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D5x) {
if (!_root.D5x2) {
if (this.hitTest(_root.y3a)) {
_root.x2c.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (!_root.A4y) {
if (this.hitTest(_root.x2c)) {
_root.y3a.b = 434;
activateB = true;
_root.A4y2 = true;
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y3a.b = 571;
_root.A4y2 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2c.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 340 MovieClip "c5" in Frame 295
onClipEvent (load) {
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C3y) {
if (!_root.C3y2) {
if (this.hitTest(_root.x2c)) {
_root.y2a.b = 434;
activateB = true;
_root.C3y3 = true;
} else if (activateB) {
changeB = true;
}
}
}
if (this.hitTest(_root.y2a)) {
if (_root.x2c._x <= 200) {
_root.x2c.r = 69;
activateR = true;
_root.C5x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D5x) {
if (this.hitTest(_root.y2a)) {
if (_root.x2c._x >= 270) {
_root.x2c.l = 273;
activateL = true;
_root.D5x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.x2c.l = 69;
_root.D5x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2c.r = 342;
_root.C5x = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y3 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 295
onClipEvent (load) {
activateB = false;
changeB = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3y) {
if (!_root.C3y2) {
if (!_root.C3y3) {
if (this.hitTest(_root.x3b)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (this.hitTest(_root.y2a)) {
_root.x3b.l = 273;
activateL = true;
_root.C6x = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x3b.l = 69;
_root.C6x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 295
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (!_root.D4y2) {
if (this.hitTest(_root.x3b)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (this.hitTest(_root.y3b)) {
_root.x3b.r = 69;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3b.r = 273;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 295
onClipEvent (load) {
activateL = false;
changeL = false;
activateT = false;
changeT = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 273;
activateL = true;
_root.C4x = true;
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y >= 450) {
_root.y2a.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x3a.l = 69;
_root.C4x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 295
onClipEvent (load) {
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y3b.b = 366;
activateB = true;
_root.D4y = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y3b)) {
_root.x3a.r = 69;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 273;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
_root.D4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 347 MovieClip "c2" in Frame 295
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (!_root.C4y2) {
if (this.hitTest(_root.x2b)) {
_root.y2a.t = 434;
activateT = true;
_root.C4y3 = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2a)) {
if (_root.x2b._x < 200) {
_root.x2b.r = 69;
activateR = true;
_root.C2x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D2x) {
if (this.hitTest(_root.y2a)) {
if (_root.x2b._x >= 250) {
_root.x2b.l = 273;
activateL = true;
_root.D2x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.x2b.l = 69;
_root.D2x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2b.r = 342;
_root.C2x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y3 = false;
activateT = false;
changeT = false;
}
}
Instance of Symbol 348 MovieClip "d2" in Frame 295
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3y) {
if (this.hitTest(_root.x2b)) {
_root.y3b.t = 501;
activateT = true;
_root.D3y2 = false;
} else if (activateT) {
changeT = true;
}
}
if (!_root.C2x) {
if (this.hitTest(_root.y3b)) {
if (_root.x2b._x < 300) {
_root.x2b.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.x2b._x >= 320) {
_root.x2b.l = 342;
activateL = true;
_root.D2x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x2b.l = 69;
_root.D2x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2b.r = 342;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y3b.t = 366;
_root.D3y2 = false;
activateT = false;
changeT = false;
}
}
Instance of Symbol 431 MovieClip "y3a" in Frame 295
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 69;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 489 MovieClip "x3a" in Frame 295
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 273;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 505 MovieClip "x3b" in Frame 295
onClipEvent (load) {
free = true;
l = 69;
t = 501;
r = 273;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 429 MovieClip "y3b" in Frame 295
onClipEvent (load) {
free = true;
l = 273;
t = 366;
r = 273;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 501 MovieClip "x2a" in Frame 295
onClipEvent (load) {
free = true;
l = 69;
t = 160;
r = 342;
b = 160;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
}
}
Instance of Symbol 441 MovieClip "x2b" in Frame 295
onClipEvent (load) {
free = true;
l = 69;
t = 229;
r = 342;
b = 229;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 503 MovieClip "x2c" in Frame 295
onClipEvent (load) {
free = true;
l = 69;
t = 434;
r = 342;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 497 MovieClip "y2a" in Frame 295
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Frame 296
stop();
Frame 299
function reset() {
red._x = 205;
y2b._y = 229;
x2a._x = 273;
y2c._y = 366;
y2a._y = 434;
x2b._x = 205;
y2d._y = 501;
x3a._x = 136;
moves = 0;
bonus = 10000;
}
stop();
C1x = false;
C1xR = false;
C3x = false;
C3xR = false;
C4x = false;
C4xR = false;
C5x = false;
B3y = false;
B3y2 = false;
B4y = false;
B4y2 = false;
C3y = false;
C3y2 = false;
C4y = false;
C4y2 = false;
E3y = false;
E4y = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 10000;
red._x = 205;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 313 MovieClip "e3" in Frame 299
onClipEvent (load) {
activateT = false;
activateB = false;
activateR = false;
changeR = false;
changeB = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.E4y) {
if (this.hitTest(_root.y2c) || (this.hitTest(_root.red))) {
_root.y2d.t = 501;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.y2d) || (this.hitTest(_root.red))) {
_root.y2c.b = 297;
activateB = true;
_root.E3y = true;
} else if (activateB) {
changeB = true;
}
if (!_root.C3xR) {
if (this.hitTest(_root.y2c) || (this.hitTest(_root.y2d))) {
_root.red.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2c.b = 434;
_root.E3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2d.t = 434;
activateT = false;
changeT = false;
}
}
Instance of Symbol 315 MovieClip "b1" in Frame 299
onClipEvent (load) {
activateL = false;
changeL = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.C1x) {
if (this.hitTest(_root.y2a)) {
_root.x2a.l = 205;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B4y) {
if (!_root.B4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (changeT) {
_root.y2a.t = 297;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x2a.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 316 MovieClip "c1" in Frame 299
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (!_root.C4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2b.t = 229;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2b)) {
if (_root.x2a._x <= 200) {
_root.x2a.r = 69;
activateR = true;
_root.C1xR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y2b)) {
if (_root.x2a._x >= 250) {
_root.x2a.l = 273;
activateL = true;
_root.C1x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeT) {
_root.y2b.t = 160;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C1xR = false;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.C1x = false;
changeL = false;
activateL = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 299
/* no clip actions */
Instance of Symbol 318 MovieClip "e1" in Frame 299
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2a)) {
_root.y2c.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (!_root.C1xR) {
if (this.hitTest(_root.y2c)) {
_root.x2a.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x2a.r = 342;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2c.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 299
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2b._y >= 350) {
_root.y2b.t = 366;
activateT = true;
_root.C4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2b._y <= 300) {
_root.y2b.b = 160;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2b)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.C3xR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y2b)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.C3x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.red.l = 69;
_root.C3x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 160;
_root.C4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 434;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 323 MovieClip "e5" in Frame 299
onClipEvent (load) {
activateB = false;
activateR = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y2d.b = 434;
activateB = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2d)) {
_root.x3a.r = 136;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 273;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2d.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 324 MovieClip "b5" in Frame 299
onClipEvent (load) {
activateB = false;
activateL = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C5x) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 205;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B3y) {
if (!_root.B3y2) {
if (this.hitTest(_root.x3a)) {
_root.y2a.b = 434;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 328 MovieClip "b4" in Frame 299
onClipEvent (load) {
activateL = false;
activateB = false;
activateT = false;
changeT = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4x) {
if (this.hitTest(_root.y2a)) {
_root.x2b.l = 205;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B3y) {
if (this.hitTest(_root.x2b)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
_root.B3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x2b)) {
if (_root.y2a._y >= 410) {
_root.y2a.t = 571;
activateT = true;
_root.B4y = true;
}
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2a.t = 297;
_root.B4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.B3y2 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2b.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 330 MovieClip "b3" in Frame 299
onClipEvent (load) {
activateL = false;
activateB = false;
activateT = false;
changeB = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (this.hitTest(_root.y2a)) {
_root.red.l = 205;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y < 310) {
_root.y2a.b = 297;
activateB = true;
_root.B3y = true;
}
} else if (activateB) {
changeB = true;
}
if (!_root.B4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
_root.B4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (changeT) {
_root.y2a.t = 297;
_root.B4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.B3y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 334 MovieClip "e4" in Frame 299
onClipEvent (load) {
activateB = false;
activateT = false;
activateR = false;
changeR = false;
changeT = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.E3y) {
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2d))) {
_root.y2c.b = 366;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (!_root.C4xR) {
if (this.hitTest(_root.y2d) || (this.hitTest(_root.y2c))) {
_root.x2b.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2c))) {
_root.y2d.t = 571;
activateT = true;
_root.E4y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2d.t = 434;
_root.E4y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.x2b.r = 342;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2c.b = 434;
activateB = false;
changeB = false;
}
}
Instance of Symbol 340 MovieClip "c5" in Frame 299
onClipEvent (load) {
activateB = false;
activateL = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2b)) {
_root.x3a.l = 273;
activateL = true;
_root.C5x = true;
} else if (activateL) {
changeL = true;
}
if (!_root.C3y) {
if (!_root.C3y2) {
if (this.hitTest(_root.x3a)) {
_root.y2b.b = 297;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2b.b = 434;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 69;
_root.C5x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 299
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b)) {
if (_root.y2b._y >= 400) {
_root.y2b.t = 434;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x2b)) {
if (_root.y2b._y <= 400) {
_root.y2b.b = 229;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y2b)) {
if (_root.x2b._x <= 200) {
_root.x2b.r = 69;
activateR = true;
_root.C4xR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y2b)) {
if (_root.x2b._x >= 270) {
_root.x2b.l = 273;
activateL = true;
_root.C4x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x2b.l = 69;
_root.C4x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2b.r = 342;
_root.C4xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 160;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 434;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 489 MovieClip "x3a" in Frame 299
onClipEvent (load) {
free = true;
l = 69;
t = 434;
r = 273;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 439 MovieClip "x2a" in Frame 299
onClipEvent (load) {
free = true;
l = 69;
t = 160;
r = 342;
b = 160;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
}
}
Instance of Symbol 495 MovieClip "y2c" in Frame 299
onClipEvent (load) {
free = true;
l = 342;
t = 297;
r = 342;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 437 MovieClip "y2b" in Frame 299
onClipEvent (load) {
free = true;
l = 205;
t = 160;
r = 205;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 503 MovieClip "y2a" in Frame 299
onClipEvent (load) {
free = true;
l = 136;
t = 297;
r = 136;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 441 MovieClip "y2d" in Frame 299
onClipEvent (load) {
free = true;
l = 342;
t = 434;
r = 342;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 493 MovieClip "x2b" in Frame 299
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 342;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
}
}
Frame 300
stop();
Frame 304
function reset() {
red._x = 136;
x2a._x = 69;
y2a._y = 297;
y3a._y = 434;
y3b._y = 366;
x3a._x = 136;
x3b._x = 273;
moves = 0;
bonus = 11000;
}
stop();
A3y = false;
A4y = false;
D1x = false;
D1x2 = false;
C4y = false;
C4y2 = false;
C3y = false;
C3y2 = false;
C1x = false;
C4x = false;
D3y = false;
D3x = false;
D3x2 = false;
D3xR = false;
D4y = false;
C6x = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 11000;
red._x = 136;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 314 MovieClip "a1" in Frame 304
onClipEvent (load) {
activateT = false;
activateL = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.A3y) {
if (this.hitTest(_root.x2a)) {
_root.y3a.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.D1x) {
if (!_root.D1x2) {
if (this.hitTest(_root.y3a)) {
_root.x2a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (changeT) {
_root.y3a.t = 366;
changeT = false;
activateT = false;
}
if (changeL) {
_root.x2a.l = 69;
changeL = false;
activateL = false;
}
}
Instance of Symbol 316 MovieClip "c1" in Frame 304
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (!_root.C4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2a)) {
if (_root.x2a._x <= 200) {
_root.x2a.r = 69;
activateR = true;
_root.C1x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D1x) {
if (this.hitTest(_root.y2a)) {
if (_root.x2a._x >= 250) {
_root.x2a.l = 273;
activateL = true;
_root.D1x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeT) {
_root.y2a.t = 297;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C1x = false;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.D1x2 = false;
changeL = false;
activateL = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 304
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3y) {
if (this.hitTest(_root.x2a)) {
_root.y3b.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.C1x) {
if (this.hitTest(_root.y3b)) {
if (_root.x2a._x <= 136) {
_root.x2a.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.x2a._x >= 342) {
_root.x2a.l = 342;
activateL = true;
_root.D1x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeT) {
_root.y3b.t = 366;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.D1x = false;
changeL = false;
activateL = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 304
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
_root.C4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y <= 300) {
_root.y2a.b = 297;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2a)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.D3xR = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D3x) {
if (this.hitTest(_root.y2a)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.D3x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
_root.D3x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.D3xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 304
onClipEvent (load) {
activateL = false;
activateT = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (!_root.D3x2) {
if (this.hitTest(_root.y3a)) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
_root.A3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3a.t = 366;
_root.A3y = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 304
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3xR) {
if (this.hitTest(_root.y3b)) {
if (_root.red._x < 273) {
_root.red.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.red._x >= 273) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
activateT = true;
_root.D3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
_root.D3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 304
onClipEvent (load) {
activateB = false;
activateL = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y3a)) {
_root.x3b.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.A4y) {
if (this.hitTest(_root.x3b)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3b.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 304
onClipEvent (load) {
activateL = false;
activateB = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4x) {
if (this.hitTest(_root.y3a)) {
_root.x3a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.x3a)) {
_root.y3a.b = 366;
activateB = true;
_root.A4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3a.b = 571;
_root.A4y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 304
onClipEvent (load) {
activateB = false;
changeB = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3y) {
if (!_root.C3y2) {
if (this.hitTest(_root.x3b)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (this.hitTest(_root.y2a)) {
_root.x3b.l = 273;
activateL = true;
_root.C6x = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x3b.l = 69;
_root.C6x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 304
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (this.hitTest(_root.x3b)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y3b)) {
_root.x3b.r = 69;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3b.r = 273;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 304
onClipEvent (load) {
activateL = false;
changeL = false;
activateT = false;
changeT = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 273;
activateL = true;
_root.C4x = true;
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y >= 450) {
_root.y2a.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x3a.l = 69;
_root.C4x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 304
onClipEvent (load) {
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y3b.b = 366;
activateB = true;
_root.D4y = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y3b)) {
_root.x3a.r = 69;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 273;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
_root.D4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 491 MovieClip "y3a" in Frame 304
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 69;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 431 MovieClip "x3a" in Frame 304
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 273;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 489 MovieClip "x3b" in Frame 304
onClipEvent (load) {
free = true;
l = 69;
t = 501;
r = 273;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 429 MovieClip "y3b" in Frame 304
onClipEvent (load) {
free = true;
l = 273;
t = 366;
r = 273;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 497 MovieClip "x2a" in Frame 304
onClipEvent (load) {
free = true;
l = 69;
t = 160;
r = 342;
b = 160;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
}
}
Instance of Symbol 503 MovieClip "y2a" in Frame 304
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Frame 305
stop();
Frame 309
function reset() {
red._x = 205;
x2a._x = 273;
y2a._y = 434;
y2b._y = 366;
y2c._y = 297;
y2d._y = 434;
x2b._x = 136;
x3a._x = 69;
y2e._y = 571;
x2c._x = 69;
moves = 0;
bonus = 12000;
}
stop();
A4y = false;
A4y2 = false;
A3y = false;
A3y2 = false;
A3y3 = false;
B4y = false;
B4y2 = false;
B3y = false;
B3y2 = false;
B3y3 = false;
C4y = false;
C4y2 = false;
C1x = false;
C1x2 = false;
C1xR = false;
C3x = false;
C3x2 = false;
C3xR = false;
C4x = false;
C4x2 = false;
C4xR = false;
C3y = false;
C3y2 = false;
C3y3 = false;
C4y = false;
C4y2 = false;
C5x = false;
C5x2 = false;
C6x = false;
C6x2 = false;
C6xr = false;
E3y = false;
E4y = false;
E5y = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 12000;
red._x = 205;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 313 MovieClip "e3" in Frame 309
onClipEvent (load) {
activateT = false;
activateB = false;
activateR = false;
changeR = false;
changeB = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.E4y) {
if (this.hitTest(_root.y2d) || (this.hitTest(_root.red))) {
_root.y2e.t = 501;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.y2e) || (this.hitTest(_root.red))) {
_root.y2d.b = 297;
activateB = true;
_root.E3y = true;
} else if (activateB) {
changeB = true;
}
if (!_root.C3xR) {
if (this.hitTest(_root.y2e) || (this.hitTest(_root.y2d))) {
_root.red.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2d.b = 434;
_root.E3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2e.t = 434;
activateT = false;
changeT = false;
}
}
Instance of Symbol 314 MovieClip "a1" in Frame 309
onClipEvent (load) {
activateT = false;
activateL = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.A4y) {
if (!_root.A4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (!_root.C1x) {
if (!_root.C1x2) {
if (this.hitTest(_root.y2a)) {
_root.x2a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (changeT) {
_root.y2a.t = 297;
changeT = false;
activateT = false;
}
if (changeL) {
_root.x2a.l = 69;
changeL = false;
activateL = false;
}
}
Instance of Symbol 315 MovieClip "b1" in Frame 309
onClipEvent (load) {
activateL = false;
changeL = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.C1x) {
if (this.hitTest(_root.y2b)) {
_root.x2a.l = 205;
activateL = true;
_root.C1x2 = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B4y) {
if (!_root.B4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2b.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (changeT) {
_root.y2b.t = 297;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.C1x2 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 316 MovieClip "c1" in Frame 309
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (!_root.C4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2c.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2c)) {
if (_root.x2a._x <= 200) {
_root.x2a.r = 69;
activateR = true;
_root.C1xR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y2c)) {
if (_root.x2a._x >= 250) {
_root.x2a.l = 273;
activateL = true;
_root.C1x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeT) {
_root.y2c.t = 297;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C1xR = false;
changeR = false;
activateR = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.C1x = false;
changeL = false;
activateL = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 309
/* no clip actions */
Instance of Symbol 318 MovieClip "e1" in Frame 309
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2a)) {
_root.y2d.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (!_root.C1xR) {
if (this.hitTest(_root.y2d)) {
_root.x2a.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x2a.r = 342;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2d.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 309
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2c._y >= 350) {
_root.y2c.t = 501;
activateT = true;
_root.C4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2c._y <= 300) {
_root.y2c.b = 297;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2c)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.C3xR = true;
}
} else if (activateR) {
changeR = true;
}
if (this.hitTest(_root.y2c)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.C3x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.red.l = 69;
_root.C3x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2c.t = 297;
_root.C4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2c.b = 571;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 323 MovieClip "e5" in Frame 309
onClipEvent (load) {
activateB = false;
activateR = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y2e.b = 434;
activateB = true;
_root.E5y = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2e)) {
_root.x3a.r = 136;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 273;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2e.b = 571;
_root.E5y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 324 MovieClip "b5" in Frame 309
onClipEvent (load) {
activateB = false;
activateL = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C5x) {
if (this.hitTest(_root.y2b)) {
_root.x3a.l = 205;
activateL = true;
_root.C5x2 = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B3y) {
if (!_root.B3y2) {
if (this.hitTest(_root.x3a)) {
_root.y2b.b = 434;
activateB = true;
_root.B3y3 = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2b.b = 571;
_root.B3y3 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 69;
_root.C5x2 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 328 MovieClip "b4" in Frame 309
onClipEvent (load) {
activateL = false;
activateB = false;
activateT = false;
changeT = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4x) {
if (this.hitTest(_root.y2b)) {
_root.x2b.l = 205;
activateL = true;
_root.C4x2 = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B3y) {
if (this.hitTest(_root.x2b)) {
if (_root.y2b._y < 400) {
_root.y2b.b = 366;
activateB = true;
_root.B3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x2b)) {
if (_root.y2b._y >= 410) {
_root.y2b.t = 571;
activateT = true;
_root.B4y = true;
}
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2b.t = 297;
_root.B4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.B3y2 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2b.l = 69;
_root.C4x2 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 309
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
changeB = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (!_root.C3x2) {
if (this.hitTest(_root.y2a)) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (!_root.A4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
_root.A4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y < 350) {
_root.y2a.b = 297;
activateB = true;
_root.A3y = true;
}
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2a.b = 571;
_root.A3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.A4y2 = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 330 MovieClip "b3" in Frame 309
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (this.hitTest(_root.y2b)) {
_root.red.l = 205;
activateL = true;
_root.C3x2 = true;
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2b._y < 300) {
_root.y2b.b = 297;
activateB = true;
_root.B3y = true;
}
} else if (activateB) {
changeB = true;
}
if (!_root.B4y) {
if (this.hitTest(_root.red)) {
if (_root.y2b._y >= 350) {
_root.y2b.t = 501;
activateT = true;
_root.B4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (changeT) {
_root.y2b.t = 297;
_root.B4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.B3y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.red.l = 69;
_root.C3x2 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 309
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (!_root.C6x2) {
if (this.hitTest(_root.y2a)) {
_root.x2c.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (!_root.A3y) {
if (!_root.A3y2) {
if (!_root.A3y3) {
if (this.hitTest(_root.x2c)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2c.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 334 MovieClip "e4" in Frame 309
onClipEvent (load) {
activateB = false;
activateT = false;
activateR = false;
changeR = false;
changeT = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.E3y) {
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2e))) {
_root.y2d.b = 366;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (!_root.C4xR) {
if (this.hitTest(_root.y2e) || (this.hitTest(_root.y2d))) {
_root.x2b.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2d))) {
_root.y2e.t = 571;
activateT = true;
_root.E4y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2e.t = 434;
_root.E4y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.x2b.r = 342;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2d.b = 434;
activateB = false;
changeB = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 309
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
changeB = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4x) {
if (!_root.C4x2) {
if (this.hitTest(_root.y2a)) {
_root.x2b.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (this.hitTest(_root.x2b)) {
if (_root.y2a._y >= 410) {
_root.y2a.t = 571;
activateT = true;
_root.A4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.A3y) {
if (this.hitTest(_root.x2b)) {
if (_root.y2a._y < 340) {
_root.y2a.b = 366;
activateB = true;
_root.A3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y2a.b = 571;
_root.A3y2 = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.A4y = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x2b.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 339 MovieClip "a5" in Frame 309
onClipEvent (load) {
activateB = false;
activateL = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C5x) {
if (!_root.C5x2) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (!_root.A3y) {
if (!_root.A3y2) {
if (this.hitTest(_root.x3a)) {
_root.y2a.b = 434;
activateB = true;
_root.A3y3 = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2a.b = 571;
_root.A3y3 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 340 MovieClip "c5" in Frame 309
onClipEvent (load) {
activateB = false;
activateL = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2c)) {
_root.x3a.l = 273;
activateL = true;
_root.C5x = true;
} else if (activateL) {
changeL = true;
}
if (!_root.C3y) {
if (!_root.C3y2) {
if (this.hitTest(_root.x3a)) {
_root.y2c.b = 434;
activateB = true;
_root.C3y3 = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2c.b = 571;
_root.C3y3 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 69;
_root.C5x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 341 MovieClip "b6" in Frame 309
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y2b)) {
_root.x2c.l = 205;
activateL = true;
_root.C6x2 = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B3y) {
if (!_root.B3y2) {
if (!_root.B3y3) {
if (this.hitTest(_root.x2c)) {
_root.y2b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (changeB) {
_root.y2b.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2c.l = 69;
_root.C6x2 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 342 MovieClip "e6" in Frame 309
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (!_root.C6xR) {
if (this.hitTest(_root.y2e)) {
_root.x2c.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (!_root.E5y) {
if (this.hitTest(_root.x2c)) {
_root.y2e.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y2e.b = 571;
activateB = false;
changeB = false;
}
if (changeR) {
_root.x2c.r = 342;
activateR = false;
changeR = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 309
onClipEvent (load) {
activateL = false;
activateB = false;
activateR = false;
changeB = false;
changeL = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.C3y) {
if (!_root.C3y2) {
if (!_root.C3y3) {
if (this.hitTest(_root.x2c)) {
_root.y2c.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (this.hitTest(_root.y2c)) {
if (_root.x2c._x >= 250) {
_root.x2c.l = 273;
_root.C6x = true;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.y2c)) {
if (_root.x2c._x < 200) {
_root.x2c.r = 69;
_root.C6xR = true;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x2c.r = 342;
_root.C6xR = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2c.l = 69;
_root.C6x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2c.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 309
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
activateR = false;
changeB = false;
changeL = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b)) {
if (_root.y2c._y >= 430) {
_root.y2c.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x2b)) {
if (_root.y2c._y < 400) {
_root.y2c.b = 366;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y2c)) {
if (_root.x2b._x >= 250) {
_root.x2b.l = 273;
_root.C4x = true;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.y2c)) {
if (_root.x2b._x < 200) {
_root.x2b.r = 69;
_root.C4xR = true;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x2b.r = 342;
_root.C4xR = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2b.l = 69;
_root.C4x = false;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y2c.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2c.b = 571;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 507 MovieClip "x3a" in Frame 309
onClipEvent (load) {
free = true;
l = 69;
t = 434;
r = 273;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if (this._x >= 400) {
_root.finish = true;
_root.endLoop = _root.endLoop + 1;
}
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 493 MovieClip "x2a" in Frame 309
onClipEvent (load) {
free = true;
l = 69;
t = 160;
r = 342;
b = 160;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if (this._x >= 400) {
_root.finish = true;
_root.endLoop = _root.endLoop + 1;
}
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 499 MovieClip "x2c" in Frame 309
onClipEvent (load) {
free = true;
l = 69;
t = 501;
r = 342;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if (this._x >= 400) {
_root.finish = true;
_root.endLoop = _root.endLoop + 1;
}
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 441 MovieClip "y2c" in Frame 309
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 439 MovieClip "y2b" in Frame 309
onClipEvent (load) {
free = true;
l = 136;
t = 297;
r = 136;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 501 MovieClip "y2d" in Frame 309
onClipEvent (load) {
free = true;
l = 342;
t = 297;
r = 342;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 497 MovieClip "y2e" in Frame 309
onClipEvent (load) {
free = true;
l = 342;
t = 434;
r = 342;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 495 MovieClip "x2b" in Frame 309
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 342;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if (this._x >= 400) {
_root.finish = true;
_root.endLoop = _root.endLoop + 1;
}
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 503 MovieClip "y2a" in Frame 309
onClipEvent (load) {
free = true;
l = 69;
t = 297;
r = 69;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Frame 310
stop();
Frame 314
function reset() {
red._x = 273;
x3a._x = 205;
x2a._x = 273;
x2b._x = 342;
y3a._y = 366;
y2a._y = 366;
y2b._y = 501;
y2c._y = 501;
x2c._x = 342;
x3b._x = 205;
moves = 0;
bonus = 13000;
}
stop();
D1x = false;
C2x = false;
C2x2 = false;
C3x = false;
C3x2 = false;
C4x = false;
C4x2 = false;
C5x = false;
C5x2 = false;
D2x = false;
D3x = false;
D4x = false;
D5x = false;
D6x = false;
C2y = false;
C3y = false;
C4y = false;
C5y = false;
D3y = false;
D3y2 = false;
D3y3 = false;
D4y = false;
D4y2 = false;
D4y3 = false;
F3y = false;
F3y2 = false;
F4y = false;
F4y2 = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 13000;
red._x = 273;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 316 MovieClip "c1" in Frame 314
onClipEvent (load) {
activateT = false;
activateL = false;
changeL = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.C2y) {
if (this.hitTest(_root.x3a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 273;
activateL = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x3a.l = 69;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y2a.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 314
onClipEvent (load) {
activateR = false;
activateT = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (!_root.D4y2) {
if (!_root.D4y3) {
if (this.hitTest(_root.x3a)) {
_root.y2c.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
}
if (this.hitTest(_root.y2c)) {
_root.x3a.r = 69;
activateR = true;
_root.D1x = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 273;
_root.D1x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2c.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 319 MovieClip "f1" in Frame 314
onClipEvent (load) {
activateR = false;
activateT = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.D1x) {
if (this.hitTest(_root.y3a)) {
_root.x3a.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (!_root.F3y) {
if (!_root.F3y2) {
if (this.hitTest(_root.x3a)) {
_root.y3a.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (changeT) {
_root.y3a.t = 366;
activateT = false;
changeT = false;
}
if (changeR) {
_root.x3a.r = 273;
activateR = false;
changeR = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 314
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red) || (this.hitTest(_root.y2a))) {
_root.y2b.t = 501;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red) || (this.hitTest(_root.y2b))) {
_root.y2a.b = 297;
activateB = true;
_root.C3y = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2a) || (this.hitTest(_root.y2b))) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.C3x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D3x) {
if (this.hitTest(_root.y2a) || (this.hitTest(_root.y2b))) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 434;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 434;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 326 MovieClip "f2" in Frame 314
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F3y) {
if (this.hitTest(_root.x2a)) {
_root.y3a.t = 501;
activateT = true;
_root.F3y2 = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.C2x) {
if (!_root.C2x2) {
if (this.hitTest(_root.y3a)) {
_root.x2a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2a.r = 342;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y3a.t = 366;
_root.F3y2 = false;
activateT = false;
changeT = false;
}
}
Instance of Symbol 327 MovieClip "f6" in Frame 314
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.F4y) {
if (!_root.F4y2) {
if (this.hitTest(_root.x3b)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (!_root.D6x) {
if (this.hitTest(_root.y3a)) {
_root.x3b.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x3b.r = 273;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 314
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (this.hitTest(_root.y2c)) {
if (_root.red._x < 273) {
_root.red.r = 136;
activateR = true;
_root.C3x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2c)) {
if (_root.red._x >= 273) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (!_root.D4y) {
if (this.hitTest(_root.red)) {
if (_root.y2c._y >= 320) {
_root.y2c.t = 501;
activateT = true;
_root.D4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2c._y < 320) {
_root.y2c.b = 297;
activateB = true;
_root.D3y = true;
}
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2c.b = 571;
_root.D3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2c.t = 297;
_root.D4y2 = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 333 MovieClip "d5" in Frame 314
onClipEvent (load) {
activateL = false;
activateB = false;
activateR = false;
changeB = false;
changeL = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.D3y) {
if (!_root.D3y2) {
if (this.hitTest(_root.x2c)) {
_root.y2c.b = 434;
activateB = true;
_root.D3y3 = true;
} else if (activateB) {
changeB = true;
}
}
}
if (this.hitTest(_root.y2c)) {
if (_root.x2c._x >= 300) {
_root.x2c.l = 478;
activateL = true;
_root.D5x = true;
}
} else if (activateL) {
changeL = true;
}
if (!_root.C5x) {
if (this.hitTest(_root.y2c)) {
if (_root.x2c._x < 300) {
_root.x2c.r = 273;
activateR = true;
_root.C5x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x2c.r = 342;
_root.C5x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2c.l = 205;
_root.D5x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2c.b = 571;
_root.D3y3 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 335 MovieClip "f3" in Frame 314
onClipEvent (load) {
activateT = false;
activateR = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (!_root.C3x2) {
if (this.hitTest(_root.y3a)) {
_root.red.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
_root.F3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3a.t = 366;
_root.F3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
}
Instance of Symbol 337 MovieClip "f4" in Frame 314
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b)) {
_root.y3a.b = 366;
activateB = true;
_root.F4y = true;
} else if (activateB) {
changeB = true;
}
if (!_root.C4x) {
if (!_root.C4x2) {
if (this.hitTest(_root.y3a)) {
_root.x2b.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2b.r = 342;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3a.b = 571;
_root.F4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 338 MovieClip "f5" in Frame 314
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F4y) {
if (this.hitTest(_root.x2c)) {
_root.y3a.b = 434;
activateB = true;
_root.F4y2 = true;
} else if (activateB) {
changeB = true;
}
}
if (!_root.C5x) {
if (!_root.C5x2) {
if (this.hitTest(_root.y3a)) {
_root.x2c.r = 411;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2c.r = 478;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3a.b = 571;
_root.F4y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 340 MovieClip "c5" in Frame 314
onClipEvent (load) {
activateL = false;
activateB = false;
activateR = false;
changeB = false;
changeL = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2b)) {
if (_root.x2c._x < 210) {
_root.x2c.r = 69;
activateR = true;
_root.C5x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D5x) {
if (this.hitTest(_root.y2b)) {
if (_root.x2c._x >= 250) {
_root.x2c.l = 273;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.x2c)) {
_root.y2b.b = 434;
activateB = true;
_root.C5y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2b.b = 571;
_root.C5y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2c.l = 69;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2c.r = 342;
_root.C5x = false;
activateR = false;
changeR = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 314
onClipEvent (load) {
activateB = false;
changeB = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C5y) {
if (this.hitTest(_root.x3b)) {
_root.y2b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y2b)) {
_root.x3b.l = 273;
activateL = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x3b.l = 69;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 314
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D3y) {
if (!_root.D3y2) {
if (!_root.D3y3) {
if (this.hitTest(_root.x3b)) {
_root.y2c.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (this.hitTest(_root.y2c)) {
_root.x3b.r = 69;
activateR = true;
_root.D6x = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3b.r = 273;
_root.D6x = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2c.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 314
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2a))) {
_root.y2b.t = 571;
activateT = true;
_root.C4y = true;
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2b))) {
_root.y2a.b = 366;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y2a) || (this.hitTest(_root.y2b))) {
if (_root.x2b._x <= 200) {
_root.x2b.r = 69;
activateR = true;
_root.C4x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D4x) {
if (this.hitTest(_root.y2a) || (this.hitTest(_root.y2b))) {
if (_root.x2b._x >= 250) {
_root.x2b.l = 273;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.x2b.l = 69;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2b.r = 342;
_root.C4x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 434;
activateB = false;
changeB = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 314
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4x) {
if (this.hitTest(_root.y2c)) {
if (_root.x2b._x < 273) {
_root.x2b.r = 136;
activateR = true;
_root.C4x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2c)) {
if (_root.x2b._x >= 273) {
_root.x2b.l = 342;
activateL = true;
_root.D4x = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.x2b)) {
if (_root.y2c._y >= 320) {
_root.y2c.t = 571;
activateT = true;
_root.D4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.D3y) {
if (this.hitTest(_root.x2b)) {
if (_root.y2c._y < 320) {
_root.y2c.b = 366;
activateB = true;
_root.D3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y2c.b = 571;
_root.D3y2 = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2c.t = 297;
_root.D4y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.x2b.r = 411;
_root.C3x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.x2b.l = 69;
_root.D4x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 347 MovieClip "c2" in Frame 314
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeL = false;
changeR = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2a)) {
_root.y2a.t = 434;
activateT = true;
_root.C2y = true;
} else if (activateT) {
changeT = true;
}
if (this.hitTest(_root.y2a)) {
if (_root.x2a._x < 220) {
_root.x2a.r = 69;
activateR = true;
_root.C2x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D2x) {
if (this.hitTest(_root.y2a)) {
if (_root.x2a._x >= 250) {
_root.x2a.l = 273;
activateL = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.x2a.l = 69;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C2x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C2y = false;
activateT = false;
changeT = false;
}
}
Instance of Symbol 348 MovieClip "d2" in Frame 314
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (!_root.D4y2) {
if (this.hitTest(_root.x2a)) {
_root.y2c.t = 434;
activateT = true;
_root.D4y3 = true;
} else if (activateT) {
changeT = true;
}
}
}
if (!_root.C2x) {
if (this.hitTest(_root.y2c)) {
if (_root.x2a._x < 300) {
_root.x2a.r = 136;
activateR = true;
_root.C2x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2c)) {
if (_root.x2a._x >= 320) {
_root.x2a.l = 342;
activateL = true;
_root.D2x = true;
}
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x2a.l = 69;
_root.D2x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C2x2 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2c.t = 366;
_root.D4y3 = false;
activateT = false;
changeT = false;
}
}
Instance of Symbol 429 MovieClip "y3a" in Frame 314
onClipEvent (load) {
free = true;
l = 411;
t = 366;
r = 411;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 507 MovieClip "x3b" in Frame 314
onClipEvent (load) {
free = true;
l = 69;
t = 501;
r = 273;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 489 MovieClip "x3a" in Frame 314
onClipEvent (load) {
free = true;
l = 69;
t = 160;
r = 273;
b = 160;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 437 MovieClip "x2c" in Frame 314
onClipEvent (load) {
free = true;
l = 69;
t = 501;
r = 342;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 441 MovieClip "y2b" in Frame 314
onClipEvent (load) {
free = true;
l = 205;
t = 434;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 503 MovieClip "y2a" in Frame 314
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 495 MovieClip "x2b" in Frame 314
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 342;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 439 MovieClip "y2c" in Frame 314
onClipEvent (load) {
free = true;
l = 273;
t = 297;
r = 273;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 501 MovieClip "x2a" in Frame 314
onClipEvent (load) {
free = true;
l = 69;
t = 229;
r = 342;
b = 229;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Frame 315
stop();
Frame 319
function reset() {
red._x = 136;
y2a._y = 366;
y2c._y = 297;
y2e._y = 366;
x3a._x = 478;
y3a._y = 434;
y2f._y = 434;
x3b._x = 136;
y2b._y = 501;
y2d._y = 571;
x2a._x = 273;
y2g._y = 571;
moves = 0;
bonus = 14000;
}
stop();
B1x = false;
B1x2 = false;
D1x = false;
C1x = false;
E1x = false;
E1x2 = false;
C3x = false;
C3x2 = false;
C3x3 = false;
D3x = false;
D3x2 = false;
D3x3 = false;
C4x = false;
C4x2 = false;
D4x = false;
D4x2 = false;
D6x = false;
D6x2 = false;
D6x3 = false;
C6x = false;
C6x2 = false;
C6x3 = false;
E6x = false;
A4y = false;
A3y = false;
B4y = false;
B4y2 = false;
B3y = false;
B3y2 = false;
C4y = false;
C4y2 = false;
C3y = false;
C3y2 = false;
C3y3 = false;
D4y = false;
D4y2 = false;
D3y = false;
D3y2 = false;
D3y3 = false;
E3y = false;
E4y = false;
F4y = false;
F3y = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 14000;
red._x = 136;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 313 MovieClip "e3" in Frame 319
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
_root.E3y = true;
} else if (activateT) {
changeT = true;
}
if (!_root.C3x) {
if (!_root.C3x2) {
if (this.hitTest(_root.y3a)) {
_root.red.r = 205;
activateR = true;
_root.C3x3 = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.red.r = 411;
_root.C3x3 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y3a.t = 366;
_root.E3y = false;
activateT = false;
changeT = false;
}
}
Instance of Symbol 314 MovieClip "a1" in Frame 319
onClipEvent (load) {
activateT = false;
activateL = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (!_root.B1x) {
if (!_root.B1x2) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 342;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (changeT) {
_root.y2a.t = 297;
changeT = false;
activateT = false;
}
if (changeL) {
_root.x3a.l = 273;
changeL = false;
activateL = false;
}
}
Instance of Symbol 315 MovieClip "b1" in Frame 319
onClipEvent (load) {
activateL = false;
changeL = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.B1x) {
if (this.hitTest(_root.y2c)) {
_root.x3a.l = 411;
activateL = true;
_root.B1x2 = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B4y) {
if (!_root.B4y2) {
if (this.hitTest(_root.x3a)) {
_root.y2c.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (changeT) {
_root.y2c.t = 297;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x3a.l = 273;
_root.B1x2 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 316 MovieClip "c1" in Frame 319
onClipEvent (load) {
activateT = false;
activateL = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (!_root.C4y2) {
if (this.hitTest(_root.x3a)) {
_root.y2d.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2c)) {
_root.x3a.l = 478;
activateL = true;
_root.B1x = true;
} else if (activateL) {
changeL = true;
}
if (changeT) {
_root.y2d.t = 297;
changeT = false;
activateT = false;
}
if (changeL) {
_root.x2b.l = 273;
_root.B1x = false;
changeL = false;
activateL = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 319
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (!_root.D4y2) {
if (this.hitTest(_root.x3a)) {
_root.y2e.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2e)) {
_root.x3a.r = 273;
activateR = true;
_root.E1x = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 478;
_root.E1x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2e.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 318 MovieClip "e1" in Frame 319
onClipEvent (load) {
activateT = false;
changeT = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E3y) {
if (this.hitTest(_root.x3a)) {
_root.y3a.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.E1x) {
if (this.hitTest(_root.y3a)) {
_root.x3a.r = 342;
activateR = true;
_root.E1x2 = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x3a.r = 478;
_root.E1x2 = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y3a.t = 366;
activateT = false;
changeT = false;
}
}
Instance of Symbol 319 MovieClip "f1" in Frame 319
onClipEvent (load) {
activateT = false;
activateR = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y2f.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (!_root.E1x) {
if (!_root.E1x2) {
if (this.hitTest(_root.y2f)) {
_root.x3a.r = 411;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeT) {
_root.y2f.t = 297;
changeT = false;
activateT = false;
}
if (changeR) {
_root.x3a.r = 478;
changeR = false;
activateR = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 319
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2d._y >= 350) {
_root.y2d.t = 501;
activateT = true;
_root.C4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2d._y <= 300) {
_root.y2d.b = 297;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2d)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.C3x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D3x) {
if (this.hitTest(_root.y2d)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.D3x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
_root.D3x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2d.t = 297;
_root.C4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2d.b = 571;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 327 MovieClip "f6" in Frame 319
onClipEvent (load) {
activateB = false;
changeB = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2a)) {
_root.y2g.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
if (!_root.C6x) {
if (!_root.C6x2) {
if (!_root.C6x3) {
if (this.hitTest(_root.y2g)) {
_root.x2a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
}
if (changeR) {
_root.x2a.r = 342;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2g.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 328 MovieClip "b4" in Frame 319
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.D4x) {
if (this.hitTest(_root.y2c)) {
_root.x3b.l = 205;
activateL = true;
_root.D4x2 = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.B3y) {
if (this.hitTest(_root.x3b)) {
if (_root.y2c._y < 400) {
_root.y2c.b = 366;
activateB = true;
_root.B3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x3b)) {
if (_root.y2c._y >= 420) {
_root.y2c.t = 571;
activateT = true;
_root.B4y = true;
}
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2c.t = 297;
_root.B4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2c.b = 571;
_root.B3y2 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3b.l = 69;
_root.D4x2 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 319
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
changeB = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (!_root.D3x2) {
if (!_root.D3x3) {
if (this.hitTest(_root.y2a) || (this.hitTest(_root.y2b))) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
}
if (!_root.A4y) {
if (this.hitTest(_root.red) || (this.hitTest(_root.y2a))) {
_root.y2b.t = 501;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red) || (this.hitTest(_root.y2b))) {
_root.y2a.b = 297;
activateB = true;
_root.A3y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2a.b = 434;
_root.A3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2b.t = 434;
activateT = false;
changeT = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 330 MovieClip "b3" in Frame 319
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
activateT = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (!_root.D3x2) {
if (this.hitTest(_root.y2c)) {
_root.red.l = 205;
activateL = true;
_root.D3x3 = true;
} else if (activateL) {
changeL = true;
}
}
}
if (this.hitTest(_root.red)) {
if (_root.y2c._y < 300) {
_root.y2c.b = 297;
activateB = true;
_root.B3y = true;
}
} else if (activateB) {
changeB = true;
}
if (!_root.B4y) {
if (this.hitTest(_root.red)) {
if (_root.y2c._y >= 350) {
_root.y2c.t = 501;
activateT = true;
_root.B4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (changeT) {
_root.y2c.t = 297;
_root.B4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2c.b = 571;
_root.B3y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x3 = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 319
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (this.hitTest(_root.y2e)) {
if (_root.red._x < 273) {
_root.red.r = 136;
activateR = true;
_root.C3x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2e)) {
if (_root.red._x >= 273) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (!_root.D4y) {
if (this.hitTest(_root.red)) {
if (_root.y2e._y >= 320) {
_root.y2e.t = 501;
activateT = true;
_root.D4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2e._y < 320) {
_root.y2e.b = 297;
activateB = true;
_root.D3y = true;
}
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2e.b = 571;
_root.D3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2e.t = 297;
_root.D4y2 = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 319
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D6x) {
if (!_root.D6x2) {
if (!_root.D6x3) {
if (this.hitTest(_root.y2b)) {
_root.x2a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
}
if (this.hitTest(_root.x2a)) {
_root.y2b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2b.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2a.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 334 MovieClip "e4" in Frame 319
onClipEvent (load) {
activateB = false;
activateR = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3b)) {
_root.y3a.b = 366;
activateB = true;
_root.E4y = true;
} else if (activateB) {
changeB = true;
}
if (!_root.C4x) {
if (this.hitTest(_root.y3a)) {
_root.x3b.r = 136;
activateR = true;
_root.C4x2 = true;
} else if (activateR) {
changeR = true;
}
}
if (changeR) {
_root.x3b.r = 273;
_root.C4x2 = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3a.b = 571;
_root.E4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 335 MovieClip "f3" in Frame 319
onClipEvent (load) {
activateT = false;
activateR = false;
activateB = false;
changeB = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (!_root.C3x2) {
if (!_root.C3x3) {
if (this.hitTest(_root.y2f) || (this.hitTest(_root.y2g))) {
_root.red.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
}
if (!_root.F4y) {
if (this.hitTest(_root.red) || (this.hitTest(_root.y2f))) {
_root.y2g.t = 501;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red) || (this.hitTest(_root.y2g))) {
_root.y2f.b = 297;
activateB = true;
_root.F3y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2f.b = 434;
_root.F3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2g.t = 434;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 319
onClipEvent (load) {
activateL = false;
activateB = false;
activateT = false;
changeT = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D4x) {
if (!_root.D4x2) {
if (this.hitTest(_root.y2b) || (this.hitTest(_root.y2a))) {
_root.x3b.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (!_root.A3y) {
if (this.hitTest(_root.x3b) || (this.hitTest(_root.y2b))) {
_root.y2a.b = 366;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x3b) || (this.hitTest(_root.y2a))) {
_root.y2b.t = 571;
activateT = true;
_root.A4y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2b.t = 434;
_root.A4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 434;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3b.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 337 MovieClip "f4" in Frame 319
onClipEvent (load) {
activateB = false;
activateR = false;
activateT = false;
changeT = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F3y) {
if (this.hitTest(_root.x3b) || (this.hitTest(_root.y2g))) {
_root.y2f.b = 366;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (!_root.C4x) {
if (!_root.C4x2) {
if (this.hitTest(_root.y2f) || (this.hitTest(_root.y2g))) {
_root.x3b.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (this.hitTest(_root.x3b) || (this.hitTest(_root.y2f))) {
_root.y2g.t = 571;
activateT = true;
_root.F4y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2g.t = 434;
_root.F4y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.x3b.r = 273;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y2f.b = 434;
activateB = false;
changeB = false;
}
}
Instance of Symbol 341 MovieClip "b6" in Frame 319
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D6x) {
if (!_root.D6x2) {
if (this.hitTest(_root.y2c)) {
_root.x2a.l = 205;
activateL = true;
_root.D6x3 = true;
} else if (activateL) {
changeL = true;
}
}
}
if (!_root.B3y) {
if (!_root.B3y2) {
if (this.hitTest(_root.x2a)) {
_root.y2c.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2c.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.B6x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 342 MovieClip "e6" in Frame 319
onClipEvent (load) {
activateB = false;
changeB = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.E4y) {
if (this.hitTest(_root.x2a)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (!_root.C6x) {
if (!_root.C6x2) {
if (this.hitTest(_root.y3a)) {
_root.x2a.r = 205;
activateR = true;
_root.C6x3 = true;
} else if (activateR) {
changeR = true;
}
}
}
if (changeR) {
_root.x2a.r = 342;
_root.C6x3 = false;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 319
onClipEvent (load) {
activateR = false;
changeR = false;
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2d)) {
if (_root.x2a._x < 220) {
_root.x2a.r = 69;
activateR = true;
_root.C6x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D6x) {
if (this.hitTest(_root.y2d)) {
if (_root.x2a._x >= 250) {
_root.x2a.l = 273;
activateL = true;
_root.D6x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (!_root.C3y) {
if (!_root.C3y2) {
if (!_root.C3y3) {
if (this.hitTest(_root.x2a)) {
_root.y2d.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (changeB) {
_root.y2d.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.D6x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C6x = false;
activateR = false;
changeR = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 319
onClipEvent (load) {
activateR = false;
changeR = false;
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y2e)) {
if (_root.x2a._x < 220) {
_root.x2a.r = 136;
activateR = true;
_root.C6x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2e)) {
if (_root.x2a._x >= 250) {
_root.x2a.l = 342;
activateL = true;
_root.D6x = true;
}
} else if (activateL) {
changeL = true;
}
if (!_root.D3y) {
if (!_root.D3y2) {
if (!_root.D3y3) {
if (this.hitTest(_root.x2a)) {
_root.y2e.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
}
if (changeB) {
_root.y2e.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2a.l = 69;
_root.D6x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2a.r = 342;
_root.C6x2 = false;
activateR = false;
changeR = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 319
onClipEvent (load) {
activateL = false;
activateT = false;
activateB = false;
changeB = false;
changeL = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3b)) {
if (_root.y2d._y >= 430) {
_root.y2d.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x3b)) {
if (_root.y2d._y < 400) {
_root.y2d.b = 366;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y2d)) {
_root.x3b.l = 273;
_root.D4x = true;
activateL = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x3b.l = 69;
_root.D4x = false;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y2d.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2d.b = 571;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 319
onClipEvent (load) {
activateT = false;
activateB = false;
activateR = false;
changeB = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3b)) {
if (_root.y2e._y >= 430) {
_root.y2e.t = 571;
activateT = true;
_root.D4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.D3y) {
if (this.hitTest(_root.x3b)) {
if (_root.y2e._y < 400) {
_root.y2e.b = 366;
activateB = true;
_root.D3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y2e)) {
_root.x3b.r = 69;
activateR = true;
_root.C4x = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3b.r = 273;
_root.C4x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2e.t = 297;
_root.D4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2e.b = 571;
_root.D3y2 = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 505 MovieClip "y3a" in Frame 319
onClipEvent (load) {
free = true;
l = 342;
t = 366;
r = 342;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 431 MovieClip "x3a" in Frame 319
onClipEvent (load) {
free = true;
l = 69;
t = 229;
r = 478;
b = 229;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 489 MovieClip "x3b" in Frame 319
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 273;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 493 MovieClip "y2g" in Frame 319
onClipEvent (load) {
free = true;
l = 411;
t = 434;
r = 411;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 499 MovieClip "y2b" in Frame 319
onClipEvent (load) {
free = true;
l = 69;
t = 434;
r = 69;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 439 MovieClip "y2f" in Frame 319
onClipEvent (load) {
free = true;
l = 411;
t = 297;
r = 411;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 441 MovieClip "y2d" in Frame 319
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 501 MovieClip "y2a" in Frame 319
onClipEvent (load) {
free = true;
l = 69;
t = 297;
r = 69;
b = 434;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 497 MovieClip "x2a" in Frame 319
onClipEvent (load) {
free = true;
l = 69;
t = 501;
r = 342;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 495 MovieClip "y2e" in Frame 319
onClipEvent (load) {
free = true;
l = 273;
t = 297;
r = 273;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 437 MovieClip "y2c" in Frame 319
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Frame 320
stop();
Frame 324
function reset() {
red._x = 136;
y3a._y = 366;
y2a._y = 297;
y2b._y = 366;
x3a._x = 273;
x2a._x = 69;
x2c._x = 69;
x2b._x = 205;
x2d._x = 205;
y3b._y = 571;
moves = 0;
bonus = 15000;
}
stop();
C1x = false;
D1x = false;
D3x = false;
D3x2 = false;
C3x = false;
C3x2 = false;
C4x = false;
D4x = false;
C6x = false;
D6x = false;
A3y = false;
A4y = false;
C3y = false;
C3y2 = false;
D3y = false;
D3y2 = false;
C4y = false;
C4y2 = false;
D4y = false;
D4y2 = false;
F3y = false;
F4y = false;
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 15000;
red._x = 136;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 314 MovieClip "a1" in Frame 324
onClipEvent (load) {
activateT = false;
activateL = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.A3y) {
if (this.hitTest(_root.x3a)) {
_root.y3a.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (!_root.C1x) {
if (this.hitTest(_root.y3a)) {
_root.x3a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (changeT) {
_root.y3a.t = 366;
changeT = false;
activateT = false;
}
if (changeL) {
_root.x3a.l = 69;
changeL = false;
activateL = false;
}
}
Instance of Symbol 316 MovieClip "c1" in Frame 324
onClipEvent (load) {
activateT = false;
activateL = false;
changeL = false;
changeT = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (!_root.C4y2) {
if (this.hitTest(_root.x3a)) {
_root.y2a.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 273;
activateL = true;
_root.C1x = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x3a.l = 69;
_root.C1x = false;
activateL = false;
changeL = false;
}
if (changeT) {
_root.y2a.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 317 MovieClip "d1" in Frame 324
onClipEvent (load) {
activateR = false;
activateT = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (!_root.D4y2) {
if (this.hitTest(_root.x3a)) {
_root.y2b.t = 366;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
}
if (this.hitTest(_root.y2b)) {
_root.x3a.r = 69;
activateR = true;
_root.D1x = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 273;
_root.D1x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2b.t = 297;
activateT = false;
changeT = false;
}
}
Instance of Symbol 319 MovieClip "f1" in Frame 324
onClipEvent (load) {
activateR = false;
activateT = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.D1x) {
if (this.hitTest(_root.y3b)) {
_root.x3a.r = 205;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (!_root.F3y) {
if (this.hitTest(_root.x3a)) {
_root.y3b.t = 434;
activateT = true;
} else if (activateT) {
changeT = true;
}
}
if (changeT) {
_root.y3b.t = 366;
activateT = false;
changeT = false;
}
if (changeR) {
_root.x3a.r = 273;
activateR = false;
changeR = false;
}
}
Instance of Symbol 321 MovieClip "c3" in Frame 324
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
_root.C4y2 = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y <= 300) {
_root.y2a.b = 297;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2a)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.D3x = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.C3x) {
if (this.hitTest(_root.y2a)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.C3x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
_root.C3x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.D3x = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y2 = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 327 MovieClip "f6" in Frame 324
onClipEvent (load) {
activateB = false;
changeB = false;
activateR = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.F4y) {
if (this.hitTest(_root.x2d)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y3b)) {
_root.x2d.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x2d.r = 342;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 324
onClipEvent (load) {
activateL = false;
activateT = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (!_root.D3x2) {
if (this.hitTest(_root.y3a)) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
_root.A3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3a.t = 366;
_root.A3y = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 324
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
activateB = false;
changeB = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (this.hitTest(_root.y2b)) {
if (_root.red._x < 273) {
_root.red.r = 136;
activateR = true;
_root.C3x2 = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2b)) {
if (_root.red._x >= 273) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (!_root.D4y) {
if (this.hitTest(_root.red)) {
if (_root.y2b._y >= 350) {
_root.y2b.t = 501;
activateT = true;
_root.D4y = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2b._y <= 300) {
_root.y2b.b = 297;
_root.D3y = true;
activateB = true;
}
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y2b.b = 571;
_root.D3y = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2b.t = 366;
_root.D4y2 = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
_root.C3x2 = false;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 324
onClipEvent (load) {
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y3a)) {
_root.x2c.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
if (!_root.A4y) {
if (this.hitTest(_root.x2c)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2c.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 335 MovieClip "f3" in Frame 324
onClipEvent (load) {
activateT = false;
activateR = false;
changeT = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (!_root.C3x) {
if (!_root.C3x2) {
if (this.hitTest(_root.y3b)) {
_root.red.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
activateT = true;
_root.F3y = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
_root.F3y = false;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 324
onClipEvent (load) {
activateL = false;
activateB = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y3a)) {
_root.x2a.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.x2a)) {
_root.y3a.b = 366;
activateB = true;
_root.A4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3a.b = 571;
_root.A4y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2a.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 337 MovieClip "f4" in Frame 324
onClipEvent (load) {
activateR = false;
activateB = false;
changeB = false;
changeR = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y3b)) {
_root.x2b.r = 273;
activateL = true;
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.x2b)) {
_root.y3b.b = 366;
activateB = true;
_root.F4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3b.b = 571;
_root.F4y = false;
activateB = false;
changeB = false;
}
if (changeR) {
_root.x2b.r = 342;
activateR = false;
changeR = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 324
onClipEvent (load) {
activateR = false;
changeR = false;
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2a) || (this.hitTest(_root.x2d))) {
_root.x2c.r = 69;
activateR = true;
_root.C6x = true;
} else if (activateR) {
changeR = true;
}
if (!_root.D6x) {
if (this.hitTest(_root.y2a) || (this.hitTest(_root.x2c))) {
_root.x2d.l = 273;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.C3y) {
if (!_root.C3y2) {
if (this.hitTest(_root.x2c) || (this.hitTest(_root.x2d))) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2d.l = 205;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2c.r = 205;
_root.C6x = false;
activateR = false;
changeR = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 324
onClipEvent (load) {
activateR = false;
changeR = false;
activateL = false;
changeL = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y2b) || (this.hitTest(_root.x2d))) {
_root.x2c.r = 136;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2b) || (this.hitTest(_root.x2c))) {
_root.x2d.l = 342;
activateL = true;
_root.D6x = true;
} else if (activateL) {
changeL = true;
}
if (!_root.D3y) {
if (!_root.D3y2) {
if (this.hitTest(_root.x2c) || (this.hitTest(_root.x2d))) {
_root.y2b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (changeB) {
_root.y2b.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2d.l = 205;
_root.D6x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2c.r = 205;
activateR = false;
changeR = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 324
onClipEvent (load) {
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateT = false;
changeT = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2a))) {
_root.x2a.r = 69;
activateR = true;
_root.C4x = true;
} else if (activateR) {
changeR = true;
}
if (!_root.D4x) {
if (this.hitTest(_root.y2a) || (this.hitTest(_root.x2a))) {
_root.x2b.l = 273;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.C3y) {
if (this.hitTest(_root.x2a) || (this.hitTest(_root.x2b))) {
if (_root.y2a._y < 380) {
_root.y2a.b = 366;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x2a) || (this.hitTest(_root.x2b))) {
if (_root.y2a._y >= 400) {
_root.y2a.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2b.l = 205;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2a.r = 205;
_root.C4x = false;
activateR = false;
changeR = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 324
onClipEvent (load) {
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateT = false;
changeT = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4x) {
if (this.hitTest(_root.x2b) || (this.hitTest(_root.y2b))) {
_root.x2a.r = 136;
activateR = true;
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y2b) || (this.hitTest(_root.x2a))) {
_root.x2b.l = 273;
activateL = true;
_root.D4x = true;
} else if (activateL) {
changeL = true;
}
if (!_root.D3y) {
if (this.hitTest(_root.x2a) || (this.hitTest(_root.x2b))) {
if (_root.y2b._y < 380) {
_root.y2b.b = 366;
activateB = true;
_root.D3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.x2a) || (this.hitTest(_root.x2b))) {
if (_root.y2b._y >= 400) {
_root.y2b.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y2b.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2b.b = 571;
_root.D3y2 = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x2b.l = 205;
_root.D4x = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.x2a.r = 205;
activateR = false;
changeR = false;
}
}
Instance of Symbol 431 MovieClip "y3a" in Frame 324
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 69;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 507 MovieClip "x3a" in Frame 324
onClipEvent (load) {
free = true;
l = 69;
t = 160;
r = 273;
b = 160;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 491 MovieClip "y3b" in Frame 324
onClipEvent (load) {
free = true;
l = 411;
t = 366;
r = 411;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 501 MovieClip "x2a" in Frame 324
onClipEvent (load) {
free = true;
l = 69;
t = 366;
r = 205;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 439 MovieClip "x2b" in Frame 324
onClipEvent (load) {
free = true;
l = 205;
t = 366;
r = 342;
b = 366;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 499 MovieClip "y2b" in Frame 324
onClipEvent (load) {
free = true;
l = 273;
t = 297;
r = 273;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 497 MovieClip "x2c" in Frame 324
onClipEvent (load) {
free = true;
l = 69;
t = 501;
r = 205;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 503 MovieClip "y2a" in Frame 324
onClipEvent (load) {
free = true;
l = 205;
t = 297;
r = 205;
b = 571;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._y > 160) && (this._y < 193)) {
this._y = 160;
}
if ((this._y > 193) && (this._y < 229)) {
this._y = 229;
}
if ((this._y > 229) && (this._y < 260)) {
this._y = 229;
}
if ((this._y > 260) && (this._y < 297)) {
this._y = 297;
}
if ((this._y > 297) && (this._y < 326)) {
this._y = 297;
}
if ((this._y > 326) && (this._y < 366)) {
this._y = 366;
}
if ((this._y > 366) && (this._y < 395)) {
this._y = 366;
}
if ((this._y > 395) && (this._y < 434)) {
this._y = 434;
}
if ((this._y > 434) && (this._y < 470)) {
this._y = 434;
}
if ((this._y > 470) && (this._y < 501)) {
this._y = 501;
}
if ((this._y > 501) && (this._y < 538)) {
this._y = 501;
}
if ((this._y > 538) && (this._y < 571)) {
this._y = 571;
}
}
}
Instance of Symbol 441 MovieClip "x2d" in Frame 324
onClipEvent (load) {
free = true;
l = 205;
t = 501;
r = 342;
b = 501;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Frame 325
stop();
Frame 330
stop();
finalSong = new Sound(fS);
finalSong.attachSound("End song");
finalSong.start(0, 500);
submit.enabled = true;
submit.onRelease = function () {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = nameV.text;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = total;
__rankz_send__("MjA5MmolZSVhJW4lcw==", "aGVXTXdka3Y=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/xmas_rush/", _blank);
nextFrame();
};
Frame 331
stop();
submit.enabled = false;
Frame 334
gotoAndPlay (58);
Frame 338
function reset() {
red._x = 136;
moves = 0;
bonus = 16000;
}
stop();
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 16000;
red._x = 136;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Instance of Symbol 314 MovieClip "a1" in Frame 338
/* no clip actions */
Instance of Symbol 317 MovieClip "d1" in Frame 338
/* no clip actions */
Instance of Symbol 319 MovieClip "f1" in Frame 338
/* no clip actions */
Instance of Symbol 321 MovieClip "c3" in Frame 338
onClipEvent (load) {
activateT = false;
changeT = false;
activateL = false;
changeL = false;
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4y) {
if (this.hitTest(_root.red)) {
if (_root.y2a._y >= 350) {
_root.y2a.t = 501;
activateT = true;
}
} else if (activateT) {
changeT = true;
}
}
if (this.hitTest(_root.red)) {
if (_root.y2a._y <= 300) {
_root.y2a.b = 297;
activateB = true;
_root.C3y = true;
}
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y2a)) {
if (_root.red._x <= 200) {
_root.red.r = 69;
activateR = true;
_root.D3xR = true;
}
} else if (activateR) {
changeR = true;
}
if (!_root.D3x) {
if (this.hitTest(_root.y2a)) {
if (_root.red._x >= 270) {
_root.red.l = 273;
activateL = true;
_root.D3x2 = true;
}
} else if (activateL) {
changeL = true;
}
}
if (changeL) {
_root.red.l = 69;
_root.D3x2 = false;
activateL = false;
changeL = false;
}
if (changeR) {
_root.red.r = 411;
_root.D3xR = false;
activateR = false;
changeR = false;
}
if (changeT) {
_root.y2a.t = 297;
activateT = false;
changeT = false;
}
if (changeB) {
_root.y2a.b = 501;
_root.C3y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 329 MovieClip "a3" in Frame 338
onClipEvent (load) {
activateL = false;
activateT = false;
changeT = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3x) {
if (!_root.D3x2) {
if (this.hitTest(_root.y3a)) {
_root.red.l = 136;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
}
if (this.hitTest(_root.red)) {
_root.y3a.t = 571;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3a.t = 366;
activateT = false;
changeT = false;
}
if (changeL) {
_root.red.l = 69;
activateL = false;
changeL = false;
}
}
Instance of Symbol 331 MovieClip "d3" in Frame 338
onClipEvent (load) {
activateT = false;
activateR = false;
activateL = false;
changeT = false;
changeR = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.D3xR) {
if (this.hitTest(_root.y3b)) {
if (_root.red._x < 273) {
_root.red.r = 136;
activateR = true;
}
} else if (activateR) {
changeR = true;
}
}
if (this.hitTest(_root.y3b)) {
if (_root.red._x >= 273) {
_root.red.l = 342;
activateL = true;
_root.D3x = true;
}
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.red)) {
_root.y3b.t = 571;
activateT = true;
} else if (activateT) {
changeT = true;
}
if (changeT) {
_root.y3b.t = 366;
activateT = false;
changeT = false;
}
if (changeR) {
_root.red.r = 411;
activateR = false;
changeR = false;
}
if (changeL) {
_root.red.l = 69;
_root.D3x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 332 MovieClip "a6" in Frame 338
onClipEvent (load) {
activateB = false;
activateL = false;
changeB = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C6x) {
if (this.hitTest(_root.y3a)) {
_root.x3b.l = 342;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (!_root.A4y) {
if (this.hitTest(_root.x3b)) {
_root.y3a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y3a.b = 571;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3b.l = 273;
activateL = false;
changeL = false;
}
}
Instance of Symbol 336 MovieClip "a4" in Frame 338
onClipEvent (load) {
activateL = false;
activateB = false;
changeL = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.C4x) {
if (this.hitTest(_root.y3a)) {
_root.x3a.l = 342;
activateL = true;
} else if (activateL) {
changeL = true;
}
}
if (this.hitTest(_root.x3a)) {
_root.y3a.b = 366;
activateB = true;
_root.A4y = true;
} else if (activateB) {
changeB = true;
}
if (changeB) {
_root.y3a.b = 571;
_root.A4y = false;
activateB = false;
changeB = false;
}
if (changeL) {
_root.x3a.l = 273;
activateL = false;
changeL = false;
}
}
Instance of Symbol 343 MovieClip "c6" in Frame 338
onClipEvent (load) {
activateB = false;
changeB = false;
activateL = false;
changeL = false;
}
onClipEvent (enterFrame) {
if (!_root.C3y) {
if (!_root.C3y2) {
if (this.hitTest(_root.x3b)) {
_root.y2a.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
}
if (this.hitTest(_root.y2a)) {
_root.x3b.l = 478;
activateL = true;
_root.C6x = true;
} else if (activateL) {
changeL = true;
}
if (changeL) {
_root.x3b.l = 273;
_root.C6x = false;
activateL = false;
changeL = false;
}
if (changeB) {
_root.y2a.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 344 MovieClip "d6" in Frame 338
onClipEvent (load) {
activateR = false;
activateB = false;
changeR = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (!_root.D4y) {
if (this.hitTest(_root.x3b)) {
_root.y3b.b = 501;
activateB = true;
} else if (activateB) {
changeB = true;
}
}
if (this.hitTest(_root.y3b)) {
_root.x3b.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3b.r = 478;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
activateB = false;
changeB = false;
}
}
Instance of Symbol 345 MovieClip "c4" in Frame 338
onClipEvent (load) {
activateL = false;
changeL = false;
activateT = false;
changeT = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.y2a)) {
_root.x3a.l = 478;
activateL = true;
_root.C4x = true;
} else if (activateL) {
changeL = true;
}
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y >= 450) {
_root.y2a.t = 571;
activateT = true;
_root.C4y = true;
}
} else if (activateT) {
changeT = true;
}
if (!_root.C3y) {
if (this.hitTest(_root.x3a)) {
if (_root.y2a._y < 400) {
_root.y2a.b = 366;
activateB = true;
_root.C3y2 = true;
}
} else if (activateB) {
changeB = true;
}
}
if (changeB) {
_root.y2a.b = 571;
_root.C3y2 = false;
activateB = false;
changeB = false;
}
if (changeT) {
_root.y2a.t = 297;
_root.C4y = false;
activateT = false;
changeT = false;
}
if (changeL) {
_root.x3a.l = 273;
_root.C4x = false;
activateL = false;
changeL = false;
}
}
Instance of Symbol 346 MovieClip "d4" in Frame 338
onClipEvent (load) {
activateR = false;
changeR = false;
activateB = false;
changeB = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.x3a)) {
_root.y3b.b = 366;
activateB = true;
_root.D4y = true;
} else if (activateB) {
changeB = true;
}
if (this.hitTest(_root.y3b)) {
_root.x3a.r = 273;
activateR = true;
} else if (activateR) {
changeR = true;
}
if (changeR) {
_root.x3a.r = 478;
activateR = false;
changeR = false;
}
if (changeB) {
_root.y3b.b = 571;
_root.D4y = false;
activateB = false;
changeB = false;
}
}
Instance of Symbol 365 MovieClip in Frame 338
onClipEvent (enterFrame) {
this._visible = false;
}
Instance of Symbol 308 MovieClip "red" in Frame 338
onClipEvent (load) {
free = true;
l = 69;
t = 297;
r = 411;
b = 297;
onMouseUp = function () {
stopDrag();
free = true;
};
}
on (press) {
startDrag (this, false, l, t, r, b);
free = false;
}
on (release) {
_root.moves = _root.moves + 1;
}
on (releaseOutside) {
_root.moves = _root.moves + 1;
}
onClipEvent (enterFrame) {
if (free) {
if (this._x >= 400) {
_root.finish = true;
_root.endLoop = _root.endLoop + 1;
}
if ((this._x > 69) && (this._x < 102)) {
this._x = 70;
}
if ((this._x > 102) && (this._x < 136)) {
this._x = 136;
}
if ((this._x > 136) && (this._x < 171)) {
this._x = 136;
}
if ((this._x > 171) && (this._x < 205)) {
this._x = 205;
}
if ((this._x > 205) && (this._x < 239)) {
this._x = 205;
}
if ((this._x > 239) && (this._x < 273)) {
this._x = 273;
}
if ((this._x > 273) && (this._x < 305)) {
this._x = 273;
}
if ((this._x > 305) && (this._x < 342)) {
this._x = 342;
}
if ((this._x > 342) && (this._x < 374)) {
this._x = 342;
}
if ((this._x > 374) && (this._x < 411)) {
this._x = 411;
}
}
}
Instance of Symbol 203 MovieClip "fadeQ" in Frame 338
onClipEvent (enterFrame) {
if (this._currentframe == 15) {
gotoAndPlay (58);
}
}
Frame 339
stop();
Frame 343
function reset() {
red._x = 136;
moves = 0;
bonus = 17000;
}
stop();
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 17000;
red._x = 136;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Frame 344
stop();
Frame 348
function reset() {
red._x = 136;
moves = 0;
bonus = 18000;
}
stop();
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 18000;
red._x = 136;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Frame 349
stop();
Frame 353
function reset() {
red._x = 136;
moves = 0;
bonus = 19000;
}
stop();
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 19000;
red._x = 136;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Frame 354
stop();
Frame 358
function reset() {
red._x = 136;
moves = 0;
bonus = 20000;
}
stop();
drag = true;
carFree = true;
finish = false;
endLoop = 0;
var moves = 0;
var timer = 0;
var bonus;
bonus = 20000;
red._x = 136;
red.l = 69;
red.t = 297;
red.r = 411;
red.b = 297;
onEnterFrame = function () {
i = bonus;
while (i >= 0) {
if ((endLoop >= 1) || (moves == 0)) {
break;
}
bonus = bonus - 0.003;
i--;
}
if (finish) {
red._visible = false;
red._x = 0;
redMC.play();
finish = false;
}
};
Frame 359
stop();
Symbol 82 Button
on (press) {
_root.play();
}
Symbol 83 MovieClip Frame 1
function onEnterFrame() {
if (!loaded) {
var _local3 = _root.getBytesLoaded() / _root.getBytesTotal();
if (_local3 >= 1) {
if (firstframe) {
gotoAndStop ("loaded");
} else {
play();
bar._x = initX;
}
loaded = true;
} else {
bar._x = initX + ((_local3 - 1) * bar._width);
}
}
var _local4 = getTimer() - time;
timeAccum = timeAccum + _local4;
while (timeAccum >= FRAME_TIME) {
var _local2 = 0;
while (_local2 < timeClips.length) {
if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) {
timeClips[_local2].nextFrame();
} else {
timeClips[_local2].gotoAndStop(1);
}
_local2++;
}
if (loaded && (_currentframe < _totalframes)) {
nextFrame();
}
timeAccum = timeAccum - FRAME_TIME;
}
time = time + _local4;
firstframe = false;
}
stop();
_root.stop();
var initX = bar._x;
var time = getTimer();
var FRAME_TIME = 33.3333333333333;
var timeAccum = 0;
var firstframe = true;
var loaded = false;
timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0];
var i = 0;
while (i < timeClips.length) {
timeClips[i].stop();
i++;
}
Symbol 83 MovieClip Frame 53
Symbol 91 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 141 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/thanksgiving2007", "_blank");
}
Symbol 145 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 152 MovieClip Frame 81
_root.play();
_root.play();
Symbol 154 Button
on (release) {
getURL ("http://freewebs.com/ldanimations", "_blank");
}
Symbol 157 MovieClip Frame 260
_root.play();
Symbol 162 MovieClip Frame 20
stop();
Symbol 163 MovieClip Frame 25
stop();
Symbol 200 MovieClip Frame 1
_root.stop();
Symbol 200 MovieClip Frame 265
_root.play();
Symbol 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 15
_root.gotoAndPlay(60);
_root.menuSong.start(0, 500);
Symbol 219 Button
on (release) {
gotoAndPlay ("New Game");
}
Symbol 220 Button
on (release) {
gotoAndPlay ("Instructions");
}
Symbol 221 Button
on (release) {
gotoAndPlay ("Credits");
}
Symbol 222 Button
on (release) {
gotoAndPlay ("Level Select");
}
Symbol 258 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl1");
}
Symbol 259 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl2");
}
Symbol 260 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl3");
}
Symbol 261 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl4");
}
Symbol 262 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl5");
}
Symbol 263 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl6");
}
Symbol 264 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl7");
}
Symbol 265 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl8");
}
Symbol 266 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl9");
}
Symbol 267 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl10");
}
Symbol 272 Button
on (release) {
gotoAndPlay ("Main Menu");
}
Symbol 275 Button
on (release) {
gotoAndPlay ("Level Select 2");
}
Symbol 296 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl11");
}
Symbol 297 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl12");
}
Symbol 298 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl13");
}
Symbol 299 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl14");
}
Symbol 300 Button
on (release) {
menuSong.stop();
_root.fade.play();
gotoAndStop ("lvl15");
}
Symbol 303 Button
on (release) {
lvlBack = true;
gotoAndPlay ("Level 2 Exit");
}
Symbol 370 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 18
stop();
_root.alpha.play();
Symbol 387 Button
on (release) {
snow.gotoAndStop(2);
}
Symbol 390 Button
on (release) {
snow.gotoAndStop(1);
}
Symbol 394 Button
on (release) {
_quality = "HIGH";
}
Symbol 397 Button
on (release) {
_quality = "LOW";
}
Symbol 400 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 403 Button
on (release) {
song2.stop();
song3.stop();
song4.stop();
song5.stop();
song6.stop();
song1 = new Sound(s1);
song1.attachSound("song 1");
song1.start(0, 500);
}
Symbol 406 Button
on (release) {
song1.stop();
song3.stop();
song4.stop();
song5.stop();
song6.stop();
song2 = new Sound(s2);
song2.attachSound("song 2");
song2.start(0, 500);
}
Symbol 409 Button
on (release) {
song2.stop();
song1.stop();
song4.stop();
song5.stop();
song6.stop();
song3 = new Sound(s3);
song3.attachSound("song 3");
song3.start(0, 500);
}
Symbol 412 Button
on (release) {
song2.stop();
song3.stop();
song1.stop();
song5.stop();
song6.stop();
song4 = new Sound(s4);
song4.attachSound("song 4");
song4.start(0, 500);
}
Symbol 419 Button
on (release) {
fadeR.play();
}
Symbol 422 Button
on (release) {
quitMC.play();
endLoop = endLoop + 1;
}
Symbol 425 Button
on (release) {
_root.song1.stop();
_root.song2.stop();
_root.song3.stop();
_root.song4.stop();
_root.song5.stop();
_root.song6.stop();
}
Symbol 426 MovieClip Frame 1
stop();
Symbol 444 MovieClip Frame 1
stop();
Symbol 444 MovieClip Frame 17
stop();
_root.stats.play();
Symbol 468 Button
on (release) {
gotoAndStop (1);
_root.level = _root.level + 1;
_root.moves = 0;
_root.fadeI.play();
_root.alpha.gotoAndStop(1);
_root.redMC.gotoAndStop(1);
_root.nextFrame();
_root.bonus = 0;
}
Symbol 469 Button
on (release) {
gotoAndStop (1);
_root.gotoAndStop("menu", "Main Menu");
}
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 2
_root.resetBtn.enabled = false;
_root.quit.enabled = false;
Symbol 470 MovieClip Frame 38
bonusS = Math.ceil(_root.bonus);
Symbol 470 MovieClip Frame 41
var totalS = Math.ceil(((_root.bonus + (_root.level * 10)) + _root.timer) - _root.moves);
_root.total = _root.total + totalS;
Symbol 470 MovieClip Frame 44
stop();
Symbol 478 Button
on (release) {
_root.quitLvl = true;
stopAllSounds();
gotoAndStop (1);
_root.fadeQ.play();
_root.resetBtn.enabled = true;
_root.quit.enabled = true;
}
Symbol 481 Button
on (release) {
gotoAndStop (1);
_root.endLoop = 0;
_root.resetBtn.enabled = true;
_root.quit.enabled = true;
}
Symbol 482 MovieClip Frame 1
stop();
Symbol 482 MovieClip Frame 2
_root.resetBtn.enabled = false;
_root.quit.enabled = false;
Symbol 482 MovieClip Frame 14
stop();
Symbol 484 MovieClip Frame 1
stop();
Symbol 484 MovieClip Frame 2
stop();
Symbol 485 MovieClip Frame 16
stop();
Symbol 486 MovieClip Frame 1
stop();
Symbol 486 MovieClip Frame 15
_root.fadeO.play();
_root.play();
_root.red._visible = true;
_root.resetBtn.enabled = true;
_root.quit.enabled = true;
Symbol 487 MovieClip Frame 1
stop();
Symbol 487 MovieClip Frame 15
_root.fadeO.play();
_root.reset();
Symbol 520 Button
on (release) {
finalSong.stop();
_root.menuSong.start(0, 500);
submit.enabled = true;
gotoAndPlay (58);
}