Frame 17
if (Number(_framesloaded) > Number(_totalframes)) {
gotoAndPlay (20);
} else if (Number(_framesloaded) < Number(_totalframes)) {
loadC = int((_framesloaded / _totalframes) * 100);
setProperty("/loader", _xscale , loadC);
loadCount = ("LOADING " add loadC) add " %";
} else if (Number(_framesloaded) == Number(_totalframes)) {
loadC = int((_framesloaded / _totalframes) * 100);
setProperty("/loader", _xscale , loadC);
loadCount = ("LOADING " add loadC) add " %";
gotoAndPlay (20);
}
Frame 19
gotoAndPlay (17);
Frame 138
stop();
Frame 139
stop();
Frame 168
stop();
Frame 169
stop();
no = 1 + random(15);
i = 1;
while (i < 9) {
_root["cook" + i].gotoAndStop(i + no);
_root["cookF" + i] = _root["cook" + i]._currentframe;
i++;
}
Frame 201
stop();
Instance of Symbol 434 MovieClip "cookHit4" in Frame 201
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 434 MovieClip "cookHit1" in Frame 201
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 434 MovieClip "cookHit2" in Frame 201
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 434 MovieClip "cookHit3" in Frame 201
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 434 MovieClip "cookHit5" in Frame 201
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 434 MovieClip "cookHit6" in Frame 201
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 434 MovieClip "cookHit8" in Frame 201
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 434 MovieClip "cookHit7" in Frame 201
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 375 MovieClip "cookM1" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 2) && (_root.cookHit2._currentframe != 2)) && (_root.cookHit3._currentframe != 2)) && (_root.cookHit4._currentframe != 2)) && (_root.cookHit5._currentframe != 2)) && (_root.cookHit6._currentframe != 2)) && (_root.cookHit7._currentframe != 2)) && (_root.cookHit8._currentframe != 2)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 377 MovieClip "cookM2" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 3) && (_root.cookHit2._currentframe != 3)) && (_root.cookHit3._currentframe != 3)) && (_root.cookHit4._currentframe != 3)) && (_root.cookHit5._currentframe != 3)) && (_root.cookHit6._currentframe != 3)) && (_root.cookHit7._currentframe != 3)) && (_root.cookHit8._currentframe != 3)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 379 MovieClip "cookM3" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 4) && (_root.cookHit2._currentframe != 4)) && (_root.cookHit3._currentframe != 4)) && (_root.cookHit4._currentframe != 4)) && (_root.cookHit5._currentframe != 4)) && (_root.cookHit6._currentframe != 4)) && (_root.cookHit7._currentframe != 4)) && (_root.cookHit8._currentframe != 4)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 381 MovieClip "cookM4" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 5) && (_root.cookHit2._currentframe != 5)) && (_root.cookHit3._currentframe != 5)) && (_root.cookHit4._currentframe != 5)) && (_root.cookHit5._currentframe != 5)) && (_root.cookHit6._currentframe != 5)) && (_root.cookHit7._currentframe != 5)) && (_root.cookHit8._currentframe != 5)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 383 MovieClip "cookM5" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 6) && (_root.cookHit2._currentframe != 6)) && (_root.cookHit3._currentframe != 6)) && (_root.cookHit4._currentframe != 6)) && (_root.cookHit5._currentframe != 6)) && (_root.cookHit6._currentframe != 6)) && (_root.cookHit7._currentframe != 6)) && (_root.cookHit8._currentframe != 6)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 385 MovieClip "cookM6" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 7) && (_root.cookHit2._currentframe != 7)) && (_root.cookHit3._currentframe != 7)) && (_root.cookHit4._currentframe != 7)) && (_root.cookHit5._currentframe != 7)) && (_root.cookHit6._currentframe != 7)) && (_root.cookHit7._currentframe != 7)) && (_root.cookHit8._currentframe != 7)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 387 MovieClip "cookM7" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 8) && (_root.cookHit2._currentframe != 8)) && (_root.cookHit3._currentframe != 8)) && (_root.cookHit4._currentframe != 8)) && (_root.cookHit5._currentframe != 8)) && (_root.cookHit6._currentframe != 8)) && (_root.cookHit7._currentframe != 8)) && (_root.cookHit8._currentframe != 8)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 389 MovieClip "cookM8" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 9) && (_root.cookHit2._currentframe != 9)) && (_root.cookHit3._currentframe != 9)) && (_root.cookHit4._currentframe != 9)) && (_root.cookHit5._currentframe != 9)) && (_root.cookHit6._currentframe != 9)) && (_root.cookHit7._currentframe != 9)) && (_root.cookHit8._currentframe != 9)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 391 MovieClip "cookM9" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 10) && (_root.cookHit2._currentframe != 10)) && (_root.cookHit3._currentframe != 10)) && (_root.cookHit4._currentframe != 10)) && (_root.cookHit5._currentframe != 10)) && (_root.cookHit6._currentframe != 10)) && (_root.cookHit7._currentframe != 10)) && (_root.cookHit8._currentframe != 10)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 393 MovieClip "cookM10" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 11) && (_root.cookHit2._currentframe != 11)) && (_root.cookHit3._currentframe != 11)) && (_root.cookHit4._currentframe != 11)) && (_root.cookHit5._currentframe != 11)) && (_root.cookHit6._currentframe != 11)) && (_root.cookHit7._currentframe != 11)) && (_root.cookHit8._currentframe != 11)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 395 MovieClip "cookM11" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 12) && (_root.cookHit2._currentframe != 12)) && (_root.cookHit3._currentframe != 12)) && (_root.cookHit4._currentframe != 12)) && (_root.cookHit5._currentframe != 12)) && (_root.cookHit6._currentframe != 12)) && (_root.cookHit7._currentframe != 12)) && (_root.cookHit8._currentframe != 12)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 397 MovieClip "cookM12" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 13) && (_root.cookHit2._currentframe != 13)) && (_root.cookHit3._currentframe != 13)) && (_root.cookHit4._currentframe != 13)) && (_root.cookHit5._currentframe != 13)) && (_root.cookHit6._currentframe != 13)) && (_root.cookHit7._currentframe != 13)) && (_root.cookHit8._currentframe != 13)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 399 MovieClip "cookM13" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 14) && (_root.cookHit2._currentframe != 14)) && (_root.cookHit3._currentframe != 14)) && (_root.cookHit4._currentframe != 14)) && (_root.cookHit5._currentframe != 14)) && (_root.cookHit6._currentframe != 14)) && (_root.cookHit7._currentframe != 14)) && (_root.cookHit8._currentframe != 14)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 401 MovieClip "cookM14" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 15) && (_root.cookHit2._currentframe != 15)) && (_root.cookHit3._currentframe != 15)) && (_root.cookHit4._currentframe != 15)) && (_root.cookHit5._currentframe != 15)) && (_root.cookHit6._currentframe != 15)) && (_root.cookHit7._currentframe != 15)) && (_root.cookHit8._currentframe != 15)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Instance of Symbol 403 MovieClip "cookM15" in Frame 201
onClipEvent (load) {
startX = this._x;
startY = this._y;
moveO = false;
}
onClipEvent (enterFrame) {
if (this.moveO == true) {
if ((((((((_root.cookHit1._currentframe != 16) && (_root.cookHit2._currentframe != 16)) && (_root.cookHit3._currentframe != 16)) && (_root.cookHit4._currentframe != 16)) && (_root.cookHit5._currentframe != 16)) && (_root.cookHit6._currentframe != 16)) && (_root.cookHit7._currentframe != 16)) && (_root.cookHit8._currentframe != 16)) {
this._x = startX;
this._y = startY;
this._visible = true;
this.moveO = false;
}
}
}
Frame 246
stop();
Frame 255
stopAllSounds();
Frame 266
stop();
Frame 267
stopAllSounds();
Frame 278
loadVariables ("http://www.ibravo.com/Web/Game/Popup/UpdatePoint.aspx?corn=10", this, "POST");
stop();
Symbol 213 Button
on (press) {
stopAllSounds();
gotoAndPlay ("how");
}
Symbol 217 Button
on (release) {
stopAllSounds();
gotoAndPlay (169);
}
Symbol 350 MovieClip Frame 1
stop();
Symbol 362 MovieClip Frame 396
_root.gotoAndPlay("Next");
Symbol 366 Button
on (release) {
this.gotoAndPlay("Next");
}
Symbol 372 Button
on (release) {
getURL ("javascript:gotoHome()");
}
Symbol 374 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(2);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(2);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(2);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(2);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(2);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(2);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(2);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(2);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 376 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(3);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(3);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(3);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(3);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(3);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(3);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(3);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(3);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 378 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(4);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(4);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(4);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(4);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(4);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(4);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(4);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(4);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 380 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(5);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(5);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(5);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(5);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(5);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(5);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(5);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(5);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 382 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(6);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(6);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(6);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(6);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(6);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(6);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(6);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(6);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 384 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(7);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(7);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(7);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(7);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(7);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(7);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(7);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(7);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 386 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(8);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(8);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(8);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(8);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(8);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(8);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(8);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(8);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 388 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(9);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(9);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(9);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(9);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(9);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(9);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(9);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(9);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 390 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(10);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(10);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(10);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(10);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(10);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(10);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(10);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(10);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 392 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(11);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(11);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(11);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(11);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(11);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(11);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(11);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(11);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 394 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(12);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(12);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(12);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(12);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(12);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(12);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(12);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(12);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 396 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(13);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(13);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(13);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(13);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(13);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(13);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(13);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(13);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 398 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(14);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(14);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(14);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(14);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(14);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(14);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(14);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(14);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 400 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(15);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(15);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(15);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(15);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(15);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(15);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(15);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(15);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 402 Button
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (this.hitTest(_root.cookHit1.hit) == true) {
this._visible = false;
_root.cookHit1._visible = true;
_root.cookHit1.gotoAndStop(16);
this.moveO = true;
} else if (this.hitTest(_root.cookHit2.hit) == true) {
this._visible = false;
_root.cookHit2._visible = true;
_root.cookHit2.gotoAndStop(16);
this.moveO = true;
} else if (this.hitTest(_root.cookHit3.hit) == true) {
this._visible = false;
_root.cookHit3._visible = true;
_root.cookHit3.gotoAndStop(16);
this.moveO = true;
} else if (this.hitTest(_root.cookHit4.hit) == true) {
this._visible = false;
_root.cookHit4._visible = true;
_root.cookHit4.gotoAndStop(16);
this.moveO = true;
} else if (this.hitTest(_root.cookHit5.hit) == true) {
this._visible = false;
_root.cookHit5._visible = true;
_root.cookHit5.gotoAndStop(16);
this.moveO = true;
} else if (this.hitTest(_root.cookHit6.hit) == true) {
this._visible = false;
_root.cookHit6._visible = true;
_root.cookHit6.gotoAndStop(16);
this.moveO = true;
} else if (this.hitTest(_root.cookHit7.hit) == true) {
this._visible = false;
_root.cookHit7._visible = true;
_root.cookHit7.gotoAndStop(16);
this.moveO = true;
} else if (this.hitTest(_root.cookHit8.hit) == true) {
this._visible = false;
_root.cookHit8._visible = true;
_root.cookHit8.gotoAndStop(16);
this.moveO = true;
} else {
this._x = startX;
this._y = startY;
}
}
Symbol 430 MovieClip Frame 1116
if ((((((((_root.cookHit1._currentframe == 1) && (_root.cookHit2._currentframe == 1)) && (_root.cookHit3._currentframe == 1)) && (_root.cookHit4._currentframe == 1)) && (_root.cookHit5._currentframe == 1)) && (_root.cookHit6._currentframe == 1)) && (_root.cookHit7._currentframe == 1)) && (_root.cookHit8._currentframe == 1)) {
_root.gotoAndPlay("Gameover");
} else {
_root.gotoAndPlay("Score");
}
Symbol 432 MovieClip Frame 1
stop();
Symbol 433 Button
on (release) {
if ((((((((_root.cookHit1._currentframe != 1) && (_root.cookHit2._currentframe != 1)) && (_root.cookHit3._currentframe != 1)) && (_root.cookHit4._currentframe != 1)) && (_root.cookHit5._currentframe != 1)) && (_root.cookHit6._currentframe != 1)) && (_root.cookHit7._currentframe != 1)) && (_root.cookHit8._currentframe != 1)) {
this.gotoAndPlay("Score");
} else {
_root.text.play();
}
}
Symbol 434 MovieClip Frame 1
stop();
Instance of Symbol 347 MovieClip "hit" in Symbol 434 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 435 MovieClip Frame 1
stop();
Symbol 446 MovieClip Frame 1
stop();
Symbol 446 MovieClip Frame 22
stop();
Symbol 452 MovieClip Frame 1
stop();
Symbol 452 MovieClip Frame 22
stop();
Instance of Symbol 437 MovieClip in Symbol 453 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 453 MovieClip Frame 2
if (((_root.cookHit4._currentframe >= 1) && ((_root.cookF4 + 1) == _root.cookHit4._currentframe)) || ((_root.cookF4 - 14) == _root.cookHit4._currentframe)) {
_root.jumsu.nextFrame();
_root.test.yes1.play();
} else {
_root.test.no1.play();
}
Symbol 453 MovieClip Frame 24
if (((_root.cookHit2._currentframe >= 1) && ((_root.cookF2 + 1) == _root.cookHit2._currentframe)) || ((_root.cookF2 - 14) == _root.cookHit2._currentframe)) {
_root.jumsu.nextFrame();
_root.test.yes2.play();
} else {
_root.test.no2.play();
}
Symbol 453 MovieClip Frame 46
if (((_root.cookHit5._currentframe >= 1) && ((_root.cookF5 + 1) == _root.cookHit5._currentframe)) || ((_root.cookF5 - 14) == _root.cookHit5._currentframe)) {
_root.jumsu.nextFrame();
_root.test.yes3.play();
} else {
_root.test.no3.play();
}
Symbol 453 MovieClip Frame 68
if (((_root.cookHit8._currentframe >= 1) && ((_root.cookF8 + 1) == _root.cookHit8._currentframe)) || ((_root.cookF8 - 14) == _root.cookHit8._currentframe)) {
_root.jumsu.nextFrame();
_root.test.yes4.play();
} else {
_root.test.no4.play();
}
Symbol 453 MovieClip Frame 90
if (((_root.cookHit7._currentframe >= 1) && ((_root.cookF7 + 1) == _root.cookHit7._currentframe)) || ((_root.cookF7 - 14) == _root.cookHit7._currentframe)) {
_root.jumsu.nextFrame();
_root.test.yes5.play();
} else {
_root.test.no5.play();
}
Symbol 453 MovieClip Frame 112
if (((_root.cookHit6._currentframe >= 1) && ((_root.cookF6 + 1) == _root.cookHit6._currentframe)) || ((_root.cookF6 - 14) == _root.cookHit6._currentframe)) {
_root.jumsu.nextFrame();
_root.test.yes6.play();
} else {
_root.test.no6.play();
}
Symbol 453 MovieClip Frame 134
if (((_root.cookHit3._currentframe >= 1) && ((_root.cookF3 + 1) == _root.cookHit3._currentframe)) || ((_root.cookF3 - 14) == _root.cookHit3._currentframe)) {
_root.jumsu.nextFrame();
_root.test.yes7.play();
} else {
_root.test.no7.play();
}
Symbol 453 MovieClip Frame 156
if (((_root.cookHit1._currentframe >= 1) && ((_root.cookF1 + 1) == _root.cookHit1._currentframe)) || ((_root.cookF1 - 14) == _root.cookHit1._currentframe)) {
_root.jumsu.nextFrame();
_root.test.yes8.play();
} else {
_root.test.no8.play();
}
Symbol 453 MovieClip Frame 178
if (_root.jumsu._currentframe == 9) {
_root.gotoAndPlay("Gameclear");
} else {
_root.gotoAndPlay("Gameover");
}
Symbol 464 Button
on (release) {
stopAllSounds();
gotoAndPlay ("Start");
}