Frame 1
function rigopt() {
getURL ("");
}
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("", rigopt);
fmm01_menu.customItems[0] = item;
var loadper = 0;
Frame 2
if (_framesloaded == _totalframes) {
gotoAndPlay (4);
} else {
setProperty(_root.bar, _xscale , (int(_root.getBytesLoaded() / 1000) / int(_root.getBytesTotal() / 1000)) * 100);
loadper = int(((_root.getBytesLoaded() / 1000) / (_root.getBytesTotal() / 1000)) * 100);
}
Frame 3
gotoAndPlay (2);
Frame 4
stop();
playbtn.onRelease = function () {
gotoAndStop ("game1");
};
Frame 6
stop();
arrow1._visible = false;
var i = 2;
while (i <= 33) {
eval ("insa" + i)._visible = false;
i++;
}
egg1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa1._visible = false;
this.startDrag();
};
egg1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 349.1;
this._y = 357.3;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 535;
this._y = 445.2;
}
};
_global.fun1 = function () {
egg2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa2._visible = false;
this.startDrag();
};
egg2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 337.6;
this._y = 358.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 572.6;
this._y = 448.1;
}
};
};
_global.fun2 = function () {
egg3.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa3._visible = false;
this.startDrag();
};
egg3.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 314.6;
this._y = 351.5;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 551.1;
this._y = 462.1;
}
};
};
_global.fun3 = function () {
milkspoon.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa4._visible = false;
this.startDrag();
this.gotoAndStop(2);
};
milkspoon.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(milkspoonhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(3);
this._x = 468.1;
this._y = 376.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 706.8;
this._y = 464.4;
}
};
};
_global.fun4 = function () {
pepper.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa5._visible = false;
this.startDrag();
};
pepper.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(pepperhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(3);
this._x = 363.2;
this._y = 286.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 507.2;
this._y = 350.7;
}
};
};
_global.fun5 = function () {
salt.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa6._visible = false;
this.startDrag();
};
salt.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(salthit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 365.2;
this._y = 290.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 541.5;
this._y = 352.9;
}
};
};
_global.fun6 = function () {
mixer.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa7._visible = false;
this.startDrag();
};
mixer.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(mixerhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 365.2;
this._y = 290.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 573.8;
this._y = 118.6;
}
};
};
Instance of Symbol 152 MovieClip "egg1" in Frame 6
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 167 MovieClip "egg2" in Frame 6
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 182 MovieClip "egg3" in Frame 6
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 197 MovieClip in Frame 6
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 218 MovieClip "milkspoon" in Frame 6
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 234 MovieClip "pepper" in Frame 6
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 244 MovieClip "salt" in Frame 6
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Frame 7
stop();
arrow1._visible = false;
var i = 2;
while (i <= 33) {
eval ("insa" + i)._visible = false;
i++;
}
egg1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa1._visible = false;
this.startDrag();
};
egg1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 349.1;
this._y = 357.3;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 535;
this._y = 445.2;
}
};
_global.fun1 = function () {
egg2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa2._visible = false;
this.startDrag();
};
egg2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 337.6;
this._y = 358.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 572.6;
this._y = 448.1;
}
};
};
_global.fun2 = function () {
egg3.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa3._visible = false;
this.startDrag();
};
egg3.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 314.6;
this._y = 351.5;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 551.1;
this._y = 462.1;
}
};
};
_global.fun3 = function () {
milkspoon.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa4._visible = false;
this.startDrag();
this.gotoAndStop(2);
};
milkspoon.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(milkspoonhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(3);
this._x = 468.1;
this._y = 376.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 706.8;
this._y = 464.4;
}
};
};
_global.fun4 = function () {
pepper.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa5._visible = false;
this.startDrag();
};
pepper.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(pepperhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(3);
this._x = 363.2;
this._y = 286.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 326;
this._y = 205.1;
}
};
};
_global.fun5 = function () {
salt.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa6._visible = false;
this.startDrag();
};
salt.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(salthit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 365.2;
this._y = 290.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 360.3;
this._y = 207.3;
}
};
};
_global.fun6 = function () {
mixer.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insa7._visible = false;
this.startDrag();
};
mixer.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(mixerhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 365.2;
this._y = 290.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 573.8;
this._y = 118.6;
}
};
};
Frame 9
stop();
insb4.swapDepths(100);
offbtn.enabled = false;
arrow1._visible = false;
var j = 2;
while (j <= 33) {
eval ("insb" + j)._visible = false;
j++;
}
pan.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insb1._visible = false;
this.startDrag();
};
pan.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(panhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 109.1;
this._y = 287.2;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 532.9;
this._y = 23.7;
}
};
_global.f1 = function () {
butter.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insb2._visible = false;
this.startDrag();
};
butter.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(butterhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 131.4;
this._y = 315.7;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 448.9;
this._y = 434.3;
}
};
};
_global.f2 = function () {
eggmix.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insb3._visible = false;
this.startDrag();
};
eggmix.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(eggmixhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 127;
this._y = 233.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 277.4;
this._y = 391.6;
}
};
};
Instance of Symbol 197 MovieClip "butter" in Frame 9
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 376 MovieClip "eggmix" in Frame 9
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 380 MovieClip "pan" in Frame 9
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Frame 10
_global.Behaviors.Sound.fryins.stop("fry");
Frame 11
stop();
offbtn.enabled = false;
arrow1._visible = false;
var k = 2;
while (k <= 33) {
eval ("insc" + k)._visible = false;
k++;
}
bigspoon.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insc1._visible = false;
this.startDrag();
};
bigspoon.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(bigspoonhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 129.8;
this._y = 302.3;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 620.5;
this._y = 27.2;
}
};
Instance of Symbol 346 MovieClip "bigspoon" in Frame 11
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Frame 12
stop();
arrow1._visible = false;
finish1._visible = false;
var l = 2;
while (l <= 33) {
eval ("insd" + l)._visible = false;
l++;
}
omlette.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
insd1._visible = false;
this.startDrag();
};
omlette.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(omlettehit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 387.6;
this._y = 407.1;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 77.2;
this._y = 353.1;
}
};
Instance of Symbol 487 MovieClip "veg" in Frame 12
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 491 MovieClip "omlette" in Frame 12
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Frame 13
omlette._visible = false;
Frame 14
stop();
arrow1._visible = false;
finish1._visible = false;
var l = 2;
while (l <= 33) {
eval ("inse" + l)._visible = false;
l++;
}
veg.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
inse1._visible = false;
this.startDrag();
};
veg.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(veghit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 226.5;
this._y = 136.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 392.6;
this._y = 276.6;
}
};
Instance of Symbol 500 MovieClip "omlette" in Frame 14
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 487 MovieClip "veg" in Frame 14
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Frame 15
stop();
veg._visible = false;
arrow1._visible = false;
finish1._visible = false;
Frame 16
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_congins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.congins = new Sound(this._parent.BS_congins);
} else {
this.createEmptyMovieClip("_congins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.congins = new Sound(this.BS_congins);
}
_global.Behaviors.Sound.congins.attachSound("cong");
_global.Behaviors.Sound.congins.start(0, 1);
} else {
_global.Behaviors.Sound.congins.stop("cong");
}
veg._visible = false;
Frame 17
stop();
arrow1._visible = false;
var i = 2;
while (i <= 33) {
eval ("desca" + i)._visible = false;
i++;
}
egg1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
desca1._visible = false;
this.startDrag();
};
egg1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 319.9;
this._y = 353.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 506.3;
this._y = 432.6;
}
};
_global.cm1 = function () {
egg2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
desca2._visible = false;
this.startDrag();
};
egg2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 308.1;
this._y = 358.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 543.8;
this._y = 435.4;
}
};
};
_global.cm2 = function () {
egg3.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
desca3._visible = false;
this.startDrag();
};
egg3.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 326.1;
this._y = 357.7;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 522.4;
this._y = 449.4;
}
};
};
_global.cm3 = function () {
peper.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
desca4._visible = false;
this.startDrag();
};
peper.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(peperhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 348.9;
this._y = 260.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 397.8;
this._y = 367.3;
}
};
};
_global.cm4 = function () {
salt2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
desca5._visible = false;
this.startDrag();
};
salt2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(salt2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 359.4;
this._y = 277.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 427.6;
this._y = 374.4;
}
};
};
_global.cm5 = function () {
eggmixer2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
desca6._visible = false;
this.startDrag();
};
eggmixer2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(eggmixer2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 573.8;
this._y = 118.6;
}
};
};
Instance of Symbol 617 MovieClip "egg1" in Frame 17
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 632 MovieClip "egg2" in Frame 17
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 647 MovieClip "egg3" in Frame 17
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 650 MovieClip "eggmixer2" in Frame 17
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 656 MovieClip "peper" in Frame 17
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 661 MovieClip "salt2" in Frame 17
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 19
_global.Behaviors.Sound.mixins.stop("mix");
Frame 20
stop();
arrow1._visible = false;
arrow2._visible = false;
var j = 2;
while (j <= 33) {
eval ("descb" + j)._visible = false;
j++;
}
pan2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
descb1._visible = false;
this.startDrag();
};
pan2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(pan2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 116.2;
this._y = 285.8;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 530.6;
this._y = 24.1;
}
};
_global.cn1 = function () {
butter2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
descb2._visible = false;
fire2._visible = false;
this.startDrag();
};
butter2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(butter2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 131.6;
this._y = 333.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 423.8;
this._y = 522.1;
}
};
};
_global.cn2 = function () {
bread1.onPress = function () {
arrow2._visible = true;
this.swapDepths(_global.depths++);
descb3._visible = false;
this.startDrag();
};
bread1.onRelease = function () {
arrow2._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(bread1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 256.4;
this._y = 401.1;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 541.3;
this._y = 473.9;
}
};
};
_global.cn3 = function () {
bread2.onPress = function () {
arrow2._visible = true;
this.swapDepths(_global.depths++);
descb4._visible = false;
this.startDrag();
};
bread2.onRelease = function () {
arrow2._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(bread2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 256.4;
this._y = 401.1;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 541.3;
this._y = 473.9;
}
};
};
_global.cn4 = function () {
bread3.onPress = function () {
arrow2._visible = true;
this.swapDepths(_global.depths++);
descb5._visible = false;
this.startDrag();
};
bread3.onRelease = function () {
arrow2._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(bread3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 256.4;
this._y = 401.1;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 541.3;
this._y = 473.9;
}
};
};
_global.cn5 = function () {
bigspoon.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
descb6._visible = false;
this.startDrag();
};
bigspoon.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(bigspoonhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 620.5;
this._y = 27.2;
}
};
};
Instance of Symbol 755 MovieClip "butter2" in Frame 20
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 768 MovieClip "bread2" in Frame 20
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 769 MovieClip "bread3" in Frame 20
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 770 MovieClip "bread1" in Frame 20
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 771 MovieClip "bigspoon" in Frame 20
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 774 MovieClip "pan2" in Frame 20
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 21
offstove._visible = false;
offbtn.enabled = false;
Frame 22
_global.Behaviors.Sound.fryins.stop("fry");
stop();
arrow1._visible = false;
var k = 2;
while (k <= 33) {
eval ("descc" + k)._visible = false;
k++;
}
finish2._visible = false;
brd1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
descc1._visible = false;
this.startDrag();
};
brd1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(brd1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 314.3;
this._y = 421.8;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 82.2;
this._y = 370.8;
}
};
_global.co1 = function () {
brd2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
descc2._visible = false;
this.startDrag();
};
brd2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(brd2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 371.1;
this._y = 430.8;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 138.9;
this._y = 379.8;
}
};
};
_global.co2 = function () {
brd3.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
descc3._visible = false;
this.startDrag();
};
brd3.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(brd3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 317.3;
this._y = 444.3;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 85.2;
this._y = 393.3;
}
};
};
_global.co3 = function () {
strw1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
descc4._visible = false;
this.startDrag();
};
strw1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(strw1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 333.6;
this._y = 412.1;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 473.4;
this._y = 417.3;
}
};
};
_global.co4 = function () {
strw2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
descc5._visible = false;
this.startDrag();
};
strw2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(strw2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 386.9;
this._y = 423.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 518.4;
this._y = 417.3;
}
};
};
_global.co5 = function () {
strw3.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
descc6._visible = false;
this.startDrag();
};
strw3.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(strw3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 340.7;
this._y = 437.2;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 493.4;
this._y = 437.3;
}
};
};
Instance of Symbol 795 MovieClip "brd1" in Frame 22
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 796 MovieClip "brd2" in Frame 22
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 797 MovieClip "brd3" in Frame 22
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 800 MovieClip "strw1" in Frame 22
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 803 MovieClip "strw2" in Frame 22
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 806 MovieClip "strw3" in Frame 22
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 23
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_congins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.congins = new Sound(this._parent.BS_congins);
} else {
this.createEmptyMovieClip("_congins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.congins = new Sound(this.BS_congins);
}
_global.Behaviors.Sound.congins.attachSound("cong");
_global.Behaviors.Sound.congins.start(0, 1);
} else {
_global.Behaviors.Sound.congins.stop("cong");
}
strw3._visible = false;
Frame 24
stop();
arrow1._visible = false;
var i = 2;
while (i <= 33) {
eval ("cool" + i)._visible = false;
i++;
}
flour1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
cool1._visible = false;
this.startDrag();
};
flour1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(flour1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 257.3;
this._y = 440.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 322.8;
this._y = 561.3;
}
};
_global.cook1 = function () {
sugar1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
cool2._visible = false;
this.startDrag();
};
sugar1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(sugar1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 328.4;
this._y = 276.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 468.9;
this._y = 421;
}
};
};
_global.cook2 = function () {
baking1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
cool3._visible = false;
this.startDrag();
};
baking1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(baking1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 330.1;
this._y = 304.1;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 515.1;
this._y = 449.4;
}
};
};
_global.cook3 = function () {
salt1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
cool4._visible = false;
this.startDrag();
};
salt1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(salt1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 340.9;
this._y = 294.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 515.3;
this._y = 369;
}
};
};
_global.cook4 = function () {
spoon1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
cool5._visible = false;
this.startDrag();
};
spoon1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(spoon1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 631.4;
this._y = 134.9;
}
};
};
Instance of Symbol 849 MovieClip "flour1" in Frame 24
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 860 MovieClip "salt1" in Frame 24
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 873 MovieClip "sugar1" in Frame 24
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 883 MovieClip "baking1" in Frame 24
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 886 MovieClip "spoon1" in Frame 24
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 26
_global.Behaviors.Sound.mixins.stop("mix");
stop();
arrow1._visible = false;
var j = 2;
while (j <= 33) {
eval ("coola" + j)._visible = false;
j++;
}
egg1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coola1._visible = false;
this.startDrag();
};
egg1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 427.3;
this._y = 382.5;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 545.1;
this._y = 462.4;
}
};
_global.cooka1 = function () {
egg2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coola2._visible = false;
this.startDrag();
};
egg2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 423.9;
this._y = 380.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 531;
this._y = 458.7;
}
};
};
_global.cooka2 = function () {
egg3.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coola3._visible = false;
this.startDrag();
};
egg3.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 422.4;
this._y = 384.3;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 545.1;
this._y = 453.2;
}
};
};
_global.cooka3 = function () {
milk1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coola4._visible = false;
this.startDrag();
};
milk1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(milk1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 503.1;
this._y = 409.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 548.2;
this._y = 468.1;
}
};
};
_global.cooka4 = function () {
eggspoon1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coola5._visible = false;
this.startDrag();
};
eggspoon1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(eggspoon1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 588.6;
this._y = 128.3;
}
};
};
Instance of Symbol 947 MovieClip "eggspoon1" in Frame 26
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 963 MovieClip "egg3" in Frame 26
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 978 MovieClip "egg2" in Frame 26
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 919 MovieClip "egg1" in Frame 26
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 997 MovieClip "milk1" in Frame 26
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 28
stop();
arrow1._visible = false;
var j = 2;
while (j <= 33) {
eval ("coolb" + j)._visible = false;
j++;
}
egmixer1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolb1._visible = false;
this.startDrag();
};
egmixer1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egmixer1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 358.9;
this._y = 324.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 429;
this._y = 439.3;
}
};
_global.cookb1 = function () {
egg2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coola2._visible = false;
this.startDrag();
};
egg2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 423.9;
this._y = 380.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 531;
this._y = 458.7;
}
};
};
_global.cooka2 = function () {
egg3.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coola3._visible = false;
this.startDrag();
};
egg3.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(egg3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 422.4;
this._y = 384.3;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 545.1;
this._y = 453.2;
}
};
};
_global.cooka3 = function () {
milk1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coola4._visible = false;
this.startDrag();
};
milk1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(milk1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 503.1;
this._y = 409.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 548.2;
this._y = 468.1;
}
};
};
_global.cooka4 = function () {
eggspoon1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coola5._visible = false;
this.startDrag();
};
eggspoon1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(eggspoon1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 548.2;
this._y = 468.1;
}
};
};
_global.Behaviors.Sound.mixins.stop("mix");
Instance of Symbol 1061 MovieClip "egmixer1" in Frame 28
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 29
stop();
arrow1._visible = false;
var j = 2;
while (j <= 33) {
eval ("coolb" + j)._visible = false;
j++;
}
spoon2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolc1._visible = false;
this.startDrag();
};
spoon2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(spoon21hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 631.4;
this._y = 134.9;
}
};
Instance of Symbol 1073 MovieClip "spoon2" in Frame 29
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 31
_global.Behaviors.Sound.mixins.stop("mix");
stop();
arrow1._visible = false;
var j = 2;
while (j <= 33) {
eval ("coold" + j)._visible = false;
j++;
}
banana1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coold1._visible = false;
this.startDrag();
};
banana1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(banana1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 214.5;
this._y = 481.2;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 298;
this._y = 592.2;
}
};
_global.cookd1 = function () {
spoond2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coold2._visible = false;
this.startDrag();
};
spoond2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(spoond2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 631.4;
this._y = 134.9;
}
};
};
Instance of Symbol 1100 MovieClip "banana1" in Frame 31
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1109 MovieClip "spoond2" in Frame 31
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 33
stop();
arrow1._visible = false;
var j = 2;
while (j <= 33) {
eval ("coole" + j)._visible = false;
j++;
}
banana1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coold1._visible = false;
this.startDrag();
};
banana1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(banana1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 214.5;
this._y = 481.2;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 298;
this._y = 592.2;
}
};
_global.cookd1 = function () {
spoond2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coold2._visible = false;
this.startDrag();
};
spoond2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(banana1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 531;
this._y = 458.7;
}
};
};
_global.Behaviors.Sound.mixins.stop("mix");
Frame 34
stop();
arrow1._visible = false;
var j = 2;
while (j <= 33) {
eval ("coolf" + j)._visible = false;
j++;
}
pan1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolf1._visible = false;
this.startDrag();
};
pan1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(pan1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 215.4;
this._y = 290.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 531.4;
this._y = 32.9;
}
};
Instance of Symbol 1148 MovieClip "pan1" in Frame 34
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 35
stop();
arrow1._visible = false;
var j = 2;
while (j <= 33) {
eval ("coolg" + j)._visible = false;
j++;
}
oil1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolg1._visible = false;
this.startDrag();
};
oil1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(oil1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 119.9;
this._y = 212.3;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 535.9;
this._y = 429.9;
}
};
_global.cookg1 = function () {
pour1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolg2._visible = false;
this.startDrag();
};
pour1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(pour1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 428.6;
this._y = 360.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 533.5;
this._y = 545.6;
}
};
};
Instance of Symbol 1216 MovieClip "oil1" in Frame 35
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1338 MovieClip "pour1" in Frame 35
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 36
pour1._visible = false;
finish3._visible = false;
Frame 38
_global.Behaviors.Sound.fryins.stop("fry");
stop();
arrow1._visible = false;
finish3._visible = false;
var k = 2;
while (k <= 33) {
eval ("coolh" + k)._visible = false;
k++;
}
finish3._visible = false;
panck1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolh1._visible = false;
this.startDrag();
};
panck1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(panck1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 419.8;
this._y = 379.5;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 122.6;
this._y = 341.2;
}
};
_global.cookg1 = function () {
panck2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolh2._visible = false;
this.startDrag();
};
panck2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(panck2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 372.1;
this._y = 391.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 73.8;
this._y = 356.7;
}
};
};
_global.cookg2 = function () {
panck3.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolh3._visible = false;
this.startDrag();
};
panck3.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(panck3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 458.8;
this._y = 391.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 165.8;
this._y = 356.7;
}
};
};
_global.cookg3 = function () {
panck4.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolh4._visible = false;
this.startDrag();
};
panck4.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(panck4hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 415;
this._y = 412.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 117.8;
this._y = 374.1;
}
};
};
_global.cookg4 = function () {
panck5.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolh5._visible = false;
this.startDrag();
};
panck5.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(panck5hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 368.9;
this._y = 426.7;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 70.5;
this._y = 391.6;
}
};
};
_global.cookg5 = function () {
panck6.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolh6._visible = false;
this.startDrag();
};
panck6.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(panck6hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 460.4;
this._y = 428.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 164.2;
this._y = 393.5;
}
};
};
_global.cookg6 = function () {
panck7.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
coolh7._visible = false;
this.startDrag();
};
panck7.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(panck7hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 410.9;
this._y = 448.8;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 113.6;
this._y = 410.5;
}
};
};
Instance of Symbol 1356 MovieClip "panck1" in Frame 38
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1357 MovieClip "panck2" in Frame 38
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1358 MovieClip "panck3" in Frame 38
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1359 MovieClip "panck4" in Frame 38
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1360 MovieClip "panck5" in Frame 38
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1361 MovieClip "panck6" in Frame 38
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1362 MovieClip "panck7" in Frame 38
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 39
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_congins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.congins = new Sound(this._parent.BS_congins);
} else {
this.createEmptyMovieClip("_congins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.congins = new Sound(this.BS_congins);
}
_global.Behaviors.Sound.congins.attachSound("cong");
_global.Behaviors.Sound.congins.start(0, 1);
} else {
_global.Behaviors.Sound.congins.stop("cong");
}
panck7._visible = false;
Frame 40
stop();
arrow1._visible = false;
var b = 2;
while (b <= 33) {
eval ("infoa" + b)._visible = false;
b++;
}
flour4.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infoa1._visible = false;
this.startDrag();
};
flour4.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(flour4hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 249.9;
this._y = 443.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 350.6;
this._y = 561.8;
}
};
_global.waf1 = function () {
baking4.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infoa2._visible = false;
this.startDrag();
};
baking4.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(baking4hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 333.1;
this._y = 300.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 535.4;
this._y = 438.6;
}
};
};
_global.waf2 = function () {
salt4.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infoa3._visible = false;
this.startDrag();
};
salt4.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(salt4hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 338.2;
this._y = 275.1;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 585.5;
this._y = 369.1;
}
};
};
Instance of Symbol 1399 MovieClip "flour4" in Frame 40
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1403 MovieClip "baking4" in Frame 40
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1413 MovieClip "salt4" in Frame 40
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 41
salt4._visible = false;
Frame 42
stop();
arrow1._visible = false;
var c = 2;
while (c <= 33) {
eval ("infob" + c)._visible = false;
c++;
}
eggg1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infob1._visible = false;
this.startDrag();
};
eggg1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(eggg1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 438.4;
this._y = 355.3;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 516;
this._y = 416.6;
}
};
_global.wbf1 = function () {
eggg2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infob2._visible = false;
this.startDrag();
};
eggg2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(eggg2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 431.6;
this._y = 357.9;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 553.5;
this._y = 419.4;
}
};
};
_global.wbf2 = function () {
eggg3.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infob3._visible = false;
this.startDrag();
};
eggg3.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(eggg3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 422.9;
this._y = 357.5;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 532;
this._y = 433.4;
}
};
};
_global.wbf3 = function () {
milk4.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infob4._visible = false;
this.startDrag();
};
milk4.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(milk4hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 532.9;
this._y = 398.3;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 697.1;
this._y = 465.1;
}
};
};
_global.wbf4 = function () {
sugar4.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infob5._visible = false;
this.startDrag();
};
sugar4.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(sugar4hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 441.1;
this._y = 280.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 569.9;
this._y = 450.4;
}
};
};
_global.wbf5 = function () {
oil4.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infob6._visible = false;
this.startDrag();
};
oil4.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(oil4hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 471.4;
this._y = 224.5;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 668.8;
this._y = 453;
}
};
};
_global.wbf6 = function () {
eggmixer4.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infob7._visible = false;
this.startDrag();
};
eggmixer4.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(eggmixer4hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 552;
this._y = 117.1;
}
};
};
Instance of Symbol 1517 MovieClip "eggmixer4" in Frame 42
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1445 MovieClip "eggg1" in Frame 42
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1460 MovieClip "eggg2" in Frame 42
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1475 MovieClip "eggg3" in Frame 42
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1498 MovieClip "milk4" in Frame 42
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1481 MovieClip "sugar4" in Frame 42
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1509 MovieClip "oil4" in Frame 42
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 44
_global.Behaviors.Sound.mixins.stop("mix");
stop();
arrow1._visible = false;
var d = 2;
while (d <= 33) {
eval ("infoc" + d)._visible = false;
d++;
}
eggmixy.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infoc1._visible = false;
this.startDrag();
};
eggmixy.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(eggmixyhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndPlay(2);
this._x = 304.5;
this._y = 276.6;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 382.3;
this._y = 400.7;
}
};
_global.wcf1 = function () {
mixspoon.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infoc2._visible = false;
this.startDrag();
};
mixspoon.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(mixspoonhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 577.3;
this._y = 27.9;
}
};
};
Instance of Symbol 1572 MovieClip "eggmixy" in Frame 44
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1574 MovieClip "mixspoon" in Frame 44
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 46
_global.Behaviors.Sound.mixins.stop("mix");
Frame 47
stop();
arrow1._visible = false;
arrow2._visible = false;
var e = 2;
while (e <= 33) {
eval ("infod" + e)._visible = false;
e++;
}
pan4.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infod1._visible = false;
this.startDrag();
};
pan4.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(pan4hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 104;
this._y = 288.1;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 518.4;
this._y = 129.9;
}
};
_global.wdf1 = function () {
sspoon.onPress = function () {
arrow2._visible = true;
this.swapDepths(_global.depths++);
infod2._visible = false;
this.startDrag();
};
sspoon.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(sspoonhit)) {
arrow2._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 634.8;
this._y = 229.1;
}
};
};
Instance of Symbol 1630 MovieClip "pan4" in Frame 47
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 1631 MovieClip "sspoon" in Frame 47
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 49
stop();
arrow1._visible = false;
var f = 2;
while (f <= 33) {
eval ("infoe" + f)._visible = false;
f++;
}
turnspoon.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infod1._visible = false;
this.startDrag();
};
turnspoon.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(turnspoonhit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 656.6;
this._y = 29.3;
}
};
Instance of Symbol 1747 MovieClip "turnspoon" in Frame 49
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 51
_global.Behaviors.Sound.fryins.stop("fry");
Frame 52
stop();
arrow1._visible = false;
var g = 2;
while (g <= 33) {
eval ("infof" + g)._visible = false;
g++;
}
finish4._visible = false;
waffles1.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infof1._visible = false;
this.startDrag();
};
waffles1.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(waffles1hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 420.6;
this._y = 405.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 113.1;
this._y = 356.4;
}
};
_global.wff1 = function () {
waffles2.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infof2._visible = false;
this.startDrag();
};
waffles2.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(waffles2hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 375.3;
this._y = 418.8;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 67.8;
this._y = 369.8;
}
};
};
_global.wff2 = function () {
waffles3.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infof3._visible = false;
this.startDrag();
};
waffles3.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(waffles3hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 464.4;
this._y = 417.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 157;
this._y = 368.4;
}
};
};
_global.wff3 = function () {
waffles4.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infof4._visible = false;
this.startDrag();
};
waffles4.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(waffles4hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 418.1;
this._y = 430.2;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 110.7;
this._y = 381.2;
}
};
};
_global.wff4 = function () {
waffles5.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infof5._visible = false;
this.startDrag();
};
waffles5.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(waffles5hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 372.4;
this._y = 445.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 64.9;
this._y = 396.4;
}
};
};
_global.wff5 = function () {
waffles6.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infof6._visible = false;
this.startDrag();
};
waffles6.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(waffles6hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 462.6;
this._y = 442.4;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 155.2;
this._y = 393.4;
}
};
};
_global.wff6 = function () {
waffles7.onPress = function () {
arrow1._visible = true;
this.swapDepths(_global.depths++);
infof7._visible = false;
this.startDrag();
};
waffles7.onRelease = function () {
arrow1._visible = false;
this.swapDepths(_global.depths--);
if (this.hitTest(waffles7hit)) {
arrow1._visible = false;
sond("add");
this.stopDrag();
this.gotoAndStop(2);
this._x = 417.3;
this._y = 458.2;
this.enabled = false;
} else {
this.gotoAndStop(1);
this.stopDrag();
this._x = 109.8;
this._y = 409.2;
}
};
};
_global.Behaviors.Sound.fryins.stop("fry");
Instance of Symbol 82 MovieClip "waffles1" in Frame 52
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 83 MovieClip "waffles2" in Frame 52
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 84 MovieClip "waffles3" in Frame 52
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 85 MovieClip "waffles4" in Frame 52
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 86 MovieClip "waffles6" in Frame 52
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 87 MovieClip "waffles7" in Frame 52
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 88 MovieClip "waffles5" in Frame 52
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Frame 53
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_congins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.congins = new Sound(this._parent.BS_congins);
} else {
this.createEmptyMovieClip("_congins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.congins = new Sound(this.BS_congins);
}
_global.Behaviors.Sound.congins.attachSound("cong");
_global.Behaviors.Sound.congins.start(0, 1);
} else {
_global.Behaviors.Sound.congins.stop("cong");
}
waffles7._visible = false;
Frame 54
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_congins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.congins = new Sound(this._parent.BS_congins);
} else {
this.createEmptyMovieClip("_congins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.congins = new Sound(this.BS_congins);
}
_global.Behaviors.Sound.congins.attachSound("cong");
_global.Behaviors.Sound.congins.start(0, 1);
} else {
_global.Behaviors.Sound.congins.stop("cong");
}
Symbol 26 Button
on (release) {
getURL ("http://www.allfungirlsgames.com/", "_blank");
}
Symbol 33 Button
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
_parent.infof2._visible = true;
wff1();
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
_parent.infof3._visible = true;
wff2();
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
_parent.infof4._visible = true;
wff3();
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 2
_parent.infof5._visible = true;
wff4();
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 2
_parent.infof7._visible = true;
wff6();
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 2
stop();
this._parent.finish4._visible = true;
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
_parent.infof6._visible = true;
wff5();
stop();
Symbol 94 Button
on (release) {
getURL ("http://www.allfungirlsgames.com/", "_blank");
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 100 Button
on (release) {
stopAllSounds();
gotoAndStop (2);
}
Symbol 102 Button
on (release) {
gotoAndStop (1);
}
Symbol 104 MovieClip Frame 1
if (this._parent.maingame._currentframe == 49) {
_global.Behaviors.Sound.introins.stop("introsnd");
} else {
this._parent.introsnd.gotoAndPlay(1);
}
this._parent.maingame.congratsmusic.gotoAndPlay(1);
this._parent.maingame.clapmusic.gotoAndPlay(1);
stop();
Symbol 104 MovieClip Frame 2
stop();
stopAllSounds();
Symbol 109 MovieClip Frame 1
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_introins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.introins = new Sound(this._parent.BS_introins);
} else {
this.createEmptyMovieClip("_introins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.introins = new Sound(this.BS_introins);
}
_global.Behaviors.Sound.introins.attachSound("introsnd");
_global.Behaviors.Sound.introins.start(0, 10000);
} else {
_global.Behaviors.Sound.introins.stop("introsnd");
}
if (((this._parent.maingame._currentframe == 16) || (this._parent.maingame._currentframe == 18)) || (this._parent.maingame._currentframe == 21)) {
_global.Behaviors.Sound.introins.stop("introsnd");
} else {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_introins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.introins = new Sound(this._parent.BS_introins);
} else {
this.createEmptyMovieClip("_introins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.introins = new Sound(this.BS_introins);
}
_global.Behaviors.Sound.introins.attachSound("introsnd");
_global.Behaviors.Sound.introins.start(0, 10000);
}
Symbol 109 MovieClip Frame 4
stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 152 MovieClip Frame 21
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 152 MovieClip Frame 48
stop();
_parent.insa2._visible = true;
fun1();
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 167 MovieClip Frame 22
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 167 MovieClip Frame 48
stop();
_parent.insa3._visible = true;
fun2();
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 182 MovieClip Frame 20
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 182 MovieClip Frame 48
stop();
_parent.insa4._visible = true;
fun3();
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 15
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 197 MovieClip Frame 40
stop();
_parent.insb3._visible = true;
f2();
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 218 MovieClip Frame 53
stop();
_parent.insa5._visible = true;
fun4();
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 2
stop();
_parent.gotoAndStop("game2");
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 34
stop();
_parent.insa6._visible = true;
fun5();
Symbol 244 MovieClip Frame 1
stop();
Symbol 244 MovieClip Frame 36
stop();
_parent.insa7._visible = true;
fun6();
Symbol 306 MovieClip Frame 6
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 306 MovieClip Frame 95
stop();
_parent.gotoAndStop("game3");
stop();
Symbol 308 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 308 MovieClip Frame 95
stop();
_parent.gotoAndStop("game3");
Symbol 313 Button
on (release) {
gotoAndStop ("game4");
}
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 342 MovieClip Frame 28
gotoAndPlay (1);
Symbol 345 Button
on (release) {
gotoAndStop ("game5");
eggmix._visible = false;
insb4._visible = false;
}
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 346 MovieClip Frame 1
stop();
Symbol 346 MovieClip Frame 2
stop();
this._parent.gotoAndStop("game7");
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_flourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this._parent.BS_flourins);
} else {
this.createEmptyMovieClip("_flourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this.BS_flourins);
}
_global.Behaviors.Sound.flourins.attachSound("flour");
_global.Behaviors.Sound.flourins.start(0, 1);
} else {
_global.Behaviors.Sound.flourins.stop("flour");
}
Symbol 376 MovieClip Frame 9
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 376 MovieClip Frame 89
stop();
_parent.insb4._visible = true;
_parent.offbtn.enabled = true;
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 2
stop();
_parent.insb2._visible = true;
f1();
Symbol 404 MovieClip Frame 42
stop();
this._parent.gotoAndStop("game6");
Symbol 487 MovieClip Frame 1
stop();
Symbol 487 MovieClip Frame 45
stop();
this._parent.gotoAndStop("game10");
Symbol 490 MovieClip Frame 1
stop();
this._parent.gotoAndStop("game7");
Symbol 491 MovieClip Frame 1
stop();
Symbol 491 MovieClip Frame 19
stop();
_parent.gotoAndStop("game8");
Symbol 497 Button
on (release) {
gotoAndStop ("firstfood");
veg._visible = false;
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Instance of Symbol 487 MovieClip in Symbol 501 MovieClip Frame 1
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 500 MovieClip "omlette" in Symbol 501 MovieClip Frame 1
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 502 MovieClip Frame 30
stop();
_parent.gotoAndStop("game9");
Instance of Symbol 500 MovieClip "omlette" in Symbol 527 MovieClip Frame 1
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 526 MovieClip in Symbol 527 MovieClip Frame 1
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 527 MovieClip Frame 25
stop();
this._parent.finish1._visible = true;
Symbol 570 Button
on (release) {
gotoAndStop ("bread");
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 617 MovieClip Frame 1
stop();
Symbol 617 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 617 MovieClip Frame 20
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 617 MovieClip Frame 48
stop();
_parent.desca2._visible = true;
cm1();
Symbol 632 MovieClip Frame 1
stop();
Symbol 632 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 632 MovieClip Frame 20
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 632 MovieClip Frame 48
stop();
_parent.desca3._visible = true;
cm2();
Symbol 647 MovieClip Frame 1
stop();
Symbol 647 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 647 MovieClip Frame 20
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 647 MovieClip Frame 48
stop();
_parent.desca4._visible = true;
cm3();
Symbol 650 MovieClip Frame 1
stop();
Symbol 650 MovieClip Frame 2
stop();
_parent.gotoAndStop("item2");
Symbol 656 MovieClip Frame 1
stop();
Symbol 656 MovieClip Frame 34
stop();
_parent.desca5._visible = true;
cm4();
Symbol 661 MovieClip Frame 1
stop();
Symbol 661 MovieClip Frame 36
stop();
_parent.desca6._visible = true;
cm5();
Symbol 730 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 730 MovieClip Frame 109
stop();
_parent.gotoAndStop("item3");
Symbol 733 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 733 MovieClip Frame 107
stop();
_parent.gotoAndStop("item3");
Symbol 740 Button
on (release) {
gotoAndStop ("item4");
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 755 MovieClip Frame 1
stop();
Symbol 755 MovieClip Frame 19
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 755 MovieClip Frame 40
stop();
_parent.descb3._visible = true;
cn2();
Symbol 759 MovieClip Frame 28
gotoAndPlay (1);
Symbol 768 MovieClip Frame 1
stop();
Symbol 768 MovieClip Frame 48
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 768 MovieClip Frame 78
stop();
_parent.descb5._visible = true;
cn4();
Symbol 769 MovieClip Frame 1
stop();
Symbol 769 MovieClip Frame 51
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 769 MovieClip Frame 78
stop();
_parent.descb6._visible = true;
cn5();
Symbol 770 MovieClip Frame 1
stop();
Symbol 770 MovieClip Frame 44
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 770 MovieClip Frame 75
stop();
_parent.descb4._visible = true;
cn3();
Symbol 771 MovieClip Frame 1
stop();
Symbol 771 MovieClip Frame 2
stop();
_parent.gotoAndStop("item5");
Symbol 774 MovieClip Frame 1
stop();
Symbol 774 MovieClip Frame 2
stop();
_parent.descb2._visible = true;
cn1();
Symbol 784 MovieClip Frame 1
stop();
_parent.descb2._visible = true;
cn1();
Symbol 785 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 785 MovieClip Frame 25
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 785 MovieClip Frame 49
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 785 MovieClip Frame 73
stop();
_parent.gotoAndStop("item6");
_parent.offstove._visible = true;
_parent.offbtn.enabled = true;
Symbol 788 MovieClip Frame 36
stop();
Symbol 791 Button
on (release) {
gotoAndStop ("item6");
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 794 Button
on (release) {
gotoAndStop ("secondfood");
strw3._visible = false;
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 795 MovieClip Frame 1
stop();
Symbol 795 MovieClip Frame 2
stop();
_parent.descc2._visible = true;
co1();
Symbol 796 MovieClip Frame 1
stop();
Symbol 796 MovieClip Frame 2
stop();
_parent.descc3._visible = true;
co2();
Symbol 797 MovieClip Frame 1
stop();
Symbol 797 MovieClip Frame 2
stop();
_parent.descc4._visible = true;
co3();
Symbol 800 MovieClip Frame 1
stop();
Symbol 800 MovieClip Frame 2
stop();
_parent.descc5._visible = true;
co4();
Symbol 803 MovieClip Frame 1
stop();
Symbol 803 MovieClip Frame 2
stop();
_parent.descc6._visible = true;
co5();
Symbol 806 MovieClip Frame 1
stop();
Symbol 806 MovieClip Frame 2
stop();
this._parent.finish2._visible = true;
Symbol 814 Button
on (release) {
gotoAndStop ("pancake");
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 849 MovieClip Frame 1
stop();
Symbol 849 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_flourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this._parent.BS_flourins);
} else {
this.createEmptyMovieClip("_flourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this.BS_flourins);
}
_global.Behaviors.Sound.flourins.attachSound("flour");
_global.Behaviors.Sound.flourins.start(0, 1);
} else {
_global.Behaviors.Sound.flourins.stop("flour");
}
Symbol 849 MovieClip Frame 44
stop();
_parent.cool2._visible = true;
cook1();
Symbol 860 MovieClip Frame 1
stop();
Symbol 860 MovieClip Frame 44
stop();
_parent.cool5._visible = true;
cook4();
Symbol 873 MovieClip Frame 1
stop();
Symbol 873 MovieClip Frame 5
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_flourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this._parent.BS_flourins);
} else {
this.createEmptyMovieClip("_flourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this.BS_flourins);
}
_global.Behaviors.Sound.flourins.attachSound("flour");
_global.Behaviors.Sound.flourins.start(0, 1);
} else {
_global.Behaviors.Sound.flourins.stop("flour");
}
Symbol 873 MovieClip Frame 50
stop();
_parent.cool3._visible = true;
cook2();
Symbol 883 MovieClip Frame 1
stop();
Symbol 883 MovieClip Frame 5
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_flourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this._parent.BS_flourins);
} else {
this.createEmptyMovieClip("_flourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this.BS_flourins);
}
_global.Behaviors.Sound.flourins.attachSound("flour");
_global.Behaviors.Sound.flourins.start(0, 1);
} else {
_global.Behaviors.Sound.flourins.stop("flour");
}
Symbol 883 MovieClip Frame 50
stop();
_parent.cool4._visible = true;
cook3();
Symbol 886 MovieClip Frame 1
stop();
Symbol 886 MovieClip Frame 2
stop();
this._parent.gotoAndStop("cook2");
Symbol 919 MovieClip Frame 1
stop();
Symbol 919 MovieClip Frame 6
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 919 MovieClip Frame 50
stop();
_parent.coola2._visible = true;
cooka1();
Symbol 921 MovieClip Frame 40
stop();
Symbol 941 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 941 MovieClip Frame 149
stop();
this._parent.gotoAndStop("cook3");
Symbol 947 MovieClip Frame 1
stop();
Symbol 947 MovieClip Frame 2
stop();
this._parent.gotoAndStop("cook4");
Symbol 963 MovieClip Frame 1
stop();
Symbol 963 MovieClip Frame 6
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 963 MovieClip Frame 50
stop();
_parent.coola4._visible = true;
cooka3();
Symbol 978 MovieClip Frame 1
stop();
Symbol 978 MovieClip Frame 4
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 978 MovieClip Frame 50
stop();
_parent.coola3._visible = true;
cooka2();
Symbol 997 MovieClip Frame 1
stop();
Symbol 997 MovieClip Frame 58
stop();
_parent.coola5._visible = true;
cooka4();
Symbol 1043 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 1043 MovieClip Frame 130
stop();
this._parent.gotoAndStop("cook5");
Symbol 1061 MovieClip Frame 1
stop();
Symbol 1061 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_flourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this._parent.BS_flourins);
} else {
this.createEmptyMovieClip("_flourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this.BS_flourins);
}
_global.Behaviors.Sound.flourins.attachSound("flour");
_global.Behaviors.Sound.flourins.start(0, 1);
} else {
_global.Behaviors.Sound.flourins.stop("flour");
}
Symbol 1061 MovieClip Frame 44
stop();
this._parent.gotoAndStop("cook6");
Symbol 1073 MovieClip Frame 1
stop();
Symbol 1073 MovieClip Frame 2
stop();
this._parent.gotoAndStop("cook7");
Symbol 1081 MovieClip Frame 27
stop();
Symbol 1083 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 1083 MovieClip Frame 81
stop();
this._parent.gotoAndStop("cook8");
Symbol 1100 MovieClip Frame 1
stop();
Symbol 1100 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_flourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this._parent.BS_flourins);
} else {
this.createEmptyMovieClip("_flourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this.BS_flourins);
}
_global.Behaviors.Sound.flourins.attachSound("flour");
_global.Behaviors.Sound.flourins.start(0, 1);
} else {
_global.Behaviors.Sound.flourins.stop("flour");
}
Symbol 1100 MovieClip Frame 30
stop();
_parent.coold2._visible = true;
cookd1();
Symbol 1104 MovieClip Frame 29
stop();
Symbol 1109 MovieClip Frame 1
stop();
Symbol 1109 MovieClip Frame 2
stop();
this._parent.gotoAndStop("cook9");
Symbol 1126 MovieClip Frame 73
stop();
Symbol 1129 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 1129 MovieClip Frame 135
stop();
this._parent.gotoAndStop("cook10");
Symbol 1131 Button
on (release) {
gotoAndStop ("cook11");
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 1135 MovieClip Frame 1
stop();
Symbol 1140 Button
on (release) {
gotoAndStop ("game4");
}
Symbol 1144 MovieClip Frame 28
gotoAndPlay (1);
Symbol 1148 MovieClip Frame 1
stop();
Symbol 1148 MovieClip Frame 2
stop();
this._parent.gotoAndStop("cook12");
Symbol 1216 MovieClip Frame 1
stop();
Symbol 1216 MovieClip Frame 353
stop();
_parent.coolg2._visible = true;
cookg1();
Symbol 1338 MovieClip Frame 1
stop();
Symbol 1338 MovieClip Frame 16
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1338 MovieClip Frame 28
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1338 MovieClip Frame 75
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1338 MovieClip Frame 92
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1338 MovieClip Frame 146
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1338 MovieClip Frame 162
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1338 MovieClip Frame 205
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1338 MovieClip Frame 218
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1338 MovieClip Frame 266
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1338 MovieClip Frame 282
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1338 MovieClip Frame 328
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1338 MovieClip Frame 343
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1338 MovieClip Frame 391
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1338 MovieClip Frame 404
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1338 MovieClip Frame 439
this._parent.gotoAndStop("cook13");
stop();
Symbol 1345 MovieClip Frame 41
stop();
Symbol 1348 MovieClip Frame 4
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1348 MovieClip Frame 94
this._parent.gotoAndStop("cook14");
Symbol 1352 Button
on (release) {
gotoAndStop ("cook15");
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 1356 MovieClip Frame 1
stop();
Symbol 1356 MovieClip Frame 2
_parent.coolh2._visible = true;
cookg1();
stop();
Symbol 1357 MovieClip Frame 1
stop();
Symbol 1357 MovieClip Frame 2
_parent.coolh3._visible = true;
cookg2();
stop();
Symbol 1358 MovieClip Frame 1
stop();
Symbol 1358 MovieClip Frame 2
_parent.coolh4._visible = true;
cookg3();
stop();
Symbol 1359 MovieClip Frame 1
stop();
Symbol 1359 MovieClip Frame 2
_parent.coolh5._visible = true;
cookg4();
stop();
Symbol 1360 MovieClip Frame 1
stop();
Symbol 1360 MovieClip Frame 2
_parent.coolh6._visible = true;
cookg5();
stop();
Symbol 1361 MovieClip Frame 1
stop();
Symbol 1361 MovieClip Frame 2
_parent.coolh7._visible = true;
cookg6();
stop();
Symbol 1362 MovieClip Frame 1
stop();
Symbol 1362 MovieClip Frame 2
_parent.finish3._visible = true;
stop();
Symbol 1363 Button
on (release) {
gotoAndStop ("cook16");
panck7._visible = false;
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 1369 Button
on (release) {
gotoAndStop ("waffles");
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 1399 MovieClip Frame 1
stop();
Symbol 1399 MovieClip Frame 5
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_flourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this._parent.BS_flourins);
} else {
this.createEmptyMovieClip("_flourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this.BS_flourins);
}
_global.Behaviors.Sound.flourins.attachSound("flour");
_global.Behaviors.Sound.flourins.start(0, 1);
} else {
_global.Behaviors.Sound.flourins.stop("flour");
}
Symbol 1399 MovieClip Frame 44
stop();
_parent.infoa2._visible = true;
waf1();
Symbol 1403 MovieClip Frame 1
stop();
Symbol 1403 MovieClip Frame 5
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_flourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this._parent.BS_flourins);
} else {
this.createEmptyMovieClip("_flourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this.BS_flourins);
}
_global.Behaviors.Sound.flourins.attachSound("flour");
_global.Behaviors.Sound.flourins.start(0, 1);
} else {
_global.Behaviors.Sound.flourins.stop("flour");
}
Symbol 1403 MovieClip Frame 50
stop();
_parent.infoa3._visible = true;
waf2();
Symbol 1413 MovieClip Frame 1
stop();
Symbol 1413 MovieClip Frame 44
stop();
_parent.gotoAndStop("waff2");
Symbol 1445 MovieClip Frame 1
stop();
Symbol 1445 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 1445 MovieClip Frame 48
stop();
_parent.infob2._visible = true;
wbf1();
Symbol 1460 MovieClip Frame 1
stop();
Symbol 1460 MovieClip Frame 7
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 1460 MovieClip Frame 48
stop();
_parent.infob3._visible = true;
wbf2();
Symbol 1475 MovieClip Frame 1
stop();
Symbol 1475 MovieClip Frame 6
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 1475 MovieClip Frame 48
stop();
_parent.infob4._visible = true;
wbf3();
Symbol 1481 MovieClip Frame 1
stop();
Symbol 1481 MovieClip Frame 9
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 1481 MovieClip Frame 50
_parent.infob6._visible = true;
wbf5();
stop();
Symbol 1498 MovieClip Frame 1
stop();
Symbol 1498 MovieClip Frame 4
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_waterins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this._parent.BS_waterins);
} else {
this.createEmptyMovieClip("_waterins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.waterins = new Sound(this.BS_waterins);
}
_global.Behaviors.Sound.waterins.attachSound("water");
_global.Behaviors.Sound.waterins.start(0, 1);
} else {
_global.Behaviors.Sound.waterins.stop("water");
}
Symbol 1498 MovieClip Frame 48
_parent.infob5._visible = true;
wbf4();
stop();
Symbol 1509 MovieClip Frame 1
stop();
Symbol 1509 MovieClip Frame 65
_parent.infob7._visible = true;
wbf6();
stop();
Symbol 1512 MovieClip Frame 31
this._parent.gotoAndStop("waff3");
Symbol 1517 MovieClip Frame 1
stop();
Symbol 1517 MovieClip Frame 2
stop();
_parent.gotoAndStop("waff4");
Symbol 1554 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 1554 MovieClip Frame 65
stop();
_parent.gotoAndStop("waff5");
Symbol 1557 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 1557 MovieClip Frame 65
stop();
_parent.gotoAndStop("waff5");
Symbol 1572 MovieClip Frame 1
stop();
Symbol 1572 MovieClip Frame 3
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_flourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this._parent.BS_flourins);
} else {
this.createEmptyMovieClip("_flourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.flourins = new Sound(this.BS_flourins);
}
_global.Behaviors.Sound.flourins.attachSound("flour");
_global.Behaviors.Sound.flourins.start(0, 1);
} else {
_global.Behaviors.Sound.flourins.stop("flour");
}
Symbol 1572 MovieClip Frame 49
_parent.infoc2._visible = true;
wcf1();
stop();
Symbol 1574 MovieClip Frame 1
stop();
Symbol 1574 MovieClip Frame 2
stop();
_parent.gotoAndStop("waff6");
Symbol 1611 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_mixins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this._parent.BS_mixins);
} else {
this.createEmptyMovieClip("_mixins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.mixins = new Sound(this.BS_mixins);
}
_global.Behaviors.Sound.mixins.attachSound("mix");
_global.Behaviors.Sound.mixins.start(0, 2);
} else {
_global.Behaviors.Sound.mixins.stop("mix");
}
Symbol 1611 MovieClip Frame 86
stop();
_parent.gotoAndStop("waff7");
Symbol 1613 MovieClip Frame 15
stop();
Symbol 1619 Button
on (release) {
gotoAndStop ("waff8");
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 1628 MovieClip Frame 28
gotoAndPlay (1);
Symbol 1630 MovieClip Frame 1
stop();
Symbol 1630 MovieClip Frame 2
_parent.infod2._visible = true;
wdf1();
stop();
Symbol 1631 MovieClip Frame 1
stop();
Symbol 1631 MovieClip Frame 2
stop();
this._parent.gotoAndStop("waff9");
Symbol 1733 MovieClip Frame 39
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1733 MovieClip Frame 50
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1733 MovieClip Frame 126
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1733 MovieClip Frame 139
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1733 MovieClip Frame 208
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1733 MovieClip Frame 225
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1733 MovieClip Frame 293
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1733 MovieClip Frame 309
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1733 MovieClip Frame 376
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1733 MovieClip Frame 391
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1733 MovieClip Frame 467
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1733 MovieClip Frame 482
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1733 MovieClip Frame 550
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_smallflourins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this._parent.BS_smallflourins);
} else {
this.createEmptyMovieClip("_smallflourins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.smallflourins = new Sound(this.BS_smallflourins);
}
_global.Behaviors.Sound.smallflourins.attachSound("smallflour");
_global.Behaviors.Sound.smallflourins.start(0, 1);
} else {
_global.Behaviors.Sound.smallflourins.stop("smallflour");
}
Symbol 1733 MovieClip Frame 562
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1733 MovieClip Frame 595
stop();
this._parent.gotoAndStop("waff10");
Symbol 1745 MovieClip Frame 1
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1747 MovieClip Frame 1
stop();
Symbol 1747 MovieClip Frame 2
stop();
this._parent.gotoAndStop("waff11");
Symbol 1758 MovieClip Frame 10
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1758 MovieClip Frame 36
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1758 MovieClip Frame 50
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1758 MovieClip Frame 73
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1758 MovieClip Frame 90
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1758 MovieClip Frame 109
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1758 MovieClip Frame 127
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_fryins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this._parent.BS_fryins);
} else {
this.createEmptyMovieClip("_fryins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.fryins = new Sound(this.BS_fryins);
}
_global.Behaviors.Sound.fryins.attachSound("fry");
_global.Behaviors.Sound.fryins.start(0, 1);
} else {
_global.Behaviors.Sound.fryins.stop("fry");
}
Symbol 1758 MovieClip Frame 151
stop();
this._parent.gotoAndStop("waff12");
Symbol 1760 MovieClip Frame 39
stop();
Symbol 1767 Button
on (release) {
gotoAndStop ("waff13");
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 1772 Button
on (release) {
gotoAndStop ("waff14");
waffles7._visible = false;
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 1779 Button
on (release) {
gotoAndStop ("cong");
waffles7._visible = false;
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}
Symbol 1808 Button
on (release) {
gotoAndPlay (4);
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rolloverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this._parent.BS_rolloverins);
} else {
this.createEmptyMovieClip("_rolloverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rolloverins = new Sound(this.BS_rolloverins);
}
_global.Behaviors.Sound.rolloverins.attachSound("rollover");
_global.Behaviors.Sound.rolloverins.start(0, 1);
} else {
_global.Behaviors.Sound.rolloverins.stop("rollover");
}
}