Combined Code
frame 1 {
function mySiteLink() {
getURL('http://www.girlgamesclub.com', '_blank');
}
function mySiteLink2() {
getURL('http://www.wangweigong.com', '_blank');
}
stop();
_global.soundFx = 1;
_global.music = 1;
_root.shopClose = 1;
_root.shopSelect = 0;
_root.badgesSelect = 0;
_root.levelScreenIn = 0;
_root.goodjobScreenIn = 0;
_root.deleteScreenIn = 0;
_root.popupCredits = 0;
var rightClick = new ContextMenu();
rightClick.hideBuiltInItems();
_root.menu = rightClick;
var mySiteLink = new ContextMenuItem('Sponsor: Girlgamesclub.com', mySiteLink);
rightClick.customItems.push(mySiteLink);
var mySiteLink2 = new ContextMenuItem('Credits: Wangweigong.com', mySiteLink2);
rightClick.customItems.push(mySiteLink2);
fscommand('fullscreen', 'true');
fscommand('allowscale', 'true');
fscommand('showmenu', 'false');
}
frame 1 {
if (_url.substring(0, 4) != 'file') {
x = new LoadVars();
x.id = 'dinerchef3';
x.ui = _url;
x.sendAndLoad('http://track.g-bot.net/track.php', x, 'POST');
}
}
button 10 {
on (release) {
getURL('http://www.girlgamesclub.com', '_blank');
}
}
movieClip 19 {
}
movieClip 21 {
}
movieClip 23 {
}
movieClip 26 {
}
movieClip 29 {
}
movieClip 31 {
}
movieClip 33 {
}
movieClip 35 {
}
movieClip 40 {
}
movieClip 42 {
}
movieClip 48 {
}
movieClip 50 {
}
movieClip 55 {
}
movieClip 56 {
}
movieClip 57 {
}
movieClip 58 {
}
// unknown tag 88 length 59
movieClip 67 {
}
movieClip 68 {
frame 1 {
stepp = 0;
step2 = 0;
}
instance loaderbar of movieClip 67 {
onClipEvent (enterFrame) {
_parent.loaderbar.gotoAndStop(_parent.stepp);
if (_parent.step2 < 30 && _parent.stepp > 90) {
if (_parent.step2 % 10 == 0) {
_parent.stepp += 1 + random(2);
}
++_parent.step2;
return undefined;
}
if (_root.getBytesLoaded() / _root.getBytesTotal() > _parent.stepp / 100) {
if (random(2) > 0 || _parent.stepp < 10) {
_parent.stepp += 2 + random(2);
} else {
if (random(2) == 0) {
++_parent.stepp;
}
}
}
if (_parent.stepp >= 100) {
_root.play();
}
}
}
}
frame 2 {
stop();
_global.pausePlay = 1;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.score = _root.gameData.data.scoreGame;
_root.date = _root.gameData.data.levelGame;
_root.favorite = _root.gameData.data.favoriteGame;
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
_root.juicerLevel = _root.gameData.data.juicerLevelGame;
_root.breadtoasterLevel = _root.gameData.data.breadtoasterLevelGame;
_root.dishwasherLevel = _root.gameData.data.dishwasherLevelGame;
_root.addStove = _root.gameData.data.addStoveGame;
_root.counterType1 = _root.gameData.data.counterType1Game;
_root.counterType2 = _root.gameData.data.counterType2Game;
_root.counterType3 = _root.gameData.data.counterType3Game;
_root.coinsReward = _root.gameData.data.coinsRewardGame;
_root.starReward = _root.gameData.data.starRewardGame;
_root.managerReward = _root.gameData.data.managerRewardGame;
_root.superchefReward = _root.gameData.data.superchefRewardGame;
_root.stainlesspanReward = _root.gameData.data.stainlesspanRewardGame;
_root.goldhatReward = _root.gameData.data.goldhatRewardGame;
if (music == 1) {
_root.titleMusic.gotoAndStop(2);
}
}
movieClip 71 {
}
movieClip 72 {
}
movieClip 73 {
}
movieClip 75 {
}
movieClip 76 {
}
movieClip 78 {
}
movieClip 79 {
}
movieClip 81 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 3 {
gotoAndStop(1);
}
}
movieClip 83 {
frame 1 {
stop();
var menuMusicSound = new Sound();
menuMusicSound.attachSound('Title.wav');
menuMusicSound.stop();
}
frame 2 {
stop();
var menuMusicSound = new Sound();
menuMusicSound.attachSound('Title.wav');
menuMusicSound.start(0, 99999);
}
}
button 86 {
on (press) {
getURL('http://www.facebook.com/pages/Girl-Games-Club/115332691830237', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 90 {
on (press) {
getURL('http://www.girlgamesclub.com/exclusive_games.html', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
movieClip 93 {
}
button 95 {
on (press) {
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('credits');
}
}
movieClip 97 {
}
button 98 {
on (press) {
getURL('http://www.girlgamesclub.com', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
movieClip 100 {
}
button 101 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
if (_root.gameData.data.levelGame == undefined || _root.gameData.data.levelGame == 1) {
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.scoreGame = 0;
_root.score = 0;
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.levelGame = 1;
_root.date = 1;
_root.level1Complete = 0;
_root.level2Complete = 0;
_root.level3Complete = 0;
_root.level4Complete = 0;
_root.level5Complete = 0;
_root.level6Complete = 0;
_root.level7Complete = 0;
_root.level8Complete = 0;
_root.level9Complete = 0;
_root.level10Complete = 0;
_root.level11Complete = 0;
_root.level12Complete = 0;
_root.gameData.data.favoriteGame = _root.favorite;
_root.gameData.data.favoriteGame = 0;
_root.favorite = 0;
_root.gameData.data.stoveLevelGame = _root.stoveLevel;
_root.gameData.data.stoveLevelGame = 1;
_root.stoveLevel = 1;
_root.gameData.data.juicerLevelGame = _root.juicerLevel;
_root.gameData.data.juicerLevelGame = 1;
_root.juicerLevel = 1;
_root.gameData.data.breadtoasterLevelGame = _root.breadtoasterLevel;
_root.gameData.data.breadtoasterLevelGame = 1;
_root.breadtoasterLevel = 1;
_root.gameData.data.dishwasherLevelGame = _root.dishwasherLevel;
_root.gameData.data.dishwasherLevelGame = 1;
_root.dishwasherLevel = 1;
_root.gameData.data.addstoveGame = _root.addstove;
_root.gameData.data.addstoveGame = 0;
_root.addstove = 0;
_root.gameData.data.counterType1Game = _root.counterType1;
_root.gameData.data.counterType1Game = 1;
_root.counterType1 = 1;
_root.gameData.data.counterType2Game = _root.counterType2;
_root.gameData.data.counterType2Game = 0;
_root.counterType2 = 0;
_root.gameData.data.counterType3Game = _root.counterType3;
_root.gameData.data.counterType3Game = 0;
_root.counterType3 = 0;
_root.gameData.data.coinsRewardGame = _root.coinsReward;
_root.gameData.data.coinsRewardGame = 0;
_root.coinsReward = 0;
_root.gameData.data.starRewardGame = _root.starReward;
_root.gameData.data.starRewardGame = 0;
_root.starReward = 0;
_root.gameData.data.managerRewardGame = _root.managerReward;
_root.gameData.data.managerRewardGame = 0;
_root.managerReward = 0;
_root.gameData.data.superchefRewardGame = _root.superchefReward;
_root.gameData.data.superchefRewardGame = 0;
_root.superchefReward = 0;
_root.gameData.data.stainlesspanRewardGame = _root.stainlesspanReward;
_root.gameData.data.stainlesspanRewardGame = 0;
_root.stainlesspanReward = 0;
_root.gameData.data.goldhatRewardGame = _root.goldhatReward;
_root.gameData.data.goldhatRewardGame = 0;
_root.goldhatReward = 0;
_root.gameData.flush();
_root.levelScreenIn = 1;
gotoAndStop('tutorial');
} else {
if (_root.gameData.data.levelGame > 1 || _root.date > 1) {
gotoAndStop('savedGame');
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
movieClip 103 {
}
button 104 {
on (press) {
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('highScores');
}
}
movieClip 106 {
}
movieClip 108 {
}
movieClip 110 {
}
movieClip 114 {
}
movieClip 116 {
}
button 118 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.scoreGame = _root.score;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.dayScreen.gotoAndStop(1);
_parent.gotoAndStop('menu');
}
}
// unknown tag 88 length 53
// unknown tag 88 length 134
button 125 {
on (release) {
_root.getURL('http://www.girlgamesclub.com/', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
movieClip 127 {
}
button 129 {
on (press) {
_global.pausePlay = 0;
_root.shopClose = 0;
_root.pauseOption._x = 90.95;
_root.pauseOption._y = 25.15;
_root.pauseOption.gotoAndStop(1);
_root.goalText._x = 393.25;
_root.goalText._y = 35.15;
_root.moneyText._x = 606.3;
_root.moneyText._y = 19.85;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = 35.75;
_root.handfull = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.cashRegister.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.dayScreen.gotoAndStop(1);
}
}
movieClip 131 {
}
movieClip 132 {
frame 8 {
stop();
}
}
button 133 {
on (press) {
if (_root.governorNote == 0) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.scoreGame = _root.score;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.dayScreen.gotoAndStop(1);
_parent.gotoAndStop('menu');
}
}
}
button 135 {
on (press) {
if (_root.governorNote == 0) {
getURL('http://www.girlgamesclub.com', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 139 {
on (press) {
if (_root.governorNote == 0) {
_global.pausePlay = 0;
_root.shopClose = 0;
_root.pauseOption._x = 90.95;
_root.pauseOption._y = 25.15;
_root.pauseOption.gotoAndStop(1);
_root.goalText._x = 393.25;
_root.goalText._y = 35.15;
_root.moneyText._x = 606.3;
_root.moneyText._y = 19.85;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = 35.75;
_root.handfull = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.cashRegister.gotoAndStop(1);
_root.governorHappy = 0;
_root.governorMad = 0;
_root.governorOrderFail = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.dayScreen.gotoAndStop(1);
}
}
}
button 142 {
on (press) {
_root.governorNote = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.dayScreen.governor.gotoAndStop(1);
}
}
movieClip 144 {
}
movieClip 147 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 150 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 1;
_root.dayScreen.goal = 20;
}
frame 3 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 2;
_root.dayScreen.goal = 30;
}
frame 4 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 3;
_root.dayScreen.goal = 40;
}
frame 5 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 4;
_root.dayScreen.goal = 60;
}
frame 6 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 5;
_root.dayScreen.goal = 80;
_root.dayScreen.governor.gotoAndStop(2);
_root.governorNote = 1;
}
frame 7 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 6;
_root.dayScreen.goal = 100;
}
frame 8 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 7;
_root.dayScreen.goal = 120;
}
frame 9 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 8;
_root.dayScreen.goal = 140;
}
frame 10 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 9;
_root.dayScreen.goal = 170;
}
frame 11 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 10;
_root.dayScreen.goal = 200;
}
frame 12 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 11;
_root.dayScreen.goal = 230;
}
frame 13 {
stop();
_root.pauseOption._x = 90.95;
_root.pauseOption._y = -41.95;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.dayScreen.day = 12;
_root.dayScreen.goal = 260;
}
}
movieClip 154 {
}
movieClip 156 {
}
button 160 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(2);
}
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel1');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 163 {
}
movieClip 164 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 168 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(3);
}
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel2');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 170 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 175 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(5);
}
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel4');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 177 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 181 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(4);
}
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel3');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 183 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 185 {
}
button 186 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.score = _root.gameData.data.scoreGame;
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
_root.juicerLevel = _root.gameData.data.juicerLevelGame;
_root.breadtoasterLevel = _root.gameData.data.breadtoasterLevelGame;
_root.dishwasherLevel = _root.gameData.data.dishwasherLevelGame;
_root.addStove = _root.gameData.data.addStoveGame;
_root.counterType1 = _root.gameData.data.counterType1Game;
_root.counterType2 = _root.gameData.data.counterType2Game;
_root.counterType3 = _root.gameData.data.counterType3Game;
_root.shopSelect = 1;
_root.shopScreen.gotoAndStop(2);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
movieClip 188 {
}
button 189 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.coinsReward = _root.gameData.data.coinsRewardGame;
_root.starReward = _root.gameData.data.starRewardGame;
_root.managerReward = _root.gameData.data.managerRewardGame;
_root.superchefReward = _root.gameData.data.superchefRewardGame;
_root.stainlesspanReward = _root.gameData.data.stainlesspanRewardGame;
_root.goldhatReward = _root.gameData.data.goldhatRewardGame;
_root.badgesSelect = 1;
_root.badgesScreen.gotoAndStop(2);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
button 193 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(6);
}
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel5');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 195 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 199 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(7);
}
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel6');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 201 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 205 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(8);
}
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel7');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 207 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 211 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(9);
}
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel8');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 213 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 217 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(10);
}
if (music == 1) {
_root.inGame3Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel9');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 219 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 223 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(11);
}
if (music == 1) {
_root.inGame3Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel10');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 225 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 229 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(12);
}
if (music == 1) {
_root.inGame3Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel11');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 232 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 236 {
on (press) {
_root.levelScreenIn = 0;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.goalReached.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
tellTarget ('_root') {
_root.dayScreen.gotoAndStop(13);
}
if (music == 1) {
_root.inGame3Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel12');
}
_root.levelScreen.gotoAndStop(1);
}
}
movieClip 238 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 239 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.date = _root.gameData.data.levelGame;
_root.levelScreenIn = 1;
_root.goalText._x = 393.25;
_root.goalText._y = 33.05;
_root.moneyText._x = 606.3;
_root.moneyText._y = 19.85;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = 35.75;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
if (music == 1) {
_root.etcMusic.gotoAndStop(2);
}
_root.titleMusic.gotoAndStop(1);
_root.loseMusic.gotoAndStop(1);
}
instance of movieClip 164 {
onClipEvent (enterFrame) {
if (_root.date == 1) {
this.gotoAndStop(1);
}
if (_root.date >= 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 170 {
onClipEvent (enterFrame) {
if (_root.date == 2) {
this.gotoAndStop(2);
} else {
if (_root.date >= 3) {
this.gotoAndStop(3);
} else {
if (_root.date < 2) {
this.gotoAndStop(1);
}
}
}
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.date == 4) {
this.gotoAndStop(2);
} else {
if (_root.date >= 5) {
this.gotoAndStop(3);
} else {
if (_root.date < 4) {
this.gotoAndStop(1);
}
}
}
}
}
instance of movieClip 183 {
onClipEvent (enterFrame) {
if (_root.date == 3) {
this.gotoAndStop(2);
} else {
if (_root.date >= 4) {
this.gotoAndStop(3);
} else {
if (_root.date < 3) {
this.gotoAndStop(1);
}
}
}
}
}
instance of movieClip 195 {
onClipEvent (enterFrame) {
if (_root.date == 5) {
this.gotoAndStop(2);
} else {
if (_root.date >= 6) {
this.gotoAndStop(3);
} else {
if (_root.date < 5) {
this.gotoAndStop(1);
}
}
}
}
}
instance of movieClip 201 {
onClipEvent (enterFrame) {
if (_root.date == 6) {
this.gotoAndStop(2);
} else {
if (_root.date >= 7) {
this.gotoAndStop(3);
} else {
if (_root.date < 6) {
this.gotoAndStop(1);
}
}
}
}
}
instance of movieClip 207 {
onClipEvent (enterFrame) {
if (_root.date == 7) {
this.gotoAndStop(2);
} else {
if (_root.date >= 8) {
this.gotoAndStop(3);
} else {
if (_root.date < 7) {
this.gotoAndStop(1);
}
}
}
}
}
instance of movieClip 213 {
onClipEvent (enterFrame) {
if (_root.date == 8) {
this.gotoAndStop(2);
} else {
if (_root.date >= 9) {
this.gotoAndStop(3);
} else {
if (_root.date < 8) {
this.gotoAndStop(1);
}
}
}
}
}
instance of movieClip 219 {
onClipEvent (enterFrame) {
if (_root.date == 9) {
this.gotoAndStop(2);
} else {
if (_root.date >= 10) {
this.gotoAndStop(3);
} else {
if (_root.date < 9) {
this.gotoAndStop(1);
}
}
}
}
}
instance of movieClip 225 {
onClipEvent (enterFrame) {
if (_root.date == 10) {
this.gotoAndStop(2);
} else {
if (_root.date >= 11) {
this.gotoAndStop(3);
} else {
if (_root.date < 10) {
this.gotoAndStop(1);
}
}
}
}
}
instance of movieClip 232 {
onClipEvent (enterFrame) {
if (_root.date == 11) {
this.gotoAndStop(2);
} else {
if (_root.date >= 12) {
this.gotoAndStop(3);
} else {
if (_root.date < 11) {
this.gotoAndStop(1);
}
}
}
}
}
instance of movieClip 238 {
onClipEvent (enterFrame) {
if (_root.date == 12) {
this.gotoAndStop(2);
} else {
if (_root.date < 12) {
this.gotoAndStop(1);
}
}
}
}
}
movieClip 242 {
}
movieClip 245 {
}
button 246 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.date = _root.gameData.data.levelGame;
_root.levelScreenIn = 1;
_root.shopSelect = 0;
_root.levelScreen.gotoAndStop(2);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
button 247 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.coinsReward = _root.gameData.data.coinsRewardGame;
_root.starReward = _root.gameData.data.starRewardGame;
_root.managerReward = _root.gameData.data.managerRewardGame;
_root.superchefReward = _root.gameData.data.superchefRewardGame;
_root.stainlesspanReward = _root.gameData.data.stainlesspanRewardGame;
_root.goldhatReward = _root.gameData.data.goldhatRewardGame;
_root.badgesSelect = 1;
_root.badgesScreen.gotoAndStop(2);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
button 250 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.scoreGame -= 180;
_root.score -= 180;
_root.gameData.data.stoveLevelGame = _root.stoveLevel;
_root.gameData.data.stoveLevelGame = 2;
_root.stoveLevel = 2;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 253 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 255 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 258 {
}
button 260 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.scoreGame -= 180;
_root.score -= 180;
_root.gameData.data.juicerLevelGame = _root.juicerLevel;
_root.gameData.data.juicerLevelGame = 2;
_root.juicerLevel = 2;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 261 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 263 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 265 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.scoreGame -= 140;
_root.score -= 140;
_root.gameData.data.breadtoasterLevelGame = _root.breadtoasterLevel;
_root.gameData.data.breadtoasterLevelGame = 2;
_root.breadtoasterLevel = 2;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 266 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 268 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 270 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.scoreGame -= 100;
_root.score -= 100;
_root.gameData.data.dishwasherLevelGame = _root.dishwasherLevel;
_root.gameData.data.dishwasherLevelGame = 2;
_root.dishwasherLevel = 2;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 271 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 273 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 275 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.scoreGame -= 260;
_root.score -= 260;
_root.gameData.data.addstoveGame = _root.addstove;
_root.gameData.data.addstoveGame = 1;
_root.addstove = 1;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 276 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 278 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 280 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.scoreGame -= 80;
_root.score -= 80;
_root.gameData.data.counterType1Game = _root.counterType1;
_root.gameData.data.counterType1Game = 1;
_root.counterType1 = 1;
_root.gameData.data.counterType2Game = _root.counterType2;
_root.gameData.data.counterType2Game = 0;
_root.counterType2 = 0;
_root.gameData.data.counterType3Game = _root.counterType3;
_root.gameData.data.counterType3Game = 0;
_root.counterType3 = 0;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 281 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 283 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 285 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.scoreGame -= 80;
_root.score -= 80;
_root.gameData.data.counterType2Game = _root.counterType2;
_root.gameData.data.counterType2Game = 1;
_root.counterType2 = 1;
_root.gameData.data.counterType1Game = _root.counterType1;
_root.gameData.data.counterType1Game = 0;
_root.counterType1 = 0;
_root.gameData.data.counterType3Game = _root.counterType3;
_root.gameData.data.counterType3Game = 0;
_root.counterType3 = 0;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 286 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 288 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.scoreGame -= 80;
_root.score -= 80;
_root.gameData.data.counterType3Game = _root.counterType3;
_root.gameData.data.counterType3Game = 1;
_root.counterType3 = 1;
_root.gameData.data.counterType1Game = _root.counterType1;
_root.gameData.data.counterType1Game = 0;
_root.counterType1 = 0;
_root.gameData.data.counterType2Game = _root.counterType2;
_root.gameData.data.counterType2Game = 0;
_root.counterType2 = 0;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 289 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 293 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 295 {
}
movieClip 297 {
}
movieClip 299 {
}
movieClip 301 {
}
movieClip 303 {
}
movieClip 305 {
}
movieClip 307 {
}
movieClip 308 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 253 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
if (_root.stoveLevel == 1 & _root.score >= 220) {
this.gotoAndStop(1);
}
if (_root.stoveLevel == 1 & _root.score < 220) {
this.gotoAndStop(3);
}
if (_root.stoveLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance stovePrice of movieClip 255 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
if (_root.stoveLevel == 1 & _root.score >= 220) {
this.gotoAndStop(1);
}
if (_root.stoveLevel == 1 & _root.score < 220) {
this.gotoAndStop(1);
}
if (_root.stoveLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 261 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.juicerLevel = _root.gameData.data.juicerLevelGame;
if (_root.juicerLevel == 1 & _root.score >= 180) {
this.gotoAndStop(1);
}
if (_root.juicerLevel == 1 & _root.score < 180) {
this.gotoAndStop(3);
}
if (_root.juicerLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 263 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.juicerLevel = _root.gameData.data.juicerLevelGame;
if (_root.juicerLevel == 1 & _root.score >= 180) {
this.gotoAndStop(1);
}
if (_root.juicerLevel == 1 & _root.score < 180) {
this.gotoAndStop(1);
}
if (_root.juicerLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 266 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.breadtoasterLevel = _root.gameData.data.breadtoasterLevelGame;
if (_root.breadtoasterLevel == 1 & _root.score >= 140) {
this.gotoAndStop(1);
}
if (_root.breadtoasterLevel == 1 & _root.score < 140) {
this.gotoAndStop(3);
}
if (_root.breadtoasterLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 268 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.breadtoasterLevel = _root.gameData.data.breadtoasterLevelGame;
if (_root.breadtoasterLevel == 1 & _root.score >= 140) {
this.gotoAndStop(1);
}
if (_root.breadtoasterLevel == 1 & _root.score < 140) {
this.gotoAndStop(1);
}
if (_root.breadtoasterLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 271 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.dishwasherLevel = _root.gameData.data.dishwasherLevelGame;
if (_root.dishwasherLevel == 1 & _root.score >= 100) {
this.gotoAndStop(1);
}
if (_root.dishwasherLevel == 1 & _root.score < 100) {
this.gotoAndStop(3);
}
if (_root.dishwasherLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 273 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.dishwasherLevel = _root.gameData.data.dishwasherLevelGame;
if (_root.dishwasherLevel == 1 & _root.score >= 100) {
this.gotoAndStop(1);
}
if (_root.dishwasherLevel == 1 & _root.score < 100) {
this.gotoAndStop(1);
}
if (_root.dishwasherLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 276 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.addstove = _root.gameData.data.addstoveGame;
if (_root.addstove == 0 & _root.score >= 260) {
this.gotoAndStop(1);
}
if (_root.addstove == 0 & _root.score < 260) {
this.gotoAndStop(3);
}
if (_root.addstove == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 278 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.addstoveLevel = _root.gameData.data.addstoveGame;
if (_root.addstove == 0 & _root.score >= 260) {
this.gotoAndStop(1);
}
if (_root.addstove == 0 & _root.score < 260) {
this.gotoAndStop(1);
}
if (_root.addstove == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 281 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.counterType1 = _root.gameData.data.counterType1Game;
if (_root.counterType1 == 0 & _root.score >= 80) {
this.gotoAndStop(1);
}
if (_root.counterType1 == 0 & _root.score < 80) {
this.gotoAndStop(3);
}
if (_root.counterType1 == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 283 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.counterType1 = _root.gameData.data.counterType1Game;
if (_root.counterType1 == 0 & _root.score >= 80) {
this.gotoAndStop(1);
}
if (_root.counterType1 == 0 & _root.score < 80) {
this.gotoAndStop(1);
}
if (_root.counterType1 == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 286 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.counterType2 = _root.gameData.data.counterType2Game;
if (_root.counterType2 == 0 & _root.score >= 80) {
this.gotoAndStop(1);
}
if (_root.counterType2 == 0 & _root.score < 80) {
this.gotoAndStop(3);
}
if (_root.counterType2 == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 283 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.counterType2 = _root.gameData.data.counterType2Game;
if (_root.counterType2 == 0 & _root.score >= 80) {
this.gotoAndStop(1);
}
if (_root.counterType2 == 0 & _root.score < 80) {
this.gotoAndStop(1);
}
if (_root.counterType2 == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 289 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.counterType3 = _root.gameData.data.counterType3Game;
if (_root.counterType3 == 0 & _root.score >= 80) {
this.gotoAndStop(1);
}
if (_root.counterType3 == 0 & _root.score < 80) {
this.gotoAndStop(3);
}
if (_root.counterType3 == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 283 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.counterType3 = _root.gameData.data.counterType3Game;
if (_root.counterType3 == 0 & _root.score >= 80) {
this.gotoAndStop(1);
}
if (_root.counterType3 == 0 & _root.score < 80) {
this.gotoAndStop(1);
}
if (_root.counterType3 == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 293 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
if (_root.stoveLevel == 1) {
this.gotoAndStop(1);
} else {
if (_root.stoveLevel == 2) {
this.gotoAndStop(2);
}
}
}
}
}
button 310 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.date = _root.gameData.data.levelGame;
_root.levelScreenIn = 1;
_root.badgesSelect = 0;
_root.levelScreen.gotoAndStop(2);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
button 311 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.score = _root.gameData.data.scoreGame;
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
_root.juicerLevel = _root.gameData.data.juicerLevelGame;
_root.breadtoasterLevel = _root.gameData.data.breadtoasterLevelGame;
_root.dishwasherLevel = _root.gameData.data.dishwasherLevelGame;
_root.addStove = _root.gameData.data.addStoveGame;
_root.counterType1 = _root.gameData.data.counterType1Game;
_root.counterType2 = _root.gameData.data.counterType2Game;
_root.counterType3 = _root.gameData.data.counterType3Game;
_root.shopSelect = 1;
_root.shopScreen.gotoAndStop(2);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
movieClip 313 {
}
movieClip 316 {
}
movieClip 330 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
button 333 {
on (press) {
_root.badgesScreen.rewardsText.gotoAndStop(2);
}
on (rollOver) {
_root.badgesScreen.rewardsText.gotoAndStop(2);
}
on (rollOut) {
_root.badgesScreen.rewardsText.gotoAndStop(1);
}
}
movieClip 335 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 337 {
on (press) {
_root.badgesScreen.rewardsText.gotoAndStop(3);
}
on (rollOver) {
_root.badgesScreen.rewardsText.gotoAndStop(3);
}
on (rollOut) {
_root.badgesScreen.rewardsText.gotoAndStop(1);
}
}
movieClip 339 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 341 {
on (press) {
_root.badgesScreen.rewardsText.gotoAndStop(4);
}
on (rollOver) {
_root.badgesScreen.rewardsText.gotoAndStop(4);
}
on (rollOut) {
_root.badgesScreen.rewardsText.gotoAndStop(1);
}
}
movieClip 343 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 345 {
on (press) {
_root.badgesScreen.rewardsText.gotoAndStop(5);
}
on (rollOver) {
_root.badgesScreen.rewardsText.gotoAndStop(5);
}
on (rollOut) {
_root.badgesScreen.rewardsText.gotoAndStop(1);
}
}
movieClip 347 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 349 {
on (press) {
_root.badgesScreen.rewardsText.gotoAndStop(6);
}
on (rollOver) {
_root.badgesScreen.rewardsText.gotoAndStop(6);
}
on (rollOut) {
_root.badgesScreen.rewardsText.gotoAndStop(1);
}
}
movieClip 351 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 353 {
on (press) {
_root.badgesScreen.rewardsText.gotoAndStop(7);
}
on (rollOver) {
_root.badgesScreen.rewardsText.gotoAndStop(7);
}
on (rollOut) {
_root.badgesScreen.rewardsText.gotoAndStop(1);
}
}
movieClip 355 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 356 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 335 {
onClipEvent (enterFrame) {
if (_root.coinsReward == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 339 {
onClipEvent (enterFrame) {
if (_root.starReward == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 343 {
onClipEvent (enterFrame) {
if (_root.managerReward == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 347 {
onClipEvent (enterFrame) {
if (_root.superchefReward == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 351 {
onClipEvent (enterFrame) {
if (_root.stainlesspanReward == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 355 {
onClipEvent (enterFrame) {
if (_root.goldhatReward == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 358 {
}
movieClip 360 {
}
movieClip 363 {
}
button 364 {
on (press) {
_root.scoreTotalText._x = 139.8;
_root.scoreTotalText._y = 305.6;
_root.deleteScreenIn = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
movieClip 366 {
}
button 367 {
on (press) {
_root.deleteScreenIn = 0;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.scoreGame = 0;
_root.score = 0;
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.levelGame = 1;
_root.date = 1;
_root.level1Complete = 0;
_root.level2Complete = 0;
_root.level3Complete = 0;
_root.level4Complete = 0;
_root.level5Complete = 0;
_root.level6Complete = 0;
_root.level7Complete = 0;
_root.level8Complete = 0;
_root.level9Complete = 0;
_root.level10Complete = 0;
_root.gameData.data.stoveLevelGame = _root.stoveLevel;
_root.gameData.data.stoveLevelGame = 1;
_root.stoveLevel = 1;
_root.gameData.data.juicerLevelGame = _root.juicerLevel;
_root.gameData.data.juicerLevelGame = 1;
_root.juicerLevel = 1;
_root.gameData.data.breadtoasterLevelGame = _root.breadtoasterLevel;
_root.gameData.data.breadtoasterLevelGame = 1;
_root.breadtoasterLevel = 1;
_root.gameData.data.dishwasherLevelGame = _root.dishwasherLevel;
_root.gameData.data.dishwasherLevelGame = 1;
_root.dishwasherLevel = 1;
_root.gameData.data.addstoveGame = _root.addstove;
_root.gameData.data.addstoveGame = 0;
_root.addstove = 0;
_root.gameData.data.counterType1Game = _root.counterType1;
_root.gameData.data.counterType1Game = 1;
_root.counterType1 = 1;
_root.gameData.data.counterType2Game = _root.counterType2;
_root.gameData.data.counterType2Game = 0;
_root.counterType2 = 0;
_root.gameData.data.counterType3Game = _root.counterType3;
_root.gameData.data.counterType3Game = 0;
_root.counterType3 = 0;
_root.gameData.data.coinsRewardGame = _root.coinsReward;
_root.gameData.data.coinsRewardGame = 0;
_root.coinsReward = 0;
_root.gameData.data.starRewardGame = _root.starReward;
_root.gameData.data.starRewardGame = 0;
_root.starReward = 0;
_root.gameData.data.managerRewardGame = _root.managerReward;
_root.gameData.data.managerRewardGame = 0;
_root.managerReward = 0;
_root.gameData.data.superchefRewardGame = _root.superchefReward;
_root.gameData.data.superchefRewardGame = 0;
_root.superchefReward = 0;
_root.gameData.data.stainlesspanRewardGame = _root.stainlesspanReward;
_root.gameData.data.stainlesspanRewardGame = 0;
_root.stainlesspanReward = 0;
_root.gameData.data.goldhatRewardGame = _root.goldhatReward;
_root.gameData.data.goldhatRewardGame = 0;
_root.goldhatReward = 0;
_root.gameData.clear();
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.deleteScreen.gotoAndStop(1);
_parent.gotoAndStop('menu');
}
}
movieClip 368 {
}
movieClip 369 {
frame 8 {
_root.deleteScreen.gotoAndStop(3);
}
}
button 370 {
on (press) {
_root.scoreTotalText._x = 139.8;
_root.scoreTotalText._y = 305.6;
_root.deleteScreenIn = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
movieClip 371 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
}
frame 3 {
stop();
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
}
}
button 374 {
on (press) {
if (music == 1) {
_global.music = 0;
_root.titleMusic.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
nextFrame();
}
}
button 377 {
on (press) {
if (music == 0) {
_global.music = 1;
if (_root.levelScreenIn == 0) {
_root.titleMusic.gotoAndStop(2);
_root.etcMusic.gotoAndStop(1);
} else {
if (_root.levelScreenIn == 1) {
_root.etcMusic.gotoAndStop(2);
_root.titleMusic.gotoAndStop(1);
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
prevFrame();
}
}
movieClip 378 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance musicOption of movieClip 378 {
onClipEvent (enterFrame) {
if (music == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
button 381 {
on (press) {
if (soundFx == 1) {
_global.soundFx = 0;
nextFrame();
}
}
}
button 384 {
on (press) {
if (soundFx == 0) {
_global.soundFx = 1;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
prevFrame();
}
}
}
movieClip 385 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 388 {
}
frame 3 {
stop();
_root.loseMusic.gotoAndStop(1);
_root.winMusic.gotoAndStop(1);
var c = new LoadVars();
var i = new LoadVars();
c.sendAndLoad('http://hiscore.girlgamesclub.com/dinerchef3_get.php', i, 'POST');
i.onLoad = function () {
trace(i);
name1 = i.name1;
score1 = i.score1;
name2 = i.name2;
score2 = i.score2;
name3 = i.name3;
score3 = i.score3;
name4 = i.name4;
score4 = i.score4;
name5 = i.name5;
score5 = i.score5;
name6 = i.name6;
score6 = i.score6;
name7 = i.name7;
score7 = i.score7;
name8 = i.name8;
score8 = i.score8;
name9 = i.name9;
score9 = i.score9;
name10 = i.name10;
score10 = i.score10;
};
}
movieClip 393 {
}
movieClip 396 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 25 {
gotoAndStop(1);
}
}
button 428 {
on (press) {
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('menu');
}
}
frame 4 {
stop();
}
movieClip 430 {
}
button 431 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.score = _root.gameData.data.scoreGame;
_root.date = _root.gameData.data.levelGame;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('menu');
}
}
button 438 {
on (press) {
getURL('http://www.wangweigong.com', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
movieClip 439 {
}
frame 5 {
stop();
_root.scoreTotalText._x = 139.8;
_root.scoreTotalText._y = 305.6;
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.score = _root.gameData.data.scoreGame;
_root.date = _root.gameData.data.levelGame;
_root.favorite = _root.gameData.data.favoriteGame;
if (_root.gameData.data.levelGame == 1) {
_root.savedLevelGame = 1;
} else {
if (_root.gameData.data.levelGame == 2) {
_root.savedLevelGame = 2;
} else {
if (_root.gameData.data.levelGame == 3) {
_root.savedLevelGame = 3;
} else {
if (_root.gameData.data.levelGame == 4) {
_root.savedLevelGame = 4;
} else {
if (_root.gameData.data.levelGame == 5) {
_root.savedLevelGame = 5;
} else {
if (_root.gameData.data.levelGame == 6) {
_root.savedLevelGame = 6;
} else {
if (_root.gameData.data.levelGame == 7) {
_root.savedLevelGame = 7;
} else {
if (_root.gameData.data.levelGame == 8) {
_root.savedLevelGame = 8;
} else {
if (_root.gameData.data.levelGame == 9) {
_root.savedLevelGame = 9;
} else {
if (_root.gameData.data.levelGame == 10) {
_root.savedLevelGame = 10;
} else {
if (_root.gameData.data.levelGame == 11) {
_root.savedLevelGame = 11;
} else {
if (_root.gameData.data.levelGame == 12) {
_root.savedLevelGame = 12;
}
}
}
}
}
}
}
}
}
}
}
}
}
movieClip 442 {
}
button 444 {
on (press) {
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('menu');
}
}
movieClip 446 {
}
button 447 {
on (press) {
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
if (_root.deleteScreenIn == 0) {
_root.deleteScreenIn = 1;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
_root.deleteScreen.gotoAndStop(2);
}
}
movieClip 450 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 450 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.date = _root.gameData.data.levelGame;
if (_root.gameData.data.levelGame == undefined || _root.gameData.data.levelGame == 0) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
}
}
button 451 {
on (press) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.score = _root.gameData.data.scoreGame;
_root.favorite = _root.gameData.data.favoriteGame;
_root.date = _root.gameData.data.levelGame;
_root.titleMusic.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.gameData.data.levelGame == 1) {
_root.level1Complete = 0;
_root.level2Complete = 0;
_root.level3Complete = 0;
_root.level4Complete = 0;
_root.level5Complete = 0;
_root.level6Complete = 0;
_root.level7Complete = 0;
_root.level8Complete = 0;
_root.level9Complete = 0;
_root.level10Complete = 0;
_root.level11Complete = 0;
_root.level12Complete = 0;
}
if (_root.gameData.data.levelGame == 2) {
_root.level1Complete = 1;
_root.level2Complete = 0;
_root.level3Complete = 0;
_root.level4Complete = 0;
_root.level5Complete = 0;
_root.level6Complete = 0;
_root.level7Complete = 0;
_root.level8Complete = 0;
_root.level9Complete = 0;
_root.level10Complete = 0;
_root.level11Complete = 0;
_root.level12Complete = 0;
}
if (_root.gameData.data.levelGame == 3) {
_root.level1Complete = 1;
_root.level2Complete = 1;
_root.level3Complete = 0;
_root.level4Complete = 0;
_root.level5Complete = 0;
_root.level6Complete = 0;
_root.level7Complete = 0;
_root.level8Complete = 0;
_root.level9Complete = 0;
_root.level10Complete = 0;
_root.level11Complete = 0;
_root.level12Complete = 0;
}
if (_root.gameData.data.levelGame == 4) {
_root.level1Complete = 1;
_root.level2Complete = 1;
_root.level3Complete = 1;
_root.level4Complete = 0;
_root.level5Complete = 0;
_root.level6Complete = 0;
_root.level7Complete = 0;
_root.level8Complete = 0;
_root.level9Complete = 0;
_root.level10Complete = 0;
}
if (_root.gameData.data.levelGame == 5) {
_root.level1Complete = 1;
_root.level2Complete = 1;
_root.level3Complete = 1;
_root.level4Complete = 1;
_root.level5Complete = 0;
_root.level6Complete = 0;
_root.level7Complete = 0;
_root.level8Complete = 0;
_root.level9Complete = 0;
_root.level10Complete = 0;
_root.level11Complete = 0;
_root.level12Complete = 0;
}
if (_root.gameData.data.levelGame == 6) {
_root.level1Complete = 1;
_root.level2Complete = 1;
_root.level3Complete = 1;
_root.level4Complete = 1;
_root.level5Complete = 1;
_root.level6Complete = 0;
_root.level7Complete = 0;
_root.level8Complete = 0;
_root.level9Complete = 0;
_root.level10Complete = 0;
_root.level11Complete = 0;
_root.level12Complete = 0;
}
if (_root.gameData.data.levelGame == 7) {
_root.level1Complete = 1;
_root.level2Complete = 1;
_root.level3Complete = 1;
_root.level4Complete = 1;
_root.level5Complete = 1;
_root.level6Complete = 1;
_root.level7Complete = 0;
_root.level8Complete = 0;
_root.level9Complete = 0;
_root.level10Complete = 0;
_root.level11Complete = 0;
_root.level12Complete = 0;
}
if (_root.gameData.data.levelGame == 8) {
_root.level1Complete = 1;
_root.level2Complete = 1;
_root.level3Complete = 1;
_root.level4Complete = 1;
_root.level5Complete = 1;
_root.level6Complete = 1;
_root.level7Complete = 1;
_root.level8Complete = 0;
_root.level9Complete = 0;
_root.level10Complete = 0;
_root.level11Complete = 0;
_root.level12Complete = 0;
}
if (_root.gameData.data.levelGame == 9) {
_root.level1Complete = 1;
_root.level2Complete = 1;
_root.level3Complete = 1;
_root.level4Complete = 1;
_root.level5Complete = 1;
_root.level6Complete = 1;
_root.level7Complete = 1;
_root.level8Complete = 1;
_root.level9Complete = 0;
_root.level10Complete = 0;
_root.level11Complete = 0;
_root.level12Complete = 0;
}
if (_root.gameData.data.levelGame == 10) {
_root.level1Complete = 1;
_root.level2Complete = 1;
_root.level3Complete = 1;
_root.level4Complete = 1;
_root.level5Complete = 1;
_root.level6Complete = 1;
_root.level7Complete = 1;
_root.level8Complete = 1;
_root.level9Complete = 1;
_root.level10Complete = 0;
_root.level11Complete = 0;
_root.level12Complete = 0;
}
if (_root.gameData.data.levelGame == 11) {
_root.level1Complete = 1;
_root.level2Complete = 1;
_root.level3Complete = 1;
_root.level4Complete = 1;
_root.level5Complete = 1;
_root.level6Complete = 1;
_root.level7Complete = 1;
_root.level8Complete = 1;
_root.level9Complete = 1;
_root.level10Complete = 1;
_root.level11Complete = 0;
_root.level12Complete = 0;
}
if (_root.gameData.data.levelGame == 12) {
_root.level1Complete = 1;
_root.level2Complete = 1;
_root.level3Complete = 1;
_root.level4Complete = 1;
_root.level5Complete = 1;
_root.level6Complete = 1;
_root.level7Complete = 1;
_root.level8Complete = 1;
_root.level9Complete = 1;
_root.level10Complete = 1;
_root.level11Complete = 1;
_root.level12Complete = 0;
}
gotoAndStop('levels');
}
}
frame 6 {
stop();
_root.step1 = 0;
_global.pausePlay = 0;
_root.shopClose = 0;
_root.goalText._x = 393.25;
_root.goalText._y = 35.15;
_root.moneyText._x = 606.3;
_root.moneyText._y = 19.85;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = 35.15;
_root.goal = 0;
_root.scoreLevel = 0;
_root.guestCount = 1;
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.guestBoyBrunette1MeatTrayTutorialTrayOrder = 1;
_root.guestBoyBrunette1MeatTrayTutorialMeatOrder = 0;
_root.guestBoyBrunette1MeatTrayTutorial.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette1MeatTrayTutorialTrayOrder == 1) {
_root.guestBoyBrunette1MeatTrayTutorial.startDrag();
_root.guestBoyBrunette1MeatTrayTutorial.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette1MeatTrayTutorial.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette1MeatTrayTutorialTrayOrder == 1) {
_root.guestBoyBrunette1MeatTrayTutorial.stopDrag();
_root.guestBoyBrunette1MeatTrayTutorial.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette1MeatTrayTutorial.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyBrunette1MeatTrayTutorialTrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette1MeatTrayTutorial._x = 293.45;
_root.guestBoyBrunette1MeatTrayTutorial._y = 314.4;
_root.guestBoyBrunette1MeatTrayTutorial.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyBrunette1MeatTrayTutorial');
_root.tutorialHolder.gotoAndStop(41);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette1MeatTrayTutorial._x = 56.65;
_root.guestBoyBrunette1MeatTrayTutorial._y = 352.5;
_root.guestBoyBrunette1MeatTrayTutorial.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette1MeatTrayTutorial.onRelease = _root.guestBoyBrunette1MeatTrayTutorial.onReleaseOutside;
}
movieClip 469 {
}
movieClip 470 {
}
movieClip 483 {
}
movieClip 484 {
}
movieClip 488 {
}
movieClip 490 {
}
movieClip 492 {
frame 2200 {
_root.shopClose = 1;
_root.clock.gotoAndStop(2);
}
}
movieClip 493 {
frame 1 {
stop();
}
instance of movieClip 492 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
trace('Guest: ' + _root.guestCount);
}
}
movieClip 499 {
}
movieClip 503 {
}
button 504 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBrunette1MeatTrayTutorialMeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBrunette1MeatTrayTutorialMeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette1MeatTrayTutorial.gotoAndStop('happy');
_root.guestBoyBrunette1MeatTrayTutorial.heartbeat.gotoAndStop(2);
_root.tutorialHolder.gotoAndStop(45);
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 506 {
frame 680 {
_root.guestLine2.guestBoyBrunette1MeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine2Occupied = 0;
_root.guestBoyBrunette1MeatTray1MeatOrder = 0;
_root.guestBoyBrunette1MeatTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
movieClip 507 {
frame 1 {
stop();
_root.guestBoyBrunette1MeatTrayTutorialMeatOrder = 1;
_root.guestLine1.guestBoyBrunette1MeatTrayTutorial.gotoAndStop('waiting');
}
}
movieClip 508 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 511 {
}
movieClip 514 {
}
movieClip 515 {
frame 1 {
stop();
}
frame 2 {
play();
if (soundFx == 1) {
_root.cashierMusic.gotoAndStop(2);
}
}
frame 22 {
gotoAndStop(1);
}
}
button 519 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0) {
if (_root.playerMeat == 1) {
_root.friedMeatSelect2 = 1;
_root.playerCooking = 1;
_root.playerMeat = 0;
_root.handfull = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerSausage == 1) {
_root.friedSausageSelect2 = 1;
_root.playerCooking = 1;
_root.playerSausage = 0;
_root.handfull = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerShrimp == 1) {
_root.friedShrimpSelect2 = 1;
_root.playerCooking = 1;
_root.playerShrimp = 0;
_root.handfull = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerPotato == 1) {
_root.frenchfriesSelect2 = 1;
_root.playerCooking = 1;
_root.playerPotato = 0;
_root.handfull = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerEgg == 1) {
_root.eggSelect2 = 1;
_root.playerCooking = 1;
_root.playerEgg = 0;
_root.handfull = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
}
}
}
}
}
movieClip 527 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 530 {
}
movieClip 532 {
}
movieClip 533 {
}
movieClip 534 {
instance of movieClip 527 {
onClipEvent (enterFrame) {
if (_root.friedMeatSelect2 == 1) {
this.gotoAndStop('meat');
} else {
if (_root.friedSausageSelect2 == 1) {
this.gotoAndStop('sausage');
} else {
if (_root.friedShrimpSelect2 == 1) {
this.gotoAndStop('shrimp');
} else {
if (_root.frenchfriesSelect2 == 1) {
this.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect2 == 1) {
this.gotoAndStop('egg');
}
}
}
}
}
}
}
instance stoveSmoke1 of movieClip 533 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 250 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.secondStove.addStove.stove3.gotoAndStop(3);
}
}
button 537 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 0) {
_root.handfull = 1;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.friedMeatSelect2 == 1) {
_root.playerMeatCooked = 1;
_root.friedMeatSelect2 = 0;
_root.player.food.gotoAndStop('meatcooked');
} else {
if (_root.friedSausageSelect2 == 1) {
_root.playerSausageCooked = 1;
_root.friedSausageSelect2 = 0;
_root.player.food.gotoAndStop('sausagecooked');
} else {
if (_root.friedShrimpSelect2 == 1) {
_root.playerShrimpCooked = 1;
_root.friedShrimpSelect2 = 0;
_root.player.food.gotoAndStop('shrimpcooked');
} else {
if (_root.frenchfriesSelect2 == 1) {
_root.playerFrenchfries = 1;
_root.frenchfriesSelect2 = 0;
_root.player.food.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect2 == 1) {
_root.playerEggCooked = 1;
_root.eggSelect2 = 0;
_root.player.food.gotoAndStop('eggcooked');
}
}
}
}
}
gotoAndStop(1);
} else {
if (_root.handfull == 1) {
if (_root.playerBreadCooked == 1) {
_root.playerBreadCooked = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.friedMeatSelect2 == 1) {
_root.playerBreadMeatCooked = 1;
_root.playerMeatCooked = 0;
_root.friedMeatSelect2 = 0;
_root.player.food.gotoAndStop('breadmeatcooked');
} else {
if (_root.friedSausageSelect2 == 1) {
_root.playerBreadSausageCooked = 1;
_root.playerSausageCooked = 0;
_root.friedSausageSelect2 = 0;
_root.player.food.gotoAndStop('breadsausagecooked');
} else {
if (_root.friedShrimpSelect2 == 1) {
_root.playerBreadShrimpCooked = 1;
_root.playerShrimpCooked = 0;
_root.friedShrimpSelect2 = 0;
_root.player.food.gotoAndStop('breadshrimpcooked');
}
}
}
gotoAndStop(1);
}
}
}
}
}
}
}
movieClip 538 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 534 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 527 {
onClipEvent (enterFrame) {
if (_root.friedMeatSelect2 == 1) {
this.gotoAndStop('meat');
} else {
if (_root.friedSausageSelect2 == 1) {
this.gotoAndStop('sausage');
} else {
if (_root.friedShrimpSelect2 == 1) {
this.gotoAndStop('shrimp');
} else {
if (_root.frenchfriesSelect2 == 1) {
this.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect2 == 1) {
this.gotoAndStop('egg');
}
}
}
}
}
}
}
}
button 541 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0) {
if (_root.playerMeat == 1) {
_root.friedMeatSelect2 = 1;
_root.playerCooking = 1;
_root.playerMeat = 0;
_root.handfull = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerSausage == 1) {
_root.friedSausageSelect2 = 1;
_root.playerCooking = 1;
_root.playerSausage = 0;
_root.handfull = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerShrimp == 1) {
_root.friedShrimpSelect2 = 1;
_root.playerCooking = 1;
_root.playerShrimp = 0;
_root.handfull = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerPotato == 1) {
_root.frenchfriesSelect2 = 1;
_root.playerCooking = 1;
_root.playerPotato = 0;
_root.handfull = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerEgg == 1) {
_root.eggSelect2 = 1;
_root.playerCooking = 1;
_root.playerEgg = 0;
_root.handfull = 0;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
}
}
}
}
}
movieClip 544 {
instance of movieClip 527 {
onClipEvent (enterFrame) {
if (_root.friedMeatSelect2 == 1) {
this.gotoAndStop('meat');
} else {
if (_root.friedSausageSelect2 == 1) {
this.gotoAndStop('sausage');
} else {
if (_root.friedShrimpSelect2 == 1) {
this.gotoAndStop('shrimp');
} else {
if (_root.frenchfriesSelect2 == 1) {
this.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect2 == 1) {
this.gotoAndStop('egg');
}
}
}
}
}
}
}
instance stoveSmoke1 of movieClip 533 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 160 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.secondStove.addStove.stove4.gotoAndStop(3);
}
}
button 547 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 0) {
_root.handfull = 1;
_root.player._x = 464.55;
_root.player._y = 341.25;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.friedMeatSelect2 == 1) {
_root.playerMeatCooked = 1;
_root.friedMeatSelect2 = 0;
_root.player.food.gotoAndStop('meatcooked');
} else {
if (_root.friedSausageSelect2 == 1) {
_root.playerSausageCooked = 1;
_root.friedSausageSelect2 = 0;
_root.player.food.gotoAndStop('sausagecooked');
} else {
if (_root.friedShrimpSelect2 == 1) {
_root.playerShrimpCooked = 1;
_root.friedShrimpSelect2 = 0;
_root.player.food.gotoAndStop('shrimpcooked');
} else {
if (_root.frenchfriesSelect2 == 1) {
_root.playerFrenchfries = 1;
_root.frenchfriesSelect2 = 0;
_root.player.food.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect2 == 1) {
_root.playerEggCooked = 1;
_root.eggSelect2 = 0;
_root.player.food.gotoAndStop('eggcooked');
}
}
}
}
}
gotoAndStop(1);
} else {
if (_root.handfull == 1) {
if (_root.playerBreadCooked == 1) {
_root.playerBreadCooked = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.friedMeatSelect2 == 1) {
_root.playerBreadMeatCooked = 1;
_root.playerMeatCooked = 0;
_root.friedMeatSelect2 = 0;
_root.player.food.gotoAndStop('breadmeatcooked');
} else {
if (_root.friedSausageSelect2 == 1) {
_root.playerBreadSausageCooked = 1;
_root.playerSausageCooked = 0;
_root.friedSausageSelect2 = 0;
_root.player.food.gotoAndStop('breadsausagecooked');
} else {
if (_root.friedShrimpSelect2 == 1) {
_root.playerBreadShrimpCooked = 1;
_root.playerShrimpCooked = 0;
_root.friedShrimpSelect2 = 0;
_root.player.food.gotoAndStop('breadshrimpcooked');
}
}
}
gotoAndStop(1);
}
}
}
}
}
}
}
movieClip 548 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 544 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 527 {
onClipEvent (enterFrame) {
if (_root.friedMeatSelect2 == 1) {
this.gotoAndStop('meat');
} else {
if (_root.friedSausageSelect2 == 1) {
this.gotoAndStop('sausage');
} else {
if (_root.friedShrimpSelect2 == 1) {
this.gotoAndStop('shrimp');
} else {
if (_root.frenchfriesSelect2 == 1) {
this.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect2 == 1) {
this.gotoAndStop('egg');
}
}
}
}
}
}
}
}
movieClip 549 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 550 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance addStove of movieClip 549 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
if (_root.stoveLevel == 1) {
this.gotoAndStop(1);
} else {
if (_root.stoveLevel == 2) {
this.gotoAndStop(2);
}
}
}
}
}
instance secondStove of movieClip 550 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.addstove = _root.gameData.data.addstoveGame;
if (_root.addstove == 0) {
this.gotoAndStop(1);
} else {
if (_root.addstove == 1) {
this.gotoAndStop(2);
}
}
}
}
button 552 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0) {
if (_root.playerMeat == 1) {
_root.friedMeatSelect1 = 1;
_root.playerCooking = 1;
_root.playerMeat = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.tutorialHolder.gotoAndStop(43);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerSausage == 1) {
_root.friedSausageSelect1 = 1;
_root.playerCooking = 1;
_root.playerSausage = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerShrimp == 1) {
_root.friedShrimpSelect1 = 1;
_root.playerCooking = 1;
_root.playerShrimp = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerPotato == 1) {
_root.frenchfriesSelect1 = 1;
_root.playerCooking = 1;
_root.playerPotato = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerEgg == 1) {
_root.eggSelect1 = 1;
_root.playerCooking = 1;
_root.playerEgg = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
}
}
}
}
}
movieClip 555 {
instance of movieClip 527 {
onClipEvent (enterFrame) {
if (_root.friedMeatSelect1 == 1) {
this.gotoAndStop('meat');
} else {
if (_root.friedSausageSelect1 == 1) {
this.gotoAndStop('sausage');
} else {
if (_root.friedShrimpSelect1 == 1) {
this.gotoAndStop('shrimp');
} else {
if (_root.frenchfriesSelect1 == 1) {
this.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect1 == 1) {
this.gotoAndStop('egg');
}
}
}
}
}
}
}
instance stoveSmoke1 of movieClip 533 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 250 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.tutorialHolder.gotoAndStop(44);
_root.stove1.gotoAndStop(3);
}
}
button 558 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 0) {
_root.handfull = 1;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.friedMeatSelect1 == 1) {
_root.playerMeatCooked = 1;
_root.friedMeatSelect1 = 0;
_root.player.food.gotoAndStop('meatcooked');
} else {
if (_root.friedSausageSelect1 == 1) {
_root.playerSausageCooked = 1;
_root.friedSausageSelect1 = 0;
_root.player.food.gotoAndStop('sausagecooked');
} else {
if (_root.friedShrimpSelect1 == 1) {
_root.playerShrimpCooked = 1;
_root.friedShrimpSelect1 = 0;
_root.player.food.gotoAndStop('shrimpcooked');
} else {
if (_root.frenchfriesSelect1 == 1) {
_root.playerFrenchfries = 1;
_root.frenchfriesSelect1 = 0;
_root.player.food.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect1 == 1) {
_root.playerEggCooked = 1;
_root.eggSelect1 = 0;
_root.player.food.gotoAndStop('eggcooked');
}
}
}
}
}
gotoAndStop(1);
} else {
if (_root.handfull == 1) {
if (_root.playerBreadCooked == 1) {
_root.playerBreadCooked = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.friedMeatSelect1 == 1) {
_root.playerBreadMeatCooked = 1;
_root.playerMeatCooked = 0;
_root.friedMeatSelect1 = 0;
_root.player.food.gotoAndStop('breadmeatcooked');
} else {
if (_root.friedSausageSelect1 == 1) {
_root.playerBreadSausageCooked = 1;
_root.playerSausageCooked = 0;
_root.friedSausageSelect = 0;
_root.player.food.gotoAndStop('breadsausagecooked');
} else {
if (_root.friedShrimpSelect1 == 1) {
_root.playerBreadShrimpCooked = 1;
_root.playerShrimpCooked = 0;
_root.friedShrimpSelect1 = 0;
_root.player.food.gotoAndStop('breadshrimpcooked');
}
}
}
gotoAndStop(1);
}
}
}
}
}
}
}
movieClip 559 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 555 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 527 {
onClipEvent (enterFrame) {
if (_root.friedMeatSelect1 == 1) {
this.gotoAndStop('meat');
} else {
if (_root.friedSausageSelect1 == 1) {
this.gotoAndStop('sausage');
} else {
if (_root.friedShrimpSelect1 == 1) {
this.gotoAndStop('shrimp');
} else {
if (_root.frenchfriesSelect1 == 1) {
this.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect1 == 1) {
this.gotoAndStop('egg');
}
}
}
}
}
}
}
}
movieClip 567 {
}
movieClip 577 {
}
movieClip 580 {
}
movieClip 589 {
}
movieClip 602 {
}
movieClip 607 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
}
movieClip 616 {
}
movieClip 619 {
}
movieClip 622 {
}
movieClip 625 {
frame 10 {
_root.playerCooking = 0;
_root.player.gotoAndStop('idle');
}
}
movieClip 628 {
}
movieClip 631 {
frame 10 {
_root.playerCooking = 0;
_root.player.gotoAndStop('idle');
}
}
movieClip 634 {
}
movieClip 635 {
frame 1 {
stop();
}
instance of movieClip 577 {
onClipEvent (enterFrame) {
if (_root.handfull == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
instance of movieClip 580 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.handfull == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
frame 2 {
stop();
}
instance of movieClip 619 {
onClipEvent (enterFrame) {
if (_root.handfull == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
instance of movieClip 622 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.handfull == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
frame 3 {
stop();
}
instance of movieClip 625 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 628 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 631 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
instance of movieClip 634 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 638 {
}
movieClip 641 {
}
movieClip 642 {
}
movieClip 645 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette1MeatTrayTutorial.gotoAndStop('leave');
}
}
movieClip 649 {
}
movieClip 650 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 36 {
gotoAndStop(1);
}
}
movieClip 651 {
frame 1 {
stop();
}
frame 2 {
stop();
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1MeatTrayTutorialTrayOrder = 1;
}
instance of movieClip 503 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 638 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 645 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_global.pausePlay = 1;
_root.guestBoyBrunette1MeatTrayTutorial._x = 56.65;
_root.guestBoyBrunette1MeatTrayTutorial._y = 352.5;
_root.guestCount -= 1;
_root.titleMusic.gotoAndStop(1);
_parent.nextFrame();
}
}
button 655 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.step1 == 0) {
_root.step1 = 1;
_root.handfull = 1;
_root.playerMeat = 1;
_root.player._x = 457.6;
_root.player._y = 430.2;
_root.player.food.gotoAndStop('meat');
_root.player.gotoAndStop('idle');
_root.tutorialHolder.gotoAndStop(42);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
button 662 {
on (press) {
_global.pausePlay = 1;
_root.guestBoyBrunette1MeatTrayTutorial._x = 56.65;
_root.guestBoyBrunette1MeatTrayTutorial._y = 352.5;
_root.guestBoyBrunette1MeatTrayTutorial.gotoAndStop('leave');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.titleMusic.gotoAndStop(1);
_parent.gotoAndStop('levels');
}
}
movieClip 672 {
frame 1 {
play();
}
frame 40 {
stop();
_root.guestBoyBrunette1MeatTrayTutorialTrayOrder = 1;
_root.guestBoyBrunette1MeatTrayTutorial.gotoAndStop(2);
}
frame 41 {
stop();
}
frame 42 {
stop();
}
frame 43 {
stop();
}
frame 44 {
stop();
}
frame 45 {
stop();
}
}
movieClip 674 {
}
frame 7 {
stop();
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.date = _root.gameData.data.levelGame;
_root.levelScreenIn = 1;
_root.moneyText._x = 606.3;
_root.moneyText._y = 19.85;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
if (music == 1) {
_root.etcMusic.gotoAndStop(2);
}
_root.titleMusic.gotoAndStop(1);
_root.loseMusic.gotoAndStop(1);
_root.levelScreen.gotoAndStop(2);
}
movieClip 676 {
frame 1 {
stop();
var etcMusicSound = new Sound();
etcMusicSound.attachSound('in-game-music2.wav');
etcMusicSound.stop();
}
frame 2 {
stop();
var etcMusicSound = new Sound();
etcMusicSound.attachSound('etc-music.wav');
etcMusicSound.start(0, 99999);
}
}
instance etcMusic of movieClip 676 {
onClipEvent (enterFrame) {
if (music == 0) {
this.gotoAndStop(1);
}
}
}
frame 8 {
stop();
_root.dayScreen.gotoAndStop(2);
_global.currentLevel = 1;
_root.date = 1;
_root.goal = 20;
_root.scoreLevel = 0;
_root.guestCount = 5;
_root.level1Complete = 0;
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.guestGirlRedhead1MeatTray1TrayOrder = 0;
_root.guestGirlRedhead1MeatTray1MeatOrder = 0;
_root.guestGirlRedhead1MeatTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1MeatTray1TrayOrder == 1) {
_root.guestGirlRedhead1MeatTray1.startDrag();
_root.guestGirlRedhead1MeatTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlRedhead1MeatTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1MeatTray1TrayOrder == 1) {
_root.guestGirlRedhead1MeatTray1.stopDrag();
_root.guestGirlRedhead1MeatTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlRedhead1MeatTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlRedhead1MeatTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlRedhead1MeatTray1._x = 297.3;
_root.guestGirlRedhead1MeatTray1._y = 306.25;
_root.guestGirlRedhead1MeatTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlRedhead1MeatTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlRedhead1MeatTray1._x = 54.95;
_root.guestGirlRedhead1MeatTray1._y = 353;
_root.guestGirlRedhead1MeatTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlRedhead1MeatTray1.onRelease = _root.guestGirlRedhead1MeatTray1.onReleaseOutside;
_root.guestBoyBrunette1MeatTray1TrayOrder = 0;
_root.guestBoyBrunette1MeatTray1MeatOrder = 0;
_root.guestBoyBrunette1MeatTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette1MeatTray1TrayOrder == 1) {
_root.guestBoyBrunette1MeatTray1.startDrag();
_root.guestBoyBrunette1MeatTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette1MeatTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette1MeatTray1TrayOrder == 1) {
_root.guestBoyBrunette1MeatTray1.stopDrag();
_root.guestBoyBrunette1MeatTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette1MeatTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyBrunette1MeatTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette1MeatTray1._x = 396.75;
_root.guestBoyBrunette1MeatTray1._y = 253.75;
_root.guestBoyBrunette1MeatTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyBrunette1MeatTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette1MeatTray1._x = 149.45;
_root.guestBoyBrunette1MeatTray1._y = 332.8;
_root.guestBoyBrunette1MeatTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette1MeatTray1.onRelease = _root.guestBoyBrunette1MeatTray1.onReleaseOutside;
_root.guestGirlRedhead1JuiceStrawberryTable1TableOrder = 0;
_root.guestGirlRedhead1JuiceStrawberryTable1JuiceStrawberryOrder = 0;
_root.guestGirlRedhead1JuiceStrawberryTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1JuiceStrawberryTable1TableOrder == 1) {
_root.guestGirlRedhead1JuiceStrawberryTable1.startDrag();
_root.guestGirlRedhead1JuiceStrawberryTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlRedhead1JuiceStrawberryTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1JuiceStrawberryTable1TableOrder == 1) {
_root.guestGirlRedhead1JuiceStrawberryTable1.stopDrag();
_root.guestGirlRedhead1JuiceStrawberryTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlRedhead1JuiceStrawberryTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlRedhead1JuiceStrawberryTable1TableOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlRedhead1JuiceStrawberryTable1._x = 95;
_root.guestGirlRedhead1JuiceStrawberryTable1._y = 204.2;
_root.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlRedhead1JuiceStrawberryTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlRedhead1JuiceStrawberryTable1._x = 150.8;
_root.guestGirlRedhead1JuiceStrawberryTable1._y = 331.25;
_root.guestGirlRedhead1JuiceStrawberryTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlRedhead1JuiceStrawberryTable1.onRelease = _root.guestGirlRedhead1JuiceStrawberryTable1.onReleaseOutside;
_root.guestGirlBlonde1JuiceOrangeTray1TrayOrder = 0;
_root.guestGirlBlonde1JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.guestGirlBlonde1JuiceOrangeTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBlonde1JuiceOrangeTray1TrayOrder == 1) {
_root.guestGirlBlonde1JuiceOrangeTray1.startDrag();
_root.guestGirlBlonde1JuiceOrangeTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlBlonde1JuiceOrangeTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBlonde1JuiceOrangeTray1TrayOrder == 1) {
_root.guestGirlBlonde1JuiceOrangeTray1.stopDrag();
_root.guestGirlBlonde1JuiceOrangeTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBlonde1JuiceOrangeTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlBlonde1JuiceOrangeTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBlonde1JuiceOrangeTray1._x = 295.3;
_root.guestGirlBlonde1JuiceOrangeTray1._y = 313.9;
_root.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlBlonde1JuiceOrangeTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBlonde1JuiceOrangeTray1._x = 50.45;
_root.guestGirlBlonde1JuiceOrangeTray1._y = 360.5;
_root.guestGirlBlonde1JuiceOrangeTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBlonde1JuiceOrangeTray1.onRelease = _root.guestGirlBlonde1JuiceOrangeTray1.onReleaseOutside;
_root.guestBoyBlonde1MeatTray1TrayOrder = 0;
_root.guestBoyBlonde1MeatTray1MeatOrder = 0;
_root.guestBoyBlonde1MeatTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1MeatTray1TrayOrder == 1) {
_root.guestBoyBlonde1MeatTray1.startDrag();
_root.guestBoyBlonde1MeatTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde1MeatTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1MeatTray1TrayOrder == 1) {
_root.guestBoyBlonde1MeatTray1.stopDrag();
_root.guestBoyBlonde1MeatTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde1MeatTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyBlonde1MeatTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde1MeatTray1._x = 398.05;
_root.guestBoyBlonde1MeatTray1._y = 254;
_root.guestBoyBlonde1MeatTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyBlonde1MeatTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde1MeatTray1._x = 52.6;
_root.guestBoyBlonde1MeatTray1._y = 356.1;
_root.guestBoyBlonde1MeatTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde1MeatTray1.onRelease = _root.guestBoyBlonde1MeatTray1.onReleaseOutside;
}
movieClip 681 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 30 {
gotoAndStop(1);
}
}
movieClip 683 {
frame 1 {
stop();
var bonusSound = new Sound();
bonusSound.attachSound('Bonus1.wav');
bonusSound.stop();
var winFadeSound = new Sound();
winFadeSound.attachSound('Win-music.wav');
winFadeSound.stop();
}
frame 2 {
play();
}
frame 3 {
var bonusSound = new Sound();
bonusSound.attachSound('Bonus1.wav');
bonusSound.start(0, 1);
}
frame 30 {
stop();
var winSound = new Sound();
winSound.attachSound('Win-music.wav');
winSound.start(0, 1);
}
}
movieClip 685 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 3 {
gotoAndStop(1);
}
}
movieClip 687 {
frame 1 {
stop();
var inGame1MusicSound = new Sound();
inGame1MusicSound.attachSound('ingame1.wav');
inGame1MusicSound.stop();
}
frame 2 {
stop();
var inGame1MusicSound = new Sound();
inGame1MusicSound.attachSound('ingame1.wav');
inGame1MusicSound.start(0, 99999);
}
}
movieClip 689 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 30 {
gotoAndStop(1);
}
}
movieClip 692 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 230 {
gotoAndStop(1);
}
}
movieClip 695 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 105 {
gotoAndStop(1);
}
}
movieClip 698 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 3 {
gotoAndStop(1);
}
}
movieClip 701 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 50 {
gotoAndStop(1);
}
}
movieClip 704 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 30 {
gotoAndStop(1);
}
}
movieClip 707 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 240 {
gotoAndStop(1);
}
}
movieClip 710 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 100 {
gotoAndStop(1);
}
}
button 714 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
_root.player._x = 225.75;
_root.player._y = 216.6;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
movieClip 721 {
}
movieClip 722 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlRedhead1JuiceStrawberryTable1JuiceStrawberryOrder = 1;
_root.table1.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('waiting');
}
}
button 725 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlRedhead1JuiceStrawberryTable1JuiceStrawberryOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlRedhead1JuiceStrawberryTable1JuiceStrawberryOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('action');
_root.table1.guestGirlRedhead1JuiceStrawberryTable1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 727 {
frame 680 {
_root.table1.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('mad');
}
frame 1020 {
_root.table1Occupied = 0;
_root.guestGirlRedhead1JuiceStrawberryTable1JuiceStrawberryOrder = 0;
_root.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 729 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlRedhead1JuiceStrawberryTable1JuiceStrawberryOrder == 1) {
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlRedhead1JuiceStrawberryTable1JuiceStrawberryOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('action');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 744 {
frame 100 {
_root.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 745 {
frame 1 {
stop();
}
instance of movieClip 722 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 727 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 744 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 754 {
}
movieClip 756 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony1JuiceOrangeTable1JuiceOrangeOrder = 1;
_root.table1.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('waiting');
}
}
button 760 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlEbony1JuiceOrangeTable1JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlEbony1JuiceOrangeTable1JuiceOrangeOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('action');
_root.table1.guestGirlEbony1JuiceOrangeTable1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 762 {
frame 680 {
_root.table1.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('mad');
}
frame 1020 {
_root.table1Occupied = 0;
_root.guestGirlEbony1JuiceOrangeTable1JuiceOrangeOrder = 0;
_root.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
movieClip 770 {
}
button 772 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlEbony1JuiceOrangeTable1JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlEbony1JuiceOrangeTable1JuiceOrangeOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('action');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 801 {
frame 100 {
_root.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 802 {
frame 1 {
stop();
}
instance of movieClip 756 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 762 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 801 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 807 {
}
movieClip 809 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette2SausageTable1SausageOrder = 1;
_root.table1.guestBoyBrunette2SausageTable1.gotoAndStop('waiting');
}
}
button 812 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestBoyBrunette2SausageTable1SausageOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestBoyBrunette2SausageTable1SausageOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBrunette2SausageTable1.gotoAndStop('action');
_root.table1.guestBoyBrunette2SausageTable1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 814 {
frame 680 {
_root.table1.guestBoyBrunette2SausageTable1.gotoAndStop('mad');
}
frame 1020 {
_root.table1Occupied = 0;
_root.guestBoyBrunette2SausageTable1SausageOrder = 0;
_root.guestBoyBrunette2SausageTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 817 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestBoyBrunette2SausageTable1SausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestBoyBrunette2SausageTable1SausageOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBrunette2SausageTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 848 {
frame 100 {
_root.guestBoyBrunette2SausageTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 849 {
frame 1 {
stop();
}
instance of movieClip 809 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 814 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 848 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 851 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette1BreadSausageTable1BreadSausageOrder = 1;
_root.table1.guestBoyBrunette1BreadSausageTable1.gotoAndStop('waiting');
}
}
button 853 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadSausageCooked == 1 & _root.guestBoyBrunette1BreadSausageTable1BreadSausageOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadSausageCooked = 0;
_root.guestBoyBrunette1BreadSausageTable1BreadSausageOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBrunette1BreadSausageTable1.gotoAndStop('action');
_root.table1.guestBoyBrunette1BreadSausageTable1.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 855 {
frame 680 {
_root.table1.guestBoyBrunette1BreadSausageTable1.gotoAndStop('mad');
}
frame 1020 {
_root.table1Occupied = 0;
_root.guestBoyBrunette1BreadSausageTable1BreadSausageOrder = 0;
_root.guestBoyBrunette1BreadSausageTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 857 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadSausageCooked == 1 & _root.guestBoyBrunette1BreadSausageTable1BreadSausageOrder == 1) {
_root.handfull = 0;
_root.playerBreadSausageCooked = 0;
_root.guestBoyBrunette1BreadSausageTable1BreadSausageOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBrunette1BreadSausageTable1.gotoAndStop('action');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 874 {
frame 100 {
_root.guestBoyBrunette1BreadSausageTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 875 {
frame 1 {
stop();
}
instance of movieClip 851 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 855 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 874 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 877 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlAsian1FrenchfriesTable1FrenchfriesOrder = 1;
_root.table1.guestGirlAsian1FrenchfriesTable1.gotoAndStop('waiting');
}
}
button 879 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlAsian1FrenchfriesTable1FrenchfriesOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlAsian1FrenchfriesTable1FrenchfriesOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlAsian1FrenchfriesTable1.gotoAndStop('action');
_root.table1.guestGirlAsian1FrenchfriesTable1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 881 {
frame 680 {
_root.table1.guestGirlAsian1FrenchfriesTable1.gotoAndStop('mad');
}
frame 1020 {
_root.table1Occupied = 0;
_root.guestGirlAsian1FrenchfriesTable1FrenchfriesOrder = 0;
_root.guestGirlAsian1FrenchfriesTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 883 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlAsian1FrenchfriesTable1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlAsian1FrenchfriesTable1FrenchfriesOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlAsian1FrenchfriesTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 899 {
frame 100 {
_root.guestGirlAsian1FrenchfriesTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 900 {
frame 1 {
stop();
}
instance of movieClip 877 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 901 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
button 903 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
_root.player._x = 402.7;
_root.player._y = 126.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
movieClip 906 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlRedhead1JuiceStrawberryTable2JuiceStrawberryOrder = 1;
_root.table2.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('waiting');
}
}
button 907 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlRedhead1JuiceStrawberryTable2JuiceStrawberryOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlRedhead1JuiceStrawberryTable2JuiceStrawberryOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('action');
_root.table2.guestGirlRedhead1JuiceStrawberryTable2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 909 {
frame 680 {
_root.table2.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('mad');
}
frame 1020 {
_root.table2Occupied = 0;
_root.guestGirlRedhead1JuiceStrawberryTable2JuiceStrawberryOrder = 0;
_root.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 910 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlRedhead1JuiceStrawberryTable2JuiceStrawberryOrder == 1) {
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlRedhead1JuiceStrawberryTable2JuiceStrawberryOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('action');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 925 {
frame 100 {
_root.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 926 {
frame 1 {
stop();
}
instance of movieClip 906 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 909 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 925 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 929 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony1SausageTable1SausageOrder = 1;
_root.table2.guestGirlEbony1SausageTable1.gotoAndStop('waiting');
}
}
button 933 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestGirlEbony1SausageTable1SausageOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestGirlEbony1SausageTable1SausageOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlEbony1SausageTable1.gotoAndStop('action');
_root.table2.guestGirlEbony1SausageTable1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 935 {
frame 680 {
_root.table2.guestGirlEbony1SausageTable1.gotoAndStop('mad');
}
frame 1020 {
_root.table2Occupied = 0;
_root.guestGirlEbony1SausageTable1SausageOrder = 0;
_root.guestGirlEbony1SausageTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 939 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestGirlEbony1SausageTable1SausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestGirlEbony1SausageTable1SausageOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlEbony1SausageTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 970 {
frame 100 {
_root.guestGirlEbony1SausageTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 971 {
frame 1 {
stop();
}
instance of movieClip 929 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 935 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 970 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 980 {
}
movieClip 982 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlOld1BreadMeatTable1BreadMeatOrder = 1;
_root.table2.guestGirlOld1BreadMeatTable1.gotoAndStop('waiting');
}
}
button 985 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadMeatCooked == 1 & _root.guestGirlOld1BreadMeatTable1BreadMeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadMeatCooked = 0;
_root.guestGirlOld1BreadMeatTable1BreadMeatOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlOld1BreadMeatTable1.gotoAndStop('action');
_root.table2.guestGirlOld1BreadMeatTable1.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 987 {
frame 680 {
_root.table2.guestGirlOld1BreadMeatTable1.gotoAndStop('mad');
}
frame 1020 {
_root.table2Occupied = 0;
_root.guestGirlOld1BreadMeatTable1BreadMeatOrder = 0;
_root.guestGirlOld1BreadMeatTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
movieClip 992 {
}
button 994 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadMeatCooked == 1 & _root.guestGirlOld1BreadMeatTable1BreadMeatOrder == 1) {
_root.handfull = 0;
_root.playerBreadMeatCooked = 0;
_root.guestGirlOld1BreadMeatTable1BreadMeatOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlOld1BreadMeatTable1.gotoAndStop('action');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 1025 {
frame 100 {
_root.guestGirlOld1BreadMeatTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 1026 {
frame 1 {
stop();
}
instance of movieClip 982 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 987 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1025 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1029 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony1JuiceOrangeTable2JuiceOrangeOrder = 1;
_root.table2.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('waiting');
}
}
button 1030 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlEbony1JuiceOrangeTable2JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlEbony1JuiceOrangeTable2JuiceOrangeOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('action');
_root.table2.guestGirlEbony1JuiceOrangeTable2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 1032 {
frame 680 {
_root.table2.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('mad');
}
frame 1020 {
_root.table2Occupied = 0;
_root.guestGirlEbony1JuiceOrangeTable2JuiceOrangeOrder = 0;
_root.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 1033 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlEbony1JuiceOrangeTable2JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlEbony1JuiceOrangeTable2JuiceOrangeOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('action');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 1062 {
frame 100 {
_root.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 1063 {
frame 1 {
stop();
}
instance of movieClip 1029 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1032 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1062 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1066 {
}
movieClip 1068 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde1FrenchfriesTable1FrenchfriesOrder = 1;
_root.table2.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('waiting');
}
}
button 1071 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestBoyBlonde1FrenchfriesTable1FrenchfriesOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestBoyBlonde1FrenchfriesTable1FrenchfriesOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('action');
_root.table2.guestBoyBlonde1FrenchfriesTable1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 1073 {
frame 680 {
_root.table2.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('mad');
}
frame 1020 {
_root.table2Occupied = 0;
_root.guestBoyBlonde1FrenchfriesTable1FrenchfriesOrder = 0;
_root.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
movieClip 1080 {
}
button 1082 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestBoyBlonde1FrenchfriesTable1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestBoyBlonde1FrenchfriesTable1FrenchfriesOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 1112 {
frame 100 {
_root.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 1113 {
frame 1 {
stop();
}
instance of movieClip 1068 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1073 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1112 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1114 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1117 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlRedhead1MeatTray1MeatOrder = 1;
_root.guestLine1.guestGirlRedhead1MeatTray1.gotoAndStop('waiting');
}
}
button 1119 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestGirlRedhead1MeatTray1MeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestGirlRedhead1MeatTray1MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlRedhead1MeatTray1.gotoAndStop('happy');
_root.guestGirlRedhead1MeatTray1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1121 {
frame 680 {
_root.guestLine1.guestGirlRedhead1MeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine1Occupied = 0;
_root.guestGirlRedhead1MeatTray1MeatOrder = 0;
_root.guestGirlRedhead1MeatTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1123 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestGirlRedhead1MeatTray1MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestGirlRedhead1MeatTray1MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlRedhead1MeatTray1.gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1124 {
frame 1 {
stop();
}
instance of movieClip 1117 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1134 {
}
movieClip 1136 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBlonde1JuiceOrangeTray1JuiceOrangeOrder = 1;
_root.guestLine1.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop('waiting');
}
}
button 1139 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBlonde1JuiceOrangeTray1JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBlonde1JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop('happy');
_root.guestGirlBlonde1JuiceOrangeTray1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1141 {
frame 680 {
_root.guestLine1.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine1Occupied = 0;
_root.guestGirlBlonde1JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
movieClip 1147 {
}
button 1148 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBlonde1JuiceOrangeTray1JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBlonde1JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1149 {
frame 1 {
stop();
}
instance of movieClip 1136 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1153 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette2BreadMeatTray1BreadMeatOrder = 1;
_root.guestLine1.guestBoyBrunette2BreadMeatTray1.gotoAndStop('waiting');
}
}
button 1156 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadMeatCooked == 1 & _root.guestBoyBrunette2BreadMeatTray1BreadMeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadMeatCooked = 0;
_root.guestBoyBrunette2BreadMeatTray1BreadMeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette2BreadMeatTray1.gotoAndStop('happy');
_root.guestBoyBrunette2BreadMeatTray1.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1158 {
frame 680 {
_root.guestLine1.guestBoyBrunette2BreadMeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette2BreadMeatTray1BreadMeatOrder = 0;
_root.guestBoyBrunette2BreadMeatTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1161 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadMeatCooked == 1 & _root.guestBoyBrunette2BreadMeatTray1BreadMeatOrder == 1) {
_root.handfull = 0;
_root.playerBreadMeatCooked = 0;
_root.guestBoyBrunette2BreadMeatTray1BreadMeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette2BreadMeatTray1.gotoAndStop('happy');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1162 {
frame 1 {
stop();
}
instance of movieClip 1153 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1166 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBlonde1MeatTray1MeatOrder = 1;
_root.guestLine1.guestGirlBlonde1MeatTray1.gotoAndStop('waiting');
}
}
button 1167 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestGirlBlonde1MeatTray1MeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestGirlBlonde1MeatTray1MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBlonde1MeatTray1.gotoAndStop('happy');
_root.guestGirlBlonde1MeatTray1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1169 {
frame 680 {
_root.guestLine1.guestGirlBlonde1MeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine1Occupied = 0;
_root.guestGirlBlonde1MeatTray1MeatOrder = 0;
_root.guestGirlBlonde1MeatTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1170 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestGirlBlonde1MeatTray1MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestGirlBlonde1MeatTray1MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBlonde1MeatTray1.gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1171 {
frame 1 {
stop();
}
instance of movieClip 1166 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1174 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette1IcecreamTray1IcecreamOrder = 1;
_root.guestLine1.guestBoyBrunette1IcecreamTray1.gotoAndStop('waiting');
}
}
button 1175 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBrunette1IcecreamTray1IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBrunette1IcecreamTray1IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette1IcecreamTray1.gotoAndStop('happy');
_root.guestBoyBrunette1IcecreamTray1.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1177 {
frame 680 {
_root.guestLine1.guestBoyBrunette1IcecreamTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette1IcecreamTray1IcecreamOrder = 0;
_root.guestBoyBrunette1IcecreamTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1179 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBrunette1IcecreamTray1IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBrunette1IcecreamTray1IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette1IcecreamTray1.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1180 {
frame 1 {
stop();
}
instance of movieClip 1174 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1184 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBlonde1JuiceOrangeTray2JuiceOrangeOrder = 1;
_root.guestLine1.guestGirlBlonde1JuiceOrangeTray2.gotoAndStop('waiting');
}
}
button 1185 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBlonde1JuiceOrangeTray2JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBlonde1JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBlonde1JuiceOrangeTray2.gotoAndStop('happy');
_root.guestGirlBlonde1JuiceOrangeTray2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1187 {
frame 680 {
_root.guestLine1.guestGirlBlonde1JuiceOrangeTray2.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine1Occupied = 0;
_root.guestGirlBlonde1JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.guestGirlBlonde1JuiceOrangeTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1188 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBlonde1JuiceOrangeTray2JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBlonde1JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBlonde1JuiceOrangeTray2.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1189 {
frame 1 {
stop();
}
instance of movieClip 1184 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1192 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlAsian1JuiceStrawberryTray1JuiceStrawberryOrder = 1;
_root.guestLine1.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop('waiting');
}
}
button 1194 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlAsian1JuiceStrawberryTray1JuiceStrawberryOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlAsian1JuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop('happy');
_root.guestGirlAsian1JuiceStrawberryTray1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1196 {
frame 680 {
_root.guestLine1.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine1Occupied = 0;
_root.guestGirlAsian1JuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1198 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlAsian1JuiceStrawberryTray1JuiceStrawberryOrder == 1) {
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlAsian1JuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1199 {
frame 1 {
stop();
}
instance of movieClip 1192 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1209 {
}
movieClip 1213 {
}
movieClip 1214 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1FrenchfriesOrder = 1;
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('waiting');
}
}
button 1217 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1FrenchfriesOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('order');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 1219 {
frame 680 {
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1FrenchfriesOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
movieClip 1226 {
}
button 1227 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1FrenchfriesOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('order');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 1230 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1JuiceOrangeOrder = 1;
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('waiting2');
}
}
button 1231 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('happy');
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.hearbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1233 {
frame 680 {
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('mad2');
}
frame 1020 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1JuiceOrangeOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1234 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1235 {
frame 1 {
stop();
}
instance of movieClip 1214 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1219 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1230 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 1233 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
}
movieClip 1240 {
}
movieClip 1244 {
}
movieClip 1245 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette3ShrimpTray1ShrimpOrder = 1;
_root.guestLine1.guestBoyBrunette3ShrimpTray1.gotoAndStop('waiting');
}
}
button 1248 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.guestBoyBrunette3ShrimpTray1ShrimpOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.guestBoyBrunette3ShrimpTray1ShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette3ShrimpTray1.gotoAndStop('happy');
_root.guestBoyBrunette3ShrimpTray1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1250 {
frame 660 {
_root.guestLine1.guestBoyBrunette3ShrimpTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette3ShrimpTray1ShrimpOrder = 0;
_root.guestBoyBrunette3ShrimpTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1253 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.guestBoyBrunette3ShrimpTray1ShrimpOrder == 1) {
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.guestBoyBrunette3ShrimpTray1ShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette3ShrimpTray1.gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1254 {
frame 1 {
stop();
}
instance of movieClip 1245 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1258 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette2JuiceOrangeTray1JuiceOrangeOrder = 1;
_root.guestLine1.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop('waiting');
}
}
button 1259 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestBoyBrunette2JuiceOrangeTray1JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestBoyBrunette2JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop('happy');
_root.guestBoyBrunette2JuiceOrangeTray1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1261 {
frame 660 {
_root.guestLine1.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette2JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1262 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestBoyBrunette2JuiceOrangeTray1JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestBoyBrunette2JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1263 {
frame 1 {
stop();
}
instance of movieClip 1258 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1261 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
}
movieClip 1273 {
}
movieClip 1275 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlAsian2BreadSausageTray1BreadSausageOrder = 1;
_root.guestLine1.guestGirlAsian2BreadSausageTray1.gotoAndStop('waiting');
}
}
button 1278 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadSausageCooked == 1 & _root.guestGirlAsian2BreadSausageTray1BreadSausageOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadSausageCooked = 0;
_root.guestGirlAsian2BreadSausageTray1BreadSausageOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlAsian2BreadSausageTray1.gotoAndStop('happy');
_root.guestGirlAsian2BreadSausageTray1.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1280 {
frame 660 {
_root.guestLine1.guestGirlAsian2BreadSausageTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine1Occupied = 0;
_root.guestGirlAsian2BreadSausageTray1BreadSausageOrder = 0;
_root.guestGirlAsian2BreadSausageTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1283 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadSausageCooked == 1 & _root.guestGirlAsian2BreadSausageTray1BreadSausageOrder == 1) {
_root.handfull = 0;
_root.playerBreadSausageCooked = 0;
_root.guestGirlAsian2BreadSausageTray1BreadSausageOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlAsian2BreadSausageTray1.gotoAndStop('happy');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1284 {
frame 1 {
stop();
}
instance of movieClip 1275 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1288 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlOld1BreadShrimpTray1BreadShrimpOrder = 1;
_root.guestLine1.guestGirlOld1BreadShrimpTray1.gotoAndStop('waiting');
}
}
button 1291 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlOld1BreadShrimpTray1BreadShrimpOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlOld1BreadShrimpTray1BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlOld1BreadShrimpTray1.gotoAndStop('happy');
_root.guestGirlOld1BreadShrimpTray1.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1293 {
frame 660 {
_root.guestLine1.guestGirlOld1BreadShrimpTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine1Occupied = 0;
_root.guestGirlOld1BreadShrimpTray1BreadShrimpOrder = 0;
_root.guestGirlOld1BreadShrimpTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
movieClip 1298 {
}
button 1299 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlOld1BreadShrimpTray1BreadShrimpOrder == 1) {
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlOld1BreadShrimpTray1BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlOld1BreadShrimpTray1.gotoAndStop('happy');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1300 {
frame 1 {
stop();
}
instance of movieClip 1288 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1310 {
}
movieClip 1312 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette2JuiceOrangeTray1JuiceOrangeOrder = 1;
_root.guestLine1.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('waiting');
}
}
button 1315 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBrunette2JuiceOrangeTray1JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBrunette2JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('happy');
_root.guestGirlBrunette2JuiceOrangeTray1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1317 {
frame 660 {
_root.guestLine1.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette2JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1320 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBrunette2JuiceOrangeTray1JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBrunette2JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1321 {
frame 1 {
stop();
}
instance of movieClip 1312 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1317 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
}
movieClip 1331 {
}
movieClip 1333 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony2BreadShrimpTray1BreadShrimpOrder = 1;
_root.guestLine1.guestGirlEbony2BreadShrimpTray1.gotoAndStop('waiting');
}
}
button 1336 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlEbony2BreadShrimpTray1BreadShrimpOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlEbony2BreadShrimpTray1BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlEbony2BreadShrimpTray1.gotoAndStop('happy');
_root.guestGirlEbony2BreadShrimpTray1.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1338 {
frame 660 {
_root.guestLine1.guestGirlEbony2BreadShrimpTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine1Occupied = 0;
_root.guestGirlEbony2BreadShrimpTray1BreadShrimpOrder = 0;
_root.guestGirlEbony2BreadShrimpTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1339 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlEbony2BreadShrimpTray1BreadShrimpOrder == 1) {
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlEbony2BreadShrimpTray1BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlEbony2BreadShrimpTray1.gotoAndStop('happy');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1340 {
frame 1 {
stop();
}
instance of movieClip 1333 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1344 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette2IcecreamTray2IcecreamOrder = 1;
_root.guestLine1.guestGirlBrunette2IcecreamTray2.gotoAndStop('waiting');
}
}
button 1347 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlBrunette2IcecreamTray2IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlBrunette2IcecreamTray2IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2IcecreamTray2.gotoAndStop('happy');
_root.guestGirlBrunette2IcecreamTray2.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1349 {
frame 660 {
_root.guestLine1.guestGirlBrunette2IcecreamTray2.gotoAndStop('mad');
}
frame 980 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette2IcecreamTray2IcecreamOrder = 0;
_root.guestGirlBrunette2IcecreamTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1352 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlBrunette2IcecreamTray2IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlBrunette2IcecreamTray2IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2IcecreamTray2.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1353 {
frame 1 {
stop();
}
instance of movieClip 1344 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1363 {
}
movieClip 1365 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlackhair1IcecreamTray1IcecreamOrder = 1;
_root.guestLine1.guestBoyBlackhair1IcecreamTray1.gotoAndStop('waiting');
}
}
button 1368 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBlackhair1IcecreamTray1IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBlackhair1IcecreamTray1IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlackhair1IcecreamTray1.gotoAndStop('happy');
_root.guestBoyBlackhair1IcecreamTray1.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1370 {
frame 680 {
_root.guestLine1.guestBoyBlackhair1IcecreamTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine1Occupied = 0;
_root.guestBoyBlackhair1IcecreamTray1IcecreamOrder = 0;
_root.guestBoyBlackhair1IcecreamTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
movieClip 1375 {
}
button 1376 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBlackhair1IcecreamTray1IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBlackhair1IcecreamTray1IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlackhair1IcecreamTray1.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1377 {
frame 1 {
stop();
}
instance of movieClip 1365 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1381 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1BreadShrimpOrder = 1;
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('waiting');
}
}
button 1382 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1BreadShrimpOrder == 1) {
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('order');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 1384 {
frame 640 {
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('mad');
}
frame 960 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1BreadShrimpOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1385 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBrunette2JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1388 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1JuiceStrawberryOrder = 1;
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('waiting2');
}
}
button 1389 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1JuiceStrawberryOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('happy');
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.hearbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1391 {
frame 640 {
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('mad2');
}
frame 960 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1392 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1JuiceStrawberryOrder == 1) {
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1393 {
frame 1 {
stop();
}
instance of movieClip 1381 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1384 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1388 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 1391 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
}
movieClip 1397 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2FrenchfriesOrder = 1;
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('waiting');
}
}
button 1398 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2FrenchfriesOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('order');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 1400 {
frame 640 {
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('mad');
}
frame 960 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2FrenchfriesOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1401 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2FrenchfriesOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('order');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 1404 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2JuiceOrangeOrder = 1;
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('waiting2');
}
}
button 1405 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('happy');
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.hearbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1407 {
frame 640 {
_root.guestLine1.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('mad2');
}
frame 960 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2JuiceOrangeOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1408 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1409 {
frame 1 {
stop();
}
instance of movieClip 1397 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1400 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1404 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 1407 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
}
movieClip 1413 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette2JuiceOrangeTray2JuiceOrangeOrder = 1;
_root.guestLine1.guestBoyBrunette2JuiceOrangeTray2.gotoAndStop('waiting');
}
}
button 1414 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestBoyBrunette2JuiceOrangeTray2JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestBoyBrunette2JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette2JuiceOrangeTray2.gotoAndStop('happy');
_root.guestBoyBrunette2JuiceOrangeTray2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1416 {
frame 640 {
_root.guestLine1.guestBoyBrunette2JuiceOrangeTray2.gotoAndStop('mad');
}
frame 960 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette2JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.guestBoyBrunette2JuiceOrangeTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1417 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestBoyBrunette2JuiceOrangeTray2JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestBoyBrunette2JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette2JuiceOrangeTray2.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1418 {
frame 1 {
stop();
}
instance of movieClip 1413 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1416 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
}
movieClip 1422 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlAsian2BreadSausageTray2BreadSausageOrder = 1;
_root.guestLine1.guestGirlAsian2BreadSausageTray2.gotoAndStop('waiting');
}
}
button 1423 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadSausageCooked == 1 & _root.guestGirlAsian2BreadSausageTray2BreadSausageOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadSausageCooked = 0;
_root.guestGirlAsian2BreadSausageTray2BreadSausageOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlAsian2BreadSausageTray2.gotoAndStop('happy');
_root.guestGirlAsian2BreadSausageTray2.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1425 {
frame 640 {
_root.guestLine1.guestGirlAsian2BreadSausageTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine1Occupied = 0;
_root.guestGirlAsian2BreadSausageTray2BreadSausageOrder = 0;
_root.guestGirlAsian2BreadSausageTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1426 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadSausageCooked == 1 & _root.guestGirlAsian2BreadSausageTray2BreadSausageOrder == 1) {
_root.handfull = 0;
_root.playerBreadSausageCooked = 0;
_root.guestGirlAsian2BreadSausageTray2BreadSausageOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlAsian2BreadSausageTray2.gotoAndStop('happy');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1427 {
frame 1 {
stop();
}
instance of movieClip 1422 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1430 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde2JuiceGrapeTray2JuiceGrapeOrder = 1;
_root.guestLine1.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop('waiting');
}
}
button 1432 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyBlonde2JuiceGrapeTray2JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyBlonde2JuiceGrapeTray2JuiceGrapeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop('happy');
_root.guestBoyBlonde2JuiceGrapeTray2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1434 {
frame 640 {
_root.guestLine1.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine1Occupied = 0;
_root.guestBoyBlonde2JuiceGrapeTray2JuiceGrapeOrder = 0;
_root.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
movieClip 1437 {
}
button 1438 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyBlonde2JuiceGrapeTray2JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyBlonde2JuiceGrapeTray2JuiceGrapeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1439 {
frame 1 {
stop();
}
instance of movieClip 1430 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1443 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette2JuiceOrangeTray2JuiceOrangeOrder = 1;
_root.guestLine1.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop('waiting');
}
}
button 1444 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBrunette2JuiceOrangeTray2JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBrunette2JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop('happy');
_root.guestGirlBrunette2JuiceOrangeTray2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1446 {
frame 640 {
_root.guestLine1.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette2JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1447 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlBrunette2JuiceOrangeTray2JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlBrunette2JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1448 {
frame 1 {
stop();
}
instance of movieClip 1443 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1446 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
}
movieClip 1452 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlackhair1IcecreamTray2IcecreamOrder = 1;
_root.guestLine1.guestBoyBlackhair1IcecreamTray2.gotoAndStop('waiting');
}
}
button 1453 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBlackhair1IcecreamTray2IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBlackhair1IcecreamTray2IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlackhair1IcecreamTray2.gotoAndStop('happy');
_root.guestBoyBlackhair1IcecreamTray2.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1455 {
frame 640 {
_root.guestLine1.guestBoyBlackhair1IcecreamTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine1Occupied = 0;
_root.guestBoyBlackhair1IcecreamTray2IcecreamOrder = 0;
_root.guestBoyBlackhair1IcecreamTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1456 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBlackhair1IcecreamTray2IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBlackhair1IcecreamTray2IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlackhair1IcecreamTray2.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1457 {
frame 1 {
stop();
}
instance of movieClip 1452 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1464 {
}
movieClip 1465 {
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyAsian1JuiceGrapeTray2JuiceGrapeOrder = 1;
_root.guestLine1.guestBoyAsian1JuiceGrapeTray2.gotoAndStop('waiting');
}
}
button 1466 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyAsian1JuiceGrapeTray2JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyAsian1JuiceGrapeTray2JuiceGrapeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyAsian1JuiceGrapeTray2.gotoAndStop('happy');
_root.guestBoyAsian1JuiceGrapeTray2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1468 {
frame 640 {
_root.guestLine1.guestBoyAsian1JuiceGrapeTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine1Occupied = 0;
_root.guestBoyAsian1JuiceGrapeTray2JuiceGrapeOrder = 0;
_root.guestBoyAsian1JuiceGrapeTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1470 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyAsian1JuiceGrapeTray2JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyAsian1JuiceGrapeTray2JuiceGrapeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyAsian1JuiceGrapeTray2.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1471 {
frame 1 {
stop();
}
instance of movieClip 1465 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1468 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
}
movieClip 1475 {
}
movieClip 1477 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyEbony1IcecreamTray2IcecreamOrder = 1;
_root.guestLine1.guestBoyEbony1IcecreamTray2.gotoAndStop('waiting');
}
}
button 1480 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyEbony1IcecreamTray2IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyEbony1IcecreamTray2IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyEbony1IcecreamTray2.gotoAndStop('happy');
_root.guestBoyEbony1IcecreamTray2.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1482 {
frame 640 {
_root.guestLine1.guestBoyEbony1IcecreamTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine1Occupied = 0;
_root.guestBoyEbony1IcecreamTray2IcecreamOrder = 0;
_root.guestBoyEbony1IcecreamTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1485 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyEbony1IcecreamTray2IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyEbony1IcecreamTray2IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyEbony1IcecreamTray2.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1486 {
frame 1 {
stop();
}
instance of movieClip 1477 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1490 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2BreadShrimpOrder = 1;
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('waiting');
}
}
button 1491 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2BreadShrimpOrder == 1) {
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('order');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 1493 {
frame 640 {
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2BreadShrimpOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1494 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2BreadShrimpOrder == 1) {
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('order');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 1497 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2JuiceStrawberryOrder = 1;
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('waiting2');
}
}
button 1498 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2JuiceStrawberryOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2JuiceStrawberryOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('happy');
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.hearbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1500 {
frame 640 {
_root.guestLine1.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('mad2');
}
frame 940 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2JuiceStrawberryOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1501 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2JuiceStrawberryOrder == 1) {
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2JuiceStrawberryOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1502 {
frame 1 {
stop();
}
instance of movieClip 1490 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1493 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1497 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 1500 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
}
movieClip 1506 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde1BreadMeatTray3BreadMeatOrder = 1;
_root.guestLine1.guestBoyBlonde1BreadMeatTray3.gotoAndStop('waiting');
}
}
button 1509 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadMeatCooked == 1 & _root.guestBoyBlonde1BreadMeatTray3BreadMeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadMeatCooked = 0;
_root.guestBoyBlonde1BreadMeatTray3BreadMeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde1BreadMeatTray3.gotoAndStop('happy');
_root.guestBoyBlonde1BreadMeatTray3.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1511 {
frame 640 {
_root.guestLine1.guestBoyBlonde1BreadMeatTray3.gotoAndStop('mad');
}
frame 940 {
_root.guestLine1Occupied = 0;
_root.guestBoyBlonde1BreadMeatTray3BreadMeatOrder = 0;
_root.guestBoyBlonde1BreadMeatTray3.gotoAndStop('leave');
_root.guestLine1.gotoAndStop(1);
}
}
button 1514 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadMeatCooked == 1 & _root.guestBoyBlonde1BreadMeatTray3BreadMeatOrder == 1) {
_root.handfull = 0;
_root.playerBreadMeatCooked = 0;
_root.guestBoyBlonde1BreadMeatTray3BreadMeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde1BreadMeatTray3.gotoAndStop('happy');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine1.gotoAndStop(1);
}
}
}
}
}
movieClip 1515 {
frame 1 {
stop();
}
instance of movieClip 1506 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1516 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
}
movieClip 1519 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette1MeatTray1MeatOrder = 1;
_root.guestLine2.guestBoyBrunette1MeatTray1.gotoAndStop('waiting');
}
}
button 1520 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBrunette1MeatTray1MeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBrunette1MeatTray1MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette1MeatTray1.gotoAndStop('happy');
_root.guestBoyBrunette1MeatTray1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1522 {
frame 680 {
_root.guestLine2.guestBoyBrunette1MeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine2Occupied = 0;
_root.guestBoyBrunette1MeatTray1MeatOrder = 0;
_root.guestBoyBrunette1MeatTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1523 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBrunette1MeatTray1MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBrunette1MeatTray1MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette1MeatTray1.gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1524 {
frame 1 {
stop();
}
instance of movieClip 1519 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1528 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde1MeatTray1MeatOrder = 1;
_root.guestLine2.guestBoyBlonde1MeatTray1.gotoAndStop('waiting');
}
}
button 1529 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBlonde1MeatTray1MeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBlonde1MeatTray1MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde1MeatTray1.gotoAndStop('happy');
_root.guestBoyBlonde1MeatTray1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1531 {
frame 680 {
_root.guestLine2.guestBoyBlonde1MeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde1MeatTray1MeatOrder = 0;
_root.guestBoyBlonde1MeatTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1532 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBlonde1MeatTray1MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBlonde1MeatTray1MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde1MeatTray1.gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1533 {
frame 1 {
stop();
}
instance of movieClip 1528 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1537 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde1BreadMeatTray1BreadMeatOrder = 1;
_root.guestLine2.guestBoyBlonde1BreadMeatTray1.gotoAndStop('waiting');
}
}
button 1538 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadMeatCooked == 1 & _root.guestBoyBlonde1BreadMeatTray1BreadMeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadMeatCooked = 0;
_root.guestBoyBlonde1BreadMeatTray1BreadMeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde1BreadMeatTray1.gotoAndStop('happy');
_root.guestBoyBlonde1BreadMeatTray1.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1540 {
frame 680 {
_root.guestLine2.guestBoyBlonde1BreadMeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde1BreadMeatTray1BreadMeatOrder = 0;
_root.guestBoyBlonde1BreadMeatTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1541 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadMeatCooked == 1 & _root.guestBoyBlonde1BreadMeatTray1BreadMeatOrder == 1) {
_root.handfull = 0;
_root.playerBreadMeatCooked = 0;
_root.guestBoyBlonde1BreadMeatTray1BreadMeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde1BreadMeatTray1.gotoAndStop('happy');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1542 {
frame 1 {
stop();
}
instance of movieClip 1537 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1546 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette1IcecreamTray1IcecreamOrder = 1;
_root.guestLine2.guestGirlBrunette1IcecreamTray1.gotoAndStop('waiting');
}
}
button 1547 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlBrunette1IcecreamTray1IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlBrunette1IcecreamTray1IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette1IcecreamTray1.gotoAndStop('happy');
_root.guestGirlBrunette1IcecreamTray1.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1549 {
frame 680 {
_root.guestLine2.guestGirlBrunette1IcecreamTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette1IcecreamTray1IcecreamOrder = 0;
_root.guestGirlBrunette1IcecreamTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1550 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlBrunette1IcecreamTray1IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlBrunette1IcecreamTray1IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette1IcecreamTray1.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1551 {
frame 1 {
stop();
}
instance of movieClip 1546 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1555 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde1MeatTray2MeatOrder = 1;
_root.guestLine2.guestBoyBlonde1MeatTray2.gotoAndStop('waiting');
}
}
button 1556 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBlonde1MeatTray2MeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBlonde1MeatTray2MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde1MeatTray2.gotoAndStop('happy');
_root.guestBoyBlonde1MeatTray2.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1558 {
frame 680 {
_root.guestLine2.guestBoyBlonde1MeatTray2.gotoAndStop('mad');
}
frame 1020 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde1MeatTray2MeatOrder = 0;
_root.guestBoyBlonde1MeatTray2.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1559 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBlonde1MeatTray2MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBlonde1MeatTray2MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde1MeatTray2.gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1560 {
frame 1 {
stop();
}
instance of movieClip 1555 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1564 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette2IcecreamTray1IcecreamOrder = 1;
_root.guestLine2.guestGirlBrunette2IcecreamTray1.gotoAndStop('waiting');
}
}
button 1565 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlBrunette2IcecreamTray1IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlBrunette2IcecreamTray1IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2IcecreamTray1.gotoAndStop('happy');
_root.guestGirlBrunette2IcecreamTray1.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1567 {
frame 660 {
_root.guestLine2.guestGirlBrunette2IcecreamTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette2IcecreamTray1IcecreamOrder = 0;
_root.guestGirlBrunette2IcecreamTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1568 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlBrunette2IcecreamTray1IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlBrunette2IcecreamTray1IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2IcecreamTray1.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1569 {
frame 1 {
stop();
}
instance of movieClip 1564 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1573 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette1IcecreamTray2IcecreamOrder = 1;
_root.guestLine2.guestGirlBrunette1IcecreamTray2.gotoAndStop('waiting');
}
}
button 1574 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlBrunette1IcecreamTray2IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlBrunette1IcecreamTray2IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette1IcecreamTray2.gotoAndStop('happy');
_root.guestGirlBrunette1IcecreamTray2.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1576 {
frame 660 {
_root.guestLine2.guestGirlBrunette1IcecreamTray2.gotoAndStop('mad');
}
frame 980 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette1IcecreamTray2IcecreamOrder = 0;
_root.guestGirlBrunette1IcecreamTray2.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1577 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlBrunette1IcecreamTray2IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlBrunette1IcecreamTray2IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette1IcecreamTray2.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1578 {
frame 1 {
stop();
}
instance of movieClip 1573 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1581 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde2JuiceGrapeTray1JuiceGrapeOrder = 1;
_root.guestLine2.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop('waiting');
}
}
button 1582 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyBlonde2JuiceGrapeTray1JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyBlonde2JuiceGrapeTray1JuiceGrapeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop('happy');
_root.guestBoyBlonde2JuiceGrapeTray1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1584 {
frame 660 {
_root.guestLine2.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde2JuiceGrapeTray1JuiceGrapeOrder = 0;
_root.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1585 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyBlonde2JuiceGrapeTray1JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyBlonde2JuiceGrapeTray1JuiceGrapeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1586 {
frame 1 {
stop();
}
instance of movieClip 1581 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1590 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette2JuiceStrawberryTray1JuiceStrawberryOrder = 1;
_root.guestLine2.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop('waiting');
}
}
button 1591 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlBrunette2JuiceStrawberryTray1JuiceStrawberryOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlBrunette2JuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop('happy');
_root.guestGirlBrunette2JuiceStrawberryTray1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1593 {
frame 660 {
_root.guestLine2.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette2JuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1594 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlBrunette2JuiceStrawberryTray1JuiceStrawberryOrder == 1) {
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlBrunette2JuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1595 {
frame 1 {
stop();
}
instance of movieClip 1590 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1597 {
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyAsian1JuiceGrapeTray1JuiceGrapeOrder = 1;
_root.guestLine2.guestBoyAsian1JuiceGrapeTray1.gotoAndStop('waiting');
}
}
button 1598 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyAsian1JuiceGrapeTray1JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyAsian1JuiceGrapeTray1JuiceGrapeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyAsian1JuiceGrapeTray1.gotoAndStop('happy');
_root.guestBoyAsian1JuiceGrapeTray1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1600 {
frame 660 {
_root.guestLine2.guestBoyAsian1JuiceGrapeTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine2Occupied = 0;
_root.guestBoyAsian1JuiceGrapeTray1JuiceGrapeOrder = 0;
_root.guestBoyAsian1JuiceGrapeTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1601 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyAsian1JuiceGrapeTray1JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyAsian1JuiceGrapeTray1JuiceGrapeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyAsian1JuiceGrapeTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1602 {
frame 1 {
stop();
}
instance of movieClip 1597 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1600 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
}
movieClip 1605 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlRedhead1MeatTray2MeatOrder = 1;
_root.guestLine2.guestGirlRedhead1MeatTray2.gotoAndStop('waiting');
}
}
button 1606 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestGirlRedhead1MeatTray2MeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestGirlRedhead1MeatTray2MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlRedhead1MeatTray2.gotoAndStop('happy');
_root.guestGirlRedhead1MeatTray2.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1608 {
frame 660 {
_root.guestLine2.guestGirlRedhead1MeatTray2.gotoAndStop('mad');
}
frame 980 {
_root.guestLine2Occupied = 0;
_root.guestGirlRedhead1MeatTray2MeatOrder = 0;
_root.guestGirlRedhead1MeatTray2.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1609 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestGirlRedhead1MeatTray2MeatOrder == 1) {
_root.favorite += 1;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestGirlRedhead1MeatTray2MeatOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlRedhead1MeatTray2.gotoAndStop('happy');
_root.guestGirlRedhead1MeatTray2.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1610 {
frame 1 {
stop();
}
instance of movieClip 1605 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1613 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde2SausageEggTray1SausageOrder = 1;
_root.guestLine2.guestBoyBlonde2SausageEggTray1.gotoAndStop('waiting');
}
}
button 1614 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestBoyBlonde2SausageEggTray1SausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestBoyBlonde2SausageEggTray1SausageOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestLine2.guestBoyBlonde2SausageEggTray1.gotoAndStop('order');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 1616 {
frame 660 {
_root.guestLine2.guestBoyBlonde2SausageEggTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde2SausageEggTray1SausageOrder = 0;
_root.guestBoyBlonde2SausageEggTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1617 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestBoyBlonde2SausageEggTray1SausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestBoyBlonde2SausageEggTray1SausageOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestLine2.guestBoyBlonde2SausageEggTray1.gotoAndStop('order');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 1620 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde2SausageEggTray1EggOrder = 1;
_root.guestLine2.guestBoyBlonde2SausageEggTray1.gotoAndStop('waiting2');
}
}
button 1621 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerEggCooked == 1 & _root.guestBoyBlonde2SausageEggTray1EggOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerEggCooked = 0;
_root.guestBoyBlonde2SausageEggTray1EggOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde2SausageEggTray1.gotoAndStop('happy');
_root.guestBoyBlonde2SausageEggTray1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1623 {
frame 660 {
_root.guestLine2.guestBoyBlonde2SausageEggTray1.gotoAndStop('mad2');
}
frame 980 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde2SausageEggTray1EggOrder = 0;
_root.guestBoyBlonde2SausageEggTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1624 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerEggCooked == 1 & _root.guestBoyBlonde2SausageEggTray1EggOrder == 1) {
_root.handfull = 0;
_root.playerEggCooked = 0;
_root.guestBoyBlonde2SausageEggTray1EggOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBlonde2SausageEggTray1.gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1625 {
frame 1 {
stop();
}
instance of movieClip 1613 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1616 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1620 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 1623 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
}
movieClip 1629 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette3FrenchfriesTray1FrenchfriesOrder = 1;
_root.guestLine2.guestBoyBrunette3FrenchfriesTray1.gotoAndStop('waiting');
}
}
button 1630 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestBoyBrunette3FrenchfriesTray1FrenchfriesOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestBoyBrunette3FrenchfriesTray1FrenchfriesOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette3FrenchfriesTray1.gotoAndStop('happy');
_root.guestBoyBrunette3FrenchfriesTray1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1632 {
frame 660 {
_root.guestLine2.guestBoyBrunette3FrenchfriesTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine2Occupied = 0;
_root.guestBoyBrunette3FrenchfriesTray1FrenchfriesOrder = 0;
_root.guestBoyBrunette3FrenchfriesTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1633 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestBoyBrunette3FrenchfriesTray1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestBoyBrunette3FrenchfriesTray1FrenchfriesOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette3FrenchfriesTray1.gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1634 {
frame 1 {
stop();
}
instance of movieClip 1629 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1636 {
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyAsian1JuiceOrangeTray1JuiceOrangeOrder = 1;
_root.guestLine2.guestBoyAsian1JuiceOrangeTray1.gotoAndStop('waiting');
}
}
button 1637 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestBoyAsian1JuiceOrangeTray1JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestBoyAsian1JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyAsian1JuiceOrangeTray1.gotoAndStop('happy');
_root.guestBoyAsian1JuiceOrangeTray1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1639 {
frame 660 {
_root.guestLine2.guestBoyAsian1JuiceOrangeTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestLine2Occupied = 0;
_root.guestBoyAsian1JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.guestBoyAsian1JuiceOrangeTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 1640 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestBoyAsian1JuiceOrangeTray1JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestBoyAsian1JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyAsian1JuiceOrangeTray1.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 1641 {
frame 1 {
stop();
}
instance of movieClip 1636 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1639 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
}
movieClip 1642 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
}
movieClip 1646 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance counter of movieClip 1646 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.counterType1 = _root.gameData.data.counterType1Game;
_root.counterType2 = _root.gameData.data.counterType2Game;
_root.counterType3 = _root.gameData.data.counterType3Game;
if (_root.counterType1 == 1) {
this.gotoAndStop(1);
} else {
if (_root.counterType2 == 1) {
this.gotoAndStop(2);
} else {
if (_root.counterType3 == 1) {
this.gotoAndStop(3);
}
}
}
}
}
button 1648 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0 & _root.tray2Fill == 0) {
_root.tray2Fill = 1;
_root.playerCooking = 1;
_root.handfull = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.playerMeat == 1) {
_root.tray2Meat = 1;
_root.playerMeat = 0;
gotoAndStop('meat');
} else {
if (_root.playerSausage == 1) {
_root.tray2Sausage = 1;
_root.playerSausage = 0;
gotoAndStop('sausage');
} else {
if (_root.playerShrimp == 1) {
_root.tray2Shrimp = 1;
_root.playerShrimp = 0;
gotoAndStop('shrimp');
} else {
if (_root.playerPotato == 1) {
_root.tray2Potato = 1;
_root.playerPotato = 0;
gotoAndStop('potato');
} else {
if (_root.playerEgg == 1) {
_root.tray2Egg = 1;
_root.playerEgg = 0;
gotoAndStop('egg');
} else {
if (_root.playerBread == 1) {
_root.tray2Bread = 1;
_root.playerBread = 0;
gotoAndStop('bread');
} else {
if (_root.playerOrange == 1) {
_root.tray2Orange = 1;
_root.playerOrange = 0;
gotoAndStop('orange');
} else {
if (_root.playerStrawberry == 1) {
_root.tray2Strawberry = 1;
_root.playerStrawberry = 0;
gotoAndStop('strawberry');
} else {
if (_root.playerGrape == 1) {
_root.tray2Grape = 1;
_root.playerGrape = 0;
gotoAndStop('grape');
} else {
if (_root.playerIcecream == 1) {
_root.tray2Icecream = 1;
_root.playerIcecream = 0;
gotoAndStop('icecream');
} else {
if (_root.playerMeatCooked == 1) {
_root.tray2MeatCooked = 1;
_root.playerMeatCooked = 0;
gotoAndStop('meatcooked');
} else {
if (_root.playerSausageCooked == 1) {
_root.tray2SausageCooked = 1;
_root.playerSausageCooked = 0;
gotoAndStop('sausagecooked');
} else {
if (_root.playerShrimpCooked == 1) {
_root.tray2ShrimpCooked = 1;
_root.playerShrimpCooked = 0;
gotoAndStop('shrimpcooked');
} else {
if (_root.playerFrenchfries == 1) {
_root.tray2Frenchfries = 1;
_root.playerFrenchfries = 0;
gotoAndStop('frenchfries');
} else {
if (_root.playerEggCooked == 1) {
_root.tray2EggCooked = 1;
_root.playerEggCooked = 0;
gotoAndStop('eggcooked');
} else {
if (_root.playerBreadCooked == 1) {
_root.tray2BreadCooked = 1;
_root.playerBreadCooked = 0;
gotoAndStop('breadcooked');
} else {
if (_root.playerJuiceOrange == 1) {
_root.tray2JuiceOrange = 1;
_root.playerJuiceOrange = 0;
gotoAndStop('juiceorange');
} else {
if (_root.playerJuiceStrawberry == 1) {
_root.tray2JuiceStrawberry = 1;
_root.playerJuiceStrawberry = 0;
gotoAndStop('juicestrawberry');
} else {
if (_root.playerJuiceGrape == 1) {
_root.tray2JuiceGrape = 1;
_root.playerJuiceGrape = 0;
gotoAndStop('juicegrape');
} else {
if (_root.playerBreadMeatCooked == 1) {
_root.tray2BreadMeatCooked = 1;
_root.playerBreadMeatCooked = 0;
gotoAndStop('breadmeatcooked');
} else {
if (_root.playerBreadSausageCooked == 1) {
_root.tray2BreadSausageCooked = 1;
_root.playerBreadSausageCooked = 0;
gotoAndStop('breadsausagecooked');
} else {
if (_root.playerBreadShrimpCooked == 1) {
_root.tray2BreadShrimpCooked = 1;
_root.playerBreadShrimpCooked = 0;
gotoAndStop('breadshrimpcooked');
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
button 1650 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerMeat = 1;
_root.tray2Meat = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('meat');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1652 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerMeatCooked = 1;
_root.tray2MeatCooked = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('meatcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
} else {
if (_root.handfull == 1 & _root.playerCooking == 0 & _root.tray2Fill == 1 & _root.playerBreadCooked == 1) {
_root.tray2BreadMeatCooked = 1;
_root.handfull = 0;
_root.playerBreadCooked = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.tray2MeatCooked = 0;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
gotoAndStop('breadmeatcooked');
}
}
}
}
}
button 1654 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerSausage = 1;
_root.tray2Sausage = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('sausage');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1656 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerSausageCooked = 1;
_root.tray2SausageCooked = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('sausagecooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
} else {
if (_root.handfull == 1 & _root.playerCooking == 0 & _root.tray2Fill == 1 & _root.playerBreadCooked == 1) {
_root.tray2BreadSausageCooked = 1;
_root.handfull = 0;
_root.playerBreadCooked = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.tray2SausageCooked = 0;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
gotoAndStop('breadsausagecooked');
}
}
}
}
}
button 1658 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerShrimp = 1;
_root.tray2Shrimp = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('shrimp');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1660 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerShrimpCooked = 1;
_root.tray2ShrimpCooked = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('shrimpcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
} else {
if (_root.handfull == 1 & _root.playerCooking == 0 & _root.tray2Fill == 1 & _root.playerBreadCooked == 1) {
_root.tray2BreadShrimpCooked = 1;
_root.handfull = 0;
_root.playerBreadCooked = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.tray2ShrimpCooked = 0;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
gotoAndStop('breadmeatshrimp');
}
}
}
}
}
button 1662 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerPotato = 1;
_root.tray2Potato = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('potato');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1664 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerFrenchfries = 1;
_root.tray2Frenchfries = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('frenchfries');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1666 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerEgg = 1;
_root.tray2Egg = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('egg');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1668 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerEggCooked = 1;
_root.tray2EggCooked = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('eggcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1670 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerBread = 1;
_root.tray2Bread = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('bread');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1672 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerBreadCooked = 1;
_root.tray2BreadCooked = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('breadcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
} else {
if (_root.handfull == 1 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
if (_root.playerMeatCooked == 1) {
_root.tray2BreadMeatCooked = 1;
_root.tray2BreadCooked = 0;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('breadmeatcooked');
} else {
if (_root.playerSausageCooked == 1) {
_root.tray2BreadSausageCooked = 1;
_root.tray2BreadCooked = 0;
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('breadsausagecooked');
} else {
if (_root.playerShrimpCooked == 1) {
_root.tray2BreadShrimpCooked = 1;
_root.tray2BreadCooked = 0;
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('breadshrimpcooked');
}
}
}
}
}
}
}
}
button 1674 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerBreadMeatCooked = 1;
_root.tray2BreadMeatCooked = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('breadmeatcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1676 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerBreadSausageCooked = 1;
_root.tray2BreadSausageCooked = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('breadsausagecooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1678 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerBreadShrimpCooked = 1;
_root.tray2BreadShrimpCooked = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('breadshrimpcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1680 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerOrange = 1;
_root.tray2Orange = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('orange');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1682 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerStrawberry = 1;
_root.tray2Strawberry = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('strawberry');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1684 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerGrape = 1;
_root.tray2Grape = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('grape');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1686 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerJuiceOrange = 1;
_root.tray2JuiceOrange = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('juiceorange');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1688 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerJuiceStrawberry = 1;
_root.tray2JuiceStrawberry = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('juicestrawberry');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1690 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerJuiceGrape = 1;
_root.tray2JuiceGrape = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('juicegrape');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1692 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray2Fill == 1) {
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerIcecream = 1;
_root.tray2Icecream = 0;
_root.tray2Fill = 0;
_root.player.food.gotoAndStop('icecream');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
movieClip 1693 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
}
button 1696 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0) {
if (_root.playerOrange == 1) {
_root.juiceOrangeSelect = 1;
_root.playerOrange = 0;
_root.handfull = 0;
_root.playerCooking = 0;
_root.player._x = 490.7;
_root.player._y = 333.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerStrawberry == 1) {
_root.juiceStrawberrySelect = 1;
_root.playerStrawberry = 0;
_root.handfull = 0;
_root.playerCooking = 0;
_root.player._x = 490.7;
_root.player._y = 333.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerGrape == 1) {
_root.juiceGrapeSelect = 1;
_root.playerGrape = 0;
_root.handfull = 0;
_root.playerCooking = 0;
_root.player._x = 490.7;
_root.player._y = 333.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1702 {
frame 250 {
stop();
}
}
movieClip 1707 {
frame 250 {
stop();
}
}
movieClip 1712 {
frame 250 {
stop();
}
}
movieClip 1713 {
instance of movieClip 1702 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.juiceOrangeSelect == 1) {
this._alpha = 100;
}
}
}
instance of movieClip 1707 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.juiceStrawberrySelect == 1) {
this._alpha = 100;
}
}
}
instance of movieClip 1712 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.juiceGrapeSelect == 1) {
this._alpha = 100;
}
}
}
frame 2 {
if (soundFx == 1) {
_root.juicePour1Music.gotoAndStop(2);
}
}
frame 250 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.juicer.juicer1.gotoAndStop(3);
}
}
movieClip 1716 {
}
movieClip 1718 {
}
movieClip 1720 {
}
button 1721 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.player._x = 490.7;
_root.player._y = 333.1;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.juiceOrangeSelect == 1) {
_root.playerJuiceOrange = 1;
_root.juiceOrangeSelect = 0;
_root.player.food.gotoAndStop('juiceorange');
} else {
if (_root.juiceStrawberrySelect == 1) {
_root.playerJuiceStrawberry = 1;
_root.juiceStrawberrySelect = 0;
_root.player.food.gotoAndStop('juicestrawberry');
} else {
if (_root.juiceGrapeSelect == 1) {
_root.playerJuiceGrape = 1;
_root.juiceGrapeSelect = 0;
_root.player.food.gotoAndStop('juicegrape');
}
}
}
gotoAndStop(1);
}
}
}
}
movieClip 1722 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance juicer1Action of movieClip 1713 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1716 {
onClipEvent (enterFrame) {
if (_root.juiceOrangeSelect == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 1718 {
onClipEvent (enterFrame) {
if (_root.juiceStrawberrySelect == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 1720 {
onClipEvent (enterFrame) {
if (_root.juiceGrapeSelect == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
button 1725 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0) {
if (_root.playerOrange == 1) {
_root.juiceOrangeSelect = 1;
_root.playerOrange = 0;
_root.handfull = 0;
_root.playerCooking = 0;
_root.player._x = 490.7;
_root.player._y = 333.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerStrawberry == 1) {
_root.juiceStrawberrySelect = 1;
_root.playerStrawberry = 0;
_root.handfull = 0;
_root.playerCooking = 0;
_root.player._x = 490.7;
_root.player._y = 333.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerGrape == 1) {
_root.juiceGrapeSelect = 1;
_root.playerGrape = 0;
_root.handfull = 0;
_root.playerCooking = 0;
_root.player._x = 490.7;
_root.player._y = 333.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1730 {
frame 125 {
stop();
}
}
movieClip 1734 {
frame 125 {
stop();
}
}
movieClip 1738 {
frame 125 {
stop();
}
}
movieClip 1739 {
instance of movieClip 1730 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.juiceOrangeSelect == 1) {
this._alpha = 100;
}
}
}
instance of movieClip 1734 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.juiceStrawberrySelect == 1) {
this._alpha = 100;
}
}
}
instance of movieClip 1738 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.juiceGrapeSelect == 1) {
this._alpha = 100;
}
}
}
frame 2 {
if (soundFx == 1) {
_root.juicePour1Music.gotoAndStop(2);
}
}
frame 125 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.juicer.juicer2.gotoAndStop(3);
}
}
button 1741 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.player._x = 490.7;
_root.player._y = 333.1;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.juiceOrangeSelect == 1) {
_root.playerJuiceOrange = 1;
_root.juiceOrangeSelect = 0;
_root.player.food.gotoAndStop('juiceorange');
} else {
if (_root.juiceStrawberrySelect == 1) {
_root.playerJuiceStrawberry = 1;
_root.juiceStrawberrySelect = 0;
_root.player.food.gotoAndStop('juicestrawberry');
} else {
if (_root.juiceGrapeSelect == 1) {
_root.playerJuiceGrape = 1;
_root.juiceGrapeSelect = 0;
_root.player.food.gotoAndStop('juicegrape');
}
}
}
gotoAndStop(1);
}
}
}
}
movieClip 1742 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1739 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1716 {
onClipEvent (enterFrame) {
if (_root.juiceOrangeSelect == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 1718 {
onClipEvent (enterFrame) {
if (_root.juiceStrawberrySelect == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 1720 {
onClipEvent (enterFrame) {
if (_root.juiceGrapeSelect == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 1743 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance juicer of movieClip 1743 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.juicerLevel = _root.gameData.data.juicerLevelGame;
if (_root.juicerLevel == 1) {
this.gotoAndStop(1);
} else {
if (_root.juicerLevel == 2) {
this.gotoAndStop(2);
}
}
}
}
instance secondStove of movieClip 550 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.addstove = _root.gameData.data.addstoveGame;
if (_root.addstove == 0) {
this.gotoAndStop(1);
} else {
if (_root.addstove == 1) {
this.gotoAndStop(2);
}
}
}
}
button 1745 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0) {
if (_root.playerMeat == 1) {
_root.friedMeatSelect1 = 1;
_root.playerCooking = 1;
_root.playerMeat = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerSausage == 1) {
_root.friedSausageSelect1 = 1;
_root.playerCooking = 1;
_root.playerSausage = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerShrimp == 1) {
_root.friedShrimpSelect1 = 1;
_root.playerCooking = 1;
_root.playerShrimp = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerPotato == 1) {
_root.frenchfriesSelect1 = 1;
_root.playerCooking = 1;
_root.playerPotato = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerEgg == 1) {
_root.eggSelect1 = 1;
_root.playerCooking = 1;
_root.playerEgg = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
}
}
}
}
}
movieClip 1748 {
instance of movieClip 527 {
onClipEvent (enterFrame) {
if (_root.friedMeatSelect1 == 1) {
this.gotoAndStop('meat');
} else {
if (_root.friedSausageSelect1 == 1) {
this.gotoAndStop('sausage');
} else {
if (_root.friedShrimpSelect1 == 1) {
this.gotoAndStop('shrimp');
} else {
if (_root.frenchfriesSelect1 == 1) {
this.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect1 == 1) {
this.gotoAndStop('egg');
}
}
}
}
}
}
}
instance stoveSmoke1 of movieClip 533 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 250 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.stove.stove1.gotoAndStop(3);
}
}
button 1751 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 0) {
_root.handfull = 1;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.friedMeatSelect1 == 1) {
_root.playerMeatCooked = 1;
_root.friedMeatSelect1 = 0;
_root.player.food.gotoAndStop('meatcooked');
} else {
if (_root.friedSausageSelect1 == 1) {
_root.playerSausageCooked = 1;
_root.friedSausageSelect1 = 0;
_root.player.food.gotoAndStop('sausagecooked');
} else {
if (_root.friedShrimpSelect1 == 1) {
_root.playerShrimpCooked = 1;
_root.friedShrimpSelect1 = 0;
_root.player.food.gotoAndStop('shrimpcooked');
} else {
if (_root.frenchfriesSelect1 == 1) {
_root.playerFrenchfries = 1;
_root.frenchfriesSelect1 = 0;
_root.player.food.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect1 == 1) {
_root.playerEggCooked = 1;
_root.eggSelect1 = 0;
_root.player.food.gotoAndStop('eggcooked');
}
}
}
}
}
gotoAndStop(1);
} else {
if (_root.handfull == 1) {
if (_root.playerBreadCooked == 1) {
_root.playerBreadCooked = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.friedMeatSelect1 == 1) {
_root.playerBreadMeatCooked = 1;
_root.playerMeatCooked = 0;
_root.friedMeatSelect1 = 0;
_root.player.food.gotoAndStop('breadmeatcooked');
} else {
if (_root.friedSausageSelect1 == 1) {
_root.playerBreadSausageCooked = 1;
_root.playerSausageCooked = 0;
_root.friedSausageSelect1 = 0;
_root.player.food.gotoAndStop('breadsausagecooked');
} else {
if (_root.friedShrimpSelect1 == 1) {
_root.playerBreadShrimpCooked = 1;
_root.playerShrimpCooked = 0;
_root.friedShrimpSelect1 = 0;
_root.player.food.gotoAndStop('breadshrimpcooked');
}
}
}
gotoAndStop(1);
}
}
}
}
}
}
}
movieClip 1752 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1748 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 527 {
onClipEvent (enterFrame) {
if (_root.friedMeatSelect1 == 1) {
this.gotoAndStop('meat');
} else {
if (_root.friedSausageSelect1 == 1) {
this.gotoAndStop('sausage');
} else {
if (_root.friedShrimpSelect1 == 1) {
this.gotoAndStop('shrimp');
} else {
if (_root.frenchfriesSelect1 == 1) {
this.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect1 == 1) {
this.gotoAndStop('egg');
}
}
}
}
}
}
}
}
button 1754 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0) {
if (_root.playerMeat == 1) {
_root.friedMeatSelect1 = 1;
_root.playerCooking = 1;
_root.playerMeat = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerSausage == 1) {
_root.friedSausageSelect1 = 1;
_root.playerCooking = 1;
_root.playerSausage = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerShrimp == 1) {
_root.friedShrimpSelect1 = 1;
_root.playerCooking = 1;
_root.playerShrimp = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerPotato == 1) {
_root.frenchfriesSelect1 = 1;
_root.playerCooking = 1;
_root.playerPotato = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
} else {
if (_root.playerEgg == 1) {
_root.eggSelect1 = 1;
_root.playerCooking = 1;
_root.playerEgg = 0;
_root.handfull = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
}
}
}
}
}
movieClip 1757 {
instance of movieClip 527 {
onClipEvent (enterFrame) {
if (_root.friedMeatSelect1 == 1) {
this.gotoAndStop('meat');
} else {
if (_root.friedSausageSelect1 == 1) {
this.gotoAndStop('sausage');
} else {
if (_root.friedShrimpSelect1 == 1) {
this.gotoAndStop('shrimp');
} else {
if (_root.frenchfriesSelect1 == 1) {
this.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect1 == 1) {
this.gotoAndStop('egg');
}
}
}
}
}
}
}
instance stoveSmoke1 of movieClip 533 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 160 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.stove.stove2.gotoAndStop(3);
}
}
button 1760 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 0) {
_root.handfull = 1;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.friedMeatSelect1 == 1) {
_root.playerMeatCooked = 1;
_root.friedMeatSelect1 = 0;
_root.player.food.gotoAndStop('meatcooked');
} else {
if (_root.friedSausageSelect1 == 1) {
_root.playerSausageCooked = 1;
_root.friedSausageSelect1 = 0;
_root.player.food.gotoAndStop('sausagecooked');
} else {
if (_root.friedShrimpSelect1 == 1) {
_root.playerShrimpCooked = 1;
_root.friedShrimpSelect1 = 0;
_root.player.food.gotoAndStop('shrimpcooked');
} else {
if (_root.frenchfriesSelect1 == 1) {
_root.playerFrenchfries = 1;
_root.frenchfriesSelect1 = 0;
_root.player.food.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect1 == 1) {
_root.playerEggCooked = 1;
_root.eggSelect1 = 0;
_root.player.food.gotoAndStop('eggcooked');
}
}
}
}
}
gotoAndStop(1);
} else {
if (_root.handfull == 1) {
if (_root.playerBreadCooked == 1) {
_root.playerBreadCooked = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.friedMeatSelect1 == 1) {
_root.playerBreadMeatCooked = 1;
_root.playerMeatCooked = 0;
_root.friedMeatSelect1 = 0;
_root.player.food.gotoAndStop('breadmeatcooked');
} else {
if (_root.friedSausageSelect1 == 1) {
_root.playerBreadSausageCooked = 1;
_root.playerSausageCooked = 0;
_root.friedSausageSelect1 = 0;
_root.player.food.gotoAndStop('breadsausagecooked');
} else {
if (_root.friedShrimpSelect1 == 1) {
_root.playerBreadShrimpCooked = 1;
_root.playerShrimpCooked = 0;
_root.friedShrimpSelect1 = 0;
_root.player.food.gotoAndStop('breadshrimpcooked');
}
}
}
gotoAndStop(1);
}
}
}
}
}
}
}
movieClip 1761 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1757 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 527 {
onClipEvent (enterFrame) {
if (_root.friedMeatSelect1 == 1) {
this.gotoAndStop('meat');
} else {
if (_root.friedSausageSelect1 == 1) {
this.gotoAndStop('sausage');
} else {
if (_root.friedShrimpSelect1 == 1) {
this.gotoAndStop('shrimp');
} else {
if (_root.frenchfriesSelect1 == 1) {
this.gotoAndStop('frenchfries');
} else {
if (_root.eggSelect1 == 1) {
this.gotoAndStop('egg');
}
}
}
}
}
}
}
}
movieClip 1762 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance stove of movieClip 1762 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
if (_root.stoveLevel == 1) {
this.gotoAndStop(1);
} else {
if (_root.stoveLevel == 2) {
this.gotoAndStop(2);
}
}
}
}
button 1766 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0) {
_root.scoreLevel -= 4;
_root.score -= 4;
if (_root.score < 0) {
_root.score = 0;
}
if (_root.scoreLevel < 0) {
_root.scoreLevel = 0;
}
_root.playerCooking = 1;
_root.handfull = 0;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.player._x = 547.65;
_root.player._y = 330.5;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('rightbackcooking');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
movieClip 1780 {
frame 2 {
if (soundFx == 1) {
_root.dishwasher1Music.gotoAndStop(2);
}
}
frame 50 {
_root.handfull = 0;
_root.playerCooking = 0;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.player.gotoAndStop('idle');
_root.dishwasher.dishwasher1.gotoAndStop(1);
}
}
movieClip 1781 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1780 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
button 1784 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0) {
_root.scoreLevel -= 1;
_root.score -= 1;
if (_root.score < 0) {
_root.score = 0;
}
if (_root.scoreLevel < 0) {
_root.scoreLevel = 0;
}
_root.playerCooking = 1;
_root.handfull = 0;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.player._x = 547.65;
_root.player._y = 330.5;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('rightbackcooking');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
movieClip 1789 {
frame 2 {
if (soundFx == 1) {
_root.dishwasher1Music.gotoAndStop(2);
}
}
frame 16 {
_root.handfull = 0;
_root.playerCooking = 0;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.player.gotoAndStop('idle');
_root.dishwasher.dishwasher2.gotoAndStop(1);
}
}
movieClip 1790 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1789 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1791 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance dishwasher of movieClip 1791 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.dishwasherLevel = _root.gameData.data.dishwasherLevelGame;
if (_root.dishwasherLevel == 1) {
this.gotoAndStop(1);
} else {
if (_root.dishwasherLevel == 2) {
this.gotoAndStop(2);
}
}
}
}
button 1792 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerCooking == 0 & _root.tray1Fill == 0) {
_root.tray1Fill = 1;
_root.playerCooking = 1;
_root.handfull = 0;
_root.player._x = 364.85;
_root.player._y = 384.55;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.playerMeat == 1) {
_root.tray1Meat = 1;
_root.playerMeat = 0;
gotoAndStop('meat');
} else {
if (_root.playerSausage == 1) {
_root.tray1Sausage = 1;
_root.playerSausage = 0;
gotoAndStop('sausage');
} else {
if (_root.playerShrimp == 1) {
_root.tray1Shrimp = 1;
_root.playerShrimp = 0;
gotoAndStop('shrimp');
} else {
if (_root.playerPotato == 1) {
_root.tray1Potato = 1;
_root.playerPotato = 0;
gotoAndStop('potato');
} else {
if (_root.playerEgg == 1) {
_root.tray1Egg = 1;
_root.playerEgg = 0;
gotoAndStop('egg');
} else {
if (_root.playerBread == 1) {
_root.tray1Bread = 1;
_root.playerBread = 0;
gotoAndStop('bread');
} else {
if (_root.playerOrange == 1) {
_root.tray1Orange = 1;
_root.playerOrange = 0;
gotoAndStop('orange');
} else {
if (_root.playerStrawberry == 1) {
_root.tray1Strawberry = 1;
_root.playerStrawberry = 0;
gotoAndStop('strawberry');
} else {
if (_root.playerGrape == 1) {
_root.tray1Grape = 1;
_root.playerGrape = 0;
gotoAndStop('grape');
} else {
if (_root.playerIcecream == 1) {
_root.tray1Icecream = 1;
_root.playerIcecream = 0;
gotoAndStop('icecream');
} else {
if (_root.playerMeatCooked == 1) {
_root.tray1MeatCooked = 1;
_root.playerMeatCooked = 0;
gotoAndStop('meatcooked');
} else {
if (_root.playerSausageCooked == 1) {
_root.tray1SausageCooked = 1;
_root.playerSausageCooked = 0;
gotoAndStop('sausagecooked');
} else {
if (_root.playerShrimpCooked == 1) {
_root.tray1ShrimpCooked = 1;
_root.playerShrimpCooked = 0;
gotoAndStop('shrimpcooked');
} else {
if (_root.playerFrenchfries == 1) {
_root.tray1Frenchfries = 1;
_root.playerFrenchfries = 0;
gotoAndStop('frenchfries');
} else {
if (_root.playerEggCooked == 1) {
_root.tray1EggCooked = 1;
_root.playerEggCooked = 0;
gotoAndStop('eggcooked');
} else {
if (_root.playerBreadCooked == 1) {
_root.tray1BreadCooked = 1;
_root.playerBreadCooked = 0;
gotoAndStop('breadcooked');
} else {
if (_root.playerJuiceOrange == 1) {
_root.tray1JuiceOrange = 1;
_root.playerJuiceOrange = 0;
gotoAndStop('juiceorange');
} else {
if (_root.playerJuiceStrawberry == 1) {
_root.tray1JuiceStrawberry = 1;
_root.playerJuiceStrawberry = 0;
gotoAndStop('juicestrawberry');
} else {
if (_root.playerJuiceGrape == 1) {
_root.tray1JuiceGrape = 1;
_root.playerJuiceGrape = 0;
gotoAndStop('juicegrape');
} else {
if (_root.playerBreadMeatCooked == 1) {
_root.tray1BreadMeatCooked = 1;
_root.playerBreadMeatCooked = 0;
gotoAndStop('breadmeatcooked');
} else {
if (_root.playerBreadSausageCooked == 1) {
_root.tray1BreadSausageCooked = 1;
_root.playerBreadSausageCooked = 0;
gotoAndStop('breadsausagecooked');
} else {
if (_root.playerBreadShrimpCooked == 1) {
_root.tray1BreadShrimpCooked = 1;
_root.playerBreadShrimpCooked = 0;
gotoAndStop('breadshrimpcooked');
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
button 1794 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerMeat = 1;
_root.tray1Meat = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('meat');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1796 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerMeatCooked = 1;
_root.tray1MeatCooked = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('meatcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
} else {
if (_root.handfull == 1 & _root.playerCooking == 0 & _root.tray1Fill == 1 & _root.playerBreadCooked == 1) {
_root.tray1BreadMeatCooked = 1;
_root.handfull = 0;
_root.playerBreadCooked = 0;
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.tray1MeatCooked = 0;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
gotoAndStop('breadmeatcooked');
}
}
}
}
}
button 1798 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerSausage = 1;
_root.tray1Sausage = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('sausage');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1800 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerSausageCooked = 1;
_root.tray1SausageCooked = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('sausagecooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
} else {
if (_root.handfull == 1 & _root.playerCooking == 0 & _root.tray1Fill == 1 & _root.playerBreadCooked == 1) {
_root.tray1BreadSausageCooked = 1;
_root.handfull = 0;
_root.playerBreadCooked = 0;
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.tray1SausageCooked = 0;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
gotoAndStop('breadsausagecooked');
}
}
}
}
}
button 1802 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerShrimp = 1;
_root.tray1Shrimp = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('shrimp');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1804 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerShrimpCooked = 1;
_root.tray1ShrimpCooked = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('shrimpcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
} else {
if (_root.handfull == 1 & _root.playerCooking == 0 & _root.tray1Fill == 1 & _root.playerBreadCooked == 1) {
_root.tray1BreadShrimpCooked = 1;
_root.handfull = 0;
_root.playerBreadCooked = 0;
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.tray1ShrimpCooked = 0;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
gotoAndStop('breadmeatshrimp');
}
}
}
}
}
button 1806 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerPotato = 1;
_root.tray1Potato = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('potato');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1808 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerFrenchfries = 1;
_root.tray1Frenchfries = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('frenchfries');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1810 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerEgg = 1;
_root.tray1Egg = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('egg');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1812 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerEggCooked = 1;
_root.tray1EggCooked = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('eggcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1814 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerBread = 1;
_root.tray1Bread = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('bread');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1816 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerBreadCooked = 1;
_root.tray1BreadCooked = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('breadcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
} else {
if (_root.handfull == 1 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
if (_root.playerMeatCooked == 1) {
_root.tray1BreadMeatCooked = 1;
_root.tray1BreadCooked = 0;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.player._x = 364.85;
_root.player._y = 384.55;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('breadmeatcooked');
} else {
if (_root.playerSausageCooked == 1) {
_root.tray1BreadSausageCooked = 1;
_root.tray1BreadCooked = 0;
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.player._x = 364.85;
_root.player._y = 384.55;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('breadsausagecooked');
} else {
if (_root.playerShrimpCooked == 1) {
_root.tray1BreadShrimpCooked = 1;
_root.tray1BreadCooked = 0;
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.player._x = 364.85;
_root.player._y = 384.55;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('breadshrimpcooked');
}
}
}
}
}
}
}
}
button 1818 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerBreadMeatCooked = 1;
_root.tray1BreadMeatCooked = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('breadmeatcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1820 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerBreadSausageCooked = 1;
_root.tray1BreadSausageCooked = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('breadsausagecooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1822 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerBreadShrimpCooked = 1;
_root.tray1BreadShrimpCooked = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('breadshrimpcooked');
_root.player.gotoAndStop('leftback');
gotoAndStop(1);
}
}
}
}
button 1824 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerOrange = 1;
_root.tray1Orange = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('orange');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1826 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerStrawberry = 1;
_root.tray1Strawberry = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('strawberry');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1828 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerGrape = 1;
_root.tray1Grape = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('grape');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1830 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerJuiceOrange = 1;
_root.tray1JuiceOrange = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('juiceorange');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1832 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerJuiceStrawberry = 1;
_root.tray1JuiceStrawberry = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('juicestrawberry');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1834 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerJuiceGrape = 1;
_root.tray1JuiceGrape = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('juicegrape');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
button 1836 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0 & _root.tray1Fill == 1) {
_root.player._x = 364.85;
_root.player._y = 384.55;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.handfull = 1;
_root.playerIcecream = 1;
_root.tray1Icecream = 0;
_root.tray1Fill = 0;
_root.player.food.gotoAndStop('icecream');
_root.player.gotoAndStop('idle');
gotoAndStop(1);
}
}
}
}
movieClip 1837 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
}
movieClip 1839 {
frame 120 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1MeatTray1TrayOrder = 1;
_root.guestBoyBrunette1MeatTray1.gotoAndStop('waiting');
}
}
movieClip 1841 {
frame 680 {
_root.guestBoyBrunette1MeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestBoyBrunette1MeatTray1TrayOrder = 0;
_root.guestBoyBrunette1MeatTray1.gotoAndStop('leave');
}
}
movieClip 1845 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyBrunette1MeatTray1.gotoAndStop('leave');
}
}
movieClip 1846 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1839 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 503 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 1841 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 1845 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBrunette1MeatTray1._x = 149.45;
_root.guestBoyBrunette1MeatTray1._y = 332.8;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop(2);
_root.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 1848 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1JuiceStrawberryTable1TableOrder = 1;
_root.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('waiting');
}
}
movieClip 1852 {
frame 680 {
_root.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlRedhead1JuiceStrawberryTable1TableOrder = 0;
_root.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('leave');
}
}
movieClip 1856 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlRedhead1JuiceStrawberryTable1.gotoAndStop('leave');
}
}
movieClip 1857 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1848 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1852 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 1856 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlRedhead1JuiceStrawberryTable1._x = 150.8;
_root.guestGirlRedhead1JuiceStrawberryTable1._y = 331.25;
_root.guestCount -= 1;
}
}
movieClip 1859 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1MeatTray1TrayOrder = 1;
_root.guestGirlRedhead1MeatTray1.gotoAndStop('waiting');
}
}
movieClip 1862 {
frame 680 {
_root.guestGirlRedhead1MeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlRedhead1MeatTray1TrayOrder = 0;
_root.guestGirlRedhead1MeatTray1.gotoAndStop('leave');
}
}
movieClip 1866 {
frame 36 {
if (_root.coinsReward == 0) {
_root.gameData.data.coinsRewardGame = _root.coinsReward;
_root.gameData.data.coinsRewardGame = 1;
_root.coinsReward = 1;
_root.badgesEarnScreen.gotoAndStop(2);
}
_root.guestLine1Occupied = 0;
_root.guestGirlRedhead1MeatTray1.gotoAndStop('leave');
}
}
movieClip 1867 {
frame 1 {
stop();
}
instance of movieClip 1859 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1862 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1866 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlRedhead1MeatTray1._x = 54.95;
_root.guestGirlRedhead1MeatTray1._y = 353;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestBoyBrunette1MeatTray1.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 1870 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1JuiceOrangeTray1TrayOrder = 1;
_root.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop('waiting');
}
}
movieClip 1874 {
frame 680 {
_root.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlBlonde1JuiceOrangeTray1TrayOrder = 0;
_root.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop('leave');
}
}
movieClip 1878 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBlonde1JuiceOrangeTray1.gotoAndStop('leave');
}
}
movieClip 1879 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1870 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1874 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1147 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 1878 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBlonde1JuiceOrangeTray1._x = 50.45;
_root.guestGirlBlonde1JuiceOrangeTray1._y = 360.5;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestBoyBlonde1MeatTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 1882 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1MeatTray1TrayOrder = 1;
_root.guestBoyBlonde1MeatTray1.gotoAndStop('waiting');
}
}
movieClip 1886 {
frame 680 {
_root.guestBoyBlonde1MeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestBoyBlonde1MeatTray1TrayOrder = 0;
_root.guestBoyBlonde1MeatTray1.gotoAndStop('leave');
}
}
movieClip 1891 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde1MeatTray1.gotoAndStop('leave');
}
}
movieClip 1892 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1882 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1886 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 1891 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlonde1MeatTray1._x = 52.6;
_root.guestBoyBlonde1MeatTray1._y = 356.1;
_root.guestCount -= 1;
}
}
movieClip 1896 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance of movieClip 1896 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.counterType1 = _root.gameData.data.counterType1Game;
_root.counterType2 = _root.gameData.data.counterType2Game;
_root.counterType3 = _root.gameData.data.counterType3Game;
if (_root.counterType1 == 1) {
this.gotoAndStop(1);
} else {
if (_root.counterType2 == 1) {
this.gotoAndStop(2);
} else {
if (_root.counterType3 == 1) {
this.gotoAndStop(3);
}
}
}
}
}
button 1898 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.playerPotato = 1;
_root.player._x = 549.6;
_root.player._y = 387.2;
_root.player.food.gotoAndStop('potato');
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
button 1900 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.playerBread = 1;
_root.player._x = 529.6;
_root.player._y = 397.2;
_root.player.food.gotoAndStop('bread');
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
button 1902 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.playerShrimp = 1;
_root.player._x = 504.6;
_root.player._y = 409.2;
_root.player.food.gotoAndStop('shrimp');
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
button 1904 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.playerSausage = 1;
_root.player._x = 480.6;
_root.player._y = 420.2;
_root.player.food.gotoAndStop('sausage');
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
button 1905 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.playerMeat = 1;
_root.player._x = 457.6;
_root.player._y = 430.2;
_root.player.food.gotoAndStop('meat');
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
movieClip 1909 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance of movieClip 1909 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.counterType1 = _root.gameData.data.counterType1Game;
_root.counterType2 = _root.gameData.data.counterType2Game;
_root.counterType3 = _root.gameData.data.counterType3Game;
if (_root.counterType1 == 1) {
this.gotoAndStop(1);
} else {
if (_root.counterType2 == 1) {
this.gotoAndStop(2);
} else {
if (_root.counterType3 == 1) {
this.gotoAndStop(3);
}
}
}
}
}
button 1912 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerBread == 1 & _root.playerCooking == 0) {
_root.handfull = 0;
_root.playerBread = 0;
_root.player._x = 370.6;
_root.player._y = 411.2;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
movieClip 1915 {
frame 5 {
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
frame 165 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
}
frame 180 {
_root.breadToaster.breadToaster1.gotoAndStop(3);
}
}
button 1917 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 0) {
_root.handfull = 1;
_root.playerBreadCooked = 1;
_root.player.food.gotoAndStop('breadcooked');
_root.player._x = 370.6;
_root.player._y = 411.2;
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
} else {
if (_root.handfull == 1) {
if (_root.playerMeatCooked == 1) {
_root.playerBreadMeatCooked = 1;
_root.playerBreadCooked = 0;
_root.playerMeatCooked = 0;
_root.player.food.gotoAndStop('breadmeatcooked');
_root.player._x = 370.6;
_root.player._y = 411.2;
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
} else {
if (_root.playerSausageCooked == 1) {
_root.playerBreadSausageCooked = 1;
_root.playerBreadCooked = 0;
_root.playerSausageCooked = 0;
_root.player.food.gotoAndStop('breadsausagecooked');
_root.player._x = 370.6;
_root.player._y = 411.2;
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
} else {
if (_root.playerShrimpCooked == 1) {
_root.playerBreadShrimpCooked = 1;
_root.playerBreadCooked = 0;
_root.playerShrimpCooked = 0;
_root.player.food.gotoAndStop('breadshrimpcooked');
_root.player._x = 370.6;
_root.player._y = 411.2;
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
}
}
}
}
}
}
}
movieClip 1918 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1915 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
}
button 1921 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 1 & _root.playerBread == 1 & _root.playerCooking == 0) {
_root.handfull = 0;
_root.playerBread = 0;
_root.player._x = 370.6;
_root.player._y = 411.2;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(2);
}
}
}
}
movieClip 1924 {
frame 5 {
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
frame 74 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
}
frame 80 {
_root.breadToaster.breadToaster2.gotoAndStop(3);
}
}
button 1926 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 0) {
_root.handfull = 1;
_root.playerBreadCooked = 1;
_root.player.food.gotoAndStop('breadcooked');
_root.player._x = 370.6;
_root.player._y = 411.2;
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
} else {
if (_root.handfull == 1) {
if (_root.playerMeatCooked == 1) {
_root.playerBreadMeatCooked = 1;
_root.playerBreadCooked = 0;
_root.playerMeatCooked = 0;
_root.player.food.gotoAndStop('breadmeatcooked');
_root.player._x = 370.6;
_root.player._y = 411.2;
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
} else {
if (_root.playerSausageCooked == 1) {
_root.playerBreadSausageCooked = 1;
_root.playerBreadCooked = 0;
_root.playerSausageCooked = 0;
_root.player.food.gotoAndStop('breadsausagecooked');
_root.player._x = 370.6;
_root.player._y = 411.2;
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
} else {
if (_root.playerShrimpCooked == 1) {
_root.playerBreadShrimpCooked = 1;
_root.playerBreadCooked = 0;
_root.playerShrimpCooked = 0;
_root.player.food.gotoAndStop('breadshrimpcooked');
_root.player._x = 370.6;
_root.player._y = 411.2;
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
}
}
}
}
}
}
}
movieClip 1927 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1924 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
}
movieClip 1928 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance breadToaster of movieClip 1928 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.breadtoasterLevel = _root.gameData.data.breadtoasterLevelGame;
if (_root.breadtoasterLevel == 1) {
this.gotoAndStop(1);
} else {
if (_root.breadtoasterLevel == 2) {
this.gotoAndStop(2);
}
}
}
}
button 1930 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.playerOrange = 1;
_root.player._x = 389.6;
_root.player._y = 419.2;
_root.player.food.gotoAndStop('orange');
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
button 1932 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.playerStrawberry = 1;
_root.player._x = 404.6;
_root.player._y = 426.2;
_root.player.food.gotoAndStop('strawberry');
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
button 1934 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.playerGrape = 1;
_root.player._x = 420.6;
_root.player._y = 434.2;
_root.player.food.gotoAndStop('grape');
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
button 1936 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.playerIcecream = 1;
_root.player._x = 454.6;
_root.player._y = 443.2;
_root.player.food.gotoAndStop('icecream');
_root.player.gotoAndStop('frontleft');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
button 1938 {
on (press) {
if (pausePlay == 0) {
if (_root.handfull == 0 & _root.playerCooking == 0) {
_root.handfull = 1;
_root.playerEgg = 1;
_root.player._x = 549.6;
_root.player._y = 387.2;
_root.player.food.gotoAndStop('egg');
_root.player.gotoAndStop('idle');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
button 1942 {
on (press) {
if (pausePlay == 0) {
_global.pausePlay = 1;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.pauseScreen.gotoAndStop(2);
nextFrame();
}
}
}
movieClip 1944 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance pauseOption of movieClip 1944 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
movieClip 1946 {
}
movieClip 1947 {
}
movieClip 1949 {
}
movieClip 1950 {
frame 1 {
play();
}
frame 46 {
stop();
}
}
movieClip 1951 {
frame 1 {
play();
}
frame 36 {
stop();
}
}
movieClip 1952 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance goalReached of movieClip 1952 {
onClipEvent (enterFrame) {
if (currentLevel == 1 & _root.scoreLevel >= 20) {
this.gotoAndStop(2);
}
if (currentLevel == 2 & _root.scoreLevel >= 30) {
this.gotoAndStop(2);
}
if (currentLevel == 3 & _root.scoreLevel >= 40) {
this.gotoAndStop(2);
}
if (currentLevel == 4 & _root.scoreLevel >= 60) {
this.gotoAndStop(2);
}
if (currentLevel == 5 & _root.scoreLevel >= 80) {
this.gotoAndStop(2);
}
if (currentLevel == 6 & _root.scoreLevel >= 100) {
this.gotoAndStop(2);
}
if (currentLevel == 7 & _root.scoreLevel >= 120) {
this.gotoAndStop(2);
}
if (currentLevel == 8 & _root.scoreLevel >= 140) {
this.gotoAndStop(2);
}
if (currentLevel == 9 & _root.scoreLevel >= 170) {
this.gotoAndStop(2);
}
if (currentLevel == 10 & _root.scoreLevel >= 200) {
this.gotoAndStop(2);
}
if (currentLevel == 11 & _root.scoreLevel >= 230) {
this.gotoAndStop(2);
}
if (currentLevel == 12 & _root.scoreLevel >= 260) {
this.gotoAndStop(2);
}
}
}
button 1956 {
on (press) {
_root.gameData = SharedObject.getLocal('icecreamfrenzy2');
_root.score = _root.gameData.data.scoreGame;
_root.date = _root.gameData.data.levelGame;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.dayScreen.gotoAndStop(1);
_parent.gotoAndStop('menu');
}
}
movieClip 1960 {
frame 15 {
stop();
}
}
movieClip 1963 {
frame 8 {
stop();
}
}
movieClip 1965 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1967 {
}
button 1968 {
on (press) {
_root.moneyText._x = 606.3;
_root.moneyText._y = 21.95;
_root.moneyTotalText._x = 505;
_root.moneyTotalText._y = 33.65;
_root.dollarText1._x = 624.65;
_root.dollarText1._y = 48.8;
_root.levelScreenIn = 1;
_root.goodjobScreenIn = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.nextLevelMusic.gotoAndStop(1);
_parent.gotoAndStop('levels');
gotoAndStop(1);
}
}
movieClip 1969 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 255.65;
_root.scoreTotalText._y = 217.2;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_global.pausePlay = 1;
_root.goodjobScreenIn = 1;
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.favoriteGame = _root.favorite;
if (_root.level4Complete == 1 & _root.stainlesspanReward == 0) {
_root.gameData.data.stainlesspanRewardGame = _root.stainlesspanReward;
_root.gameData.data.stainlesspanRewardGame = 1;
_root.stainlesspanReward = 1;
_root.badgesEarnScreen.gotoAndStop(6);
}
if (_root.level8Complete == 1 & _root.goldhatReward == 0) {
_root.gameData.data.goldhatRewardGame = _root.goldhatReward;
_root.gameData.data.goldhatRewardGame = 1;
_root.goldhatReward = 1;
_root.badgesEarnScreen.gotoAndStop(7);
}
_root.gameData.flush();
if (music == 1) {
_root.nextLevelMusic.gotoAndStop(2);
}
_root.inGame1Music.gotoAndStop(1);
_root.inGame2Music.gotoAndStop(1);
_root.inGame3Music.gotoAndStop(1);
if (currentLevel == 1) {
_root.goodJobScreen.day = 1;
}
if (currentLevel == 2) {
_root.goodJobScreen.day = 2;
}
if (currentLevel == 3) {
_root.goodJobScreen.day = 3;
}
if (currentLevel == 4) {
_root.goodJobScreen.day = 4;
}
if (currentLevel == 5) {
_root.goodJobScreen.day = 5;
}
if (currentLevel == 6) {
_root.goodJobScreen.day = 6;
}
if (currentLevel == 7) {
_root.goodJobScreen.day = 7;
}
if (currentLevel == 8) {
_root.goodJobScreen.day = 8;
}
if (currentLevel == 9) {
_root.goodJobScreen.day = 9;
}
if (currentLevel == 10) {
_root.goodJobScreen.day = 10;
}
if (currentLevel == 11) {
_root.goodJobScreen.day = 11;
}
if (currentLevel == 12) {
_root.goodJobScreen.day = 12;
}
}
instance of movieClip 1965 {
onClipEvent (enterFrame) {
if (currentLevel == 1) {
if (_root.scoreLevel >= 40) {
this.gotoAndStop(1);
} else {
if (_root.scoreLevel >= 30) {
this.gotoAndStop(2);
} else {
if (_root.scoreLevel >= 20) {
this.gotoAndStop(3);
}
}
}
} else {
if (currentLevel == 2) {
if (_root.scoreLevel >= 50) {
this.gotoAndStop(1);
} else {
if (_root.scoreLevel >= 40) {
this.gotoAndStop(2);
} else {
if (_root.scoreLevel >= 30) {
this.gotoAndStop(3);
}
}
}
} else {
if (currentLevel == 3) {
if (_root.scoreLevel >= 60) {
this.gotoAndStop(1);
} else {
if (_root.scoreLevel >= 50) {
this.gotoAndStop(2);
} else {
if (_root.scoreLevel >= 40) {
this.gotoAndStop(3);
}
}
}
} else {
if (currentLevel == 4) {
if (_root.scoreLevel >= 80) {
this.gotoAndStop(1);
} else {
if (_root.scoreLevel >= 70) {
this.gotoAndStop(2);
} else {
if (_root.scoreLevel >= 60) {
this.gotoAndStop(3);
}
}
}
} else {
if (currentLevel == 5) {
if (_root.score >= 100) {
this.gotoAndStop(1);
} else {
if (_root.score >= 90) {
this.gotoAndStop(2);
} else {
if (_root.score >= 80) {
this.gotoAndStop(3);
}
}
}
} else {
if (currentLevel == 6) {
if (_root.score >= 120) {
this.gotoAndStop(1);
} else {
if (_root.score >= 110) {
this.gotoAndStop(2);
} else {
if (_root.score >= 100) {
this.gotoAndStop(3);
}
}
}
} else {
if (currentLevel == 7) {
if (_root.score >= 160) {
this.gotoAndStop(1);
} else {
if (_root.score >= 140) {
this.gotoAndStop(2);
} else {
if (_root.score >= 120) {
this.gotoAndStop(3);
}
}
}
} else {
if (currentLevel == 8) {
if (_root.score >= 180) {
this.gotoAndStop(1);
} else {
if (_root.score >= 160) {
this.gotoAndStop(2);
} else {
if (_root.score >= 140) {
this.gotoAndStop(3);
}
}
}
} else {
if (currentLevel == 9) {
if (_root.score >= 210) {
this.gotoAndStop(1);
} else {
if (_root.score >= 190) {
this.gotoAndStop(2);
} else {
if (_root.score >= 170) {
this.gotoAndStop(3);
}
}
}
} else {
if (currentLevel == 10) {
if (_root.score >= 240) {
this.gotoAndStop(1);
} else {
if (_root.score >= 220) {
this.gotoAndStop(2);
} else {
if (_root.score >= 200) {
this.gotoAndStop(3);
}
}
}
} else {
if (currentLevel == 11) {
if (_root.score >= 270) {
this.gotoAndStop(1);
} else {
if (_root.score >= 250) {
this.gotoAndStop(2);
} else {
if (_root.score >= 230) {
this.gotoAndStop(3);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
instance goodJobScreen of movieClip 1969 {
onClipEvent (enterFrame) {
if (_root.shopClose == 1 & _root.guestCount == 0) {
if (currentLevel == 1 & _root.scoreLevel >= 20) {
_root.gameData.data.levelGame = 2;
_root.date = 2;
_root.level1Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 2 & _root.scoreLevel >= 30) {
_root.gameData.data.levelGame = 3;
_root.date = 3;
_root.level2Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 3 & _root.scoreLevel >= 40) {
_root.gameData.data.levelGame = 4;
_root.date = 4;
_root.level3Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 4 & _root.scoreLevel >= 60) {
_root.gameData.data.levelGame = 5;
_root.date = 5;
_root.level4Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 5 & _root.scoreLevel >= 80) {
if (_root.governorHappy == 1) {
_root.gameData.data.levelGame = 6;
_root.date = 6;
_root.level5Complete = 1;
this.gotoAndStop(2);
}
}
if (currentLevel == 6 & _root.scoreLevel >= 100) {
if (_root.governorHappy == 1) {
_root.gameData.data.levelGame = 7;
_root.date = 7;
_root.level6Complete = 1;
this.gotoAndStop(2);
}
}
if (currentLevel == 7 & _root.scoreLevel >= 120) {
if (_root.governorHappy == 1) {
_root.gameData.data.levelGame = 8;
_root.date = 8;
_root.level7Complete = 1;
this.gotoAndStop(2);
}
}
if (currentLevel == 8 & _root.scoreLevel >= 140) {
_root.gameData.data.levelGame = 9;
_root.date = 9;
_root.level8Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 9 & _root.scoreLevel >= 170) {
_root.gameData.data.levelGame = 10;
_root.date = 10;
_root.level9Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 10 & _root.scoreLevel >= 200) {
_root.gameData.data.levelGame = 11;
_root.date = 11;
_root.level10Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 11 & _root.scoreLevel >= 230) {
_root.gameData.data.levelGame = 12;
_root.date = 12;
_root.level11Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 12 & _root.scoreLevel >= 260) {
_parent.gotoAndStop('win');
}
}
}
}
movieClip 1971 {
frame 1 {
stop();
}
frame 2 {
_root.inGame1Music.gotoAndStop(1);
_root.inGame2Music.gotoAndStop(1);
_root.inGame3Music.gotoAndStop(1);
_parent.gotoAndStop('gameOver');
gotoAndStop(1);
}
}
instance gameOverScreen of movieClip 1971 {
onClipEvent (enterFrame) {
if (_root.shopClose == 1 & _root.guestCount == 0) {
_root.inGame1Music.gotoAndStop(1);
_root.inGame2Music.gotoAndStop(1);
_root.inGame3Music.gotoAndStop(1);
if (currentLevel == 1 & _root.scoreLevel < 20) {
this.gotoAndStop(2);
}
if (currentLevel == 2 & _root.scoreLevel < 30) {
this.gotoAndStop(2);
}
if (currentLevel == 3 & _root.scoreLevel < 40) {
this.gotoAndStop(2);
}
if (currentLevel == 4 & _root.scoreLevel < 60) {
this.gotoAndStop(2);
}
if (currentLevel == 5) {
if (_root.scoreLevel < 80 || _root.governorMad == 1) {
this.gotoAndStop(2);
}
}
if (currentLevel == 6) {
if (_root.scoreLevel < 100 || _root.governorMad == 1) {
this.gotoAndStop(2);
}
}
if (currentLevel == 7) {
if (_root.scoreLevel < 120 || _root.governorMad == 1) {
this.gotoAndStop(2);
}
}
if (currentLevel == 8) {
if (_root.scoreLevel < 140 || _root.governorMad == 1) {
this.gotoAndStop(2);
}
}
if (currentLevel == 9 & _root.scoreLevel < 170) {
this.gotoAndStop(2);
}
if (currentLevel == 10 & _root.scoreLevel < 200) {
this.gotoAndStop(2);
}
if (currentLevel == 11 & _root.scoreLevel < 230) {
this.gotoAndStop(2);
}
if (currentLevel == 12 & _root.scoreLevel < 260) {
this.gotoAndStop(2);
}
}
}
}
movieClip 1973 {
}
movieClip 1975 {
}
button 1976 {
on (press) {
if (_root.popupCredits == 0) {
_global.pausePlay = 0;
_root.pauseOption._x = 90.95;
_root.pauseOption._y = 25.15;
_root.goalText._x = 393.25;
_root.goalText._y = 35.15;
_root.moneyText._x = 606.3;
_root.moneyText._y = 19.85;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = 35.15;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.pauseOption.gotoAndStop(1);
_root.pauseScreen.gotoAndStop(1);
}
}
}
button 1977 {
on (press) {
if (_root.popupCredits == 0) {
getURL('http://www.facebook.com/pages/Girl-Games-Club/115332691830237', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1978 {
on (press) {
if (_root.popupCredits == 0) {
_root.popupCredits = 1;
_root.creditsScreen.gotoAndStop(2);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.pauseScreen.gotoAndStop(1);
}
}
}
button 1979 {
on (press) {
if (_root.popupCredits == 0) {
_root.gameData = SharedObject.getLocal('icecreamfrenzy2');
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.scoreGame = _root.score;
_global.pausePlay = 0;
_root.guestGirlBlonde1TableSpaghettiPool2._alpha = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.pauseScreen.gotoAndStop(1);
_parent.gotoAndStop('menu');
}
}
}
movieClip 1981 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance pauseScreen of movieClip 1981 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.swapDepths(1000);
} else {
this.swapDepths(-1000);
}
}
}
button 1984 {
on (press) {
_root.gameData = SharedObject.getLocal('icecreamfrenzy2');
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.scoreGame = _root.score;
_root.popupCredits = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.creditsScreen.gotoAndStop(1);
_parent.gotoAndStop('menu');
}
}
button 1985 {
on (press) {
_global.pausePlay = 0;
_root.popupCredits = 0;
_root.pauseOption._x = 90.95;
_root.pauseOption._y = 25.15;
_root.goalText._x = 393.25;
_root.goalText._y = 35.15;
_root.moneyText._x = 606.3;
_root.moneyText._y = 19.85;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = 35.15;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.pauseOption.gotoAndStop(1);
_root.creditsScreen.gotoAndStop(1);
}
}
movieClip 1986 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1988 {
}
movieClip 1989 {
frame 2 {
if (soundFx == 1) {
_root.cashierMusic.gotoAndStop(2);
}
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1991 {
}
movieClip 1992 {
frame 2 {
if (soundFx == 1) {
_root.cashierMusic.gotoAndStop(2);
}
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1994 {
}
movieClip 1995 {
frame 2 {
if (soundFx == 1) {
_root.cashierMusic.gotoAndStop(2);
}
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1997 {
}
movieClip 1998 {
frame 2 {
if (soundFx == 1) {
_root.cashierMusic.gotoAndStop(2);
}
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 2000 {
}
movieClip 2001 {
frame 2 {
if (soundFx == 1) {
_root.cashierMusic.gotoAndStop(2);
}
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 2003 {
}
movieClip 2004 {
frame 2 {
if (soundFx == 1) {
_root.cashierMusic.gotoAndStop(2);
}
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 2005 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
instance badgesEarnScreen of movieClip 2005 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.favorite = _root.gameData.data.favoriteGame;
_root.starReward = _root.gameData.data.starRewardGame;
_root.managerReward = _root.gameData.data.managerRewardGame;
_root.superchefReward = _root.gameData.data.superchefRewardGame;
if (_root.favorite == 10 & _root.starReward == 0) {
_root.gameData.data.starRewardGame = _root.starReward;
_root.gameData.data.starRewardGame = 1;
_root.starReward = 1;
this.gotoAndStop(3);
}
if (_root.favorite == 30 & _root.managerReward == 0) {
_root.gameData.data.managerRewardGame = _root.managerReward;
_root.gameData.data.managerRewardGame = 1;
_root.managerReward = 1;
this.gotoAndStop(4);
}
if (_root.favorite == 50 & _root.superchefReward == 0) {
_root.gameData.data.superchefRewardGame = _root.superchefReward;
_root.gameData.data.superchefRewardGame = 1;
_root.superchefReward = 1;
this.gotoAndStop(5);
}
}
}
button 2006 {
on (press) {
if (music == 1) {
_global.music = 0;
_root.inGame1Music.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
_root.nextLevelMusic.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
nextFrame();
}
}
button 2007 {
on (press) {
if (music == 0) {
_global.music = 1;
if (_root.levelScreenIn == 1) {
_root.etcMusic.gotoAndStop(2);
} else {
if (_root.levelScreenIn == 0) {
_root.inGame1Music.gotoAndStop(2);
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
prevFrame();
}
}
movieClip 2008 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance musicOption of movieClip 2008 {
onClipEvent (enterFrame) {
if (music == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 9 {
stop();
_root.dayScreen.gotoAndStop(3);
_global.currentLevel = 2;
_root.date = 2;
_root.goal = 30;
_root.scoreLevel = 0;
_root.guestCount = 5;
_root.level2Complete = 0;
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.guestBoyBrunette2BreadMeatTray1TrayOrder = 0;
_root.guestBoyBrunette2BreadMeatTray1BreadMeatOrder = 0;
_root.guestBoyBrunette2BreadMeatTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette2BreadMeatTray1TrayOrder == 1) {
_root.guestBoyBrunette2BreadMeatTray1.startDrag();
_root.guestBoyBrunette2BreadMeatTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette2BreadMeatTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette2BreadMeatTray1TrayOrder == 1) {
_root.guestBoyBrunette2BreadMeatTray1.stopDrag();
_root.guestBoyBrunette2BreadMeatTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette2BreadMeatTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyBrunette2BreadMeatTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette2BreadMeatTray1._x = 296;
_root.guestBoyBrunette2BreadMeatTray1._y = 311.4;
_root.guestBoyBrunette2BreadMeatTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyBrunette2BreadMeatTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette2BreadMeatTray1._x = 47.1;
_root.guestBoyBrunette2BreadMeatTray1._y = 355.9;
_root.guestBoyBrunette2BreadMeatTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette2BreadMeatTray1.onRelease = _root.guestBoyBrunette2BreadMeatTray1.onReleaseOutside;
_root.guestGirlBlonde1MeatTray1TrayOrder = 0;
_root.guestGirlBlonde1MeatTray1MeatOrder = 0;
_root.guestGirlBlonde1MeatTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBlonde1MeatTray1TrayOrder == 1) {
_root.guestGirlBlonde1MeatTray1.startDrag();
_root.guestGirlBlonde1MeatTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlBlonde1MeatTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBlonde1MeatTray1TrayOrder == 1) {
_root.guestGirlBlonde1MeatTray1.stopDrag();
_root.guestGirlBlonde1MeatTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBlonde1MeatTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlBlonde1MeatTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBlonde1MeatTray1._x = 295.3;
_root.guestGirlBlonde1MeatTray1._y = 319;
_root.guestGirlBlonde1MeatTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlBlonde1MeatTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBlonde1MeatTray1._x = 48.6;
_root.guestGirlBlonde1MeatTray1._y = 358.85;
_root.guestGirlBlonde1MeatTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBlonde1MeatTray1.onRelease = _root.guestGirlBlonde1MeatTray1.onReleaseOutside;
_root.guestGirlEbony1JuiceOrangeTable1TableOrder = 0;
_root.guestGirlEbony1JuiceOrangeTable1JuiceOrangeOrder = 0;
_root.guestGirlEbony1JuiceOrangeTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1JuiceOrangeTable1TableOrder == 1) {
_root.guestGirlEbony1JuiceOrangeTable1.startDrag();
_root.guestGirlEbony1JuiceOrangeTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony1JuiceOrangeTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1JuiceOrangeTable1TableOrder == 1) {
_root.guestGirlEbony1JuiceOrangeTable1.stopDrag();
_root.guestGirlEbony1JuiceOrangeTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony1JuiceOrangeTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlEbony1JuiceOrangeTable1TableOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony1JuiceOrangeTable1._x = 95;
_root.guestGirlEbony1JuiceOrangeTable1._y = 204.2;
_root.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlEbony1JuiceOrangeTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony1JuiceOrangeTable1._x = 196.45;
_root.guestGirlEbony1JuiceOrangeTable1._y = 76.45;
_root.guestGirlEbony1JuiceOrangeTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony1JuiceOrangeTable1.onRelease = _root.guestGirlEbony1JuiceOrangeTable1.onReleaseOutside;
_root.guestGirlRedhead1JuiceStrawberryTable2TableOrder = 0;
_root.guestGirlRedhead1JuiceStrawberryTable2JuiceStrawberryOrder = 0;
_root.guestGirlRedhead1JuiceStrawberryTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1JuiceStrawberryTable2TableOrder == 1) {
_root.guestGirlRedhead1JuiceStrawberryTable2.startDrag();
_root.guestGirlRedhead1JuiceStrawberryTable2.swapDepths(1000);
}
}
}
};
_root.guestGirlRedhead1JuiceStrawberryTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1JuiceStrawberryTable2TableOrder == 1) {
_root.guestGirlRedhead1JuiceStrawberryTable2.stopDrag();
_root.guestGirlRedhead1JuiceStrawberryTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlRedhead1JuiceStrawberryTable2.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlRedhead1JuiceStrawberryTable2TableOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.gotoAndStop('leftback');
_root.guestGirlRedhead1JuiceStrawberryTable2._x = 272.6;
_root.guestGirlRedhead1JuiceStrawberryTable2._y = 116.1;
_root.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlRedhead1JuiceStrawberryTable2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlRedhead1JuiceStrawberryTable2._x = 149.45;
_root.guestGirlRedhead1JuiceStrawberryTable2._y = 332.8;
_root.guestGirlRedhead1JuiceStrawberryTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlRedhead1JuiceStrawberryTable2.onRelease = _root.guestGirlRedhead1JuiceStrawberryTable2.onReleaseOutside;
_root.guestBoyBrunette1IcecreamTray1TrayOrder = 0;
_root.guestBoyBrunette1IcecreamTray1IcecreamOrder = 0;
_root.guestBoyBrunette1IcecreamTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette1IcecreamTray1TrayOrder == 1) {
_root.guestBoyBrunette1IcecreamTray1.startDrag();
_root.guestBoyBrunette1IcecreamTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette1IcecreamTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette1IcecreamTray1TrayOrder == 1) {
_root.guestBoyBrunette1IcecreamTray1.stopDrag();
_root.guestBoyBrunette1IcecreamTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette1IcecreamTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyBrunette1IcecreamTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette1IcecreamTray1._x = 293.5;
_root.guestBoyBrunette1IcecreamTray1._y = 314.35;
_root.guestBoyBrunette1IcecreamTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyBrunette1IcecreamTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette1IcecreamTray1._x = 150.45;
_root.guestBoyBrunette1IcecreamTray1._y = 333.85;
_root.guestBoyBrunette1IcecreamTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette1IcecreamTray1.onRelease = _root.guestBoyBrunette1IcecreamTray1.onReleaseOutside;
}
movieClip 2010 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1JuiceStrawberryTable2TableOrder = 1;
_root.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('waiting');
}
}
movieClip 2014 {
frame 680 {
_root.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlRedhead1JuiceStrawberryTable2TableOrder = 0;
_root.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('leave');
}
}
movieClip 2018 {
frame 36 {
_root.table2Occupied = 0;
_root.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop('leave');
}
}
movieClip 2019 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2010 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2014 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2018 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlRedhead1JuiceStrawberryTable2._x = 149.45;
_root.guestGirlRedhead1JuiceStrawberryTable2._y = 332.8;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestBoyBrunette1IcecreamTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2022 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1JuiceOrangeTable1TableOrder = 1;
_root.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('waiting');
}
}
movieClip 2027 {
frame 680 {
_root.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlEbony1JuiceOrangeTable1TableOrder = 0;
_root.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('leave');
}
}
movieClip 2032 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlEbony1JuiceOrangeTable1.gotoAndStop('leave');
}
}
movieClip 2033 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2022 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2027 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2032 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlEbony1JuiceOrangeTable1._x = 196.45;
_root.guestGirlEbony1JuiceOrangeTable1._y = 76.45;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlRedhead1JuiceStrawberryTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2035 {
frame 120 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1IcecreamTray1TrayOrder = 1;
_root.guestBoyBrunette1IcecreamTray1.gotoAndStop('waiting');
}
}
movieClip 2037 {
frame 680 {
_root.guestBoyBrunette1IcecreamTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestBoyBrunette1IcecreamTray1TrayOrder = 0;
_root.guestBoyBrunette1IcecreamTray1.gotoAndStop('leave');
}
}
movieClip 2041 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette1IcecreamTray1.gotoAndStop('leave');
}
}
movieClip 2042 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2035 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 503 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 2037 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2041 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBrunette1IcecreamTray1._x = 150.45;
_root.guestBoyBrunette1IcecreamTray1._y = 333.85;
_root.guestCount -= 1;
}
}
movieClip 2045 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette2BreadMeatTray1TrayOrder = 1;
_root.guestBoyBrunette2BreadMeatTray1.gotoAndStop('waiting');
}
}
movieClip 2049 {
frame 680 {
_root.guestBoyBrunette2BreadMeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestBoyBrunette2BreadMeatTray1TrayOrder = 0;
_root.guestBoyBrunette2BreadMeatTray1.gotoAndStop('leave');
}
}
movieClip 2055 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette2BreadMeatTray1.gotoAndStop('leave');
}
}
movieClip 2056 {
frame 1 {
stop();
}
instance of movieClip 2045 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2049 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2055 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyBrunette2BreadMeatTray1._x = 47.1;
_root.guestBoyBrunette2BreadMeatTray1._y = 355.9;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlBlonde1MeatTray1.gotoAndStop(2);
_root.guestGirlEbony1JuiceOrangeTable1.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 2059 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1MeatTray1TrayOrder = 1;
_root.guestGirlBlonde1MeatTray1.gotoAndStop('waiting');
}
}
movieClip 2063 {
frame 680 {
_root.guestGirlBlonde1MeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlBlonde1MeatTray1TrayOrder = 0;
_root.guestGirlBlonde1MeatTray1.gotoAndStop('leave');
}
}
movieClip 2067 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBlonde1MeatTray1.gotoAndStop('leave');
}
}
movieClip 2068 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2059 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2063 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1147 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2067 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBlonde1MeatTray1._x = 48.6;
_root.guestGirlBlonde1MeatTray1._y = 358.85;
_root.guestCount -= 1;
}
}
frame 10 {
stop();
_root.dayScreen.gotoAndStop(4);
_global.currentLevel = 3;
_root.date = 3;
_root.goal = 40;
_root.scoreLevel = 0;
_root.guestCount = 6;
_root.level3Complete = 0;
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.guestGirlBlonde1JuiceOrangeTray2TrayOrder = 0;
_root.guestGirlBlonde1JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.guestGirlBlonde1JuiceOrangeTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBlonde1JuiceOrangeTray2TrayOrder == 1) {
_root.guestGirlBlonde1JuiceOrangeTray2.startDrag();
_root.guestGirlBlonde1JuiceOrangeTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlBlonde1JuiceOrangeTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBlonde1JuiceOrangeTray2TrayOrder == 1) {
_root.guestGirlBlonde1JuiceOrangeTray2.stopDrag();
_root.guestGirlBlonde1JuiceOrangeTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBlonde1JuiceOrangeTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlBlonde1JuiceOrangeTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBlonde1JuiceOrangeTray2._x = 295.3;
_root.guestGirlBlonde1JuiceOrangeTray2._y = 321.8;
_root.guestGirlBlonde1JuiceOrangeTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlBlonde1JuiceOrangeTray2');
if (_root.guestGirlEbony1SausageTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1SausageTable1Out = 1;
_root.guestGirlEbony1SausageTable1.gotoAndStop(2);
_root.guestBoyBlonde1BreadMeatTray1.gotoAndStop(2);
_root.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBlonde1JuiceOrangeTray2._x = 194.15;
_root.guestGirlBlonde1JuiceOrangeTray2._y = 83.90000000000001;
_root.guestGirlBlonde1JuiceOrangeTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBlonde1JuiceOrangeTray2.onRelease = _root.guestGirlBlonde1JuiceOrangeTray2.onReleaseOutside;
_root.guestGirlEbony1SausageTable1Out = 0;
_root.guestGirlEbony1SausageTable1TableOrder = 0;
_root.guestGirlEbony1SausageTable1SausageOrder = 0;
_root.guestGirlEbony1SausageTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1SausageTable1TableOrder == 1) {
_root.guestGirlEbony1SausageTable1.startDrag();
_root.guestGirlEbony1SausageTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony1SausageTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1SausageTable1TableOrder == 1) {
_root.guestGirlEbony1SausageTable1.stopDrag();
_root.guestGirlEbony1SausageTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony1SausageTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlEbony1SausageTable1TableOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony1SausageTable1._x = 272.6;
_root.guestGirlEbony1SausageTable1._y = 116.1;
_root.guestGirlEbony1SausageTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlEbony1SausageTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony1SausageTable1._x = 48.95;
_root.guestGirlEbony1SausageTable1._y = 355;
_root.guestGirlEbony1SausageTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony1SausageTable1.onRelease = _root.guestGirlEbony1SausageTable1.onReleaseOutside;
_root.guestBoyBlonde1BreadMeatTray1TrayOrder = 0;
_root.guestBoyBlonde1BreadMeatTray1BreadMeatOrder = 0;
_root.guestBoyBlonde1BreadMeatTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1BreadMeatTray1TrayOrder == 1) {
_root.guestBoyBlonde1BreadMeatTray1.startDrag();
_root.guestBoyBlonde1BreadMeatTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde1BreadMeatTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1BreadMeatTray1TrayOrder == 1) {
_root.guestBoyBlonde1BreadMeatTray1.stopDrag();
_root.guestBoyBlonde1BreadMeatTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde1BreadMeatTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyBlonde1BreadMeatTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde1BreadMeatTray1._x = 398.05;
_root.guestBoyBlonde1BreadMeatTray1._y = 254.4;
_root.guestBoyBlonde1BreadMeatTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyBlonde1BreadMeatTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde1BreadMeatTray1._x = 155.05;
_root.guestBoyBlonde1BreadMeatTray1._y = 332.8;
_root.guestBoyBlonde1BreadMeatTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde1BreadMeatTray1.onRelease = _root.guestBoyBlonde1BreadMeatTray1.onReleaseOutside;
_root.guestGirlAsian1JuiceStrawberryTray1TrayOrder = 0;
_root.guestGirlAsian1JuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.guestGirlAsian1JuiceStrawberryTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian1JuiceStrawberryTray1TrayOrder == 1) {
_root.guestGirlAsian1JuiceStrawberryTray1.startDrag();
_root.guestGirlAsian1JuiceStrawberryTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlAsian1JuiceStrawberryTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian1JuiceStrawberryTray1TrayOrder == 1) {
_root.guestGirlAsian1JuiceStrawberryTray1.stopDrag();
_root.guestGirlAsian1JuiceStrawberryTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlAsian1JuiceStrawberryTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlAsian1JuiceStrawberryTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlAsian1JuiceStrawberryTray1._x = 295.3;
_root.guestGirlAsian1JuiceStrawberryTray1._y = 314.75;
_root.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlAsian1JuiceStrawberryTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlAsian1JuiceStrawberryTray1._x = 191.95;
_root.guestGirlAsian1JuiceStrawberryTray1._y = 76.5;
_root.guestGirlAsian1JuiceStrawberryTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlAsian1JuiceStrawberryTray1.onRelease = _root.guestGirlAsian1JuiceStrawberryTray1.onReleaseOutside;
_root.guestGirlBrunette1IcecreamTray1TrayOrder = 0;
_root.guestGirlBrunette1IcecreamTray1IcecreamOrder = 0;
_root.guestGirlBrunette1IcecreamTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette1IcecreamTray1TrayOrder == 1) {
_root.guestGirlBrunette1IcecreamTray1.startDrag();
_root.guestGirlBrunette1IcecreamTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette1IcecreamTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette1IcecreamTray1TrayOrder == 1) {
_root.guestGirlBrunette1IcecreamTray1.stopDrag();
_root.guestGirlBrunette1IcecreamTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette1IcecreamTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestGirlBrunette1IcecreamTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette1IcecreamTray1._x = 394.75;
_root.guestGirlBrunette1IcecreamTray1._y = 254;
_root.guestGirlBrunette1IcecreamTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestGirlBrunette1IcecreamTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette1IcecreamTray1._x = 44.15;
_root.guestGirlBrunette1IcecreamTray1._y = 355;
_root.guestGirlBrunette1IcecreamTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette1IcecreamTray1.onRelease = _root.guestGirlBrunette1IcecreamTray1.onReleaseOutside;
_root.guestBoyBrunette2SausageTable1TableOrder = 0;
_root.guestBoyBrunette2SausageTable1SausageOrder = 0;
_root.guestBoyBrunette2SausageTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette2SausageTable1TableOrder == 1) {
_root.guestBoyBrunette2SausageTable1.startDrag();
_root.guestBoyBrunette2SausageTable1.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette2SausageTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette2SausageTable1TableOrder == 1) {
_root.guestBoyBrunette2SausageTable1.stopDrag();
_root.guestBoyBrunette2SausageTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette2SausageTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestBoyBrunette2SausageTable1TableOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette2SausageTable1._x = 95;
_root.guestBoyBrunette2SausageTable1._y = 204.2;
_root.guestBoyBrunette2SausageTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestBoyBrunette2SausageTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette2SausageTable1._x = 154.45;
_root.guestBoyBrunette2SausageTable1._y = 336.85;
_root.guestBoyBrunette2SausageTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette2SausageTable1.onRelease = _root.guestBoyBrunette2SausageTable1.onReleaseOutside;
}
movieClip 2071 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1SausageTable1TableOrder = 1;
_root.guestGirlEbony1SausageTable1.gotoAndStop('waiting');
}
}
movieClip 2076 {
frame 680 {
_root.guestGirlEbony1SausageTable1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlEbony1SausageTable1TableOrder = 0;
_root.guestGirlEbony1SausageTable1.gotoAndStop('leave');
}
}
movieClip 2081 {
frame 36 {
_root.table2Occupied = 0;
_root.guestGirlEbony1SausageTable1.gotoAndStop('leave');
}
}
movieClip 2082 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2071 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2076 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2081 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlEbony1SausageTable1._x = 48.95;
_root.guestGirlEbony1SausageTable1._y = 355;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlBrunette1IcecreamTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2085 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1JuiceOrangeTray2TrayOrder = 1;
_root.guestGirlBlonde1JuiceOrangeTray2.gotoAndStop('waiting');
}
}
movieClip 2089 {
frame 680 {
_root.guestGirlBlonde1JuiceOrangeTray2.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlBlonde1JuiceOrangeTray2TrayOrder = 0;
_root.guestGirlBlonde1JuiceOrangeTray2.gotoAndStop('leave');
}
}
movieClip 2093 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBlonde1JuiceOrangeTray2.gotoAndStop('leave');
}
}
movieClip 2094 {
frame 1 {
stop();
}
instance of movieClip 2085 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2089 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1147 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2093 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlBlonde1JuiceOrangeTray2._x = 194.15;
_root.guestGirlBlonde1JuiceOrangeTray2._y = 83.90000000000001;
_root.guestCount -= 1;
if (_root.guestGirlEbony1SausageTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1SausageTable1Out = 1;
_root.guestGirlEbony1SausageTable1.gotoAndStop(2);
_root.guestBoyBlonde1BreadMeatTray1.gotoAndStop(2);
_root.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
}
}
movieClip 2097 {
frame 120 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1BreadMeatTray1TrayOrder = 1;
_root.guestBoyBlonde1BreadMeatTray1.gotoAndStop('waiting');
}
}
movieClip 2101 {
frame 680 {
_root.guestBoyBlonde1BreadMeatTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestBoyBlonde1BreadMeatTray1TrayOrder = 0;
_root.guestBoyBlonde1BreadMeatTray1.gotoAndStop('leave');
}
}
movieClip 2106 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde1BreadMeatTray1.gotoAndStop('leave');
}
}
movieClip 2107 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2097 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2101 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2106 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlonde1BreadMeatTray1._x = 155.05;
_root.guestBoyBlonde1BreadMeatTray1._y = 332.8;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestBoyBrunette2SausageTable1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2109 {
frame 250 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian1JuiceStrawberryTray1TrayOrder = 1;
_root.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop('waiting');
}
}
movieClip 2112 {
frame 680 {
_root.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlAsian1JuiceStrawberryTray1TrayOrder = 0;
_root.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop('leave');
}
}
movieClip 2117 {
}
movieClip 2118 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlAsian1JuiceStrawberryTray1.gotoAndStop('leave');
}
}
movieClip 2119 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2109 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2112 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2118 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlAsian1JuiceStrawberryTray1._x = 191.95;
_root.guestGirlAsian1JuiceStrawberryTray1._y = 76.5;
_root.guestCount -= 1;
}
}
movieClip 2122 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette1IcecreamTray1TrayOrder = 1;
_root.guestGirlBrunette1IcecreamTray1.gotoAndStop('waiting');
}
}
movieClip 2126 {
frame 680 {
_root.guestGirlBrunette1IcecreamTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlBrunette1IcecreamTray1TrayOrder = 0;
_root.guestGirlBrunette1IcecreamTray1.gotoAndStop('leave');
}
}
movieClip 2130 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette1IcecreamTray1.gotoAndStop('leave');
}
}
movieClip 2131 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2122 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2126 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1226 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2130 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette1IcecreamTray1._x = 44.15;
_root.guestGirlBrunette1IcecreamTray1._y = 355;
_root.guestCount -= 1;
}
}
movieClip 2134 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette2SausageTable1TableOrder = 1;
_root.guestBoyBrunette2SausageTable1.gotoAndStop('waiting');
}
}
movieClip 2139 {
frame 680 {
_root.guestBoyBrunette2SausageTable1.gotoAndStop('mad');
}
frame 1020 {
_root.guestBoyBrunette2SausageTable1TableOrder = 0;
_root.guestBoyBrunette2SausageTable1.gotoAndStop('leave');
}
}
movieClip 2145 {
frame 36 {
_root.table1Occupied = 0;
_root.guestBoyBrunette2SausageTable1.gotoAndStop('leave');
}
}
movieClip 2146 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2134 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2139 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2145 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBrunette2SausageTable1._x = 154.45;
_root.guestBoyBrunette2SausageTable1._y = 336.85;
_root.guestCount -= 1;
}
}
frame 11 {
stop();
_root.dayScreen.gotoAndStop(5);
_global.currentLevel = 4;
_root.date = 4;
_root.goal = 60;
_root.scoreLevel = 0;
_root.guestCount = 7;
_root.level4Complete = 0;
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.guestBoyBrunette1BreadSausageTable1TableOrder = 0;
_root.guestBoyBrunette1BreadSausageTable1SausageOrder = 0;
_root.guestBoyBrunette1BreadSausageTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette1BreadSausageTable1TableOrder == 1) {
_root.guestBoyBrunette1BreadSausageTable1.startDrag();
_root.guestBoyBrunette1BreadSausageTable1.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette1BreadSausageTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette1BreadSausageTable1TableOrder == 1) {
_root.guestBoyBrunette1BreadSausageTable1.stopDrag();
_root.guestBoyBrunette1BreadSausageTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette1BreadSausageTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestBoyBrunette1BreadSausageTable1TableOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette1BreadSausageTable1._x = 95;
_root.guestBoyBrunette1BreadSausageTable1._y = 204.2;
_root.guestBoyBrunette1BreadSausageTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestBoyBrunette1BreadSausageTable1');
if (_root.guestGirlOld1BreadMeatTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlOld1BreadMeatTable1Out = 1;
_root.guestGirlOld1BreadMeatTable1.gotoAndStop(2);
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette1BreadSausageTable1._x = 46.6;
_root.guestBoyBrunette1BreadSausageTable1._y = 357.5;
_root.guestBoyBrunette1BreadSausageTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette1BreadSausageTable1.onRelease = _root.guestBoyBrunette1BreadSausageTable1.onReleaseOutside;
_root.guestGirlOld1BreadMeatTable1Out = 0;
_root.guestGirlOld1BreadMeatTable1TableOrder = 0;
_root.guestGirlOld1BreadMeatTable1BreadMeatOrder = 0;
_root.guestGirlOld1BreadMeatTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlOld1BreadMeatTable1TableOrder == 1) {
_root.guestGirlOld1BreadMeatTable1.startDrag();
_root.guestGirlOld1BreadMeatTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlOld1BreadMeatTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlOld1BreadMeatTable1TableOrder == 1) {
_root.guestGirlOld1BreadMeatTable1.stopDrag();
_root.guestGirlOld1BreadMeatTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlOld1BreadMeatTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlOld1BreadMeatTable1TableOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.gotoAndStop('leftback');
_root.guestGirlOld1BreadMeatTable1._x = 272.6;
_root.guestGirlOld1BreadMeatTable1._y = 116.1;
_root.guestGirlOld1BreadMeatTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlOld1BreadMeatTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlOld1BreadMeatTable1._x = 156.15;
_root.guestGirlOld1BreadMeatTable1._y = 334.8;
_root.guestGirlOld1BreadMeatTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlOld1BreadMeatTable1.onRelease = _root.guestGirlOld1BreadMeatTable1.onReleaseOutside;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1Out = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1TrayOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1FrenchfriesOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1JuiceOrangeOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1TrayOrder == 1) {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.startDrag();
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1TrayOrder == 1) {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.stopDrag();
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1._x = 291.5;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1._y = 314.15;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlBrunette1FrenchfriesJuiceOrangeTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1._x = 48;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1._y = 358.75;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.onRelease = _root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.onReleaseOutside;
_root.guestGirlAsian1FrenchfriesTable1TableOrder = 0;
_root.guestGirlAsian1FrenchfriesTable1FrenchfriesOrder = 0;
_root.guestGirlAsian1FrenchfriesTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian1FrenchfriesTable1TableOrder == 1) {
_root.guestGirlAsian1FrenchfriesTable1.startDrag();
_root.guestGirlAsian1FrenchfriesTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlAsian1FrenchfriesTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian1FrenchfriesTable1TableOrder == 1) {
_root.guestGirlAsian1FrenchfriesTable1.stopDrag();
_root.guestGirlAsian1FrenchfriesTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlAsian1FrenchfriesTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestBoyBrunette1BreadSausageTable1TableOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlAsian1FrenchfriesTable1._x = 95;
_root.guestGirlAsian1FrenchfriesTable1._y = 204.2;
_root.guestGirlAsian1FrenchfriesTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlAsian1FrenchfriesTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlAsian1FrenchfriesTable1._x = 156.35;
_root.guestGirlAsian1FrenchfriesTable1._y = 332.5;
_root.guestGirlAsian1FrenchfriesTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlAsian1FrenchfriesTable1.onRelease = _root.guestGirlAsian1FrenchfriesTable1.onReleaseOutside;
_root.guestBoyBlonde1MeatTray2TrayOrder = 0;
_root.guestBoyBlonde1MeatTray2MeatOrder = 0;
_root.guestBoyBlonde1MeatTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1MeatTray2TrayOrder == 1) {
_root.guestBoyBlonde1MeatTray2.startDrag();
_root.guestBoyBlonde1MeatTray2.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde1MeatTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1MeatTray2TrayOrder == 1) {
_root.guestBoyBlonde1MeatTray2.stopDrag();
_root.guestBoyBlonde1MeatTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde1MeatTray2.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyBlonde1MeatTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde1MeatTray2._x = 398.05;
_root.guestBoyBlonde1MeatTray2._y = 254.4;
_root.guestBoyBlonde1MeatTray2.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyBlonde1MeatTray2');
if (_root.guestGirlEbony1JuiceOrangeTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1JuiceOrangeTable2Out = 1;
_root.guestGirlEbony1JuiceOrangeTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde1MeatTray2._x = 195.6;
_root.guestBoyBlonde1MeatTray2._y = 83.90000000000001;
_root.guestBoyBlonde1MeatTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde1MeatTray2.onRelease = _root.guestBoyBlonde1MeatTray2.onReleaseOutside;
_root.guestGirlEbony1JuiceOrangeTable2Out = 0;
_root.guestGirlEbony1JuiceOrangeTable2TableOrder = 0;
_root.guestGirlEbony1JuiceOrangeTable2JuiceOrangeOrder = 0;
_root.guestGirlEbony1JuiceOrangeTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1JuiceOrangeTable2TableOrder == 1) {
_root.guestGirlEbony1JuiceOrangeTable2.startDrag();
_root.guestGirlEbony1JuiceOrangeTable2.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony1JuiceOrangeTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1JuiceOrangeTable2TableOrder == 1) {
_root.guestGirlEbony1JuiceOrangeTable2.stopDrag();
_root.guestGirlEbony1JuiceOrangeTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony1JuiceOrangeTable2.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlEbony1JuiceOrangeTable2TableOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony1JuiceOrangeTable2._x = 272.6;
_root.guestGirlEbony1JuiceOrangeTable2._y = 116.1;
_root.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlEbony1JuiceOrangeTable2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony1JuiceOrangeTable2._x = 193.1;
_root.guestGirlEbony1JuiceOrangeTable2._y = 85.15000000000001;
_root.guestGirlEbony1JuiceOrangeTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony1JuiceOrangeTable2.onRelease = _root.guestGirlEbony1JuiceOrangeTable2.onReleaseOutside;
_root.guestBoyBlonde1FrenchfriesTable1TableOrder = 0;
_root.guestBoyBlonde1FrenchfriesTable1FrenchfriesOrder = 0;
_root.guestBoyBlonde1FrenchfriesTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1FrenchfriesTable1TableOrder == 1) {
_root.guestBoyBlonde1FrenchfriesTable1.startDrag();
_root.guestBoyBlonde1FrenchfriesTable1.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde1FrenchfriesTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1FrenchfriesTable1TableOrder == 1) {
_root.guestBoyBlonde1FrenchfriesTable1.stopDrag();
_root.guestBoyBlonde1FrenchfriesTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde1FrenchfriesTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestBoyBlonde1FrenchfriesTable1TableOrder = 0;
_root.player._x = 402.7;
_root.player._y = 126.75;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde1FrenchfriesTable1._x = 272.6;
_root.guestBoyBlonde1FrenchfriesTable1._y = 116.1;
_root.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestBoyBlonde1FrenchfriesTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde1FrenchfriesTable1._x = 193.45;
_root.guestBoyBlonde1FrenchfriesTable1._y = 83.3;
_root.guestBoyBlonde1FrenchfriesTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde1FrenchfriesTable1.onRelease = _root.guestBoyBlonde1FrenchfriesTable1.onReleaseOutside;
}
movieClip 2149 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld1BreadMeatTable1TableOrder = 1;
_root.guestGirlOld1BreadMeatTable1.gotoAndStop('waiting');
}
}
movieClip 2154 {
frame 680 {
_root.guestGirlOld1BreadMeatTable1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlOld1BreadMeatTable1TableOrder = 0;
_root.guestGirlOld1BreadMeatTable1.gotoAndStop('leave');
}
}
movieClip 2157 {
frame 36 {
_root.table2Occupied = 0;
_root.guestGirlOld1BreadMeatTable1.gotoAndStop('leave');
}
}
movieClip 2158 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2149 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2154 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1298 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2157 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlOld1BreadMeatTable1._x = 156.15;
_root.guestGirlOld1BreadMeatTable1._y = 334.8;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlAsian1FrenchfriesTable1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2160 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian1FrenchfriesTable1TableOrder = 1;
_root.guestGirlAsian1FrenchfriesTable1.gotoAndStop('waiting');
}
}
movieClip 2164 {
frame 680 {
_root.guestGirlAsian1FrenchfriesTable1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlAsian1FrenchfriesTable1TableOrder = 0;
_root.guestGirlAsian1FrenchfriesTable1.gotoAndStop('leave');
}
}
movieClip 2167 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlAsian1FrenchfriesTable1.gotoAndStop('leave');
}
}
movieClip 2168 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2160 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2164 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2167 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlAsian1FrenchfriesTable1._x = 156.35;
_root.guestGirlAsian1FrenchfriesTable1._y = 332.5;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
}
}
movieClip 2171 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1MeatTray2TrayOrder = 1;
_root.guestBoyBlonde1MeatTray2.gotoAndStop('waiting');
}
}
movieClip 2175 {
frame 680 {
_root.guestBoyBlonde1MeatTray2.gotoAndStop('mad');
}
frame 1020 {
_root.guestBoyBlonde1MeatTray2TrayOrder = 0;
_root.guestBoyBlonde1MeatTray2.gotoAndStop('leave');
}
}
movieClip 2180 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde1MeatTray2.gotoAndStop('leave');
}
}
movieClip 2181 {
frame 1 {
stop();
}
instance of movieClip 2171 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2175 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2180 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyBlonde1MeatTray2._x = 195.6;
_root.guestBoyBlonde1MeatTray2._y = 83.90000000000001;
_root.guestCount -= 1;
if (_root.guestGirlEbony1JuiceOrangeTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1JuiceOrangeTable2Out = 1;
_root.guestGirlEbony1JuiceOrangeTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 2184 {
frame 250 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1JuiceOrangeTable2TableOrder = 1;
_root.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('waiting');
}
}
movieClip 2189 {
frame 680 {
_root.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlEbony1JuiceOrangeTable2TableOrder = 0;
_root.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('leave');
}
}
movieClip 2194 {
frame 36 {
_root.table2Occupied = 0;
_root.guestGirlEbony1JuiceOrangeTable2.gotoAndStop('leave');
}
}
movieClip 2195 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2184 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2189 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2194 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlEbony1JuiceOrangeTable2._x = 193.1;
_root.guestGirlEbony1JuiceOrangeTable2._y = 85.15000000000001;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestBoyBlonde1FrenchfriesTable1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2198 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1FrenchfriesTable1TableOrder = 1;
_root.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('waiting');
}
}
movieClip 2203 {
frame 680 {
_root.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('mad');
}
frame 1020 {
_root.guestBoyBlonde1FrenchfriesTable1TableOrder = 0;
_root.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('leave');
}
}
movieClip 2208 {
frame 36 {
_root.table2Occupied = 0;
_root.guestBoyBlonde1FrenchfriesTable1.gotoAndStop('leave');
}
}
movieClip 2209 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2198 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2203 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2208 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlonde1FrenchfriesTable1._x = 193.45;
_root.guestBoyBlonde1FrenchfriesTable1._y = 83.3;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
}
}
movieClip 2211 {
frame 50 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1BreadSausageTable1TableOrder = 1;
_root.guestBoyBrunette1BreadSausageTable1.gotoAndStop('waiting');
}
}
movieClip 2214 {
frame 680 {
_root.guestBoyBrunette1BreadSausageTable1.gotoAndStop('mad');
}
frame 1020 {
_root.guestBoyBrunette1BreadSausageTable1TableOrder = 0;
_root.guestBoyBrunette1BreadSausageTable1.gotoAndStop('leave');
}
}
movieClip 2218 {
frame 36 {
_root.table1Occupied = 0;
_root.guestBoyBrunette1BreadSausageTable1.gotoAndStop('leave');
}
}
movieClip 2219 {
frame 1 {
stop();
}
instance of movieClip 2211 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 503 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 2214 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2218 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyBrunette1BreadSausageTable1._x = 46.6;
_root.guestBoyBrunette1BreadSausageTable1._y = 357.5;
_root.guestCount -= 1;
if (_root.guestGirlOld1BreadMeatTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlOld1BreadMeatTable1Out = 1;
_root.guestGirlOld1BreadMeatTable1.gotoAndStop(2);
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
}
movieClip 2222 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1TrayOrder = 1;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('waiting');
}
}
movieClip 2226 {
frame 680 {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('mad');
}
frame 1020 {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1TrayOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('leave');
}
}
movieClip 2230 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1.gotoAndStop('leave');
}
}
movieClip 2231 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2222 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2226 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1226 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 2230 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1._x = 48;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1._y = 358.75;
_root.guestCount -= 1;
}
}
frame 12 {
stop();
_root.dayScreen.gotoAndStop(6);
_global.currentLevel = 5;
_root.date = 5;
_root.goal = 80;
_root.scoreLevel = 0;
_root.guestCount = 8;
_root.level5Complete = 0;
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.phoneGuest.gotoAndStop(1);
_root.governorHappy = 0;
_root.governorMad = 0;
_root.governorOrderFail = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1TableOrder = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1ShrimpOrder = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1JuiceOrangeOrder = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlOld1ShrimpJuiceOrangeTable1TableOrder == 1) {
_root.guestGirlOld1ShrimpJuiceOrangeTable1.startDrag();
_root.guestGirlOld1ShrimpJuiceOrangeTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlOld1ShrimpJuiceOrangeTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlOld1ShrimpJuiceOrangeTable1TableOrder == 1) {
_root.guestGirlOld1ShrimpJuiceOrangeTable1.stopDrag();
_root.guestGirlOld1ShrimpJuiceOrangeTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlOld1ShrimpJuiceOrangeTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlOld1ShrimpJuiceOrangeTable1TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestGirlOld1ShrimpJuiceOrangeTable1._x = 115;
_root.guestGirlOld1ShrimpJuiceOrangeTable1._y = 214.2;
_root.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlOld1ShrimpJuiceOrangeTable1');
if (_root.guestBoyBrunette3ShrimpTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBrunette3ShrimpTray1Out = 1;
_root.guestBoyBrunette3ShrimpTray1.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlOld1ShrimpJuiceOrangeTable1._x = 45.55;
_root.guestGirlOld1ShrimpJuiceOrangeTable1._y = 371;
_root.guestGirlOld1ShrimpJuiceOrangeTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlOld1ShrimpJuiceOrangeTable1.onRelease = _root.guestGirlOld1ShrimpJuiceOrangeTable1.onReleaseOutside;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1TableOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1FrenchfriesOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1IcecreamOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2FrenchfriesIcecreamTable1TableOrder == 1) {
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.startDrag();
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2FrenchfriesIcecreamTable1TableOrder == 1) {
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.stopDrag();
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde2FrenchfriesIcecreamTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1TableOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde2FrenchfriesIcecreamTable1._x = 297.1;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1._y = 131.9;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestBoyBlonde2FrenchfriesIcecreamTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde2FrenchfriesIcecreamTable1._x = 156.15;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1._y = 337.3;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.onRelease = _root.guestBoyBlonde2FrenchfriesIcecreamTable1.onReleaseOutside;
_root.guestBoyBrunette3ShrimpTray1Out = 0;
_root.guestBoyBrunette3ShrimpTray1TrayOrder = 0;
_root.guestBoyBrunette3ShrimpTray1ShrimpOrder = 0;
_root.guestBoyBrunette3ShrimpTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette3ShrimpTray1TrayOrder == 1) {
_root.guestBoyBrunette3ShrimpTray1.startDrag();
_root.guestBoyBrunette3ShrimpTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette3ShrimpTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette3ShrimpTray1TrayOrder == 1) {
_root.guestBoyBrunette3ShrimpTray1.stopDrag();
_root.guestBoyBrunette3ShrimpTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette3ShrimpTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyBrunette3ShrimpTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette3ShrimpTray1._x = 293.5;
_root.guestBoyBrunette3ShrimpTray1._y = 315.85;
_root.guestBoyBrunette3ShrimpTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyBrunette3ShrimpTray1');
if (_root.guestGirlRedhead1JuiceGrapeTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlRedhead1JuiceGrapeTable1Out = 1;
_root.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette3ShrimpTray1._x = 215.7;
_root.guestBoyBrunette3ShrimpTray1._y = 97.5;
_root.guestBoyBrunette3ShrimpTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette3ShrimpTray1.onRelease = _root.guestBoyBrunette3ShrimpTray1.onReleaseOutside;
_root.guestGirlRedhead1JuiceGrapeTable1Out = 0;
_root.guestGirlRedhead1JuiceGrapeTable1TableOrder = 0;
_root.guestGirlRedhead1JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.guestGirlRedhead1JuiceGrapeTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1JuiceGrapeTable1TableOrder == 1) {
_root.guestGirlRedhead1JuiceGrapeTable1.startDrag();
_root.guestGirlRedhead1JuiceGrapeTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlRedhead1JuiceGrapeTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1JuiceGrapeTable1TableOrder == 1) {
_root.guestGirlRedhead1JuiceGrapeTable1.stopDrag();
_root.guestGirlRedhead1JuiceGrapeTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlRedhead1JuiceGrapeTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlRedhead1JuiceGrapeTable1TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestGirlRedhead1JuiceGrapeTable1._x = 115;
_root.guestGirlRedhead1JuiceGrapeTable1._y = 214.2;
_root.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlRedhead1JuiceGrapeTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlRedhead1JuiceGrapeTable1._x = 215.7;
_root.guestGirlRedhead1JuiceGrapeTable1._y = 97.5;
_root.guestGirlRedhead1JuiceGrapeTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlRedhead1JuiceGrapeTable1.onRelease = _root.guestGirlRedhead1JuiceGrapeTable1.onReleaseOutside;
_root.guestGirlBrunette2IcecreamTray1TrayOrder = 0;
_root.guestGirlBrunette2IcecreamTray1IcecreamOrder = 0;
_root.guestGirlBrunette2IcecreamTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2IcecreamTray1TrayOrder == 1) {
_root.guestGirlBrunette2IcecreamTray1.startDrag();
_root.guestGirlBrunette2IcecreamTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette2IcecreamTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2IcecreamTray1TrayOrder == 1) {
_root.guestGirlBrunette2IcecreamTray1.stopDrag();
_root.guestGirlBrunette2IcecreamTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette2IcecreamTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestGirlBrunette2IcecreamTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette2IcecreamTray1._x = 396.75;
_root.guestGirlBrunette2IcecreamTray1._y = 254;
_root.guestGirlBrunette2IcecreamTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestGirlBrunette2IcecreamTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette2IcecreamTray1._x = 49.55;
_root.guestGirlBrunette2IcecreamTray1._y = 370;
_root.guestGirlBrunette2IcecreamTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette2IcecreamTray1.onRelease = _root.guestGirlBrunette2IcecreamTray1.onReleaseOutside;
_root.guestBoyBlonde2SausageTable1TableOrder = 0;
_root.guestBoyBlonde2SausageTable1SausageOrder = 0;
_root.guestBoyBlonde2SausageTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2SausageTable1TableOrder == 1) {
_root.guestBoyBlonde2SausageTable1.startDrag();
_root.guestBoyBlonde2SausageTable1.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde2SausageTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2SausageTable1TableOrder == 1) {
_root.guestBoyBlonde2SausageTable1.stopDrag();
_root.guestBoyBlonde2SausageTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde2SausageTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestBoyBlonde2SausageTable1TableOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde2SausageTable1._x = 297.1;
_root.guestBoyBlonde2SausageTable1._y = 131.9;
_root.guestBoyBlonde2SausageTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestBoyBlonde2SausageTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde2SausageTable1._x = 155.25;
_root.guestBoyBlonde2SausageTable1._y = 335.1;
_root.guestBoyBlonde2SausageTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde2SausageTable1.onRelease = _root.guestBoyBlonde2SausageTable1.onReleaseOutside;
_root.guestBoyBrunette2JuiceOrangeTray1TrayOrder = 0;
_root.guestBoyBrunette2JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.guestBoyBrunette2JuiceOrangeTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette2JuiceOrangeTray1TrayOrder == 1) {
_root.guestBoyBrunette2JuiceOrangeTray1.startDrag();
_root.guestBoyBrunette2JuiceOrangeTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette2JuiceOrangeTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette2JuiceOrangeTray1TrayOrder == 1) {
_root.guestBoyBrunette2JuiceOrangeTray1.stopDrag();
_root.guestBoyBrunette2JuiceOrangeTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette2JuiceOrangeTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyBrunette2JuiceOrangeTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette2JuiceOrangeTray1._x = 297.3;
_root.guestBoyBrunette2JuiceOrangeTray1._y = 316.15;
_root.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyBrunette2JuiceOrangeTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette2JuiceOrangeTray1._x = 51.5;
_root.guestBoyBrunette2JuiceOrangeTray1._y = 370;
_root.guestBoyBrunette2JuiceOrangeTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette2JuiceOrangeTray1.onRelease = _root.guestBoyBrunette2JuiceOrangeTray1.onReleaseOutside;
_root.guestGirlBrunette1IcecreamTray2TrayOrder = 0;
_root.guestGirlBrunette1IcecreamTray2IcecreamOrder = 0;
_root.guestGirlBrunette1IcecreamTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette1IcecreamTray2TrayOrder == 1) {
_root.guestGirlBrunette1IcecreamTray2.startDrag();
_root.guestGirlBrunette1IcecreamTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette1IcecreamTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette1IcecreamTray2TrayOrder == 1) {
_root.guestGirlBrunette1IcecreamTray2.stopDrag();
_root.guestGirlBrunette1IcecreamTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette1IcecreamTray2.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestGirlBrunette1IcecreamTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette1IcecreamTray2._x = 394.75;
_root.guestGirlBrunette1IcecreamTray2._y = 254.35;
_root.guestGirlBrunette1IcecreamTray2.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestGirlBrunette1IcecreamTray2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette1IcecreamTray2._x = 215.7;
_root.guestGirlBrunette1IcecreamTray2._y = 97.45;
_root.guestGirlBrunette1IcecreamTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette1IcecreamTray2.onRelease = _root.guestGirlBrunette1IcecreamTray2.onReleaseOutside;
}
movieClip 2235 {
frame 2200 {
_root.shopClose = 1;
_root.clock.gotoAndStop(2);
}
}
movieClip 2237 {
frame 1 {
stop();
}
instance of movieClip 2235 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
trace('Guest: ' + _root.guestCount);
}
}
movieClip 2251 {
}
movieClip 2254 {
frame 1 {
stop();
var inGame2MusicSound = new Sound();
inGame2MusicSound.attachSound('in-game2.wav');
inGame2MusicSound.stop();
}
frame 2 {
stop();
var inGame2MusicSound = new Sound();
inGame2MusicSound.attachSound('in-game2.wav');
inGame2MusicSound.start(0, 99999);
}
}
button 2258 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
_root.player._x = 242.25;
_root.player._y = 206.6;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
movieClip 2262 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlOld1ShrimpJuiceOrangeTable1ShrimpOrder = 1;
_root.table1.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('waiting');
}
}
button 2266 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.guestGirlOld1ShrimpJuiceOrangeTable1ShrimpOrder == 1) {
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1ShrimpOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2268 {
frame 660 {
_root.table1.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('mad');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1ShrimpOrder = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 2270 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.guestGirlOld1ShrimpJuiceOrangeTable1ShrimpOrder == 1) {
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1ShrimpOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2301 {
frame 100 {
_root.guestGirlOld1ShrimpJuiceOrangeTable1JuiceOrangeOrder = 1;
_root.table1.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('waiting2');
}
}
button 2302 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlOld1ShrimpJuiceOrangeTable1JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1JuiceOrangeOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('action2');
_root.table1.guestGirlOld1ShrimpJuiceOrangeTable1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2304 {
frame 660 {
_root.table1.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('mad2');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1JuiceOrangeOrder = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 2305 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestGirlOld1ShrimpJuiceOrangeTable1JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1JuiceOrangeOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('action2');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2334 {
frame 100 {
_root.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 2335 {
frame 1 {
stop();
}
instance of movieClip 2262 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2268 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2301 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 2304 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 2334 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2337 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlRedhead1JuiceGrapeTable1JuiceGrapeOrder = 1;
_root.table1.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('waiting');
}
}
button 2339 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestGirlRedhead1JuiceGrapeTable1JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestGirlRedhead1JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('action');
_root.table1.guestGirlRedhead1JuiceGrapeTable1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2341 {
frame 660 {
_root.table1.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('mad');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestGirlRedhead1JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 2343 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestGirlRedhead1JuiceGrapeTable1JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestGirlRedhead1JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('action');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2358 {
frame 100 {
_root.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 2359 {
frame 1 {
stop();
}
instance of movieClip 2337 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2341 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2358 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2362 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder = 1;
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('waiting');
}
}
button 2365 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 2367 {
frame 660 {
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('mad');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 2371 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 2401 {
frame 100 {
_root.guestGirlEbony1FrenchfriesEggTable1EggOrder = 1;
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('waiting2');
}
}
button 2402 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerEggCooked == 1 & _root.guestGirlEbony1FrenchfriesEggTable1EggOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerEggCooked = 0;
_root.guestGirlEbony1FrenchfriesEggTable1EggOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('action2');
_root.table1.guestGirlEbony1FrenchfriesEggTable1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 2404 {
frame 660 {
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('mad2');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestGirlEbony1FrenchfriesEggTable1EggOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 2405 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerEggCooked == 1 & _root.guestGirlEbony1FrenchfriesEggTable1EggOrder == 1) {
_root.handfull = 0;
_root.playerEggCooked = 0;
_root.guestGirlEbony1FrenchfriesEggTable1EggOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('action2');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 2436 {
frame 100 {
_root.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 2437 {
frame 1 {
stop();
}
instance of movieClip 2362 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2367 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2401 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 2404 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 2436 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2440 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony2IcecreamTable1IcecreamOrder = 1;
_root.table1.guestGirlEbony2IcecreamTable1.gotoAndStop('waiting');
}
}
button 2443 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlEbony2IcecreamTable1IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlEbony2IcecreamTable1IcecreamOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony2IcecreamTable1.gotoAndStop('action');
_root.table1.guestGirlEbony2IcecreamTable1.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 2445 {
frame 660 {
_root.table1.guestGirlEbony2IcecreamTable1.gotoAndStop('mad');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestGirlEbony2IcecreamTable1IcecreamOrder = 0;
_root.guestGirlEbony2IcecreamTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 2446 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlEbony2IcecreamTable1IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlEbony2IcecreamTable1IcecreamOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony2IcecreamTable1.gotoAndStop('action');
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 2451 {
}
movieClip 2479 {
frame 100 {
_root.guestGirlEbony2IcecreamTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 2480 {
frame 1 {
stop();
}
instance of movieClip 2440 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2445 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2479 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2483 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony1JuiceStrawberryTable1JuiceStrawberryOrder = 1;
_root.table1.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('waiting');
}
}
button 2484 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('action');
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlEbony1JuiceStrawberryTable1JuiceStrawberryOrder == 1) {
_root.favorite += 1;
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlEbony1JuiceStrawberryTable1JuiceStrawberryOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('action');
_root.table1.guestGirlEbony1JuiceStrawberryTable1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2486 {
frame 660 {
_root.table1.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('mad');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestGirlEbony1JuiceStrawberryTable1JuiceStrawberryOrder = 0;
_root.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 2487 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlEbony1JuiceStrawberryTable1JuiceStrawberryOrder == 1) {
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlEbony1JuiceStrawberryTable1JuiceStrawberryOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('action');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2516 {
frame 100 {
_root.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 2517 {
frame 1 {
stop();
}
instance of movieClip 2483 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2486 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2516 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2520 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlackhair1JuiceGrapeTable1JuiceGrapeOrder = 1;
_root.table1.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('waiting');
}
}
button 2523 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyBlackhair1JuiceGrapeTable1JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyBlackhair1JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('action');
_root.table1.guestBoyBlackhair1JuiceGrapeTable1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2525 {
frame 660 {
_root.table1.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('mad');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestBoyBlackhair1JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
movieClip 2530 {
}
button 2532 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyBlackhair1JuiceGrapeTable1JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyBlackhair1JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('action');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2561 {
frame 100 {
_root.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 2562 {
frame 1 {
stop();
}
instance of movieClip 2520 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2525 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2561 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2565 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde2SausageTable2SausageOrder = 1;
_root.table1.guestBoyBlonde2SausageTable2.gotoAndStop('waiting');
}
}
button 2568 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestBoyBlonde2SausageTable2SausageOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestBoyBlonde2SausageTable2SausageOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlonde2SausageTable2.gotoAndStop('action');
_root.table1.guestBoyBlonde2SausageTable2.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2570 {
frame 660 {
_root.table1.guestBoyBlonde2SausageTable2.gotoAndStop('mad');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestBoyBlonde2SausageTable2SausageOrder = 0;
_root.guestBoyBlonde2SausageTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 2574 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestBoyBlonde2SausageTable2SausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestBoyBlonde2SausageTable2SausageOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlonde2SausageTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2605 {
frame 100 {
_root.guestBoyBlonde2SausageTable2.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 2606 {
frame 1 {
stop();
}
instance of movieClip 2565 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2570 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2605 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2607 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
}
button 2609 {
on (press) {
if (pausePlay == 0) {
if (_root._root.playerCooking == 0) {
_root.player._x = 416.3;
_root.player._y = 120.15;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
movieClip 2612 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde2FrenchfriesIcecreamTable1FrenchfriesOrder = 1;
_root.table2.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('waiting');
}
}
button 2614 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestBoyBlonde2FrenchfriesIcecreamTable1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1FrenchfriesOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 2616 {
frame 680 {
_root.table2.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('mad');
}
frame 1020 {
_root.table2Occupied = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1FrenchfriesOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2618 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestBoyBlonde2FrenchfriesIcecreamTable1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1FrenchfriesOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 2634 {
frame 100 {
_root.guestBoyBlonde2FrenchfriesIcecreamTable1IcecreamOrder = 1;
_root.table2.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('waiting2');
}
}
button 2635 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBlonde2FrenchfriesIcecreamTable1IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1IcecreamOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('action2');
_root.table2.guestBoyBlonde2FrenchfriesIcecreamTable1.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 2637 {
frame 680 {
_root.table2.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('mad2');
}
frame 1020 {
_root.table2Occupied = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1IcecreamOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2638 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBlonde2FrenchfriesIcecreamTable1IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1IcecreamOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('action2');
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 2654 {
frame 100 {
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 2655 {
frame 1 {
stop();
}
instance of movieClip 2612 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2616 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2634 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 2637 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 2654 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2658 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde2SausageTable1SausageOrder = 1;
_root.table2.guestBoyBlonde2SausageTable1.gotoAndStop('waiting');
}
}
button 2659 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestBoyBlonde2SausageTable1SausageOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestBoyBlonde2SausageTable1SausageOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlonde2SausageTable1.gotoAndStop('action');
_root.table2.guestBoyBlonde2SausageTable1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2661 {
frame 660 {
_root.table2.guestBoyBlonde2SausageTable1.gotoAndStop('mad');
}
frame 980 {
_root.table2Occupied = 0;
_root.guestBoyBlonde2SausageTable1SausageOrder = 0;
_root.guestBoyBlonde2SausageTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2662 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestBoyBlonde2SausageTable1SausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestBoyBlonde2SausageTable1SausageOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlonde2SausageTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2693 {
frame 100 {
_root.guestBoyBlonde2SausageTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 2694 {
frame 1 {
stop();
}
instance of movieClip 2658 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2661 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2693 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2697 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlackhair1MeatTable1MeatOrder = 1;
_root.table2.guestBoyBlackhair1MeatTable1.gotoAndStop('waiting');
}
}
button 2698 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBlackhair1MeatTable1MeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBlackhair1MeatTable1MeatOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlackhair1MeatTable1.gotoAndStop('action');
_root.table2.guestBoyBlackhair1MeatTable1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2700 {
frame 660 {
_root.table2.guestBoyBlackhair1MeatTable1.gotoAndStop('mad');
}
frame 980 {
_root.table2Occupied = 0;
_root.guestBoyBlackhair1MeatTable1MeatOrder = 0;
_root.guestBoyBlackhair1MeatTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2701 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBlackhair1MeatTable1MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBlackhair1MeatTable1MeatOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlackhair1MeatTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2734 {
frame 100 {
_root.guestBoyBlackhair1MeatTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 2735 {
frame 1 {
stop();
}
instance of movieClip 2697 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2700 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2734 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2738 {
}
movieClip 2740 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette3MeatJuiceOrangeTable1MeatOrder = 1;
_root.table2.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('waiting');
}
}
button 2743 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBrunette3MeatJuiceOrangeTable1MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1MeatOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2745 {
frame 660 {
_root.table2.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('mad');
}
frame 980 {
_root.table2Occupied = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1MeatOrder = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2748 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBrunette3MeatJuiceOrangeTable1MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1MeatOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2781 {
frame 100 {
_root.guestBoyBrunette3MeatJuiceOrangeTable1JuiceOrangeOrder = 1;
_root.table2.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('waiting2');
}
}
button 2782 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestBoyBrunette3MeatJuiceOrangeTable1JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1JuiceOrangeOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('action2');
_root.table2.guestBoyBrunette3MeatJuiceOrangeTable1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2784 {
frame 660 {
_root.table2.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('mad2');
}
frame 980 {
_root.table2Occupied = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1JuiceOrangeOrder = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2785 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestBoyBrunette3MeatJuiceOrangeTable1JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1JuiceOrangeOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('action2');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2814 {
frame 100 {
_root.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 2815 {
frame 1 {
stop();
}
instance of movieClip 2740 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2745 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2781 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 2784 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 2814 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2818 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlAsian2IcecreamTable1IcecreamOrder = 1;
_root.table2.guestGirlAsian2IcecreamTable1.gotoAndStop('waiting');
}
}
button 2821 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlAsian2IcecreamTable1IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlAsian2IcecreamTable1IcecreamOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlAsian2IcecreamTable1.gotoAndStop('action');
_root.table2.guestGirlAsian2IcecreamTable1.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 2823 {
frame 660 {
_root.table2.guestGirlAsian2IcecreamTable1.gotoAndStop('mad');
}
frame 980 {
_root.table2Occupied = 0;
_root.guestGirlAsian2IcecreamTable1IcecreamOrder = 0;
_root.guestGirlAsian2IcecreamTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2826 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlAsian2IcecreamTable1IcecreamOrder == 1) {
_root.favorite += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlAsian2IcecreamTable1IcecreamOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlAsian2IcecreamTable1.gotoAndStop('action');
_root.table2.guestGirlAsian2IcecreamTable1.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 2856 {
frame 100 {
_root.guestGirlAsian2IcecreamTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 2857 {
frame 1 {
stop();
}
instance of movieClip 2818 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2823 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2856 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2860 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette3ShrimpTable1ShrimpOrder = 1;
_root.table2.guestBoyBrunette3ShrimpTable1.gotoAndStop('waiting');
}
}
button 2861 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.guestBoyBrunette3ShrimpTable1ShrimpOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.guestBoyBrunette3ShrimpTable1ShrimpOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBrunette3ShrimpTable1.gotoAndStop('action');
_root.table2.guestBoyBrunette3ShrimpTable1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2863 {
frame 660 {
_root.table2.guestBoyBrunette3ShrimpTable1.gotoAndStop('mad');
}
frame 980 {
_root.table2Occupied = 0;
_root.guestBoyBrunette3ShrimpTable1ShrimpOrder = 0;
_root.guestBoyBrunette3ShrimpTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2864 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.guestBoyBrunette3ShrimpTable1ShrimpOrder == 1) {
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.guestBoyBrunette3ShrimpTable1ShrimpOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBrunette3ShrimpTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2895 {
frame 100 {
_root.guestBoyBrunette3ShrimpTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 2896 {
frame 1 {
stop();
}
instance of movieClip 2860 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2863 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2895 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2899 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyEbony1MeatJuiceGrapeTable1MeatOrder = 1;
_root.table2.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('waiting');
}
}
button 2902 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyEbony1MeatJuiceGrapeTable1MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1MeatOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2904 {
frame 660 {
_root.table2.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('mad');
}
frame 980 {
_root.table2Occupied = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1MeatOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2907 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyEbony1MeatJuiceGrapeTable1MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1MeatOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 2940 {
frame 100 {
_root.guestBoyEbony1MeatJuiceGrapeTable1JuiceGrapeOrder = 1;
_root.table2.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('waiting2');
}
}
button 2941 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyEbony1MeatJuiceGrapeTable1JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1JuiceGrapeOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('action2');
_root.table2.guestBoyEbony1MeatJuiceGrapeTable1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2943 {
frame 660 {
_root.table2.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('mad2');
}
frame 980 {
_root.table2Occupied = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1JuiceGrapeOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2944 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyEbony1MeatJuiceGrapeTable1JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1JuiceGrapeOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('action2');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 2973 {
frame 100 {
_root.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 2974 {
frame 1 {
stop();
}
instance of movieClip 2899 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2904 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2940 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 2943 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 2973 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 2977 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlAsian2EggTable1EggOrder = 1;
_root.table2.guestGirlAsian2EggTable1.gotoAndStop('waiting');
}
}
button 2978 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerEggCooked == 1 & _root.guestGirlAsian2EggTable1EggOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerEggCooked = 0;
_root.guestGirlAsian2EggTable1EggOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlAsian2EggTable1.gotoAndStop('action');
_root.table2.guestGirlAsian2EggTable1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 2980 {
frame 660 {
_root.table2.guestGirlAsian2EggTable1.gotoAndStop('mad');
}
frame 980 {
_root.table2Occupied = 0;
_root.guestGirlAsian2EggTable1EggOrder = 0;
_root.guestGirlAsian2EggTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 2981 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerEggCooked == 1 & _root.guestGirlAsian2EggTable1EggOrder == 1) {
_root.handfull = 0;
_root.playerEggCooked = 0;
_root.guestGirlAsian2EggTable1EggOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlAsian2EggTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 3012 {
frame 100 {
_root.guestGirlAsian2EggTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 3013 {
frame 1 {
stop();
}
instance of movieClip 2977 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2980 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3012 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3014 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
}
movieClip 3018 {
}
movieClip 3037 {
}
movieClip 3041 {
}
movieClip 3062 {
frame 200 {
r = random(4);
if (_root.shopClose == 0) {
if (r == 0) {
_root.governorMeatOrder = 1;
_root.governor1.gotoAndStop('waiting1');
} else {
if (r == 1) {
_root.governorJuiceOrangeOrder = 1;
_root.governor1.gotoAndStop('waiting2');
} else {
_root.governorFrenchfriesOrder = 1;
_root.governor1.gotoAndStop('waiting3');
}
}
} else {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 80) {
_root.governor1.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 80) {
_root.governor1.gotoAndStop('madleave');
}
}
}
}
}
}
button 3065 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.governorMeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.governorMeatOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor1.gotoAndStop('action1');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3067 {
frame 660 {
_root.governor1.gotoAndStop('mad1');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorMeatOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor1.gotoAndStop('madleave');
} else {
_root.governor1.gotoAndStop(1);
}
}
}
movieClip 3072 {
}
button 3073 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.governorMeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.governorMeatOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor1.gotoAndStop('action1');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3102 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 80) {
_root.governor1.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 80) {
_root.governor1.gotoAndStop('madleave');
}
}
} else {
_root.governor1.gotoAndStop(1);
}
}
}
button 3103 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.governorJuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.governorJuiceOrangeOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor1.gotoAndStop('action2');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 3105 {
frame 660 {
_root.governor1.gotoAndStop('mad2');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorJuiceOrangeOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor1.gotoAndStop('madleave');
} else {
_root.governor1.gotoAndStop(1);
}
}
}
button 3106 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.governorJuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.governorJuiceOrangeOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor1.gotoAndStop('action2');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 3135 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 80) {
_root.governor1.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 80) {
_root.governor1.gotoAndStop('madleave');
}
}
} else {
_root.governor1.gotoAndStop(1);
}
}
}
button 3136 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.governorFrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.governorFrenchfriesOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor1.gotoAndStop('action3');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 3138 {
frame 660 {
_root.governor1.gotoAndStop('mad3');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorFrenchfriesOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor1.gotoAndStop('madleave');
} else {
_root.governor1.gotoAndStop(1);
}
}
}
button 3139 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.governorFrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.governorFrenchfriesOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor1.gotoAndStop('action3');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 3168 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 80) {
_root.governor1.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 80) {
_root.governor1.gotoAndStop('madleave');
}
}
} else {
_root.governor1.gotoAndStop(1);
}
}
}
movieClip 3171 {
frame 32 {
_root.governorMad = 1;
_root.shopClose = 1;
_root.guestCount = 0;
_root.governor1.gotoAndStop('leave');
}
}
movieClip 3174 {
frame 32 {
_root.governorHappy = 1;
_root.governor1.gotoAndStop('leave');
}
}
movieClip 3175 {
frame 1 {
stop();
}
instance of movieClip 3062 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3067 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3102 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 3105 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 3135 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 8 {
stop();
}
instance of movieClip 3138 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 9 {
stop();
}
frame 10 {
stop();
}
instance of movieClip 3168 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
}
movieClip 3177 {
frame 120 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2FrenchfriesIcecreamTable1TableOrder = 1;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('waiting');
}
}
movieClip 3181 {
frame 680 {
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('mad');
}
frame 1020 {
_root.guestBoyBlonde2FrenchfriesIcecreamTable1TableOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('leave');
}
}
movieClip 3184 {
frame 36 {
_root.table2Occupied = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1.gotoAndStop('leave');
}
}
movieClip 3185 {
frame 1 {
stop();
}
instance of movieClip 3177 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3181 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1437 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3184 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyBlonde2FrenchfriesIcecreamTable1._x = 156.15;
_root.guestBoyBlonde2FrenchfriesIcecreamTable1._y = 337.3;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestBoyBlonde2SausageTable1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3188 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette3ShrimpTray1TrayOrder = 1;
_root.guestBoyBrunette3ShrimpTray1.gotoAndStop('waiting');
}
}
movieClip 3192 {
frame 660 {
_root.guestBoyBrunette3ShrimpTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBrunette3ShrimpTray1TrayOrder = 0;
_root.guestBoyBrunette3ShrimpTray1.gotoAndStop('leave');
}
}
movieClip 3198 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette3ShrimpTray1.gotoAndStop('leave');
}
}
movieClip 3199 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3188 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3192 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3198 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBrunette3ShrimpTray1._x = 215.7;
_root.guestBoyBrunette3ShrimpTray1._y = 97.5;
_root.guestCount -= 1;
if (_root.guestGirlRedhead1JuiceGrapeTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlRedhead1JuiceGrapeTable1Out = 1;
_root.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 3201 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1JuiceGrapeTable1TableOrder = 1;
_root.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('waiting');
}
}
movieClip 3205 {
frame 660 {
_root.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('mad');
}
frame 1000 {
_root.guestGirlRedhead1JuiceGrapeTable1TableOrder = 0;
_root.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('leave');
}
}
movieClip 3209 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlRedhead1JuiceGrapeTable1.gotoAndStop('leave');
}
}
movieClip 3210 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3201 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3205 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3209 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlRedhead1JuiceGrapeTable1._x = 215.7;
_root.guestGirlRedhead1JuiceGrapeTable1._y = 97.5;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlBrunette1IcecreamTray2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3213 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2SausageTable1TableOrder = 1;
_root.guestBoyBlonde2SausageTable1.gotoAndStop('waiting');
}
}
movieClip 3218 {
frame 660 {
_root.guestBoyBlonde2SausageTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBlonde2SausageTable1TableOrder = 0;
_root.guestBoyBlonde2SausageTable1.gotoAndStop('leave');
}
}
movieClip 3223 {
frame 36 {
_root.table2Occupied = 0;
_root.guestBoyBlonde2SausageTable1.gotoAndStop('leave');
}
}
movieClip 3224 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3213 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3218 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3223 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlonde2SausageTable1._x = 155.25;
_root.guestBoyBlonde2SausageTable1._y = 335.1;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
}
}
movieClip 3227 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette1IcecreamTray2TrayOrder = 1;
_root.guestGirlBrunette1IcecreamTray2.gotoAndStop('waiting');
}
}
movieClip 3231 {
frame 660 {
_root.guestGirlBrunette1IcecreamTray2.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlBrunette1IcecreamTray2TrayOrder = 0;
_root.guestGirlBrunette1IcecreamTray2.gotoAndStop('leave');
}
}
movieClip 3235 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette1IcecreamTray2.gotoAndStop('leave');
}
}
movieClip 3236 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3227 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3231 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1226 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3235 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette1IcecreamTray1._x = 44.15;
_root.guestGirlBrunette1IcecreamTray1._y = 355;
_root.guestCount -= 1;
}
}
movieClip 3239 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld1ShrimpJuiceOrangeTable1TableOrder = 1;
_root.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('waiting');
}
}
movieClip 3244 {
frame 660 {
_root.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlOld1BreadMeatTable1TableOrder = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('leave');
}
}
movieClip 3247 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlOld1ShrimpJuiceOrangeTable1.gotoAndStop('leave');
}
}
movieClip 3248 {
frame 1 {
stop();
}
instance of movieClip 3239 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3244 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1298 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3247 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlOld1ShrimpJuiceOrangeTable1._x = 45.55;
_root.guestGirlOld1ShrimpJuiceOrangeTable1._y = 371;
_root.guestCount -= 1;
if (_root.guestBoyBrunette3ShrimpTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBrunette3ShrimpTray1Out = 1;
_root.guestBoyBrunette3ShrimpTray1.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
if (_root.shopClose == 0) {
_root.guestGirlBrunette2IcecreamTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3251 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette2IcecreamTray1TrayOrder = 1;
_root.guestGirlBrunette2IcecreamTray1.gotoAndStop('waiting');
}
}
movieClip 3255 {
frame 660 {
_root.guestGirlBrunette2IcecreamTray1.gotoAndStop('mad');
}
frame 1000 {
_root.guestGirlBrunette2IcecreamTray1TrayOrder = 0;
_root.guestGirlBrunette2IcecreamTray1.gotoAndStop('leave');
}
}
movieClip 3261 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette2IcecreamTray1.gotoAndStop('leave');
}
}
movieClip 3262 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3251 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3255 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3261 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette2IcecreamTray1._x = 49.55;
_root.guestGirlBrunette2IcecreamTray1._y = 370;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3265 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette2JuiceOrangeTray1TrayOrder = 1;
_root.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop('waiting');
}
}
movieClip 3269 {
frame 660 {
_root.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBrunette2JuiceOrangeTray1TrayOrder = 0;
_root.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop('leave');
}
}
movieClip 3275 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette2JuiceOrangeTray1.gotoAndStop('leave');
}
}
movieClip 3276 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3265 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3269 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3275 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBrunette2JuiceOrangeTray1._x = 51.5;
_root.guestBoyBrunette2JuiceOrangeTray1._y = 370;
_root.guestCount -= 1;
}
}
button 3278 {
on (press) {
if (music == 1) {
_global.music = 0;
_root.inGame2Music.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
_root.nextLevelMusic.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
nextFrame();
}
}
button 3279 {
on (press) {
if (music == 0) {
_global.music = 1;
if (_root.levelScreenIn == 1) {
_root.etcMusic.gotoAndStop(2);
} else {
if (_root.levelScreenIn == 0) {
if (_root.goodjobScreenIn == 0) {
_root.inGame2Music.gotoAndStop(2);
} else {
if (_root.goodjobScreenIn == 1) {
_root.nextLevelMusic.gotoAndStop(30);
}
}
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
prevFrame();
}
}
movieClip 3280 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance musicOption of movieClip 3280 {
onClipEvent (enterFrame) {
if (music == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 13 {
stop();
_root.dayScreen.gotoAndStop(7);
_global.currentLevel = 6;
_root.date = 6;
_root.goal = 100;
_root.scoreLevel = 0;
_root.guestCount = 8;
_root.level6Complete = 0;
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.phoneGuest.gotoAndStop(1);
_root.governorHappy = 0;
_root.governorMad = 0;
_root.governorOrderFail = 0;
_root.guestBoyBlackhair1MeatTable1TableOrder = 0;
_root.guestBoyBlackhair1MeatTable1MeatOrder = 0;
_root.guestBoyBlackhair1MeatTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1MeatTable1TableOrder == 1) {
_root.guestBoyBlackhair1MeatTable1.startDrag();
_root.guestBoyBlackhair1MeatTable1.swapDepths(1000);
}
}
}
};
_root.guestBoyBlackhair1MeatTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1MeatTable1TableOrder == 1) {
_root.guestBoyBlackhair1MeatTable1.stopDrag();
_root.guestBoyBlackhair1MeatTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlackhair1MeatTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestBoyBlackhair1MeatTable1TableOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlackhair1MeatTable1._x = 297.1;
_root.guestBoyBlackhair1MeatTable1._y = 131.9;
_root.guestBoyBlackhair1MeatTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestBoyBlackhair1MeatTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlackhair1MeatTable1._x = 220.45;
_root.guestBoyBlackhair1MeatTable1._y = 95.05;
_root.guestBoyBlackhair1MeatTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlackhair1MeatTable1.onRelease = _root.guestBoyBlackhair1MeatTable1.onReleaseOutside;
_root.guestGirlAsian2BreadSausageTray1TrayOrder = 0;
_root.guestGirlAsian2BreadSausageTray1BreadSausageOrder = 0;
_root.guestGirlAsian2BreadSausageTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian2BreadSausageTray1TrayOrder == 1) {
_root.guestGirlAsian2BreadSausageTray1.startDrag();
_root.guestGirlAsian2BreadSausageTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlAsian2BreadSausageTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian2BreadSausageTray1TrayOrder == 1) {
_root.guestGirlAsian2BreadSausageTray1.stopDrag();
_root.guestGirlAsian2BreadSausageTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlAsian2BreadSausageTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlAsian2BreadSausageTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlAsian2BreadSausageTray1._x = 296;
_root.guestGirlAsian2BreadSausageTray1._y = 317;
_root.guestGirlAsian2BreadSausageTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlAsian2BreadSausageTray1');
if (_root.guestGirlEbony1FrenchfriesEggTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1FrenchfriesEggTable1Out = 1;
_root.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlAsian2BreadSausageTray1._x = 45.65;
_root.guestGirlAsian2BreadSausageTray1._y = 375;
_root.guestGirlAsian2BreadSausageTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlAsian2BreadSausageTray1.onRelease = _root.guestGirlAsian2BreadSausageTray1.onReleaseOutside;
_root.guestGirlEbony1FrenchfriesEggTable1Out = 0;
_root.guestGirlEbony1FrenchfriesEggTable1TableOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable1FrenchfriesOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable1EggOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1FrenchfriesEggTable1TableOrder == 1) {
_root.guestGirlEbony1FrenchfriesEggTable1.startDrag();
_root.guestGirlEbony1FrenchfriesEggTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony1FrenchfriesEggTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1FrenchfriesEggTable1TableOrder == 1) {
_root.guestGirlEbony1FrenchfriesEggTable1.stopDrag();
_root.guestGirlEbony1FrenchfriesEggTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony1FrenchfriesEggTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlEbony1FrenchfriesEggTable1TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony1FrenchfriesEggTable1._x = 115;
_root.guestGirlEbony1FrenchfriesEggTable1._y = 214.2;
_root.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlEbony1FrenchfriesEggTable1');
if (_root.guestGirlOld1BreadShrimpTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlOld1BreadShrimpTray1Out = 1;
_root.guestGirlOld1BreadShrimpTray1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony1FrenchfriesEggTable1._x = 154;
_root.guestGirlEbony1FrenchfriesEggTable1._y = 333.25;
_root.guestGirlEbony1FrenchfriesEggTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony1FrenchfriesEggTable1.onRelease = _root.guestGirlEbony1FrenchfriesEggTable1.onReleaseOutside;
_root.guestBoyBlonde2JuiceGrapeTray1TrayOrder = 0;
_root.guestBoyBlonde2JuiceGrapeTray1JuiceGrapeOrder = 0;
_root.guestBoyBlonde2JuiceGrapeTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2JuiceGrapeTray1TrayOrder == 1) {
_root.guestBoyBlonde2JuiceGrapeTray1.startDrag();
_root.guestBoyBlonde2JuiceGrapeTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde2JuiceGrapeTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2JuiceGrapeTray1TrayOrder == 1) {
_root.guestBoyBlonde2JuiceGrapeTray1.stopDrag();
_root.guestBoyBlonde2JuiceGrapeTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde2JuiceGrapeTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyBlonde2JuiceGrapeTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde2JuiceGrapeTray1._x = 399.75;
_root.guestBoyBlonde2JuiceGrapeTray1._y = 251.4;
_root.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyBlonde2JuiceGrapeTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde2JuiceGrapeTray1._x = 221.45;
_root.guestBoyBlonde2JuiceGrapeTray1._y = 98.40000000000001;
_root.guestBoyBlonde2JuiceGrapeTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde2JuiceGrapeTray1.onRelease = _root.guestBoyBlonde2JuiceGrapeTray1.onReleaseOutside;
_root.guestBoyBrunette3MeatJuiceOrangeTable1TableOrder = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1MeatOrder = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1JuiceOrangeOrder = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette3MeatJuiceOrangeTable1TableOrder == 1) {
_root.guestBoyBrunette3MeatJuiceOrangeTable1.startDrag();
_root.guestBoyBrunette3MeatJuiceOrangeTable1.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette3MeatJuiceOrangeTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette3MeatJuiceOrangeTable1TableOrder == 1) {
_root.guestBoyBrunette3MeatJuiceOrangeTable1.stopDrag();
_root.guestBoyBrunette3MeatJuiceOrangeTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette3MeatJuiceOrangeTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestBoyBrunette3MeatJuiceOrangeTable1TableOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette3MeatJuiceOrangeTable1._x = 297.1;
_root.guestBoyBrunette3MeatJuiceOrangeTable1._y = 131.9;
_root.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestBoyBrunette3MeatJuiceOrangeTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette3MeatJuiceOrangeTable1._x = 47.65;
_root.guestBoyBrunette3MeatJuiceOrangeTable1._y = 368.2;
_root.guestBoyBrunette3MeatJuiceOrangeTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette3MeatJuiceOrangeTable1.onRelease = _root.guestBoyBrunette3MeatJuiceOrangeTable1.onReleaseOutside;
_root.guestGirlOld1BreadShrimpTray1Out = 0;
_root.guestGirlOld1BreadShrimpTray1TrayOrder = 0;
_root.guestGirlOld1BreadShrimpTray1BreadShrimpOrder = 0;
_root.guestGirlOld1BreadShrimpTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlOld1BreadShrimpTray1TrayOrder == 1) {
_root.guestGirlOld1BreadShrimpTray1.startDrag();
_root.guestGirlOld1BreadShrimpTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlOld1BreadShrimpTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlOld1BreadShrimpTray1TrayOrder == 1) {
_root.guestGirlOld1BreadShrimpTray1.stopDrag();
_root.guestGirlOld1BreadShrimpTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlOld1BreadShrimpTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlOld1BreadShrimpTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlOld1BreadShrimpTray1._x = 293.3;
_root.guestGirlOld1BreadShrimpTray1._y = 295.95;
_root.guestGirlOld1BreadShrimpTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlOld1BreadShrimpTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlOld1BreadShrimpTray1._x = 150.45;
_root.guestGirlOld1BreadShrimpTray1._y = 336.75;
_root.guestGirlOld1BreadShrimpTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlOld1BreadShrimpTray1.onRelease = _root.guestGirlOld1BreadShrimpTray1.onReleaseOutside;
_root.guestGirlBrunette2JuiceStrawberryTray1TrayOrder = 0;
_root.guestGirlBrunette2JuiceStrawberryTray11JuiceStrawberryOrder = 0;
_root.guestGirlBrunette2JuiceStrawberryTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceStrawberryTray1TrayOrder == 1) {
_root.guestGirlBrunette2JuiceStrawberryTray1.startDrag();
_root.guestGirlBrunette2JuiceStrawberryTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette2JuiceStrawberryTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceStrawberryTray1TrayOrder == 1) {
_root.guestGirlBrunette2JuiceStrawberryTray1.stopDrag();
_root.guestGirlBrunette2JuiceStrawberryTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette2JuiceStrawberryTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestGirlBrunette2JuiceStrawberryTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette2JuiceStrawberryTray1._x = 398.2;
_root.guestGirlBrunette2JuiceStrawberryTray1._y = 254.4;
_root.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestGirlBrunette2JuiceStrawberryTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette2JuiceStrawberryTray1._x = 51.1;
_root.guestGirlBrunette2JuiceStrawberryTray1._y = 368.05;
_root.guestGirlBrunette2JuiceStrawberryTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette2JuiceStrawberryTray1.onRelease = _root.guestGirlBrunette2JuiceStrawberryTray1.onReleaseOutside;
_root.guestGirlEbony2IcecreamTable1TableOrder = 0;
_root.guestGirlEbony2IcecreamTable1IcecreamOrder = 0;
_root.guestGirlEbony2IcecreamTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony2IcecreamTable1TableOrder == 1) {
_root.guestGirlEbony2IcecreamTable1.startDrag();
_root.guestGirlEbony2IcecreamTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony2IcecreamTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony2IcecreamTable1TableOrder == 1) {
_root.guestGirlEbony2IcecreamTable1.stopDrag();
_root.guestGirlEbony2IcecreamTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony2IcecreamTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlEbony2IcecreamTable1TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony2IcecreamTable1._x = 115;
_root.guestGirlEbony2IcecreamTable1._y = 214.2;
_root.guestGirlEbony2IcecreamTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlEbony2IcecreamTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony2IcecreamTable1._x = 157.45;
_root.guestGirlEbony2IcecreamTable1._y = 337.75;
_root.guestGirlEbony2IcecreamTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony2IcecreamTable1.onRelease = _root.guestGirlEbony2IcecreamTable1.onReleaseOutside;
}
movieClip 3304 {
frame 200 {
r = random(3);
if (_root.shopClose == 0) {
if (r == 0) {
_root.governorSausageOrder = 1;
_root.governor2.gotoAndStop('waiting1');
} else {
if (r == 1) {
_root.governorJuiceGrapeOrder = 1;
_root.governor2.gotoAndStop('waiting2');
}
}
} else {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 100) {
_root.governor2.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 100) {
_root.governor2.gotoAndStop('madleave');
}
}
}
}
}
}
button 3305 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.governorSausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.governorSausageOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor2.gotoAndStop('action1');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3307 {
frame 660 {
_root.governor2.gotoAndStop('mad1');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorSausageOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor2.gotoAndStop('madleave');
} else {
_root.governor2.gotoAndStop(1);
}
}
}
button 3308 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.governorSausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.governorSausageOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor2.gotoAndStop('action1');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3337 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 100) {
_root.governor2.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 100) {
_root.governor2.gotoAndStop('madleave');
}
}
} else {
_root.governor2.gotoAndStop(1);
}
}
}
button 3338 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.governorJuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.governorJuiceGrapeOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor2.gotoAndStop('action2');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 3340 {
frame 660 {
_root.governor2.gotoAndStop('mad2');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorJuiceGrapeOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor2.gotoAndStop('madleave');
} else {
_root.governor2.gotoAndStop(1);
}
}
}
button 3341 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.governorJuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.governorJuiceGrapeOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor2.gotoAndStop('action2');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 3370 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 100) {
_root.governor2.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 100) {
_root.governor2.gotoAndStop('madleave');
}
}
} else {
_root.governor2.gotoAndStop(1);
}
}
}
movieClip 3373 {
frame 32 {
_root.governorMad = 1;
_root.shopClose = 1;
_root.guestCount = 0;
_root.governor2.gotoAndStop('leave');
}
}
movieClip 3376 {
frame 32 {
_root.governorHappy = 1;
_root.governor2.gotoAndStop('leave');
}
}
movieClip 3377 {
frame 1 {
stop();
}
instance of movieClip 3304 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3307 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3337 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 3340 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 3370 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
movieClip 3380 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1FrenchfriesEggTable1TableOrder = 1;
_root.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('waiting');
}
}
movieClip 3385 {
frame 660 {
_root.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlEbony1FrenchfriesEggTable1TableOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('leave');
}
}
movieClip 3390 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop('leave');
}
}
movieClip 3391 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3380 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3385 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3390 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlEbony1FrenchfriesEggTable1._x = 154;
_root.guestGirlEbony1FrenchfriesEggTable1._y = 333.25;
_root.guestCount -= 1;
if (_root.guestGirlOld1BreadShrimpTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlOld1BreadShrimpTray1Out = 1;
_root.guestGirlOld1BreadShrimpTray1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 3394 {
frame 50 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlackhair1MeatTable1TableOrder = 1;
_root.guestBoyBlackhair1MeatTable1.gotoAndStop('waiting');
}
}
movieClip 3399 {
frame 660 {
_root.guestBoyBlackhair1MeatTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBlackhair1MeatTable1TableOrder = 0;
_root.guestBoyBlackhair1MeatTable1.gotoAndStop('leave');
}
}
movieClip 3403 {
frame 36 {
_root.table2Occupied = 0;
_root.guestBoyBlackhair1MeatTable1.gotoAndStop('leave');
}
}
movieClip 3404 {
frame 1 {
stop();
}
instance of movieClip 3394 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3399 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1375 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3403 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyBlackhair1MeatTable1._x = 220.45;
_root.guestBoyBlackhair1MeatTable1._y = 95.05;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3406 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2JuiceGrapeTray1TrayOrder = 1;
_root.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop('waiting');
}
}
movieClip 3408 {
frame 660 {
_root.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBlonde2JuiceGrapeTray1TrayOrder = 0;
_root.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop('leave');
}
}
movieClip 3411 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde2JuiceGrapeTray1.gotoAndStop('leave');
}
}
movieClip 3412 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3406 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3408 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1437 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3411 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlonde2JuiceGrapeTray1._x = 221.45;
_root.guestBoyBlonde2JuiceGrapeTray1._y = 98.40000000000001;
_root.guestCount -= 1;
}
}
movieClip 3415 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld1BreadShrimpTray1TrayOrder = 1;
_root.guestGirlOld1BreadShrimpTray1.gotoAndStop('waiting');
}
}
movieClip 3419 {
frame 660 {
_root.guestGirlOld1BreadShrimpTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlOld1BreadShrimpTray1TrayOrder = 0;
_root.guestGirlOld1BreadShrimpTray1.gotoAndStop('leave');
}
}
movieClip 3422 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlOld1BreadShrimpTray1.gotoAndStop('leave');
}
}
movieClip 3423 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3415 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3419 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1298 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3422 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlOld1BreadShrimpTray1._x = 150.45;
_root.guestGirlOld1BreadShrimpTray1._y = 336.75;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlEbony2IcecreamTable1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3426 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony2IcecreamTable1TableOrder = 1;
_root.guestGirlEbony2IcecreamTable1.gotoAndStop('waiting');
}
}
movieClip 3431 {
frame 660 {
_root.guestGirlEbony2IcecreamTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlEbony2IcecreamTable1TableOrder = 0;
_root.guestGirlEbony2IcecreamTable1.gotoAndStop('leave');
}
}
movieClip 3443 {
}
movieClip 3445 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlEbony2IcecreamTable1.gotoAndStop('leave');
}
}
movieClip 3446 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3426 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3431 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3445 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlEbony2IcecreamTable1._x = 157.45;
_root.guestGirlEbony2IcecreamTable1._y = 337.75;
_root.guestCount -= 1;
}
}
movieClip 3449 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2BreadSausageTray1TrayOrder = 1;
_root.guestGirlAsian2BreadSausageTray1.gotoAndStop('waiting');
}
}
movieClip 3453 {
frame 660 {
_root.guestGirlAsian2BreadSausageTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlAsian2BreadSausageTray1TrayOrder = 0;
_root.guestGirlAsian2BreadSausageTray1.gotoAndStop('leave');
}
}
movieClip 3464 {
}
movieClip 3465 {
instance of movieClip 3464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlAsian2BreadSausageTray1.gotoAndStop('leave');
}
}
movieClip 3466 {
frame 1 {
stop();
}
instance of movieClip 3449 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3453 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3465 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlAsian2BreadSausageTray1._x = 45.65;
_root.guestGirlAsian2BreadSausageTray1._y = 375;
_root.guestCount -= 1;
if (_root.guestGirlEbony1FrenchfriesEggTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1FrenchfriesEggTable1Out = 1;
_root.guestGirlEbony1FrenchfriesEggTable1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
if (_root.shopClose == 0) {
_root.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 3469 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette3MeatJuiceOrangeTable1TableOrder = 1;
_root.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('waiting');
}
}
movieClip 3474 {
frame 660 {
_root.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBrunette3MeatJuiceOrangeTable1TableOrder = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('leave');
}
}
movieClip 3480 {
frame 36 {
_root.table2Occupied = 0;
_root.guestBoyBrunette3MeatJuiceOrangeTable1.gotoAndStop('leave');
}
}
movieClip 3481 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3469 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3474 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3480 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBrunette3MeatJuiceOrangeTable1._x = 47.65;
_root.guestBoyBrunette3MeatJuiceOrangeTable1._y = 368.2;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3484 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette2JuiceStrawberryTray1TrayOrder = 1;
_root.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop('waiting');
}
}
movieClip 3488 {
frame 660 {
_root.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlBrunette2JuiceStrawberryTray1TrayOrder = 0;
_root.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop('leave');
}
}
movieClip 3494 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette2JuiceStrawberryTray1.gotoAndStop('leave');
}
}
movieClip 3495 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3484 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3488 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3494 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette2JuiceStrawberryTray1._x = 51.1;
_root.guestGirlBrunette2JuiceStrawberryTray1._y = 368.05;
_root.guestCount -= 1;
}
}
frame 14 {
stop();
_root.dayScreen.gotoAndStop(8);
_global.currentLevel = 7;
_root.date = 7;
_root.goal = 120;
_root.scoreLevel = 0;
_root.guestCount = 8;
_root.level7Complete = 0;
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.phoneGuest.gotoAndStop(1);
_root.governorHappy = 0;
_root.governorMad = 0;
_root.governorOrderFail = 0;
_root.guestGirlBrunette2JuiceOrangeTray1TrayOrder = 0;
_root.guestGirlBrunette2JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.guestGirlBrunette2JuiceOrangeTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceOrangeTray1TrayOrder == 1) {
_root.guestGirlBrunette2JuiceOrangeTray1.startDrag();
_root.guestGirlBrunette2JuiceOrangeTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette2JuiceOrangeTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceOrangeTray1TrayOrder == 1) {
_root.guestGirlBrunette2JuiceOrangeTray1.stopDrag();
_root.guestGirlBrunette2JuiceOrangeTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette2JuiceOrangeTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlBrunette2JuiceOrangeTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette2JuiceOrangeTray1._x = 299.6;
_root.guestGirlBrunette2JuiceOrangeTray1._y = 303.5;
_root.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlBrunette2JuiceOrangeTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette2JuiceOrangeTray1._x = 157.45;
_root.guestGirlBrunette2JuiceOrangeTray1._y = 335.6;
_root.guestGirlBrunette2JuiceOrangeTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette2JuiceOrangeTray1.onRelease = _root.guestGirlBrunette2JuiceOrangeTray1.onReleaseOutside;
_root.guestBoyBlackhair1JuiceGrapeTable1TableOrder = 0;
_root.guestBoyBlackhair1JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.guestBoyBlackhair1JuiceGrapeTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1JuiceGrapeTable1TableOrder == 1) {
_root.guestBoyBlackhair1JuiceGrapeTable1.startDrag();
_root.guestBoyBlackhair1JuiceGrapeTable1.swapDepths(1000);
}
}
}
};
_root.guestBoyBlackhair1JuiceGrapeTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1JuiceGrapeTable1TableOrder == 1) {
_root.guestBoyBlackhair1JuiceGrapeTable1.stopDrag();
_root.guestBoyBlackhair1JuiceGrapeTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlackhair1JuiceGrapeTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlEbony2IcecreamTable1TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlackhair1JuiceGrapeTable1._x = 115;
_root.guestBoyBlackhair1JuiceGrapeTable1._y = 214.2;
_root.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestBoyBlackhair1JuiceGrapeTable1');
if (_root.guestGirlEbony2BreadShrimpTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony2BreadShrimpTray1Out = 1;
_root.guestGirlEbony2BreadShrimpTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlackhair1JuiceGrapeTable1._x = 45.65;
_root.guestBoyBlackhair1JuiceGrapeTable1._y = 368.8;
_root.guestBoyBlackhair1JuiceGrapeTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlackhair1JuiceGrapeTable1.onRelease = _root.guestBoyBlackhair1JuiceGrapeTable1.onReleaseOutside;
_root.guestBoyAsian1JuiceGrapeTray1TrayOrder = 0;
_root.guestBoyAsian1JuiceGrapeTray1JuiceGrapeOrder = 0;
_root.guestBoyAsian1JuiceGrapeTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyAsian1JuiceGrapeTray1TrayOrder == 1) {
_root.guestBoyAsian1JuiceGrapeTray1.startDrag();
_root.guestBoyAsian1JuiceGrapeTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyAsian1JuiceGrapeTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyAsian1JuiceGrapeTray1TrayOrder == 1) {
_root.guestBoyAsian1JuiceGrapeTray1.stopDrag();
_root.guestBoyAsian1JuiceGrapeTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyAsian1JuiceGrapeTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyAsian1JuiceGrapeTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyAsian1JuiceGrapeTray1._x = 400.55;
_root.guestBoyAsian1JuiceGrapeTray1._y = 256.9;
_root.guestBoyAsian1JuiceGrapeTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyAsian1JuiceGrapeTray1');
if (_root.guestGirlEbony1JuiceStrawberryTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1JuiceStrawberryTable1Out = 1;
_root.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyAsian1JuiceGrapeTray1._x = 219.15;
_root.guestBoyAsian1JuiceGrapeTray1._y = 95.84999999999999;
_root.guestBoyAsian1JuiceGrapeTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyAsian1JuiceGrapeTray1.onRelease = _root.guestBoyAsian1JuiceGrapeTray1.onReleaseOutside;
_root.guestGirlAsian2IcecreamTable1TableOrder = 0;
_root.guestGirlAsian2IcecreamTable1IcecreamOrder = 0;
_root.guestGirlAsian2IcecreamTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian2IcecreamTable1TableOrder == 1) {
_root.guestGirlAsian2IcecreamTable1.startDrag();
_root.guestGirlAsian2IcecreamTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlAsian2IcecreamTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian2IcecreamTable1TableOrder == 1) {
_root.guestGirlAsian2IcecreamTable1.stopDrag();
_root.guestGirlAsian2IcecreamTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlAsian2IcecreamTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlAsian2IcecreamTable1TableOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.gotoAndStop('leftback');
_root.guestGirlAsian2IcecreamTable1._x = 297.1;
_root.guestGirlAsian2IcecreamTable1._y = 131.9;
_root.guestGirlAsian2IcecreamTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlAsian2IcecreamTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlAsian2IcecreamTable1._x = 153.9;
_root.guestGirlAsian2IcecreamTable1._y = 339.25;
_root.guestGirlAsian2IcecreamTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlAsian2IcecreamTable1.onRelease = _root.guestGirlAsian2IcecreamTable1.onReleaseOutside;
_root.guestGirlEbony2BreadShrimpTray1Out = 0;
_root.guestGirlEbony2BreadShrimpTray1TrayOrder = 0;
_root.guestGirlEbony2BreadShrimpTray1BreadShrimpOrder = 0;
_root.guestGirlEbony2BreadShrimpTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony2BreadShrimpTray1TrayOrder == 1) {
_root.guestGirlEbony2BreadShrimpTray1.startDrag();
_root.guestGirlEbony2BreadShrimpTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony2BreadShrimpTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony2BreadShrimpTray1TrayOrder == 1) {
_root.guestGirlEbony2BreadShrimpTray1.stopDrag();
_root.guestGirlEbony2BreadShrimpTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony2BreadShrimpTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlEbony2BreadShrimpTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony2BreadShrimpTray1._x = 292;
_root.guestGirlEbony2BreadShrimpTray1._y = 307.6;
_root.guestGirlEbony2BreadShrimpTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlEbony2BreadShrimpTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony2BreadShrimpTray1._x = 46.85;
_root.guestGirlEbony2BreadShrimpTray1._y = 368.95;
_root.guestGirlEbony2BreadShrimpTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony2BreadShrimpTray1.onRelease = _root.guestGirlEbony2BreadShrimpTray1.onReleaseOutside;
_root.guestGirlEbony1JuiceStrawberryTable1Out = 0;
_root.guestGirlEbony1JuiceStrawberryTable1TableOrder = 0;
_root.guestGirlEbony1JuiceStrawberryTable1JuiceStrawberryOrder = 0;
_root.guestGirlEbony1JuiceStrawberryTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1JuiceStrawberryTable1TableOrder == 1) {
_root.guestGirlEbony1JuiceStrawberryTable1.startDrag();
_root.guestGirlEbony1JuiceStrawberryTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony1JuiceStrawberryTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1JuiceStrawberryTable1TableOrder == 1) {
_root.guestGirlEbony1JuiceStrawberryTable1.stopDrag();
_root.guestGirlEbony1JuiceStrawberryTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony1JuiceStrawberryTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlEbony2IcecreamTable1TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony1JuiceStrawberryTable1._x = 115;
_root.guestGirlEbony1JuiceStrawberryTable1._y = 214.2;
_root.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlEbony1JuiceStrawberryTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony1JuiceStrawberryTable1._x = 229.2;
_root.guestGirlEbony1JuiceStrawberryTable1._y = 93.34999999999999;
_root.guestGirlEbony1JuiceStrawberryTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony1JuiceStrawberryTable1.onRelease = _root.guestGirlEbony1JuiceStrawberryTable1.onReleaseOutside;
_root.guestGirlRedhead1MeatTray2TrayOrder = 0;
_root.guestGirlRedhead1MeatTray2MeatOrder = 0;
_root.guestGirlRedhead1MeatTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1MeatTray2TrayOrder == 1) {
_root.guestGirlRedhead1MeatTray2.startDrag();
_root.guestGirlRedhead1MeatTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlRedhead1MeatTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1MeatTray2TrayOrder == 1) {
_root.guestGirlRedhead1MeatTray2.stopDrag();
_root.guestGirlRedhead1MeatTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlRedhead1MeatTray2.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestGirlRedhead1MeatTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlRedhead1MeatTray2._x = 400.55;
_root.guestGirlRedhead1MeatTray2._y = 253.9;
_root.guestGirlRedhead1MeatTray2.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestGirlRedhead1MeatTray2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlRedhead1MeatTray2._x = 154.7;
_root.guestGirlRedhead1MeatTray2._y = 334.25;
_root.guestGirlRedhead1MeatTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlRedhead1MeatTray2.onRelease = _root.guestGirlRedhead1MeatTray2.onReleaseOutside;
_root.guestBoyBrunette3ShrimpTable1TableOrder = 0;
_root.guestBoyBrunette3ShrimpTable1ShrimpOrder = 0;
_root.guestBoyBrunette3ShrimpTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette3ShrimpTable1TableOrder == 1) {
_root.guestBoyBrunette3ShrimpTable1.startDrag();
_root.guestBoyBrunette3ShrimpTable1.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette3ShrimpTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette3ShrimpTable1TableOrder == 1) {
_root.guestBoyBrunette3ShrimpTable1.stopDrag();
_root.guestBoyBrunette3ShrimpTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette3ShrimpTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestBoyBrunette3ShrimpTable1TableOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette3ShrimpTable1._x = 297.1;
_root.guestBoyBrunette3ShrimpTable1._y = 131.9;
_root.guestBoyBrunette3ShrimpTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestBoyBrunette3ShrimpTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette3ShrimpTable1._x = 219.5;
_root.guestBoyBrunette3ShrimpTable1._y = 91.95;
_root.guestBoyBrunette3ShrimpTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette3ShrimpTable1.onRelease = _root.guestBoyBrunette3ShrimpTable1.onReleaseOutside;
}
movieClip 3519 {
frame 200 {
r = random(4);
if (_root.shopClose == 0) {
if (r == 0) {
_root.governorFrenchfriesOrder = 1;
_root.governor3.gotoAndStop('waiting1');
} else {
if (r == 1) {
_root.governorSausageOrder = 1;
_root.governor3.gotoAndStop('waiting2');
} else {
_root.governorShrimpOrder = 1;
_root.governor3.gotoAndStop('waiting3');
}
}
} else {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 120) {
_root.governor3.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 120) {
_root.governor3.gotoAndStop('madleave');
}
}
}
}
}
}
button 3520 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.governorFrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.governorFrenchfriesOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor3.gotoAndStop('action1');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 3522 {
frame 660 {
_root.governor3.gotoAndStop('mad1');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorFrenchfriesOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor3.gotoAndStop('madleave');
} else {
_root.governor3.gotoAndStop(1);
}
}
}
button 3523 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.governorFrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.governorFrenchfriesOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor3.gotoAndStop('action1');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 3552 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 120) {
_root.governor3.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 120) {
_root.governor3.gotoAndStop('madleave');
}
}
} else {
_root.governor3.gotoAndStop(1);
}
}
}
button 3553 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.governorSausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.governorSausageOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor3.gotoAndStop('action2');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3555 {
frame 660 {
_root.governor1.gotoAndStop('mad2');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorJuiceOrangeOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor1.gotoAndStop('madleave');
} else {
_root.governor1.gotoAndStop(1);
}
}
}
button 3556 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.governorSausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.governorSausageOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor3.gotoAndStop('action2');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3585 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 120) {
_root.governor3.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 120) {
_root.governor3.gotoAndStop('madleave');
}
}
} else {
_root.governor3.gotoAndStop(1);
}
}
}
button 3586 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.governorShrimpOrder == 1) {
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.governorShrimpOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor3.gotoAndStop('action3');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3588 {
frame 660 {
_root.governor1.gotoAndStop('mad3');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorFrenchfriesOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor1.gotoAndStop('madleave');
} else {
_root.governor1.gotoAndStop(1);
}
}
}
button 3589 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.governorShrimpOrder == 1) {
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.governorShrimpOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor3.gotoAndStop('action3');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3618 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 120) {
_root.governor3.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 120) {
_root.governor3.gotoAndStop('madleave');
}
}
} else {
_root.governor3.gotoAndStop(1);
}
}
}
movieClip 3621 {
frame 32 {
_root.governorMad = 1;
_root.shopClose = 1;
_root.guestCount = 0;
_root.governor3.gotoAndStop('leave');
}
}
movieClip 3624 {
frame 32 {
_root.governorHappy = 1;
_root.governor3.gotoAndStop('leave');
}
}
movieClip 3625 {
frame 1 {
stop();
}
instance of movieClip 3519 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3522 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3552 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 3555 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 3585 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 8 {
stop();
}
instance of movieClip 3588 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
}
movieClip 3628 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette2JuiceOrangeTray1TrayOrder = 1;
_root.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('waiting');
}
}
movieClip 3632 {
frame 660 {
_root.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlBrunette2JuiceOrangeTray1TrayOrder = 0;
_root.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('leave');
}
}
movieClip 3638 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette2JuiceOrangeTray1.gotoAndStop('leave');
}
}
movieClip 3639 {
frame 1 {
stop();
}
instance of movieClip 3628 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3632 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3638 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlBrunette2JuiceOrangeTray1._x = 157.45;
_root.guestGirlBrunette2JuiceOrangeTray1._y = 335.6;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlAsian2IcecreamTable1.gotoAndStop(2);
_root.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop(2);
_root.guestBoyAsian1JuiceGrapeTray1.gotoAndStop(2);
} else {
_root.guestCount -= 7;
}
}
}
movieClip 3641 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian1JuiceGrapeTray1TrayOrder = 1;
_root.guestBoyAsian1JuiceGrapeTray1.gotoAndStop('waiting');
}
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3643 {
frame 660 {
_root.guestBoyAsian1JuiceGrapeTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyAsian1JuiceGrapeTray1TrayOrder = 0;
_root.guestBoyAsian1JuiceGrapeTray1.gotoAndStop('leave');
}
}
movieClip 3647 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyAsian1JuiceGrapeTray1.gotoAndStop('leave');
}
}
movieClip 3648 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3641 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 3643 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3647 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyAsian1JuiceGrapeTray1._x = 219.15;
_root.guestBoyAsian1JuiceGrapeTray1._y = 95.84999999999999;
_root.guestCount -= 1;
if (_root.guestGirlEbony1JuiceStrawberryTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1JuiceStrawberryTable1Out = 1;
_root.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 3651 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2IcecreamTable1TableOrder = 1;
_root.guestGirlAsian2IcecreamTable1.gotoAndStop('waiting');
}
}
movieClip 3656 {
frame 660 {
_root.guestGirlAsian2IcecreamTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlAsian2IcecreamTable1TableOrder = 0;
_root.guestGirlAsian2IcecreamTable1.gotoAndStop('leave');
}
}
movieClip 3659 {
instance of movieClip 3464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 36 {
_root.table2Occupied = 0;
_root.guestGirlAsian2IcecreamTable1.gotoAndStop('leave');
}
}
movieClip 3660 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3651 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3656 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3659 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlAsian2IcecreamTable1._x = 153.9;
_root.guestGirlAsian2IcecreamTable1._y = 339.25;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlRedhead1MeatTray2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3663 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1JuiceStrawberryTable1TableOrder = 1;
_root.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('waiting');
}
}
movieClip 3668 {
frame 660 {
_root.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlEbony1JuiceStrawberryTable1TableOrder = 0;
_root.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('leave');
}
}
movieClip 3673 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlEbony1JuiceStrawberryTable1.gotoAndStop('leave');
}
}
movieClip 3674 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3668 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3673 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlEbony1JuiceStrawberryTable1._x = 229.2;
_root.guestGirlEbony1JuiceStrawberryTable1._y = 93.34999999999999;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestBoyBrunette3ShrimpTable1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3676 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1MeatTray2TrayOrder = 1;
_root.guestGirlRedhead1MeatTray2.gotoAndStop('waiting');
}
}
movieClip 3679 {
frame 660 {
_root.guestGirlRedhead1MeatTray2.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlRedhead1MeatTray2TrayOrder = 0;
_root.guestGirlRedhead1MeatTray2.gotoAndStop('leave');
}
}
movieClip 3683 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestGirlRedhead1MeatTray2.gotoAndStop('leave');
}
}
movieClip 3684 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3676 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3679 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3683 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlRedhead1MeatTray2._x = 154.7;
_root.guestGirlRedhead1MeatTray2._y = 334.25;
_root.guestCount -= 1;
}
}
movieClip 3687 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette3ShrimpTable1TableOrder = 1;
_root.guestBoyBrunette3ShrimpTable1.gotoAndStop('waiting');
}
}
movieClip 3692 {
frame 660 {
_root.guestBoyBrunette3ShrimpTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBrunette3ShrimpTable1TableOrder = 0;
_root.guestBoyBrunette3ShrimpTable1.gotoAndStop('leave');
}
}
movieClip 3698 {
frame 36 {
_root.table2Occupied = 0;
_root.guestBoyBrunette3ShrimpTable1.gotoAndStop('leave');
}
}
movieClip 3699 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3687 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3692 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3698 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBrunette3ShrimpTable1._x = 219.5;
_root.guestBoyBrunette3ShrimpTable1._y = 91.95;
_root.guestCount -= 1;
}
}
movieClip 3702 {
frame 50 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlackhair1JuiceGrapeTable1TableOrder = 1;
_root.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('waiting');
}
}
movieClip 3707 {
frame 660 {
_root.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBlackhair1JuiceGrapeTable1TableOrder = 0;
_root.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('leave');
}
}
movieClip 3711 {
frame 36 {
_root.table1Occupied = 0;
_root.guestBoyBlackhair1JuiceGrapeTable1.gotoAndStop('leave');
}
}
movieClip 3712 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3702 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3707 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1375 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3711 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlackhair1JuiceGrapeTable1._x = 45.65;
_root.guestBoyBlackhair1JuiceGrapeTable1._y = 368.8;
_root.guestCount -= 1;
if (_root.guestGirlEbony2BreadShrimpTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony2BreadShrimpTray1Out = 1;
_root.guestGirlEbony2BreadShrimpTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
}
movieClip 3715 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony2BreadShrimpTray1TrayOrder = 1;
_root.guestGirlEbony2BreadShrimpTray1.gotoAndStop('waiting');
}
}
movieClip 3719 {
frame 660 {
_root.guestGirlEbony2BreadShrimpTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlEbony2BreadShrimpTray1TrayOrder = 0;
_root.guestGirlEbony2BreadShrimpTray1.gotoAndStop('leave');
}
}
movieClip 3725 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlEbony2BreadShrimpTray1.gotoAndStop('leave');
}
}
movieClip 3726 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3715 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3719 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3725 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlEbony2BreadShrimpTray1._x = 46.85;
_root.guestGirlEbony2BreadShrimpTray1._y = 368.95;
_root.guestCount -= 1;
}
}
frame 15 {
stop();
_root.dayScreen.gotoAndStop(9);
_global.currentLevel = 8;
_root.date = 8;
_root.goal = 140;
_root.scoreLevel = 0;
_root.guestCount = 8;
_root.level8Complete = 0;
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.phoneGuest.gotoAndStop(1);
_root.governorHappy = 0;
_root.governorMad = 0;
_root.governorOrderFail = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1TableOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1MeatOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1JuiceGrapeOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyEbony1MeatJuiceGrapeTable1TableOrder == 1) {
_root.guestBoyEbony1MeatJuiceGrapeTable1.startDrag();
_root.guestBoyEbony1MeatJuiceGrapeTable1.swapDepths(1000);
}
}
}
};
_root.guestBoyEbony1MeatJuiceGrapeTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyEbony1MeatJuiceGrapeTable1TableOrder == 1) {
_root.guestBoyEbony1MeatJuiceGrapeTable1.stopDrag();
_root.guestBoyEbony1MeatJuiceGrapeTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyEbony1MeatJuiceGrapeTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestBoyEbony1MeatJuiceGrapeTable1TableOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.gotoAndStop('leftback');
_root.guestBoyEbony1MeatJuiceGrapeTable1._x = 297.1;
_root.guestBoyEbony1MeatJuiceGrapeTable1._y = 131.9;
_root.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestBoyEbony1MeatJuiceGrapeTable1');
if (_root.guestBoyBlonde2SausageTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlonde2SausageTable2Out = 1;
_root.guestBoyBlonde2SausageTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyEbony1MeatJuiceGrapeTable1._x = 44.7;
_root.guestBoyEbony1MeatJuiceGrapeTable1._y = 360.6;
_root.guestBoyEbony1MeatJuiceGrapeTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyEbony1MeatJuiceGrapeTable1.onRelease = _root.guestBoyEbony1MeatJuiceGrapeTable1.onReleaseOutside;
_root.guestGirlBrunette2IcecreamTray2TrayOrder = 0;
_root.guestGirlBrunette2IcecreamTray2IcecreamOrder = 0;
_root.guestGirlBrunette2IcecreamTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2IcecreamTray2TrayOrder == 1) {
_root.guestGirlBrunette2IcecreamTray2.startDrag();
_root.guestGirlBrunette2IcecreamTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette2IcecreamTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2IcecreamTray2TrayOrder == 1) {
_root.guestGirlBrunette2IcecreamTray2.stopDrag();
_root.guestGirlBrunette2IcecreamTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette2IcecreamTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlBrunette2IcecreamTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette2IcecreamTray2._x = 295.8;
_root.guestGirlBrunette2IcecreamTray2._y = 305.7;
_root.guestGirlBrunette2IcecreamTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlBrunette2IcecreamTray2');
if (_root.guestBoyBrunette3FrenchfriesTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBrunette3FrenchfriesTray1Out = 1;
_root.guestBoyBrunette3FrenchfriesTray1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette2IcecreamTray2._x = 154;
_root.guestGirlBrunette2IcecreamTray2._y = 336.75;
_root.guestGirlBrunette2IcecreamTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette2IcecreamTray2.onRelease = _root.guestGirlBrunette2IcecreamTray2.onReleaseOutside;
_root.guestBoyBlonde2SausageEggTray1TrayOrder = 0;
_root.guestBoyBlonde2SausageEggTray1SausageOrder = 0;
_root.guestBoyBlonde2SausageEggTray1EggOrder = 0;
_root.guestBoyBlonde2SausageEggTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2SausageEggTray1TrayOrder == 1) {
_root.guestBoyBlonde2SausageEggTray1.startDrag();
_root.guestBoyBlonde2SausageEggTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde2SausageEggTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2SausageEggTray1TrayOrder == 1) {
_root.guestBoyBlonde2SausageEggTray1.stopDrag();
_root.guestBoyBlonde2SausageEggTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde2SausageEggTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyBlonde2SausageEggTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde2SausageEggTray1._x = 399.75;
_root.guestBoyBlonde2SausageEggTray1._y = 251.4;
_root.guestBoyBlonde2SausageEggTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyBlonde2SausageEggTray1');
if (_root.guestBoyBlackhair1IcecreamTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlackhair1IcecreamTray1Out = 1;
_root.guestBoyBlackhair1IcecreamTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde2SausageEggTray1._x = 219.15;
_root.guestBoyBlonde2SausageEggTray1._y = 94.59999999999999;
_root.guestBoyBlonde2SausageEggTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde2SausageEggTray1.onRelease = _root.guestBoyBlonde2SausageEggTray1.onReleaseOutside;
_root.guestBoyBlonde2SausageTable2Out = 0;
_root.guestBoyBlonde2SausageTable2TableOrder = 0;
_root.guestBoyBlonde2SausageTable2SausageOrder = 0;
_root.guestBoyBlonde2SausageTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2SausageTable2TableOrder == 1) {
_root.guestBoyBlonde2SausageTable2.startDrag();
_root.guestBoyBlonde2SausageTable2.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde2SausageTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2SausageTable2TableOrder == 1) {
_root.guestBoyBlonde2SausageTable2.stopDrag();
_root.guestBoyBlonde2SausageTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde2SausageTable2.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestBoyBlonde2SausageTable2TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde2SausageTable2._x = 115;
_root.guestBoyBlonde2SausageTable2._y = 214.2;
_root.guestBoyBlonde2SausageTable2.gotoAndStop('action');
_root.table1.gotoAndStop('guestBoyBlonde2SausageTable2');
if (_root.guestBoyAsian1JuiceOrangeTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyAsian1JuiceOrangeTray1Out = 1;
_root.guestBoyAsian1JuiceOrangeTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde2SausageTable2._x = 46.8;
_root.guestBoyBlonde2SausageTable2._y = 365.15;
_root.guestBoyBlonde2SausageTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde2SausageTable2.onRelease = _root.guestBoyBlonde2SausageTable2.onReleaseOutside;
_root.guestBoyBrunette3FrenchfriesTray1Out = 0;
_root.guestBoyBrunette3FrenchfriesTray1TrayOrder = 0;
_root.guestBoyBrunette3FrenchfriesTray1FrenchfriesOrder = 0;
_root.guestBoyBrunette3FrenchfriesTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette3FrenchfriesTray1TrayOrder == 1) {
_root.guestBoyBrunette3FrenchfriesTray1.startDrag();
_root.guestBoyBrunette3FrenchfriesTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette3FrenchfriesTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette3FrenchfriesTray1TrayOrder == 1) {
_root.guestBoyBrunette3FrenchfriesTray1.stopDrag();
_root.guestBoyBrunette3FrenchfriesTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette3FrenchfriesTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyBrunette3FrenchfriesTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette3FrenchfriesTray1._x = 396.75;
_root.guestBoyBrunette3FrenchfriesTray1._y = 248.95;
_root.guestBoyBrunette3FrenchfriesTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyBrunette3FrenchfriesTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette3FrenchfriesTray1._x = 154.35;
_root.guestBoyBrunette3FrenchfriesTray1._y = 336.9;
_root.guestBoyBrunette3FrenchfriesTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette3FrenchfriesTray1.onRelease = _root.guestBoyBrunette3FrenchfriesTray1.onReleaseOutside;
_root.guestBoyBlackhair1IcecreamTray1Out = 0;
_root.guestBoyBlackhair1IcecreamTray1TrayOrder = 0;
_root.guestBoyBlackhair1IcecreamTray1IcecreamOrder = 0;
_root.guestBoyBlackhair1IcecreamTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1IcecreamTray1TrayOrder == 1) {
_root.guestBoyBlackhair1IcecreamTray1.startDrag();
_root.guestBoyBlackhair1IcecreamTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyBlackhair1IcecreamTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1IcecreamTray1TrayOrder == 1) {
_root.guestBoyBlackhair1IcecreamTray1.stopDrag();
_root.guestBoyBlackhair1IcecreamTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlackhair1IcecreamTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyBlackhair1IcecreamTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlackhair1IcecreamTray1._x = 290.8;
_root.guestBoyBlackhair1IcecreamTray1._y = 308.65;
_root.guestBoyBlackhair1IcecreamTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyBlackhair1IcecreamTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlackhair1IcecreamTray1._x = 220.45;
_root.guestBoyBlackhair1IcecreamTray1._y = 90.25;
_root.guestBoyBlackhair1IcecreamTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlackhair1IcecreamTray1.onRelease = _root.guestBoyBlackhair1IcecreamTray1.onReleaseOutside;
_root.guestGirlAsian2EggTable1TableOrder = 0;
_root.guestGirlAsian2EggTable1EggOrder = 0;
_root.guestGirlAsian2EggTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian2EggTable1TableOrder == 1) {
_root.guestGirlAsian2EggTable1.startDrag();
_root.guestGirlAsian2EggTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlAsian2EggTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian2EggTable1TableOrder == 1) {
_root.guestGirlAsian2EggTable1.stopDrag();
_root.guestGirlAsian2EggTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlAsian2EggTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlAsian2EggTable1TableOrder = 0;
_root.player._x = 416.3;
_root.player._y = 120.15;
_root.player.gotoAndStop('leftback');
_root.guestGirlAsian2EggTable1._x = 297.1;
_root.guestGirlAsian2EggTable1._y = 131.9;
_root.guestGirlAsian2EggTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlAsian2EggTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlAsian2EggTable1._x = 157.35;
_root.guestGirlAsian2EggTable1._y = 336.9;
_root.guestGirlAsian2EggTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlAsian2EggTable1.onRelease = _root.guestGirlAsian2EggTable1.onReleaseOutside;
_root.guestBoyAsian1JuiceOrangeTray1Out = 0;
_root.guestBoyAsian1JuiceOrangeTray1TrayOrder = 0;
_root.guestBoyAsian1JuiceOrangeTray1JuiceOrangeOrder = 0;
_root.guestBoyAsian1JuiceOrangeTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyAsian1JuiceOrangeTray1TrayOrder == 1) {
_root.guestBoyAsian1JuiceOrangeTray1.startDrag();
_root.guestBoyAsian1JuiceOrangeTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyAsian1JuiceOrangeTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyAsian1JuiceOrangeTray1TrayOrder == 1) {
_root.guestBoyAsian1JuiceOrangeTray1.stopDrag();
_root.guestBoyAsian1JuiceOrangeTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyAsian1JuiceOrangeTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyAsian1JuiceOrangeTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyAsian1JuiceOrangeTray1._x = 400.55;
_root.guestBoyAsian1JuiceOrangeTray1._y = 252.2;
_root.guestBoyAsian1JuiceOrangeTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyAsian1JuiceOrangeTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyAsian1JuiceOrangeTray1._x = 44.35;
_root.guestBoyAsian1JuiceOrangeTray1._y = 371.95;
_root.guestBoyAsian1JuiceOrangeTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyAsian1JuiceOrangeTray1.onRelease = _root.guestBoyAsian1JuiceOrangeTray1.onReleaseOutside;
}
movieClip 3750 {
frame 200 {
r = random(5);
if (_root.shopClose == 0) {
if (r == 0) {
_root.governorJuiceOrangeOrder = 1;
_root.governor4.gotoAndStop('waiting1');
} else {
if (r == 1) {
_root.governorJuiceGrapeOrder = 1;
_root.governor4.gotoAndStop('waiting2');
} else {
if (r == 2) {
_root.governorMeatOrder = 1;
_root.governor4.gotoAndStop('waiting3');
} else {
_root.governorShrimpOrder = 1;
_root.governor4.gotoAndStop('waiting4');
}
}
}
} else {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 140) {
_root.governor4.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 140) {
_root.governor4.gotoAndStop('madleave');
}
}
}
}
}
}
button 3751 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.governorJuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.governorJuiceOrangeOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor4.gotoAndStop('action1');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 3753 {
frame 660 {
_root.governor4.gotoAndStop('mad1');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorJuiceOrangeOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor4.gotoAndStop('madleave');
} else {
_root.governor4.gotoAndStop(1);
}
}
}
button 3754 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.governorJuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.governorJuiceOrangeOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor4.gotoAndStop('action1');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 3783 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 140) {
_root.governor4.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 140) {
_root.governor4.gotoAndStop('madleave');
}
}
} else {
_root.governor4.gotoAndStop(1);
}
}
}
button 3784 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.governorJuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.governorJuiceGrapeOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor4.gotoAndStop('action2');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 3786 {
frame 660 {
_root.governor4.gotoAndStop('mad2');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorJuiceGrapeOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor4.gotoAndStop('madleave');
} else {
_root.governor4.gotoAndStop(1);
}
}
}
button 3787 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.governorJuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.governorJuiceGrapeOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor4.gotoAndStop('action2');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 3816 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 140) {
_root.governor4.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 140) {
_root.governor4.gotoAndStop('madleave');
}
}
} else {
_root.governor4.gotoAndStop(1);
}
}
}
button 3817 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.governorMeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.governorMeatOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor4.gotoAndStop('action3');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3819 {
frame 660 {
_root.governor4.gotoAndStop('mad3');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorMeatOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor4.gotoAndStop('madleave');
} else {
_root.governor4.gotoAndStop(1);
}
}
}
button 3820 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.governorMeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.governorMeatOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor4.gotoAndStop('action3');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3849 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 140) {
_root.governor4.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 140) {
_root.governor4.gotoAndStop('madleave');
}
}
} else {
_root.governor4.gotoAndStop(1);
}
}
}
button 3850 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.governorShrimpOrder == 1) {
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.governorShrimpOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor4.gotoAndStop('action4');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3852 {
frame 660 {
_root.governor4.gotoAndStop('mad4');
}
frame 980 {
_root.governorOrderFail += 1;
_root.governorShrimpOrder = 0;
if (_root.governorOrderFail == 3) {
_root.governor4.gotoAndStop('madleave');
} else {
_root.governor4.gotoAndStop(1);
}
}
}
button 3853 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.governorShrimpOrder == 1) {
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.governorShrimpOrder = 0;
_root.player._x = 575.65;
_root.player._y = 190.1;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.governor4.gotoAndStop('action4');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 3882 {
frame 100 {
if (_root.shopClose == 1) {
if (_root.scoreLevel >= 140) {
_root.governor4.gotoAndStop('happy');
} else {
if (_root.scoreLevel < 140) {
_root.governor4.gotoAndStop('madleave');
}
}
} else {
_root.governor4.gotoAndStop(1);
}
}
}
movieClip 3885 {
frame 32 {
_root.governorMad = 1;
_root.shopClose = 1;
_root.guestCount = 0;
_root.governor4.gotoAndStop('leave');
}
}
movieClip 3888 {
frame 32 {
_root.governorHappy = 1;
_root.governor4.gotoAndStop('leave');
}
}
movieClip 3889 {
frame 1 {
stop();
}
instance of movieClip 3750 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3753 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3783 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 3786 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 3816 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 8 {
stop();
}
instance of movieClip 3819 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 9 {
stop();
}
frame 10 {
stop();
}
instance of movieClip 3849 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 11 {
stop();
}
instance of movieClip 3852 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
}
movieClip 3892 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette2IcecreamTray2TrayOrder = 1;
_root.guestGirlBrunette2IcecreamTray2.gotoAndStop('waiting');
}
}
movieClip 3896 {
frame 660 {
_root.guestGirlBrunette2IcecreamTray2.gotoAndStop('mad');
}
frame 1000 {
_root.guestGirlBrunette2IcecreamTray2TrayOrder = 0;
_root.guestGirlBrunette2IcecreamTray2.gotoAndStop('leave');
}
}
movieClip 3902 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette2IcecreamTray2.gotoAndStop('leave');
}
}
movieClip 3903 {
frame 1 {
stop();
}
instance of movieClip 3892 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3896 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3902 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlBrunette2IcecreamTray2._x = 154;
_root.guestGirlBrunette2IcecreamTray2._y = 336.75;
_root.guestCount -= 1;
if (_root.guestBoyBrunette3FrenchfriesTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBrunette3FrenchfriesTray1Out = 1;
_root.guestBoyBrunette3FrenchfriesTray1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 3905 {
frame 250 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2SausageEggTray1TrayOrder = 1;
_root.guestBoyBlonde2SausageEggTray1.gotoAndStop('waiting');
}
}
movieClip 3907 {
frame 660 {
_root.guestBoyBlonde2SausageEggTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBlonde2SausageEggTray1TrayOrder = 0;
_root.guestBoyBlonde2SausageEggTray1.gotoAndStop('leave');
}
}
movieClip 3910 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyBlonde2SausageEggTray1.gotoAndStop('leave');
}
}
movieClip 3911 {
frame 1 {
stop();
}
instance of movieClip 3905 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3907 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1437 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3910 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyBlonde2SausageEggTray1._x = 219.15;
_root.guestBoyBlonde2SausageEggTray1._y = 94.59999999999999;
_root.guestCount -= 1;
if (_root.guestBoyBlackhair1IcecreamTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlackhair1IcecreamTray1Out = 1;
_root.guestBoyBlackhair1IcecreamTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
}
movieClip 3914 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette3FrenchfriesTray1TrayOrder = 1;
_root.guestBoyBrunette3FrenchfriesTray1.gotoAndStop('waiting');
}
}
movieClip 3918 {
frame 660 {
_root.guestBoyBrunette3FrenchfriesTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBrunette3FrenchfriesTray1TrayOrder = 0;
_root.guestBoyBrunette3FrenchfriesTray1.gotoAndStop('leave');
}
}
movieClip 3924 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyBrunette3FrenchfriesTray1.gotoAndStop('leave');
}
}
movieClip 3925 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3914 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3918 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3924 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBrunette3FrenchfriesTray1._x = 154.35;
_root.guestBoyBrunette3FrenchfriesTray1._y = 336.9;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlAsian2EggTable1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3928 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlackhair1IcecreamTray1TrayOrder = 1;
_root.guestBoyBlackhair1IcecreamTray1.gotoAndStop('waiting');
}
}
movieClip 3932 {
frame 660 {
_root.guestBoyBlackhair1IcecreamTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBlackhair1IcecreamTray1TrayOrder = 0;
_root.guestBoyBlackhair1IcecreamTray1.gotoAndStop('leave');
}
}
movieClip 3936 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyBlackhair1IcecreamTray1.gotoAndStop('leave');
}
}
movieClip 3937 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3928 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3932 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1375 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3936 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlackhair1IcecreamTray1._x = 220.45;
_root.guestBoyBlackhair1IcecreamTray1._y = 90.25;
_root.guestCount -= 1;
}
}
movieClip 3940 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2EggTable1TableOrder = 1;
_root.guestGirlAsian2EggTable1.gotoAndStop('waiting');
}
}
movieClip 3945 {
frame 660 {
_root.guestGirlAsian2EggTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestGirlAsian2EggTable1TableOrder = 0;
_root.guestGirlAsian2EggTable1.gotoAndStop('leave');
}
}
movieClip 3948 {
instance of movieClip 3464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 36 {
_root.table2Occupied = 0;
_root.guestGirlAsian2EggTable1.gotoAndStop('leave');
}
}
movieClip 3949 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3940 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3945 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3948 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlAsian2EggTable1._x = 157.35;
_root.guestGirlAsian2EggTable1._y = 336.9;
_root.guestCount -= 1;
}
}
movieClip 3952 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony1MeatJuiceGrapeTable1TableOrder = 1;
_root.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('waiting');
}
}
movieClip 3957 {
frame 660 {
_root.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyEbony1MeatJuiceGrapeTable1TableOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('leave');
}
}
movieClip 3962 {
frame 36 {
_root.table2Occupied = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable1.gotoAndStop('leave');
}
}
movieClip 3963 {
frame 1 {
stop();
}
instance of movieClip 3952 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3957 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3962 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyEbony1MeatJuiceGrapeTable1._x = 44.7;
_root.guestBoyEbony1MeatJuiceGrapeTable1._y = 360.6;
_root.guestCount -= 1;
if (_root.guestBoyBlonde2SausageTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlonde2SausageTable2Out = 1;
_root.guestBoyBlonde2SausageTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 3966 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2SausageTable2TableOrder = 1;
_root.guestBoyBlonde2SausageTable2.gotoAndStop('waiting');
}
}
movieClip 3971 {
frame 660 {
_root.guestBoyBlonde2SausageTable2.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyBlonde2SausageTable2TableOrder = 0;
_root.guestBoyBlonde2SausageTable2.gotoAndStop('leave');
}
}
movieClip 3976 {
frame 36 {
_root.table1Occupied = 0;
_root.guestBoyBlonde2SausageTable2.gotoAndStop('leave');
}
}
movieClip 3977 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3966 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3971 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3976 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlonde2SausageTable2._x = 46.8;
_root.guestBoyBlonde2SausageTable2._y = 365.15;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
if (_root.guestBoyAsian1JuiceOrangeTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyAsian1JuiceOrangeTray1Out = 1;
_root.guestBoyAsian1JuiceOrangeTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
}
movieClip 3979 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian1JuiceOrangeTray1TrayOrder = 1;
_root.guestBoyAsian1JuiceOrangeTray1.gotoAndStop('waiting');
}
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 3981 {
frame 660 {
_root.guestBoyAsian1JuiceOrangeTray1.gotoAndStop('mad');
}
frame 980 {
_root.guestBoyAsian1JuiceOrangeTray1TrayOrder = 0;
_root.guestBoyAsian1JuiceOrangeTray1.gotoAndStop('leave');
}
}
movieClip 3985 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyAsian1JuiceOrangeTray1.gotoAndStop('leave');
}
}
movieClip 3986 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3979 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 3981 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 3985 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyAsian1JuiceOrangeTray1._x = 44.35;
_root.guestBoyAsian1JuiceOrangeTray1._y = 371.95;
_root.guestCount -= 1;
}
}
frame 16 {
stop();
_root.dayScreen.gotoAndStop(10);
_global.currentLevel = 9;
_root.date = 9;
_root.goal = 170;
_root.scoreLevel = 0;
_root.guestCount = 8;
_root.level9Complete = 0;
if (music == 1) {
_root.inGame3Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.guestGirlRedhead1FrenchfriesTable1TableOrder = 0;
_root.guestGirlRedhead1FrenchfriesTable1FrenchfriesOrder = 0;
_root.guestGirlRedhead1FrenchfriesTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1FrenchfriesTable1TableOrder == 1) {
_root.guestGirlRedhead1FrenchfriesTable1.startDrag();
_root.guestGirlRedhead1FrenchfriesTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlRedhead1FrenchfriesTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1FrenchfriesTable1TableOrder == 1) {
_root.guestGirlRedhead1FrenchfriesTable1.stopDrag();
_root.guestGirlRedhead1FrenchfriesTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlRedhead1FrenchfriesTable1.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlRedhead1FrenchfriesTable1TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestGirlRedhead1FrenchfriesTable1._x = 115;
_root.guestGirlRedhead1FrenchfriesTable1._y = 214.2;
_root.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlRedhead1FrenchfriesTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlRedhead1FrenchfriesTable1._x = 58.2;
_root.guestGirlRedhead1FrenchfriesTable1._y = 363.35;
_root.guestGirlRedhead1FrenchfriesTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlRedhead1FrenchfriesTable1.onRelease = _root.guestGirlRedhead1FrenchfriesTable1.onReleaseOutside;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1TrayOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1BreadShrimpOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1JuiceStrawberryOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1TrayOrder == 1) {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.startDrag();
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1TrayOrder == 1) {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.stopDrag();
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1._x = 292;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1._y = 313.2;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlBrunette3BreadShrimpJuiceStrawberryTray1');
if (_root.guestBoyBlonde1BreadMeatTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlonde1BreadMeatTable2Out = 1;
_root.guestBoyBlonde1BreadMeatTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1._x = 60.6;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1._y = 133.2;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.onRelease = _root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.onReleaseOutside;
_root.guestBoyBrunette1IcecreamTray2TrayOrder = 0;
_root.guestBoyBrunette1IcecreamTray2IcecreamOrder = 0;
_root.guestBoyBrunette1IcecreamTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette1IcecreamTray2TrayOrder == 1) {
_root.guestBoyBrunette1IcecreamTray2.startDrag();
_root.guestBoyBrunette1IcecreamTray2.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette1IcecreamTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette1IcecreamTray2TrayOrder == 1) {
_root.guestBoyBrunette1IcecreamTray2.stopDrag();
_root.guestBoyBrunette1IcecreamTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette1IcecreamTray2.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyBrunette1IcecreamTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette1IcecreamTray2._x = 382.9;
_root.guestBoyBrunette1IcecreamTray2._y = 256.45;
_root.guestBoyBrunette1IcecreamTray2.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyBrunette1IcecreamTray2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette1IcecreamTray2._x = 160.25;
_root.guestBoyBrunette1IcecreamTray2._y = 336.75;
_root.guestBoyBrunette1IcecreamTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette1IcecreamTray2.onRelease = _root.guestBoyBrunette1IcecreamTray2.onReleaseOutside;
_root.guestGirlBrunette2JuiceGrapeTable1TableOrder = 0;
_root.guestGirlBrunette2JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.guestGirlBrunette2JuiceGrapeTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceGrapeTable1TableOrder == 1) {
_root.guestGirlBrunette2JuiceGrapeTable1.startDrag();
_root.guestGirlBrunette2JuiceGrapeTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette2JuiceGrapeTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceGrapeTable1TableOrder == 1) {
_root.guestGirlBrunette2JuiceGrapeTable1.stopDrag();
_root.guestGirlBrunette2JuiceGrapeTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette2JuiceGrapeTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlBrunette2JuiceGrapeTable1TableOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette2JuiceGrapeTable1._x = 249.7;
_root.guestGirlBrunette2JuiceGrapeTable1._y = 105.55;
_root.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlBrunette2JuiceGrapeTable1');
if (_root.guestBoyAsian1JuiceOrangeTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyAsian1JuiceOrangeTray2Out = 1;
_root.guestBoyAsian1JuiceOrangeTray2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette2JuiceGrapeTable1._x = 46.2;
_root.guestGirlBrunette2JuiceGrapeTable1._y = 364.35;
_root.guestGirlBrunette2JuiceGrapeTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette2JuiceGrapeTable1.onRelease = _root.guestGirlBrunette2JuiceGrapeTable1.onReleaseOutside;
_root.guestBoyBlonde1BreadMeatTable2Out = 0;
_root.guestBoyBlonde1BreadMeatTable2TableOrder = 0;
_root.guestBoyBlonde1BreadMeatTable2FrenchfriesOrder = 0;
_root.guestBoyBlonde1BreadMeatTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1BreadMeatTable2TableOrder == 1) {
_root.guestBoyBlonde1BreadMeatTable2.startDrag();
_root.guestBoyBlonde1BreadMeatTable2.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde1BreadMeatTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1BreadMeatTable2TableOrder == 1) {
_root.guestBoyBlonde1BreadMeatTable2.stopDrag();
_root.guestBoyBlonde1BreadMeatTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde1BreadMeatTable2.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestBoyBlonde1BreadMeatTable2TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde1BreadMeatTable2._x = 115;
_root.guestBoyBlonde1BreadMeatTable2._y = 214.2;
_root.guestBoyBlonde1BreadMeatTable2.gotoAndStop('action');
_root.table1.gotoAndStop('guestBoyBlonde1BreadMeatTable2');
if (_root.guestGirlAsian1IcecreamTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlAsian1IcecreamTable1Out = 1;
_root.guestGirlAsian1IcecreamTable1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde1BreadMeatTable2._x = 55.55;
_root.guestBoyBlonde1BreadMeatTable2._y = 134.4;
_root.guestBoyBlonde1BreadMeatTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde1BreadMeatTable2.onRelease = _root.guestBoyBlonde1BreadMeatTable2.onReleaseOutside;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2Out = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2TrayOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2FrenchfriesOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2JuiceOrangeOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2TrayOrder == 1) {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.startDrag();
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2TrayOrder == 1) {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.stopDrag();
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2._x = 293.8;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2._y = 312.45;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlBrunette1FrenchfriesJuiceOrangeTray2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2._x = 156.65;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2._y = 339.25;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.onRelease = _root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.onReleaseOutside;
_root.guestBoyAsian1JuiceOrangeTray2Out = 0;
_root.guestBoyAsian1JuiceOrangeTray2TrayOrder = 0;
_root.guestBoyAsian1JuiceOrangeTray2IcecreamOrder = 0;
_root.guestBoyAsian1JuiceOrangeTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyAsian1JuiceOrangeTray2TrayOrder == 1) {
_root.guestBoyAsian1JuiceOrangeTray2.startDrag();
_root.guestBoyAsian1JuiceOrangeTray2.swapDepths(1000);
}
}
}
};
_root.guestBoyAsian1JuiceOrangeTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyAsian1JuiceOrangeTray2TrayOrder == 1) {
_root.guestBoyAsian1JuiceOrangeTray2.stopDrag();
_root.guestBoyAsian1JuiceOrangeTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyAsian1JuiceOrangeTray2.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyBrunette1IcecreamTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyAsian1JuiceOrangeTray2._x = 386.7;
_root.guestBoyAsian1JuiceOrangeTray2._y = 263.3;
_root.guestBoyAsian1JuiceOrangeTray2.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyAsian1JuiceOrangeTray2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyAsian1JuiceOrangeTray2._x = 54.9;
_root.guestBoyAsian1JuiceOrangeTray2._y = 363.9;
_root.guestBoyAsian1JuiceOrangeTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyAsian1JuiceOrangeTray2.onRelease = _root.guestBoyAsian1JuiceOrangeTray2.onReleaseOutside;
_root.guestGirlAsian1IcecreamTable1Out = 0;
_root.guestGirlAsian1IcecreamTable1TableOrder = 0;
_root.guestGirlAsian1IcecreamTable1IcecreamOrder = 0;
_root.guestGirlAsian1IcecreamTable1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian1IcecreamTable1TableOrder == 1) {
_root.guestGirlAsian1IcecreamTable1.startDrag();
_root.guestGirlAsian1IcecreamTable1.swapDepths(1000);
}
}
}
};
_root.guestGirlAsian1IcecreamTable1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian1IcecreamTable1TableOrder == 1) {
_root.guestGirlAsian1IcecreamTable1.stopDrag();
_root.guestGirlAsian1IcecreamTable1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlAsian1IcecreamTable1.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlAsian1IcecreamTable1TableOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.gotoAndStop('leftback');
_root.guestGirlAsian1IcecreamTable1._x = 249.7;
_root.guestGirlAsian1IcecreamTable1._y = 105.55;
_root.guestGirlAsian1IcecreamTable1.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlAsian1IcecreamTable1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlAsian1IcecreamTable1._x = 58.1;
_root.guestGirlAsian1IcecreamTable1._y = 133.15;
_root.guestGirlAsian1IcecreamTable1.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlAsian1IcecreamTable1.onRelease = _root.guestGirlAsian1IcecreamTable1.onReleaseOutside;
}
movieClip 3995 {
}
movieClip 4004 {
}
movieClip 4041 {
}
instance of movieClip 4041 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
movieClip 4044 {
frame 1 {
stop();
var inGame3MusicSound = new Sound();
inGame3MusicSound.attachSound('Music3.wav');
inGame3MusicSound.stop();
}
frame 2 {
stop();
var inGame3MusicSound = new Sound();
inGame3MusicSound.attachSound('Music3.wav');
inGame3MusicSound.start(0, 99999);
}
}
button 4048 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
_root.player._x = 242.25;
_root.player._y = 206.6;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
movieClip 4051 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlRedhead1FrenchfriesTable1FrenchfriesOrder = 1;
_root.table1.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('waiting');
}
}
button 4054 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlRedhead1FrenchfriesTable1FrenchfriesOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlRedhead1FrenchfriesTable1FrenchfriesOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('action');
_root.table1.guestGirlRedhead1FrenchfriesTable1.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4056 {
frame 660 {
_root.table1.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('mad');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestGirlRedhead1FrenchfriesTable1FrenchfriesOrder = 0;
_root.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4058 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlRedhead1FrenchfriesTable1FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlRedhead1FrenchfriesTable1FrenchfriesOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4074 {
frame 100 {
_root.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 4075 {
frame 1 {
stop();
}
instance of movieClip 4051 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4056 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4074 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4078 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde1BreadMeatTable2BreadMeatOrder = 1;
_root.table1.guestBoyBlonde1BreadMeatTable2.gotoAndStop('waiting');
}
}
button 4081 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadMeatCooked == 1 & _root.guestBoyBlonde1BreadMeatTable2BreadMeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadMeatCooked = 0;
_root.guestBoyBlonde1BreadMeatTable2BreadMeatOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlonde1BreadMeatTable2.gotoAndStop('action');
_root.table1.guestBoyBlonde1BreadMeatTable2.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 4083 {
frame 640 {
_root.table1.guestBoyBlonde1BreadMeatTable2.gotoAndStop('mad');
}
frame 980 {
_root.table1Occupied = 0;
_root.guestBoyBlonde1BreadMeatTable2BreadMeatOrder = 0;
_root.guestBoyBlonde1BreadMeatTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4087 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadMeatCooked == 1 & _root.guestBoyBlonde1BreadMeatTable2BreadMeatOrder == 1) {
_root.handfull = 0;
_root.playerBreadMeatCooked = 0;
_root.guestBoyBlonde1BreadMeatTable2BreadMeatOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlonde1BreadMeatTable2.gotoAndStop('action');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 4118 {
frame 100 {
_root.guestBoyBlonde1BreadMeatTable2.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 4119 {
frame 1 {
stop();
}
instance of movieClip 4078 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4083 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4118 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4122 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde1FrenchfriesTable2FrenchfriesOrder = 1;
_root.table1.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('waiting');
}
}
button 4123 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestBoyBlonde1FrenchfriesTable2FrenchfriesOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestBoyBlonde1FrenchfriesTable2FrenchfriesOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('action');
_root.table1.guestBoyBlonde1FrenchfriesTable2.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4125 {
frame 640 {
_root.table1.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('mad');
}
frame 940 {
_root.table1Occupied = 0;
_root.guestBoyBlonde1FrenchfriesTable2FrenchfriesOrder = 0;
_root.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4126 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestBoyBlonde1FrenchfriesTable2FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestBoyBlonde1FrenchfriesTable2FrenchfriesOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4156 {
frame 100 {
_root.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 4157 {
frame 1 {
stop();
}
instance of movieClip 4122 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4125 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4156 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4160 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony1SausageTable2SausageOrder = 1;
_root.table1.guestGirlEbony1SausageTable2.gotoAndStop('waiting');
}
}
button 4163 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestGirlEbony1SausageTable2SausageOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestGirlEbony1SausageTable2SausageOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1SausageTable2.gotoAndStop('action');
_root.table1.guestGirlEbony1SausageTable2.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 4165 {
frame 640 {
_root.table1.guestGirlEbony1SausageTable2.gotoAndStop('mad');
}
frame 940 {
_root.table1Occupied = 0;
_root.guestGirlEbony1SausageTable2SausageOrder = 0;
_root.guestGirlEbony1SausageTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4169 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerSausageCooked == 1 & _root.guestGirlEbony1SausageTable2SausageOrder == 1) {
_root.handfull = 0;
_root.playerSausageCooked = 0;
_root.guestGirlEbony1SausageTable2SausageOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1SausageTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 4200 {
frame 100 {
_root.guestGirlEbony1SausageTable2.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 4201 {
frame 1 {
stop();
}
instance of movieClip 4160 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4165 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4200 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4203 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlonde2FrenchfriesIcecreamTable2FrenchfriesOrder = 1;
_root.table1.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('waiting');
}
}
button 4205 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestBoyBlonde2FrenchfriesIcecreamTable2FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2FrenchfriesOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4207 {
frame 640 {
_root.table1.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('mad');
}
frame 940 {
_root.table1Occupied = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2FrenchfriesOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4209 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestBoyBlonde2FrenchfriesIcecreamTable2FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2FrenchfriesOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4225 {
frame 100 {
_root.guestBoyBlonde2FrenchfriesIcecreamTable2IcecreamOrder = 1;
_root.table1.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('waiting2');
}
}
button 4226 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBlonde2FrenchfriesIcecreamTable2IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2IcecreamOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('action2');
_root.table1.guestBoyBlonde2FrenchfriesIcecreamTable2.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 4228 {
frame 640 {
_root.table1.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('mad2');
}
frame 940 {
_root.table1Occupied = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2IcecreamOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4229 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBlonde2FrenchfriesIcecreamTable2IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2IcecreamOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('action2');
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 4245 {
frame 100 {
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 4246 {
frame 1 {
stop();
}
instance of movieClip 4203 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4207 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4225 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 4228 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 4245 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4249 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyEbony1MeatJuiceGrapeTable2MeatOrder = 1;
_root.table1.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('waiting');
}
}
button 4252 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyEbony1MeatJuiceGrapeTable2MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2MeatOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 4254 {
frame 640 {
_root.table1.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('mad');
}
frame 940 {
_root.table1Occupied = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2MeatOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4257 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyEbony1MeatJuiceGrapeTable2MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2MeatOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 4290 {
frame 100 {
_root.guestBoyEbony1MeatJuiceGrapeTable2JuiceGrapeOrder = 1;
_root.table1.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('waiting2');
}
}
button 4291 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyEbony1MeatJuiceGrapeTable2JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2JuiceGrapeOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('action2');
_root.table1.guestBoyEbony1MeatJuiceGrapeTable2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 4293 {
frame 640 {
_root.table1.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('mad2');
}
frame 960 {
_root.table1Occupied = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2JuiceGrapeOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4294 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyEbony1MeatJuiceGrapeTable2JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2JuiceGrapeOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('action2');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.juicerLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 4323 {
frame 100 {
_root.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 4324 {
frame 1 {
stop();
}
instance of movieClip 4249 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4254 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4290 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 4293 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 4323 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4327 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony1FrenchfriesEggTable2FrenchfriesOrder = 1;
_root.table1.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('waiting');
}
}
button 4328 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlEbony1FrenchfriesEggTable2FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlEbony1FrenchfriesEggTable2FrenchfriesOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4330 {
frame 640 {
_root.table1.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('mad');
}
frame 940 {
_root.table1Occupied = 0;
_root.guestGirlEbony1FrenchfriesEggTable2FrenchfriesOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4331 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlEbony1FrenchfriesEggTable2FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlEbony1FrenchfriesEggTable2FrenchfriesOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4361 {
frame 100 {
_root.guestGirlEbony1FrenchfriesEggTable2EggOrder = 1;
_root.table1.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('waiting2');
}
}
button 4362 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerEggCooked == 1 & _root.guestGirlEbony1FrenchfriesEggTable2EggOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerEggCooked = 0;
_root.guestGirlEbony1FrenchfriesEggTable2EggOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('action2');
_root.table1.guestGirlEbony1FrenchfriesEggTable2.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4364 {
frame 640 {
_root.table1.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('mad2');
}
frame 940 {
_root.table1Occupied = 0;
_root.guestGirlEbony1FrenchfriesEggTable2EggOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4365 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerEggCooked == 1 & _root.guestGirlEbony1FrenchfriesEggTable2EggOrder == 1) {
_root.handfull = 0;
_root.playerEggCooked = 0;
_root.guestGirlEbony1FrenchfriesEggTable2EggOrder = 0;
_root.player._x = 225.75;
_root.player._y = 216.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('action2');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4396 {
frame 100 {
_root.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 4397 {
frame 1 {
stop();
}
instance of movieClip 4327 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4330 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4361 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 4364 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 4396 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4400 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBlackhair1JuiceGrapeTable2JuiceGrapeOrder = 1;
_root.table1.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('waiting');
}
}
button 4403 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyBlackhair1JuiceGrapeTable2JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyBlackhair1JuiceGrapeTable2JuiceGrapeOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('action');
_root.table1.guestBoyBlackhair1JuiceGrapeTable2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 4405 {
frame 640 {
_root.table1.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('mad');
}
frame 940 {
_root.table1Occupied = 0;
_root.guestBoyBlackhair1JuiceGrapeTable2JuiceGrapeOrder = 0;
_root.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4407 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestBoyBlackhair1JuiceGrapeTable2JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestBoyBlackhair1JuiceGrapeTable2JuiceGrapeOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('action');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 4436 {
frame 100 {
_root.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 4437 {
frame 1 {
stop();
}
instance of movieClip 4400 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4405 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4436 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4440 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony2IcecreamTable2IcecreamOrder = 1;
_root.table1.guestGirlEbony2IcecreamTable2.gotoAndStop('waiting');
}
}
button 4443 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlEbony2IcecreamTable2IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlEbony2IcecreamTable2IcecreamOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony2IcecreamTable2.gotoAndStop('action');
_root.table1.guestGirlEbony2IcecreamTable2.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 4445 {
frame 640 {
_root.table1.guestGirlEbony2IcecreamTable2.gotoAndStop('mad');
}
frame 940 {
_root.table1Occupied = 0;
_root.guestGirlEbony2IcecreamTable2IcecreamOrder = 0;
_root.guestGirlEbony2IcecreamTable2.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4446 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlEbony2IcecreamTable2IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlEbony2IcecreamTable2IcecreamOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table1.guestGirlEbony2IcecreamTable2.gotoAndStop('action');
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 4476 {
frame 100 {
_root.guestGirlEbony2IcecreamTable2.gotoAndStop('happy');
_root.table1.gotoAndStop(1);
}
}
movieClip 4477 {
frame 1 {
stop();
}
instance of movieClip 4440 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4445 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4476 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4478 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
movieClip 4481 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyBrunette1IcecreamTray2IcecreamOrder = 1;
_root.guestLine2.guestBoyBrunette1IcecreamTray2.gotoAndStop('waiting');
}
}
button 4482 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBrunette1IcecreamTray2IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBrunette1IcecreamTray2IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette1IcecreamTray2.gotoAndStop('happy');
_root.guestBoyBrunette1IcecreamTray2.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4484 {
frame 640 {
_root.guestLine2.guestBoyBrunette1IcecreamTray2.gotoAndStop('mad');
}
frame 960 {
_root.guestLine2Occupied = 0;
_root.guestBoyBrunette1IcecreamTray2IcecreamOrder = 0;
_root.guestBoyBrunette1IcecreamTray2.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 4485 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyBrunette1IcecreamTray2IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyBrunette1IcecreamTray2IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyBrunette1IcecreamTray2.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4486 {
frame 1 {
stop();
}
instance of movieClip 4481 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 4488 {
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyAsian1JuiceOrangeTray2JuiceOrangeOrder = 1;
_root.guestLine2.guestBoyAsian1JuiceOrangeTray2.gotoAndStop('waiting');
}
}
button 4489 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestBoyAsian1JuiceOrangeTray2JuiceOrangeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestBoyAsian1JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyAsian1JuiceOrangeTray2.gotoAndStop('happy');
_root.guestBoyAsian1JuiceOrangeTray2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4491 {
frame 640 {
_root.guestLine2.guestBoyAsian1JuiceOrangeTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine2Occupied = 0;
_root.guestBoyAsian1JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.guestBoyAsian1JuiceOrangeTray2.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 4492 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceOrange == 1 & _root.guestBoyAsian1JuiceOrangeTray2JuiceOrangeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceOrange = 0;
_root.guestBoyAsian1JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyAsian1JuiceOrangeTray2.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4493 {
frame 1 {
stop();
}
instance of movieClip 4488 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4491 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
}
movieClip 4497 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlOld1BreadShrimpTray2BreadShrimpOrder = 1;
_root.guestLine2.guestGirlOld1BreadShrimpTray2.gotoAndStop('waiting');
}
}
button 4498 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlOld1BreadShrimpTray2BreadShrimpOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlOld1BreadShrimpTray2BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlOld1BreadShrimpTray2.gotoAndStop('happy');
_root.guestGirlOld1BreadShrimpTray2.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4500 {
frame 640 {
_root.guestLine2.guestGirlOld1BreadShrimpTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine2Occupied = 0;
_root.guestGirlOld1BreadShrimpTray2BreadShrimpOrder = 0;
_root.guestGirlOld1BreadShrimpTray2.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 4501 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlOld1BreadShrimpTray2BreadShrimpOrder == 1) {
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlOld1BreadShrimpTray2BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlOld1BreadShrimpTray2.gotoAndStop('happy');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4502 {
frame 1 {
stop();
}
instance of movieClip 4497 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 4506 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestBoyEbony1IcecreamTray1IcecreamOrder = 1;
_root.guestLine2.guestBoyEbony1IcecreamTray1.gotoAndStop('waiting');
}
}
button 4507 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyEbony1IcecreamTray1IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyEbony1IcecreamTray1IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyEbony1IcecreamTray1.gotoAndStop('happy');
_root.guestBoyEbony1IcecreamTray1.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4509 {
frame 640 {
_root.guestLine2.guestBoyEbony1IcecreamTray1.gotoAndStop('mad');
}
frame 940 {
_root.guestLine2Occupied = 0;
_root.guestBoyEbony1IcecreamTray1IcecreamOrder = 0;
_root.guestBoyEbony1IcecreamTray1.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 4510 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestBoyEbony1IcecreamTray1IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestBoyEbony1IcecreamTray1IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestBoyEbony1IcecreamTray1.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4511 {
frame 1 {
stop();
}
instance of movieClip 4506 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 4515 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlEbony2BreadShrimpTray2BreadShrimpOrder = 1;
_root.guestLine2.guestGirlEbony2BreadShrimpTray2.gotoAndStop('waiting');
}
}
button 4516 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlEbony2BreadShrimpTray2BreadShrimpOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlEbony2BreadShrimpTray2BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlEbony2BreadShrimpTray2.gotoAndStop('happy');
_root.guestGirlEbony2BreadShrimpTray2.heartbeat.gotoAndStop(2);
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4518 {
frame 640 {
_root.guestLine2.guestGirlEbony2BreadShrimpTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine2Occupied = 0;
_root.guestGirlEbony2BreadShrimpTray2BreadShrimpOrder = 0;
_root.guestGirlEbony2BreadShrimpTray2.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 4519 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerBreadShrimpCooked == 1 & _root.guestGirlEbony2BreadShrimpTray2BreadShrimpOrder == 1) {
_root.handfull = 0;
_root.playerBreadShrimpCooked = 0;
_root.guestGirlEbony2BreadShrimpTray2BreadShrimpOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlEbony2BreadShrimpTray2.gotoAndStop('happy');
if (_root.breadtoasterLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.breadtoasterLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4520 {
frame 1 {
stop();
}
instance of movieClip 4515 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 4524 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette1IcecreamTray3IcecreamOrder = 1;
_root.guestLine2.guestGirlBrunette1IcecreamTray3.gotoAndStop('waiting');
}
}
button 4525 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlBrunette1IcecreamTray3IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlBrunette1IcecreamTray3IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette1IcecreamTray3.gotoAndStop('happy');
_root.guestGirlBrunette1IcecreamTray3.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4527 {
frame 640 {
_root.guestLine2.guestGirlBrunette1IcecreamTray3.gotoAndStop('mad');
}
frame 940 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette1IcecreamTray3IcecreamOrder = 0;
_root.guestGirlBrunette1IcecreamTray3.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 4528 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlBrunette1IcecreamTray3IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlBrunette1IcecreamTray3IcecreamOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette1IcecreamTray3.gotoAndStop('happy');
_root.score += 8;
_root.scoreLevel += 8;
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4529 {
frame 1 {
stop();
}
instance of movieClip 4524 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 4533 {
instance of movieClip 721 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 80 {
_root.guestGirlBrunette2JuiceStrawberryTray2JuiceStrawberryOrder = 1;
_root.guestLine2.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop('waiting');
}
}
button 4534 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlBrunette2JuiceStrawberryTray2JuiceStrawberryOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlBrunette2JuiceStrawberryTray2JuiceStrawberryOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop('happy');
_root.guestGirlBrunette2JuiceStrawberryTray2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4536 {
frame 640 {
_root.guestLine2.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette2JuiceStrawberryTray2JuiceStrawberryOrder = 0;
_root.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop('leave');
_root.guestLine2.gotoAndStop(1);
}
}
button 4537 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceStrawberry == 1 & _root.guestGirlBrunette2JuiceStrawberryTray2JuiceStrawberryOrder == 1) {
_root.handfull = 0;
_root.playerJuiceStrawberry = 0;
_root.guestGirlBrunette2JuiceStrawberryTray2JuiceStrawberryOrder = 0;
_root.player._x = 514.2000000000001;
_root.player._y = 320.25;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
_root.guestLine2.gotoAndStop(1);
}
}
}
}
}
movieClip 4538 {
frame 1 {
stop();
}
instance of movieClip 4533 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 4539 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
}
button 4541 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
_root.player._x = 368.55;
_root.player._y = 104.3;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
movieClip 4545 {
frame 80 {
_root.guestGirlBrunette2JuiceGrapeTable1JuiceGrapeOrder = 1;
_root.table2.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('waiting');
}
}
movieClip 4547 {
}
button 4550 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestGirlBrunette2JuiceGrapeTable1JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestGirlBrunette2JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('action');
_root.table2.guestGirlBrunette2JuiceGrapeTable1.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 4552 {
frame 640 {
_root.table2.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('mad');
}
frame 980 {
_root.table2Occupied = 0;
_root.guestGirlBrunette2JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 4555 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestGirlBrunette2JuiceGrapeTable1JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestGirlBrunette2JuiceGrapeTable1JuiceGrapeOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('action');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 4584 {
frame 100 {
_root.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 4585 {
frame 1 {
stop();
}
instance of movieClip 4545 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4547 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4552 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4584 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4587 {
frame 80 {
_root.guestGirlAsian1IcecreamTable1IcecreamOrder = 1;
_root.table2.guestGirlAsian1IcecreamTable1.gotoAndStop('waiting');
}
}
button 4589 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlAsian1IcecreamTable1IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlAsian1IcecreamTable1IcecreamOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlAsian1IcecreamTable1.gotoAndStop('action');
_root.table2.guestGirlAsian1IcecreamTable1.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 4591 {
frame 640 {
_root.table2.guestGirlAsian1IcecreamTable1.gotoAndStop('mad');
}
frame 940 {
_root.table1Occupied = 0;
_root.guestGirlAsian1IcecreamTable1IcecreamOrder = 0;
_root.guestGirlAsian1IcecreamTable1.gotoAndStop('leave');
_root.table1.gotoAndStop(1);
}
}
button 4593 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlAsian1IcecreamTable1IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlAsian1IcecreamTable1IcecreamOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlAsian1IcecreamTable1.gotoAndStop('action');
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 4609 {
frame 100 {
_root.guestGirlAsian1IcecreamTable1.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 4610 {
frame 1 {
stop();
}
instance of movieClip 4587 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4547 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 4613 {
frame 80 {
_root.guestBoyBlackhair1MeatTable2MeatOrder = 1;
_root.table2.guestBoyBlackhair1MeatTable2.gotoAndStop('waiting');
}
}
button 4614 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBlackhair1MeatTable2MeatOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBlackhair1MeatTable2MeatOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlackhair1MeatTable2.gotoAndStop('action');
_root.table2.guestBoyBlackhair1MeatTable2.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 4616 {
frame 640 {
_root.table2.guestBoyBlackhair1MeatTable2.gotoAndStop('mad');
}
frame 960 {
_root.table2Occupied = 0;
_root.guestBoyBlackhair1MeatTable2MeatOrder = 0;
_root.guestBoyBlackhair1MeatTable2.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 4617 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerMeatCooked == 1 & _root.guestBoyBlackhair1MeatTable2MeatOrder == 1) {
_root.handfull = 0;
_root.playerMeatCooked = 0;
_root.guestBoyBlackhair1MeatTable2MeatOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBlackhair1MeatTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 4650 {
frame 100 {
_root.guestBoyBlackhair1MeatTable2.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 4651 {
frame 1 {
stop();
}
instance of movieClip 4613 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4547 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4616 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4650 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4654 {
frame 80 {
_root.guestGirlBrunette2JuiceGrapeTable2JuiceGrapeOrder = 1;
_root.table2.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('waiting');
}
}
button 4655 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestGirlBrunette2JuiceGrapeTable2JuiceGrapeOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestGirlBrunette2JuiceGrapeTable2JuiceGrapeOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('action');
_root.table2.guestGirlBrunette2JuiceGrapeTable2.heartbeat.gotoAndStop(2);
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 4657 {
frame 640 {
_root.table2.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('mad');
}
frame 940 {
_root.table2Occupied = 0;
_root.guestGirlBrunette2JuiceGrapeTable2JuiceGrapeOrder = 0;
_root.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 4658 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerJuiceGrape == 1 & _root.guestGirlBrunette2JuiceGrapeTable2JuiceGrapeOrder == 1) {
_root.handfull = 0;
_root.playerJuiceGrape = 0;
_root.guestGirlBrunette2JuiceGrapeTable2JuiceGrapeOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('action');
if (_root.juicerLevel == 1) {
_root.score += 8;
_root.scoreLevel += 8;
} else {
if (_root.stoveLevel == 2) {
_root.score += 28;
_root.scoreLevel += 28;
}
}
}
}
}
}
}
movieClip 4687 {
frame 100 {
_root.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 4688 {
frame 1 {
stop();
}
instance of movieClip 4654 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4547 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4657 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4687 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4690 {
frame 80 {
_root.guestGirlAsian1IcecreamTable2IcecreamOrder = 1;
_root.table2.guestGirlAsian1IcecreamTable2.gotoAndStop('waiting');
}
}
button 4691 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlAsian1IcecreamTable2IcecreamOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlAsian1IcecreamTable2IcecreamOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlAsian1IcecreamTable2.gotoAndStop('action');
_root.table2.guestGirlAsian1IcecreamTable2.heartbeat.gotoAndStop(2);
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 4693 {
frame 640 {
_root.table2.guestGirlAsian1IcecreamTable2.gotoAndStop('mad');
}
frame 940 {
_root.table2Occupied = 0;
_root.guestGirlAsian1IcecreamTable2IcecreamOrder = 0;
_root.guestGirlAsian1IcecreamTable2.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 4694 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerIcecream == 1 & _root.guestGirlAsian1IcecreamTable2IcecreamOrder == 1) {
_root.handfull = 0;
_root.playerIcecream = 0;
_root.guestGirlAsian1IcecreamTable2IcecreamOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlAsian1IcecreamTable2.gotoAndStop('action');
_root.score += 8;
_root.scoreLevel += 8;
}
}
}
}
}
movieClip 4710 {
frame 100 {
_root.guestGirlAsian1IcecreamTable2.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 4711 {
frame 1 {
stop();
}
instance of movieClip 4690 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4547 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 4714 {
frame 80 {
_root.guestBoyBrunette3ShrimpTable3ShrimpOrder = 1;
_root.table2.guestBoyBrunette3ShrimpTable3.gotoAndStop('waiting');
}
}
button 4717 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.guestBoyBrunette3ShrimpTable3ShrimpOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.guestBoyBrunette3ShrimpTable3ShrimpOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBrunette3ShrimpTable3.gotoAndStop('action');
_root.table2.guestBoyBrunette3ShrimpTable3.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 4719 {
frame 640 {
_root.table2.guestBoyBrunette3ShrimpTable3.gotoAndStop('mad');
}
frame 940 {
_root.table2Occupied = 0;
_root.guestBoyBrunette3ShrimpTable3ShrimpOrder = 0;
_root.guestBoyBrunette3ShrimpTable3.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 4722 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerShrimpCooked == 1 & _root.guestBoyBrunette3ShrimpTable3ShrimpOrder == 1) {
_root.handfull = 0;
_root.playerShrimpCooked = 0;
_root.guestBoyBrunette3ShrimpTable3ShrimpOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestBoyBrunette3ShrimpTable3.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 10;
_root.scoreLevel += 10;
} else {
if (_root.stoveLevel == 2) {
_root.score += 30;
_root.scoreLevel += 30;
}
}
}
}
}
}
}
movieClip 4753 {
frame 100 {
_root.guestBoyBrunette3ShrimpTable3.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 4754 {
frame 1 {
stop();
}
instance of movieClip 4714 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4547 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4719 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4753 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4756 {
frame 80 {
_root.guestGirlRedhead1FrenchfriesTable2FrenchfriesOrder = 1;
_root.table2.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('waiting');
}
}
button 4757 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlRedhead1FrenchfriesTable2FrenchfriesOrder == 1) {
_root.favorite += 1;
_root.gameData.data.favoriteGame += 1;
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlRedhead1FrenchfriesTable2FrenchfriesOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('action');
_root.table2.guestGirlRedhead1FrenchfriesTable2.heartbeat.gotoAndStop(2);
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4759 {
frame 640 {
_root.table2.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('mad');
}
frame 960 {
_root.table2Occupied = 0;
_root.guestGirlRedhead1FrenchfriesTable2FrenchfriesOrder = 0;
_root.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('leave');
_root.table2.gotoAndStop(1);
}
}
button 4760 {
on (press) {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.handfull == 1 & _root.playerFrenchfries == 1 & _root.guestGirlRedhead1FrenchfriesTable2FrenchfriesOrder == 1) {
_root.handfull = 0;
_root.playerFrenchfries = 0;
_root.guestGirlRedhead1FrenchfriesTable2FrenchfriesOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.food.gotoAndStop(1);
_root.player.gotoAndStop('leftback');
_root.cashRegister.gotoAndStop(2);
_root.table2.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('action');
if (_root.stoveLevel == 1) {
_root.score += 6;
_root.scoreLevel += 6;
} else {
if (_root.stoveLevel == 2) {
_root.score += 26;
_root.scoreLevel += 26;
}
}
}
}
}
}
}
movieClip 4776 {
frame 100 {
_root.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('happy');
_root.table2.gotoAndStop(1);
}
}
movieClip 4777 {
frame 1 {
stop();
}
instance of movieClip 4756 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4547 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4759 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4776 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4778 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
}
movieClip 4781 {
frame 50 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1TrayOrder = 1;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('waiting');
}
}
movieClip 4785 {
frame 640 {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('mad');
}
frame 960 {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1TrayOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('leave');
}
}
movieClip 4791 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop('leave');
}
}
movieClip 4792 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4781 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4785 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4791 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1._x = 60.6;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1._y = 133.2;
_root.guestCount -= 1;
if (_root.guestBoyBlonde1BreadMeatTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlonde1BreadMeatTable2Out = 1;
_root.guestBoyBlonde1BreadMeatTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 4794 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1IcecreamTray2TrayOrder = 1;
_root.guestBoyBrunette1IcecreamTray2.gotoAndStop('waiting');
}
}
movieClip 4796 {
frame 640 {
_root.guestBoyBrunette1IcecreamTray2.gotoAndStop('mad');
}
frame 960 {
_root.guestBoyBrunette1IcecreamTray2TrayOrder = 0;
_root.guestBoyBrunette1IcecreamTray2.gotoAndStop('leave');
}
}
movieClip 4800 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyBrunette1IcecreamTray2.gotoAndStop('leave');
}
}
movieClip 4801 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4794 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 503 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4796 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4800 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBrunette1IcecreamTray2._x = 160.25;
_root.guestBoyBrunette1IcecreamTray2._y = 336.75;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 4804 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1BreadMeatTable2TableOrder = 1;
_root.guestBoyBlonde1BreadMeatTable2.gotoAndStop('waiting');
}
}
movieClip 4809 {
frame 640 {
_root.guestBoyBlonde1BreadMeatTable2.gotoAndStop('mad');
}
frame 960 {
_root.guestBoyBlonde1BreadMeatTable2TableOrder = 0;
_root.guestBoyBlonde1BreadMeatTable2.gotoAndStop('leave');
}
}
movieClip 4814 {
frame 36 {
_root.table1Occupied = 0;
_root.guestBoyBlonde1BreadMeatTable2.gotoAndStop('leave');
}
}
movieClip 4815 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4804 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4809 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4814 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlonde1BreadMeatTable2._x = 55.55;
_root.guestBoyBlonde1BreadMeatTable2._y = 134.4;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
if (_root.guestGirlAsian1IcecreamTable1Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlAsian1IcecreamTable1Out = 1;
_root.guestGirlAsian1IcecreamTable1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
}
movieClip 4818 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2TrayOrder = 1;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('waiting');
}
}
movieClip 4822 {
frame 640 {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('mad');
}
frame 960 {
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2TrayOrder = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('leave');
}
}
movieClip 4826 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray2.gotoAndStop('leave');
}
}
movieClip 4827 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4818 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4822 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1226 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4826 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1._x = 48;
_root.guestGirlBrunette1FrenchfriesJuiceOrangeTray1._y = 358.75;
_root.guestCount -= 1;
}
}
movieClip 4829 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian1IcecreamTable1TableOrder = 1;
_root.guestGirlAsian1IcecreamTable1.gotoAndStop('waiting');
}
}
movieClip 4833 {
frame 640 {
_root.guestGirlAsian1IcecreamTable1.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlAsian1IcecreamTable1TableOrder = 0;
_root.guestGirlAsian1IcecreamTable1.gotoAndStop('leave');
}
}
movieClip 4836 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlAsian1IcecreamTable1.gotoAndStop('leave');
}
}
movieClip 4837 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4829 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4833 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4836 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlAsian1IcecreamTable1._x = 58.1;
_root.guestGirlAsian1IcecreamTable1._y = 133.15;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
}
}
movieClip 4839 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1FrenchfriesTable1TableOrder = 1;
_root.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('waiting');
}
}
movieClip 4843 {
frame 660 {
_root.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('mad');
}
frame 960 {
_root.guestGirlRedhead1FrenchfriesTable1TableOrder = 0;
_root.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('leave');
}
}
movieClip 4847 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlRedhead1FrenchfriesTable1.gotoAndStop('leave');
}
}
movieClip 4848 {
frame 1 {
stop();
}
instance of movieClip 4839 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4843 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4847 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlRedhead1FrenchfriesTable1._x = 58.2;
_root.guestGirlRedhead1FrenchfriesTable1._y = 363.35;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop(2);
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray1.gotoAndStop(2);
_root.guestBoyBrunette1IcecreamTray2.gotoAndStop(2);
} else {
_root.guestCount -= 7;
}
}
}
movieClip 4851 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette2JuiceGrapeTable1TableOrder = 1;
_root.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('waiting');
}
}
movieClip 4856 {
frame 640 {
_root.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('mad');
}
frame 960 {
_root.guestGirlBrunette2JuiceGrapeTable1TableOrder = 0;
_root.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('leave');
}
}
movieClip 4862 {
frame 36 {
_root.table2Occupied = 0;
_root.guestGirlBrunette2JuiceGrapeTable1.gotoAndStop('leave');
}
}
movieClip 4863 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4851 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4856 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4862 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette2JuiceGrapeTable1._x = 46.2;
_root.guestGirlBrunette2JuiceGrapeTable1._y = 364.35;
_root.guestCount -= 1;
if (_root.guestBoyAsian1JuiceOrangeTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyAsian1JuiceOrangeTray2Out = 1;
_root.guestBoyAsian1JuiceOrangeTray2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
}
movieClip 4865 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian1JuiceOrangeTray2TrayOrder = 1;
_root.guestBoyAsian1JuiceOrangeTray2.gotoAndStop('waiting');
}
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 4867 {
frame 640 {
_root.guestBoyAsian1JuiceOrangeTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyAsian1JuiceOrangeTray2TrayOrder = 0;
_root.guestBoyAsian1JuiceOrangeTray2.gotoAndStop('leave');
}
}
movieClip 4871 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyAsian1JuiceOrangeTray2.gotoAndStop('leave');
}
}
movieClip 4872 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4865 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 4867 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4871 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyAsian1JuiceOrangeTray2._x = 54.9;
_root.guestBoyAsian1JuiceOrangeTray2._y = 363.9;
_root.guestCount -= 1;
}
}
button 4873 {
on (press) {
if (music == 1) {
_global.music = 0;
_root.inGame3Music.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
_root.nextLevelMusic.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
nextFrame();
}
}
button 4874 {
on (press) {
if (music == 0) {
_global.music = 1;
if (_root.levelScreenIn == 1) {
_root.etcMusic.gotoAndStop(2);
} else {
if (_root.levelScreenIn == 0) {
if (_root.goodjobScreenIn == 0) {
_root.inGame3Music.gotoAndStop(2);
} else {
if (_root.goodjobScreenIn == 1) {
_root.nextLevelMusic.gotoAndStop(30);
}
}
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
prevFrame();
}
}
movieClip 4875 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance musicOption of movieClip 4875 {
onClipEvent (enterFrame) {
if (music == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 17 {
stop();
_root.dayScreen.gotoAndStop(11);
_global.currentLevel = 10;
_root.date = 10;
_root.goal = 200;
_root.scoreLevel = 0;
_root.guestCount = 9;
_root.level10Complete = 0;
if (music == 1) {
_root.inGame3Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.guestBoyBrunette2JuiceOrangeTray2TrayOrder = 0;
_root.guestBoyBrunette2JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.guestBoyBrunette2JuiceOrangeTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette2JuiceOrangeTray2TrayOrder == 1) {
_root.guestBoyBrunette2JuiceOrangeTray2.startDrag();
_root.guestBoyBrunette2JuiceOrangeTray2.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette2JuiceOrangeTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette2JuiceOrangeTray2TrayOrder == 1) {
_root.guestBoyBrunette2JuiceOrangeTray2.stopDrag();
_root.guestBoyBrunette2JuiceOrangeTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette2JuiceOrangeTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyBrunette2JuiceOrangeTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette2JuiceOrangeTray2._x = 299.6;
_root.guestBoyBrunette2JuiceOrangeTray2._y = 309.95;
_root.guestBoyBrunette2JuiceOrangeTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyBrunette2JuiceOrangeTray2');
if (_root.guestBoyBlonde1FrenchfriesTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlonde1FrenchfriesTable2Out = 1;
_root.guestBoyBlonde1FrenchfriesTable2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette2JuiceOrangeTray2._x = 160.85;
_root.guestBoyBrunette2JuiceOrangeTray2._y = 339.25;
_root.guestBoyBrunette2JuiceOrangeTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette2JuiceOrangeTray2.onRelease = _root.guestBoyBrunette2JuiceOrangeTray2.onReleaseOutside;
_root.guestGirlOld1BreadShrimpTray2TrayOrder = 0;
_root.guestGirlOld1BreadShrimpTray2BreadShrimpOrder = 0;
_root.guestGirlOld1BreadShrimpTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlOld1BreadShrimpTray2TrayOrder == 1) {
_root.guestGirlOld1BreadShrimpTray2.startDrag();
_root.guestGirlOld1BreadShrimpTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlOld1BreadShrimpTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlOld1BreadShrimpTray2TrayOrder == 1) {
_root.guestGirlOld1BreadShrimpTray2.stopDrag();
_root.guestGirlOld1BreadShrimpTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlOld1BreadShrimpTray2.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestGirlOld1BreadShrimpTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlOld1BreadShrimpTray2._x = 380.4;
_root.guestGirlOld1BreadShrimpTray2._y = 265;
_root.guestGirlOld1BreadShrimpTray2.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestGirlOld1BreadShrimpTray2');
if (_root.guestGirlEbony1SausageTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1SausageTable2Out = 1;
_root.guestGirlEbony1SausageTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlOld1BreadShrimpTray2._x = 59.8;
_root.guestGirlOld1BreadShrimpTray2._y = 366.9;
_root.guestGirlOld1BreadShrimpTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlOld1BreadShrimpTray2.onRelease = _root.guestGirlOld1BreadShrimpTray2.onReleaseOutside;
_root.guestBoyBlonde1FrenchfriesTable2Out = 0;
_root.guestBoyBlonde1FrenchfriesTable2TableOrder = 0;
_root.guestBoyBlonde1FrenchfriesTable2FrenchfriesOrder = 0;
_root.guestBoyBlonde1FrenchfriesTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1FrenchfriesTable2TableOrder == 1) {
_root.guestBoyBlonde1FrenchfriesTable2.startDrag();
_root.guestBoyBlonde1FrenchfriesTable2.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde1FrenchfriesTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1FrenchfriesTable2TableOrder == 1) {
_root.guestBoyBlonde1FrenchfriesTable2.stopDrag();
_root.guestBoyBlonde1FrenchfriesTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde1FrenchfriesTable2.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestBoyBlonde1FrenchfriesTable2TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde1FrenchfriesTable2._x = 115;
_root.guestBoyBlonde1FrenchfriesTable2._y = 214.2;
_root.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('action');
_root.table1.gotoAndStop('guestBoyBlonde1FrenchfriesTable2');
if (_root.guestGirlAsian2BreadSausageTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlAsian2BreadSausageTray2Out = 1;
_root.guestGirlAsian2BreadSausageTray2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde1FrenchfriesTable2._x = 55.95;
_root.guestBoyBlonde1FrenchfriesTable2._y = 131.9;
_root.guestBoyBlonde1FrenchfriesTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde1FrenchfriesTable2.onRelease = _root.guestBoyBlonde1FrenchfriesTable2.onReleaseOutside;
_root.guestBoyBlackhair1MeatTable2TableOrder = 0;
_root.guestBoyBlackhair1MeatTable2MeatOrder = 0;
_root.guestBoyBlackhair1MeatTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1MeatTable2TableOrder == 1) {
_root.guestBoyBlackhair1MeatTable2.startDrag();
_root.guestBoyBlackhair1MeatTable2.swapDepths(1000);
}
}
}
};
_root.guestBoyBlackhair1MeatTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1MeatTable2TableOrder == 1) {
_root.guestBoyBlackhair1MeatTable2.stopDrag();
_root.guestBoyBlackhair1MeatTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlackhair1MeatTable2.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestBoyBlackhair1MeatTable2TableOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlackhair1MeatTable2._x = 249.7;
_root.guestBoyBlackhair1MeatTable2._y = 105.55;
_root.guestBoyBlackhair1MeatTable2.gotoAndStop('action');
_root.table2.gotoAndStop('guestBoyBlackhair1MeatTable2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlackhair1MeatTable2._x = 161.95;
_root.guestBoyBlackhair1MeatTable2._y = 341.45;
_root.guestBoyBlackhair1MeatTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlackhair1MeatTable2.onRelease = _root.guestBoyBlackhair1MeatTable2.onReleaseOutside;
_root.guestGirlAsian2BreadSausageTray2Out = 0;
_root.guestGirlAsian2BreadSausageTray2TrayOrder = 0;
_root.guestGirlAsian2BreadSausageTray2BreadSausageOrder = 0;
_root.guestGirlAsian2BreadSausageTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian2BreadSausageTray2TrayOrder == 1) {
_root.guestGirlAsian2BreadSausageTray2.startDrag();
_root.guestGirlAsian2BreadSausageTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlAsian2BreadSausageTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian2BreadSausageTray2TrayOrder == 1) {
_root.guestGirlAsian2BreadSausageTray2.stopDrag();
_root.guestGirlAsian2BreadSausageTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlAsian2BreadSausageTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlAsian2BreadSausageTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlAsian2BreadSausageTray2._x = 298.3;
_root.guestGirlAsian2BreadSausageTray2._y = 311.9;
_root.guestGirlAsian2BreadSausageTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlAsian2BreadSausageTray2');
if (_root.guestBoyEbony1IcecreamTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyEbony1IcecreamTray1Out = 1;
_root.guestBoyEbony1IcecreamTray1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlAsian2BreadSausageTray2._x = 55.95;
_root.guestGirlAsian2BreadSausageTray2._y = 134.9;
_root.guestGirlAsian2BreadSausageTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlAsian2BreadSausageTray2.onRelease = _root.guestGirlAsian2BreadSausageTray2.onReleaseOutside;
_root.guestGirlEbony1SausageTable2Out = 0;
_root.guestGirlEbony1SausageTable2TableOrder = 0;
_root.guestGirlEbony1SausageTable2SausageOrder = 0;
_root.guestGirlEbony1SausageTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1SausageTable2TableOrder == 1) {
_root.guestGirlEbony1SausageTable2.startDrag();
_root.guestGirlEbony1SausageTable2.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony1SausageTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1SausageTable2TableOrder == 1) {
_root.guestGirlEbony1SausageTable2.stopDrag();
_root.guestGirlEbony1SausageTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony1SausageTable2.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlEbony1SausageTable2TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony1SausageTable2._x = 115;
_root.guestGirlEbony1SausageTable2._y = 214.2;
_root.guestGirlEbony1SausageTable2.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlEbony1SausageTable2');
if (_root.guestBoyBlonde2JuiceGrapeTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlonde2JuiceGrapeTray2Out = 1;
_root.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony1SausageTable2._x = 53.9;
_root.guestGirlEbony1SausageTable2._y = 362.3;
_root.guestGirlEbony1SausageTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony1SausageTable2.onRelease = _root.guestGirlEbony1SausageTable2.onReleaseOutside;
_root.guestBoyEbony1IcecreamTray1Out = 0;
_root.guestBoyEbony1IcecreamTray1TrayOrder = 0;
_root.guestBoyEbony1IcecreamTray1IcecreamOrder = 0;
_root.guestBoyEbony1IcecreamTray1.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyEbony1IcecreamTray1TrayOrder == 1) {
_root.guestBoyEbony1IcecreamTray1.startDrag();
_root.guestBoyEbony1IcecreamTray1.swapDepths(1000);
}
}
}
};
_root.guestBoyEbony1IcecreamTray1.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyEbony1IcecreamTray1TrayOrder == 1) {
_root.guestBoyEbony1IcecreamTray1.stopDrag();
_root.guestBoyEbony1IcecreamTray1.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyEbony1IcecreamTray1.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestBoyEbony1IcecreamTray1TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyEbony1IcecreamTray1._x = 377.9;
_root.guestBoyEbony1IcecreamTray1._y = 261.05;
_root.guestBoyEbony1IcecreamTray1.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestBoyEbony1IcecreamTray1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyEbony1IcecreamTray1._x = 54;
_root.guestBoyEbony1IcecreamTray1._y = 128.45;
_root.guestBoyEbony1IcecreamTray1.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyEbony1IcecreamTray1.onRelease = _root.guestBoyEbony1IcecreamTray1.onReleaseOutside;
_root.guestBoyBlonde2JuiceGrapeTray2Out = 0;
_root.guestBoyBlonde2JuiceGrapeTray2TrayOrder = 0;
_root.guestBoyBlonde2JuiceGrapeTray2JuiceGrapeOrder = 0;
_root.guestBoyBlonde2JuiceGrapeTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2JuiceGrapeTray2TrayOrder == 1) {
_root.guestBoyBlonde2JuiceGrapeTray2.startDrag();
_root.guestBoyBlonde2JuiceGrapeTray2.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde2JuiceGrapeTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2JuiceGrapeTray2TrayOrder == 1) {
_root.guestBoyBlonde2JuiceGrapeTray2.stopDrag();
_root.guestBoyBlonde2JuiceGrapeTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde2JuiceGrapeTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyBlonde2JuiceGrapeTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde2JuiceGrapeTray2._x = 298.8;
_root.guestBoyBlonde2JuiceGrapeTray2._y = 316.75;
_root.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyBlonde2JuiceGrapeTray2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde2JuiceGrapeTray2._x = 53.45;
_root.guestBoyBlonde2JuiceGrapeTray2._y = 368.6;
_root.guestBoyBlonde2JuiceGrapeTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde2JuiceGrapeTray2.onRelease = _root.guestBoyBlonde2JuiceGrapeTray2.onReleaseOutside;
_root.guestGirlEbony2IcecreamTable2TableOrder = 0;
_root.guestGirlEbony2IcecreamTable2IcecreamOrder = 0;
_root.guestGirlEbony2IcecreamTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony2IcecreamTable2TableOrder == 1) {
_root.guestGirlEbony2IcecreamTable2.startDrag();
_root.guestGirlEbony2IcecreamTable2.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony2IcecreamTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony2IcecreamTable2TableOrder == 1) {
_root.guestGirlEbony2IcecreamTable2.stopDrag();
_root.guestGirlEbony2IcecreamTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony2IcecreamTable2.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlEbony2IcecreamTable2TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony2IcecreamTable2._x = 115;
_root.guestGirlEbony2IcecreamTable2._y = 214.2;
_root.guestGirlEbony2IcecreamTable2.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlEbony2IcecreamTable2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony2IcecreamTable2._x = 52.9;
_root.guestGirlEbony2IcecreamTable2._y = 130.4;
_root.guestGirlEbony2IcecreamTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony2IcecreamTable2.onRelease = _root.guestGirlEbony2IcecreamTable2.onReleaseOutside;
}
movieClip 4878 {
frame 50 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette2JuiceOrangeTray2TrayOrder = 1;
_root.guestBoyBrunette2JuiceOrangeTray2.gotoAndStop('waiting');
}
}
movieClip 4882 {
frame 640 {
_root.guestBoyBrunette2JuiceOrangeTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyBrunette2JuiceOrangeTray2TrayOrder = 0;
_root.guestBoyBrunette2JuiceOrangeTray2.gotoAndStop('leave');
}
}
movieClip 4888 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyBrunette2JuiceOrangeTray2.gotoAndStop('leave');
}
}
movieClip 4889 {
frame 1 {
stop();
}
instance of movieClip 4878 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4882 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4888 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyBrunette2JuiceOrangeTray2._x = 160.85;
_root.guestBoyBrunette2JuiceOrangeTray2._y = 339.25;
_root.guestCount -= 1;
if (_root.guestBoyBlonde1FrenchfriesTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlonde1FrenchfriesTable2Out = 1;
_root.guestBoyBlonde1FrenchfriesTable2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
if (_root.shopClose == 0) {
_root.guestBoyBlackhair1MeatTable2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 4892 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1FrenchfriesTable2TableOrder = 1;
_root.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('waiting');
}
}
movieClip 4897 {
frame 640 {
_root.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyBlonde1FrenchfriesTable2TableOrder = 0;
_root.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('leave');
}
}
movieClip 4902 {
frame 36 {
_root.table1Occupied = 0;
_root.guestBoyBlonde1FrenchfriesTable2.gotoAndStop('leave');
}
}
movieClip 4903 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4892 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4897 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4902 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlonde1FrenchfriesTable2._x = 55.95;
_root.guestBoyBlonde1FrenchfriesTable2._y = 131.9;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
if (_root.guestGirlAsian2BreadSausageTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlAsian2BreadSausageTray2Out = 1;
_root.guestGirlAsian2BreadSausageTray2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
}
movieClip 4906 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlackhair1MeatTable2TableOrder = 1;
_root.guestBoyBlackhair1MeatTable2.gotoAndStop('waiting');
}
}
movieClip 4911 {
frame 640 {
_root.guestBoyBlackhair1MeatTable2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyBlackhair1MeatTable2TableOrder = 0;
_root.guestBoyBlackhair1MeatTable2.gotoAndStop('leave');
}
}
movieClip 4915 {
frame 36 {
_root.table2Occupied = 0;
_root.guestBoyBlackhair1MeatTable2.gotoAndStop('leave');
}
}
movieClip 4916 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4906 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4911 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1375 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4915 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlackhair1MeatTable2._x = 161.95;
_root.guestBoyBlackhair1MeatTable2._y = 341.45;
_root.guestCount -= 1;
}
}
movieClip 4919 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2BreadSausageTray2TrayOrder = 1;
_root.guestGirlAsian2BreadSausageTray2.gotoAndStop('waiting');
}
}
movieClip 4923 {
frame 640 {
_root.guestGirlAsian2BreadSausageTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlAsian2BreadSausageTray2TrayOrder = 0;
_root.guestGirlAsian2BreadSausageTray2.gotoAndStop('leave');
}
}
movieClip 4926 {
instance of movieClip 3464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlAsian2BreadSausageTray2.gotoAndStop('leave');
}
}
movieClip 4927 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4919 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4923 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4926 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlAsian2BreadSausageTray2._x = 55.95;
_root.guestGirlAsian2BreadSausageTray2._y = 134.9;
_root.guestCount -= 1;
if (_root.guestBoyEbony1IcecreamTray1Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyEbony1IcecreamTray1Out = 1;
_root.guestBoyEbony1IcecreamTray1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 4930 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony1IcecreamTray1TrayOrder = 1;
_root.guestBoyEbony1IcecreamTray1.gotoAndStop('waiting');
}
}
movieClip 4934 {
frame 640 {
_root.guestBoyEbony1IcecreamTray1.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyEbony1IcecreamTray1TrayOrder = 0;
_root.guestBoyEbony1IcecreamTray1.gotoAndStop('leave');
}
}
movieClip 4939 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestBoyEbony1IcecreamTray1.gotoAndStop('leave');
}
}
movieClip 4940 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4930 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4934 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4939 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyEbony1IcecreamTray1._x = 54;
_root.guestBoyEbony1IcecreamTray1._y = 128.45;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlEbony2IcecreamTable2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 4943 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony2IcecreamTable2TableOrder = 1;
_root.guestGirlEbony2IcecreamTable2.gotoAndStop('waiting');
}
}
movieClip 4948 {
frame 640 {
_root.guestGirlEbony2IcecreamTable2.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlEbony2IcecreamTable2TableOrder = 0;
_root.guestGirlEbony2IcecreamTable2.gotoAndStop('leave');
}
}
movieClip 4954 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlEbony2IcecreamTable2.gotoAndStop('leave');
}
}
movieClip 4955 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4943 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4948 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4954 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlEbony2IcecreamTable2._x = 52.9;
_root.guestGirlEbony2IcecreamTable2._y = 130.4;
_root.guestCount -= 1;
}
}
movieClip 4958 {
frame 120 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld1BreadShrimpTray2TrayOrder = 1;
_root.guestGirlOld1BreadShrimpTray2.gotoAndStop('waiting');
}
}
movieClip 4962 {
frame 640 {
_root.guestGirlOld1BreadShrimpTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlOld1BreadShrimpTray2TrayOrder = 0;
_root.guestGirlOld1BreadShrimpTray2.gotoAndStop('leave');
}
}
movieClip 4965 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestGirlOld1BreadShrimpTray2.gotoAndStop('leave');
}
}
movieClip 4966 {
frame 1 {
stop();
}
instance of movieClip 4958 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4962 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1298 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4965 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlOld1BreadShrimpTray2._x = 59.8;
_root.guestGirlOld1BreadShrimpTray2._y = 366.9;
_root.guestCount -= 1;
if (_root.guestGirlEbony1SausageTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1SausageTable2Out = 1;
_root.guestGirlEbony1SausageTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 4969 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1SausageTable2TableOrder = 1;
_root.guestGirlEbony1SausageTable2.gotoAndStop('waiting');
}
}
movieClip 4974 {
frame 640 {
_root.guestGirlEbony1SausageTable2.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlEbony1SausageTable2TableOrder = 0;
_root.guestGirlEbony1SausageTable2.gotoAndStop('leave');
}
}
movieClip 4979 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlEbony1SausageTable2.gotoAndStop('leave');
}
}
movieClip 4980 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4969 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4974 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4979 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlEbony1SausageTable2._x = 53.9;
_root.guestGirlEbony1SausageTable2._y = 362.3;
_root.guestCount -= 1;
if (_root.guestBoyBlonde2JuiceGrapeTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlonde2JuiceGrapeTray2Out = 1;
_root.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
}
movieClip 4982 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2JuiceGrapeTray2TrayOrder = 1;
_root.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop('waiting');
}
}
movieClip 4984 {
frame 640 {
_root.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyBlonde2JuiceGrapeTray2TrayOrder = 0;
_root.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop('leave');
}
}
movieClip 4987 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyBlonde2JuiceGrapeTray2.gotoAndStop('leave');
}
}
movieClip 4988 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4982 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4984 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1437 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 4987 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlonde2JuiceGrapeTray2._x = 53.45;
_root.guestBoyBlonde2JuiceGrapeTray2._y = 368.6;
_root.guestCount -= 1;
}
}
frame 18 {
stop();
_root.dayScreen.gotoAndStop(12);
_global.currentLevel = 11;
_root.date = 11;
_root.goal = 230;
_root.scoreLevel = 0;
_root.guestCount = 8;
_root.level11Complete = 0;
if (music == 1) {
_root.inGame3Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.guestBoyAsian1JuiceGrapeTray2TrayOrder = 0;
_root.guestBoyAsian1JuiceGrapeTray2JuiceGrapeOrder = 0;
_root.guestBoyAsian1JuiceGrapeTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyAsian1JuiceGrapeTray2TrayOrder == 1) {
_root.guestBoyAsian1JuiceGrapeTray2.startDrag();
_root.guestBoyAsian1JuiceGrapeTray2.swapDepths(1000);
}
}
}
};
_root.guestBoyAsian1JuiceGrapeTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyAsian1JuiceGrapeTray2TrayOrder == 1) {
_root.guestBoyAsian1JuiceGrapeTray2.stopDrag();
_root.guestBoyAsian1JuiceGrapeTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyAsian1JuiceGrapeTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyAsian1JuiceGrapeTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyAsian1JuiceGrapeTray2._x = 299.6;
_root.guestBoyAsian1JuiceGrapeTray2._y = 314.05;
_root.guestBoyAsian1JuiceGrapeTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyAsian1JuiceGrapeTray2');
if (_root.guestGirlBrunette1IcecreamTray3Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlBrunette1IcecreamTray3Out = 1;
_root.guestGirlBrunette1IcecreamTray3.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyAsian1JuiceGrapeTray2._x = 55.6;
_root.guestBoyAsian1JuiceGrapeTray2._y = 135.65;
_root.guestBoyAsian1JuiceGrapeTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyAsian1JuiceGrapeTray2.onRelease = _root.guestBoyAsian1JuiceGrapeTray2.onReleaseOutside;
_root.guestGirlEbony2BreadShrimpTray2TrayOrder = 0;
_root.guestGirlEbony2BreadShrimpTray2BreadShrimpOrder = 0;
_root.guestGirlEbony2BreadShrimpTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony2BreadShrimpTray2TrayOrder == 1) {
_root.guestGirlEbony2BreadShrimpTray2.startDrag();
_root.guestGirlEbony2BreadShrimpTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony2BreadShrimpTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony2BreadShrimpTray2TrayOrder == 1) {
_root.guestGirlEbony2BreadShrimpTray2.stopDrag();
_root.guestGirlEbony2BreadShrimpTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony2BreadShrimpTray2.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestGirlEbony2BreadShrimpTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony2BreadShrimpTray2._x = 380.05;
_root.guestGirlEbony2BreadShrimpTray2._y = 273;
_root.guestGirlEbony2BreadShrimpTray2.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestGirlEbony2BreadShrimpTray2');
if (_root.guestGirlBrunette2JuiceOrangeTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlBrunette2JuiceOrangeTray2Out = 1;
_root.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony2BreadShrimpTray2._x = 55.95;
_root.guestGirlEbony2BreadShrimpTray2._y = 369.6;
_root.guestGirlEbony2BreadShrimpTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony2BreadShrimpTray2.onRelease = _root.guestGirlEbony2BreadShrimpTray2.onReleaseOutside;
_root.guestGirlBrunette2JuiceGrapeTable2TableOrder = 0;
_root.guestGirlBrunette2JuiceGrapeTable2JuiceGrapeOrder = 0;
_root.guestGirlBrunette2JuiceGrapeTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceGrapeTable2TableOrder == 1) {
_root.guestGirlBrunette2JuiceGrapeTable2.startDrag();
_root.guestGirlBrunette2JuiceGrapeTable2.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette2JuiceGrapeTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceGrapeTable2TableOrder == 1) {
_root.guestGirlBrunette2JuiceGrapeTable2.stopDrag();
_root.guestGirlBrunette2JuiceGrapeTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette2JuiceGrapeTable2.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlBrunette2JuiceGrapeTable2TableOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette2JuiceGrapeTable2._x = 249.7;
_root.guestGirlBrunette2JuiceGrapeTable2._y = 105.55;
_root.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlBrunette2JuiceGrapeTable2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette2JuiceGrapeTable2._x = 160.85;
_root.guestGirlBrunette2JuiceGrapeTable2._y = 338;
_root.guestGirlBrunette2JuiceGrapeTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette2JuiceGrapeTable2.onRelease = _root.guestGirlBrunette2JuiceGrapeTable2.onReleaseOutside;
_root.guestGirlBrunette2JuiceOrangeTray2Out = 0;
_root.guestGirlBrunette2JuiceOrangeTray2TrayOrder = 0;
_root.guestGirlBrunette2JuiceOrangeTray2JuiceOrangeOrder = 0;
_root.guestGirlBrunette2JuiceOrangeTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceOrangeTray2TrayOrder == 1) {
_root.guestGirlBrunette2JuiceOrangeTray2.startDrag();
_root.guestGirlBrunette2JuiceOrangeTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette2JuiceOrangeTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceOrangeTray2TrayOrder == 1) {
_root.guestGirlBrunette2JuiceOrangeTray2.stopDrag();
_root.guestGirlBrunette2JuiceOrangeTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette2JuiceOrangeTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlBrunette2JuiceOrangeTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette2JuiceOrangeTray2._x = 299.6;
_root.guestGirlBrunette2JuiceOrangeTray2._y = 318;
_root.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlBrunette2JuiceOrangeTray2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette2JuiceOrangeTray2._x = 56.5;
_root.guestGirlBrunette2JuiceOrangeTray2._y = 364.75;
_root.guestGirlBrunette2JuiceOrangeTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette2JuiceOrangeTray2.onRelease = _root.guestGirlBrunette2JuiceOrangeTray2.onReleaseOutside;
_root.guestGirlBrunette1IcecreamTray3Out = 0;
_root.guestGirlBrunette1IcecreamTray3TrayOrder = 0;
_root.guestGirlBrunette1IcecreamTray3IcecreamOrder = 0;
_root.guestGirlBrunette1IcecreamTray3.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette1IcecreamTray3TrayOrder == 1) {
_root.guestGirlBrunette1IcecreamTray3.startDrag();
_root.guestGirlBrunette1IcecreamTray3.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette1IcecreamTray3.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette1IcecreamTray3TrayOrder == 1) {
_root.guestGirlBrunette1IcecreamTray3.stopDrag();
_root.guestGirlBrunette1IcecreamTray3.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette1IcecreamTray3.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestGirlBrunette1IcecreamTray3TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette1IcecreamTray3._x = 381.85;
_root.guestGirlBrunette1IcecreamTray3._y = 271.35;
_root.guestGirlBrunette1IcecreamTray3.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestGirlBrunette1IcecreamTray3');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette1IcecreamTray3._x = 53.25;
_root.guestGirlBrunette1IcecreamTray3._y = 136.85;
_root.guestGirlBrunette1IcecreamTray3.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette1IcecreamTray3.onRelease = _root.guestGirlBrunette1IcecreamTray3.onReleaseOutside;
_root.guestBoyEbony1MeatJuiceGrapeTable2Out = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2TableOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2MeatOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2JuiceGrapeOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyEbony1MeatJuiceGrapeTable2TableOrder == 1) {
_root.guestBoyEbony1MeatJuiceGrapeTable2.startDrag();
_root.guestBoyEbony1MeatJuiceGrapeTable2.swapDepths(1000);
}
}
}
};
_root.guestBoyEbony1MeatJuiceGrapeTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyEbony1MeatJuiceGrapeTable2TableOrder == 1) {
_root.guestBoyEbony1MeatJuiceGrapeTable2.stopDrag();
_root.guestBoyEbony1MeatJuiceGrapeTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyEbony1MeatJuiceGrapeTable2.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestBoyEbony1MeatJuiceGrapeTable2TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestBoyEbony1MeatJuiceGrapeTable2._x = 115;
_root.guestBoyEbony1MeatJuiceGrapeTable2._y = 214.2;
_root.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('action');
_root.table1.gotoAndStop('guestBoyEbony1MeatJuiceGrapeTable2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyEbony1MeatJuiceGrapeTable2._x = 168.25;
_root.guestBoyEbony1MeatJuiceGrapeTable2._y = 330.6;
_root.guestBoyEbony1MeatJuiceGrapeTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyEbony1MeatJuiceGrapeTable2.onRelease = _root.guestBoyEbony1MeatJuiceGrapeTable2.onReleaseOutside;
_root.guestBoyBlackhair1IcecreamTray2TrayOrder = 0;
_root.guestBoyBlackhair1IcecreamTray2IcecreamOrder = 0;
_root.guestBoyBlackhair1IcecreamTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1IcecreamTray2TrayOrder == 1) {
_root.guestBoyBlackhair1IcecreamTray2.startDrag();
_root.guestBoyBlackhair1IcecreamTray2.swapDepths(1000);
}
}
}
};
_root.guestBoyBlackhair1IcecreamTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1IcecreamTray2TrayOrder == 1) {
_root.guestBoyBlackhair1IcecreamTray2.stopDrag();
_root.guestBoyBlackhair1IcecreamTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlackhair1IcecreamTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyBlackhair1IcecreamTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlackhair1IcecreamTray2._x = 290.8;
_root.guestBoyBlackhair1IcecreamTray2._y = 315.75;
_root.guestBoyBlackhair1IcecreamTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyBlackhair1IcecreamTray2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlackhair1IcecreamTray2._x = 167.3;
_root.guestBoyBlackhair1IcecreamTray2._y = 339.7;
_root.guestBoyBlackhair1IcecreamTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlackhair1IcecreamTray2.onRelease = _root.guestBoyBlackhair1IcecreamTray2.onReleaseOutside;
_root.guestBoyBrunette3ShrimpTable3TableOrder = 0;
_root.guestBoyBrunette3ShrimpTable3ShrimpOrder = 0;
_root.guestBoyBrunette3ShrimpTable3.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette3ShrimpTable3TableOrder == 1) {
_root.guestBoyBrunette3ShrimpTable3.startDrag();
_root.guestBoyBrunette3ShrimpTable3.swapDepths(1000);
}
}
}
};
_root.guestBoyBrunette3ShrimpTable3.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBrunette3ShrimpTable3TableOrder == 1) {
_root.guestBoyBrunette3ShrimpTable3.stopDrag();
_root.guestBoyBrunette3ShrimpTable3.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBrunette3ShrimpTable3.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestBoyBrunette3ShrimpTable3TableOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.gotoAndStop('leftback');
_root.guestBoyBrunette3ShrimpTable3._x = 249.7;
_root.guestBoyBrunette3ShrimpTable3._y = 105.55;
_root.guestBoyBrunette3ShrimpTable3.gotoAndStop('action');
_root.table2.gotoAndStop('guestBoyBrunette3ShrimpTable3');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBrunette3ShrimpTable3._x = 57.2;
_root.guestBoyBrunette3ShrimpTable3._y = 365.7;
_root.guestBoyBrunette3ShrimpTable3.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBrunette3ShrimpTable3.onRelease = _root.guestBoyBrunette3ShrimpTable3.onReleaseOutside;
}
movieClip 4991 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette2JuiceGrapeTable2TableOrder = 1;
_root.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('waiting');
}
}
movieClip 4996 {
frame 640 {
_root.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlBrunette2JuiceGrapeTable2TableOrder = 0;
_root.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('leave');
}
}
movieClip 5002 {
frame 36 {
_root.table2Occupied = 0;
_root.guestGirlBrunette2JuiceGrapeTable2.gotoAndStop('leave');
}
}
movieClip 5003 {
frame 1 {
stop();
}
instance of movieClip 4991 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4996 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 5002 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlBrunette2JuiceGrapeTable2._x = 160.85;
_root.guestGirlBrunette2JuiceGrapeTable2._y = 338;
_root.guestCount -= 1;
if (_root.guestBoyEbony1MeatJuiceGrapeTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyEbony1MeatJuiceGrapeTable2Out = 1;
_root.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 5006 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony1MeatJuiceGrapeTable2TableOrder = 1;
_root.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('waiting');
}
}
movieClip 5011 {
frame 640 {
_root.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyEbony1MeatJuiceGrapeTable2TableOrder = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('leave');
}
}
movieClip 5016 {
frame 36 {
_root.table1Occupied = 0;
_root.guestBoyEbony1MeatJuiceGrapeTable2.gotoAndStop('leave');
}
}
movieClip 5017 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5006 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5011 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5016 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyEbony1MeatJuiceGrapeTable2._x = 168.25;
_root.guestBoyEbony1MeatJuiceGrapeTable2._y = 330.6;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
if (_root.shopClose == 0) {
_root.guestBoyBlackhair1IcecreamTray2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 5020 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlackhair1IcecreamTray2TrayOrder = 1;
_root.guestBoyBlackhair1IcecreamTray2.gotoAndStop('waiting');
}
}
movieClip 5024 {
frame 640 {
_root.guestBoyBlackhair1IcecreamTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyBlackhair1IcecreamTray2TrayOrder = 0;
_root.guestBoyBlackhair1IcecreamTray2.gotoAndStop('leave');
}
}
movieClip 5028 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyBlackhair1IcecreamTray2.gotoAndStop('leave');
}
}
movieClip 5029 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5020 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5024 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1375 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5028 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlackhair1IcecreamTray2._x = 167.3;
_root.guestBoyBlackhair1IcecreamTray2._y = 339.7;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
}
}
movieClip 5031 {
frame 50 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian1JuiceGrapeTray2TrayOrder = 1;
_root.guestBoyAsian1JuiceGrapeTray2.gotoAndStop('waiting');
}
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 5033 {
frame 640 {
_root.guestBoyAsian1JuiceGrapeTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyAsian1JuiceGrapeTray2TrayOrder = 0;
_root.guestBoyAsian1JuiceGrapeTray2.gotoAndStop('leave');
}
}
movieClip 5037 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyAsian1JuiceGrapeTray2.gotoAndStop('leave');
}
}
movieClip 5038 {
frame 1 {
stop();
}
instance of movieClip 5031 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1464 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 5033 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 5037 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyAsian1JuiceGrapeTray2._x = 55.6;
_root.guestBoyAsian1JuiceGrapeTray2._y = 135.65;
_root.guestCount -= 1;
if (_root.guestGirlBrunette1IcecreamTray3Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlBrunette1IcecreamTray3Out = 1;
_root.guestGirlBrunette1IcecreamTray3.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 5041 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette1IcecreamTray3TrayOrder = 1;
_root.guestGirlBrunette1IcecreamTray3.gotoAndStop('waiting');
}
}
movieClip 5045 {
frame 640 {
_root.guestGirlBrunette1IcecreamTray3.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlBrunette1IcecreamTray3TrayOrder = 0;
_root.guestGirlBrunette1IcecreamTray3.gotoAndStop('leave');
}
}
movieClip 5049 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette1IcecreamTray3.gotoAndStop('leave');
}
}
movieClip 5050 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5041 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5045 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1226 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5049 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette1IcecreamTray3._x = 53.25;
_root.guestGirlBrunette1IcecreamTray3._y = 136.85;
_root.guestCount -= 1;
}
}
movieClip 5053 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony2BreadShrimpTray2TrayOrder = 1;
_root.guestGirlEbony2BreadShrimpTray2.gotoAndStop('waiting');
}
}
movieClip 5057 {
frame 640 {
_root.guestGirlEbony2BreadShrimpTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlEbony2BreadShrimpTray2TrayOrder = 0;
_root.guestGirlEbony2BreadShrimpTray2.gotoAndStop('leave');
}
}
movieClip 5063 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestGirlEbony2BreadShrimpTray2.gotoAndStop('leave');
}
}
movieClip 5064 {
frame 1 {
stop();
}
instance of movieClip 5053 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 5057 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 5063 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlEbony2BreadShrimpTray2._x = 55.95;
_root.guestGirlEbony2BreadShrimpTray2._y = 369.6;
_root.guestCount -= 1;
if (_root.guestGirlBrunette2JuiceOrangeTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlBrunette2JuiceOrangeTray2Out = 1;
_root.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 5067 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette2JuiceOrangeTray2TrayOrder = 1;
_root.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop('waiting');
}
}
movieClip 5071 {
frame 640 {
_root.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlBrunette2JuiceOrangeTray2TrayOrder = 0;
_root.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop('leave');
}
}
movieClip 5077 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette2JuiceOrangeTray2.gotoAndStop('leave');
}
}
movieClip 5078 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5067 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5071 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5077 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette2JuiceOrangeTray2._x = 56.5;
_root.guestGirlBrunette2JuiceOrangeTray2._y = 364.75;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestBoyBrunette3ShrimpTable3.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 5081 {
frame 150 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette3ShrimpTable3TableOrder = 1;
_root.guestBoyBrunette3ShrimpTable3.gotoAndStop('waiting');
}
}
movieClip 5086 {
frame 640 {
_root.guestBoyBrunette3ShrimpTable3.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyBrunette3ShrimpTable3TableOrder = 0;
_root.guestBoyBrunette3ShrimpTable3.gotoAndStop('leave');
}
}
movieClip 5092 {
frame 36 {
_root.table2Occupied = 0;
_root.guestBoyBrunette3ShrimpTable3.gotoAndStop('leave');
}
}
movieClip 5093 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5081 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5086 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5092 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBrunette3ShrimpTable3._x = 57.2;
_root.guestBoyBrunette3ShrimpTable3._y = 365.7;
_root.guestCount -= 1;
}
}
frame 19 {
stop();
_root.dayScreen.gotoAndStop(13);
_global.currentLevel = 12;
_root.date = 12;
_root.goal = 260;
_root.scoreLevel = 0;
_root.guestCount = 9;
_root.level12Complete = 0;
if (music == 1) {
_root.inGame3Music.gotoAndStop(2);
}
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect1 = 0;
_root.friedSausageSelect1 = 0;
_root.friedShrimpSelect1 = 0;
_root.frenchfriesSelect1 = 0;
_root.eggSelect1 = 0;
_root.friedMeatSelect2 = 0;
_root.friedSausageSelect2 = 0;
_root.friedShrimpSelect2 = 0;
_root.frenchfriesSelect2 = 0;
_root.eggSelect2 = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
_root.stove.stove1.gotoAndStop(1);
_root.stove.stove2.gotoAndStop(1);
_root.juicer.juicer1.gotoAndStop(1);
_root.juicer.juicer2.gotoAndStop(1);
_root.breadToaster.breadToaster1.gotoAndStop(1);
_root.breadToaster.breadToaster2.gotoAndStop(1);
_root.tray1.gotoAndStop(1);
_root.tray2.gotoAndStop(1);
_root.dishwasher.dishwasher1.gotoAndStop(1);
_root.dishwasher.dishwasher2.gotoAndStop(1);
_root.chair1.gotoAndStop(1);
_root.chair2.gotoAndStop(1);
_root.clock.gotoAndStop(2);
_root.cashRegister.gotoAndStop(1);
_root.guestBoyBlonde2FrenchfriesIcecreamTable2TableOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2FrenchfriesOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2IcecreamOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2FrenchfriesIcecreamTable2TableOrder == 1) {
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.startDrag();
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde2FrenchfriesIcecreamTable2TableOrder == 1) {
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.stopDrag();
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde2FrenchfriesIcecreamTable2.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde2FrenchfriesIcecreamTable2._x = 115;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2._y = 214.2;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('action');
_root.table1.gotoAndStop('guestBoyBlonde2FrenchfriesIcecreamTable2');
if (_root.guestGirlBrunette2JuiceStrawberryTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlBrunette2JuiceStrawberryTray2Out = 1;
_root.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde2FrenchfriesIcecreamTable2._x = 53.75;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2._y = 372.15;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.onRelease = _root.guestBoyBlonde2FrenchfriesIcecreamTable2.onReleaseOutside;
_root.guestGirlAsian1IcecreamTable2TableOrder = 0;
_root.guestGirlAsian1IcecreamTable2IcecreamOrder = 0;
_root.guestGirlAsian1IcecreamTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian1IcecreamTable2TableOrder == 1) {
_root.guestGirlAsian1IcecreamTable2.startDrag();
_root.guestGirlAsian1IcecreamTable2.swapDepths(1000);
}
}
}
};
_root.guestGirlAsian1IcecreamTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlAsian1IcecreamTable2TableOrder == 1) {
_root.guestGirlAsian1IcecreamTable2.stopDrag();
_root.guestGirlAsian1IcecreamTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlAsian1IcecreamTable2.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlAsian1IcecreamTable2TableOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.gotoAndStop('leftback');
_root.guestGirlAsian1IcecreamTable2._x = 249.7;
_root.guestGirlAsian1IcecreamTable2._y = 105.55;
_root.guestGirlAsian1IcecreamTable2.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlAsian1IcecreamTable2');
if (_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2Out = 1;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlAsian1IcecreamTable2._x = 162.85;
_root.guestGirlAsian1IcecreamTable2._y = 338;
_root.guestGirlAsian1IcecreamTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlAsian1IcecreamTable2.onRelease = _root.guestGirlAsian1IcecreamTable2.onReleaseOutside;
_root.guestBoyEbony1IcecreamTray2TrayOrder = 0;
_root.guestBoyEbony1IcecreamTray2IcecreamOrder = 0;
_root.guestBoyEbony1IcecreamTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyEbony1IcecreamTray2TrayOrder == 1) {
_root.guestBoyEbony1IcecreamTray2.startDrag();
_root.guestBoyEbony1IcecreamTray2.swapDepths(1000);
}
}
}
};
_root.guestBoyEbony1IcecreamTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyEbony1IcecreamTray2TrayOrder == 1) {
_root.guestBoyEbony1IcecreamTray2.stopDrag();
_root.guestBoyEbony1IcecreamTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyEbony1IcecreamTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyEbony1IcecreamTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyEbony1IcecreamTray2._x = 290.85;
_root.guestBoyEbony1IcecreamTray2._y = 308.15;
_root.guestBoyEbony1IcecreamTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyEbony1IcecreamTray2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyEbony1IcecreamTray2._x = 52.2;
_root.guestBoyEbony1IcecreamTray2._y = 129.4;
_root.guestBoyEbony1IcecreamTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyEbony1IcecreamTray2.onRelease = _root.guestBoyEbony1IcecreamTray2.onReleaseOutside;
_root.guestGirlBrunette2JuiceStrawberryTray2Out = 0;
_root.guestGirlBrunette2JuiceStrawberryTray2TrayOrder = 0;
_root.guestGirlBrunette2JuiceStrawberryTray2JuiceStrawberryOrder = 0;
_root.guestGirlBrunette2JuiceStrawberryTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceStrawberryTray2TrayOrder == 1) {
_root.guestGirlBrunette2JuiceStrawberryTray2.startDrag();
_root.guestGirlBrunette2JuiceStrawberryTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette2JuiceStrawberryTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette2JuiceStrawberryTray2TrayOrder == 1) {
_root.guestGirlBrunette2JuiceStrawberryTray2.stopDrag();
_root.guestGirlBrunette2JuiceStrawberryTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette2JuiceStrawberryTray2.hitTest(_root.counter) & _root.guestLine2Occupied == 0) {
_root.guestLine2Occupied = 1;
_root.guestGirlBrunette2JuiceStrawberryTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette2JuiceStrawberryTray2._x = 383.85;
_root.guestGirlBrunette2JuiceStrawberryTray2._y = 272.6;
_root.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop('action');
_root.guestLine2.gotoAndStop('guestGirlBrunette2JuiceStrawberryTray2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette2JuiceStrawberryTray2._x = 52.75;
_root.guestGirlBrunette2JuiceStrawberryTray2._y = 364.3;
_root.guestGirlBrunette2JuiceStrawberryTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette2JuiceStrawberryTray2.onRelease = _root.guestGirlBrunette2JuiceStrawberryTray2.onReleaseOutside;
_root.guestGirlEbony1FrenchfriesEggTable2Out = 0;
_root.guestGirlEbony1FrenchfriesEggTable2TableOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable2FrenchfriesOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable2EggOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1FrenchfriesEggTable2TableOrder == 1) {
_root.guestGirlEbony1FrenchfriesEggTable2.startDrag();
_root.guestGirlEbony1FrenchfriesEggTable2.swapDepths(1000);
}
}
}
};
_root.guestGirlEbony1FrenchfriesEggTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlEbony1FrenchfriesEggTable2TableOrder == 1) {
_root.guestGirlEbony1FrenchfriesEggTable2.stopDrag();
_root.guestGirlEbony1FrenchfriesEggTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlEbony1FrenchfriesEggTable2.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestGirlEbony1FrenchfriesEggTable2TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestGirlEbony1FrenchfriesEggTable2._x = 115;
_root.guestGirlEbony1FrenchfriesEggTable2._y = 214.2;
_root.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('action');
_root.table1.gotoAndStop('guestGirlEbony1FrenchfriesEggTable2');
if (_root.guestBoyBlonde1BreadMeatTray3Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlonde1BreadMeatTray3Out = 1;
_root.guestBoyBlonde1BreadMeatTray3.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlEbony1FrenchfriesEggTable2._x = 59.05;
_root.guestGirlEbony1FrenchfriesEggTable2._y = 133.05;
_root.guestGirlEbony1FrenchfriesEggTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlEbony1FrenchfriesEggTable2.onRelease = _root.guestGirlEbony1FrenchfriesEggTable2.onReleaseOutside;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2Out = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2TrayOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2BreadShrimpOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2JuiceStrawberryOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2TrayOrder == 1) {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.startDrag();
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.swapDepths(1000);
}
}
}
};
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2TrayOrder == 1) {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.stopDrag();
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2._x = 292;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2._y = 318.7;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestGirlBrunette3BreadShrimpJuiceStrawberryTray2');
if (_root.guestBoyBlackhair1JuiceGrapeTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlackhair1JuiceGrapeTable2Out = 1;
_root.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2._x = 164.4;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2._y = 339.3;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.onRelease = _root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.onReleaseOutside;
_root.guestBoyBlackhair1JuiceGrapeTable2Out = 0;
_root.guestBoyBlackhair1JuiceGrapeTable2TableOrder = 0;
_root.guestBoyBlackhair1JuiceGrapeTable2JuiceGrapeOrder = 0;
_root.guestBoyBlackhair1JuiceGrapeTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1JuiceGrapeTable2TableOrder == 1) {
_root.guestBoyBlackhair1JuiceGrapeTable2.startDrag();
_root.guestBoyBlackhair1JuiceGrapeTable2.swapDepths(1000);
}
}
}
};
_root.guestBoyBlackhair1JuiceGrapeTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlackhair1JuiceGrapeTable2TableOrder == 1) {
_root.guestBoyBlackhair1JuiceGrapeTable2.stopDrag();
_root.guestBoyBlackhair1JuiceGrapeTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlackhair1JuiceGrapeTable2.hitTest(_root.table1) & _root.table1Occupied == 0) {
_root.table1Occupied = 1;
_root.guestBoyBlackhair1JuiceGrapeTable2TableOrder = 0;
_root.player._x = 242.25;
_root.player._y = 206.6;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlackhair1JuiceGrapeTable2._x = 115;
_root.guestBoyBlackhair1JuiceGrapeTable2._y = 214.2;
_root.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('action');
_root.table1.gotoAndStop('guestBoyBlackhair1JuiceGrapeTable2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlackhair1JuiceGrapeTable2._x = 166.7;
_root.guestBoyBlackhair1JuiceGrapeTable2._y = 343.5;
_root.guestBoyBlackhair1JuiceGrapeTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlackhair1JuiceGrapeTable2.onRelease = _root.guestBoyBlackhair1JuiceGrapeTable2.onReleaseOutside;
_root.guestBoyBlonde1BreadMeatTray3Out = 0;
_root.guestBoyBlonde1BreadMeatTray3TrayOrder = 0;
_root.guestBoyBlonde1BreadMeatTray3BreadMeatOrder = 0;
_root.guestBoyBlonde1BreadMeatTray3.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1BreadMeatTray3TrayOrder == 1) {
_root.guestBoyBlonde1BreadMeatTray3.startDrag();
_root.guestBoyBlonde1BreadMeatTray3.swapDepths(1000);
}
}
}
};
_root.guestBoyBlonde1BreadMeatTray3.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestBoyBlonde1BreadMeatTray3TrayOrder == 1) {
_root.guestBoyBlonde1BreadMeatTray3.stopDrag();
_root.guestBoyBlonde1BreadMeatTray3.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestBoyBlonde1BreadMeatTray3.hitTest(_root.counter) & _root.guestLine1Occupied == 0) {
_root.guestLine1Occupied = 1;
_root.guestBoyBlonde1BreadMeatTray3TrayOrder = 0;
_root.player._x = 426.1;
_root.player._y = 362.05;
_root.player.gotoAndStop('leftback');
_root.guestBoyBlonde1BreadMeatTray3._x = 297.1;
_root.guestBoyBlonde1BreadMeatTray3._y = 318.45;
_root.guestBoyBlonde1BreadMeatTray3.gotoAndStop('action');
_root.guestLine1.gotoAndStop('guestBoyBlonde1BreadMeatTray3');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestBoyBlonde1BreadMeatTray3._x = 51.3;
_root.guestBoyBlonde1BreadMeatTray3._y = 132.85;
_root.guestBoyBlonde1BreadMeatTray3.swapDepths(-1000);
}
}
}
}
};
_root.guestBoyBlonde1BreadMeatTray3.onRelease = _root.guestBoyBlonde1BreadMeatTray3.onReleaseOutside;
_root.guestGirlRedhead1FrenchfriesTable2TableOrder = 0;
_root.guestGirlRedhead1FrenchfriesTable2FrenchfriesOrder = 0;
_root.guestGirlRedhead1FrenchfriesTable2.onPress = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1FrenchfriesTable2TableOrder == 1) {
_root.guestGirlRedhead1FrenchfriesTable2.startDrag();
_root.guestGirlRedhead1FrenchfriesTable2.swapDepths(1000);
}
}
}
};
_root.guestGirlRedhead1FrenchfriesTable2.onReleaseOutside = function () {
if (pausePlay == 0) {
if (_root.playerCooking == 0) {
if (_root.guestGirlRedhead1FrenchfriesTable2TableOrder == 1) {
_root.guestGirlRedhead1FrenchfriesTable2.stopDrag();
_root.guestGirlRedhead1FrenchfriesTable2.swapDepths(-1000);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.guestGirlRedhead1FrenchfriesTable2.hitTest(_root.table2) & _root.table2Occupied == 0) {
_root.table2Occupied = 1;
_root.guestGirlRedhead1FrenchfriesTable2TableOrder = 0;
_root.player._x = 368.55;
_root.player._y = 104.3;
_root.player.gotoAndStop('leftback');
_root.guestGirlRedhead1FrenchfriesTable2._x = 249.7;
_root.guestGirlRedhead1FrenchfriesTable2._y = 105.55;
_root.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('action');
_root.table2.gotoAndStop('guestGirlRedhead1FrenchfriesTable2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
} else {
_root.guestGirlRedhead1FrenchfriesTable2._x = 58.85;
_root.guestGirlRedhead1FrenchfriesTable2._y = 364.1;
_root.guestGirlRedhead1FrenchfriesTable2.swapDepths(-1000);
}
}
}
}
};
_root.guestGirlRedhead1FrenchfriesTable2.onRelease = _root.guestGirlRedhead1FrenchfriesTable2.onReleaseOutside;
}
movieClip 5095 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian1IcecreamTable2TableOrder = 1;
_root.guestGirlAsian1IcecreamTable2.gotoAndStop('waiting');
}
}
movieClip 5099 {
frame 640 {
_root.guestGirlAsian1IcecreamTable2.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlAsian1IcecreamTable2TableOrder = 0;
_root.guestGirlAsian1IcecreamTable2.gotoAndStop('leave');
}
}
movieClip 5102 {
frame 36 {
_root.table2Occupied = 0;
_root.guestGirlAsian1IcecreamTable2.gotoAndStop('leave');
}
}
movieClip 5103 {
frame 1 {
stop();
}
instance of movieClip 5095 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 5099 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 5102 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestGirlAsian1IcecreamTable2._x = 162.85;
_root.guestGirlAsian1IcecreamTable2._y = 338;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
if (_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2Out = 1;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 5106 {
frame 180 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony1IcecreamTray2TrayOrder = 1;
_root.guestBoyEbony1IcecreamTray2.gotoAndStop('waiting');
}
}
movieClip 5110 {
frame 640 {
_root.guestBoyEbony1IcecreamTray2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyEbony1IcecreamTray2TrayOrder = 0;
_root.guestBoyEbony1IcecreamTray2.gotoAndStop('leave');
}
}
movieClip 5115 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyEbony1IcecreamTray2.gotoAndStop('leave');
}
}
movieClip 5116 {
frame 1 {
stop();
}
instance of movieClip 5106 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 5110 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 5115 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyEbony1IcecreamTray2._x = 52.2;
_root.guestBoyEbony1IcecreamTray2._y = 129.4;
_root.guestCount -= 1;
if (_root.guestGirlEbony1FrenchfriesEggTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlEbony1FrenchfriesEggTable2Out = 1;
_root.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 5119 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1FrenchfriesEggTable2TableOrder = 1;
_root.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('waiting');
}
}
movieClip 5124 {
frame 640 {
_root.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('mad');
}
frame 940 {
_root.guestGirlEbony1FrenchfriesEggTable2TableOrder = 0;
_root.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('leave');
}
}
movieClip 5129 {
frame 36 {
_root.table1Occupied = 0;
_root.guestGirlEbony1FrenchfriesEggTable2.gotoAndStop('leave');
}
}
movieClip 5130 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5119 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5124 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5129 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlEbony1FrenchfriesEggTable2._x = 59.05;
_root.guestGirlEbony1FrenchfriesEggTable2._y = 133.05;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
if (_root.guestBoyBlonde1BreadMeatTray3Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlonde1BreadMeatTray3Out = 1;
_root.guestBoyBlonde1BreadMeatTray3.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
}
movieClip 5133 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2TrayOrder = 1;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('waiting');
}
}
movieClip 5137 {
frame 640 {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('mad');
}
frame 960 {
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2TrayOrder = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('leave');
}
}
movieClip 5143 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2.gotoAndStop('leave');
}
}
movieClip 5144 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5133 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5137 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5143 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2._x = 164.4;
_root.guestGirlBrunette3BreadShrimpJuiceStrawberryTray2._y = 339.3;
_root.guestCount -= 1;
if (_root.guestBoyBlackhair1JuiceGrapeTable2Out == 0) {
if (_root.shopClose == 0) {
_root.guestBoyBlackhair1JuiceGrapeTable2Out = 1;
_root.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
}
movieClip 5147 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlackhair1JuiceGrapeTable2TableOrder = 1;
_root.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('waiting');
}
}
movieClip 5152 {
frame 640 {
_root.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyBlackhair1JuiceGrapeTable2TableOrder = 0;
_root.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('leave');
}
}
movieClip 5156 {
frame 36 {
_root.table1Occupied = 0;
_root.guestBoyBlackhair1JuiceGrapeTable2.gotoAndStop('leave');
}
}
movieClip 5157 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5147 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5152 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1375 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5156 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlackhair1JuiceGrapeTable2._x = 166.7;
_root.guestBoyBlackhair1JuiceGrapeTable2._y = 343.5;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
}
}
movieClip 5160 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1BreadMeatTray3TrayOrder = 1;
_root.guestBoyBlonde1BreadMeatTray3.gotoAndStop('waiting');
}
}
movieClip 5164 {
frame 640 {
_root.guestBoyBlonde1BreadMeatTray3.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyBlonde1BreadMeatTray3TrayOrder = 0;
_root.guestBoyBlonde1BreadMeatTray3.gotoAndStop('leave');
}
}
movieClip 5169 {
frame 36 {
_root.guestLine1Occupied = 0;
_root.guestBoyBlonde1BreadMeatTray3.gotoAndStop('leave');
}
}
movieClip 5170 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5160 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5164 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5169 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestBoyBlonde1BreadMeatTray3._x = 51.3;
_root.guestBoyBlonde1BreadMeatTray3._y = 132.85;
_root.guestCount -= 1;
trace('Guest: ' + _root.guestCount);
}
}
movieClip 5172 {
frame 50 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2FrenchfriesIcecreamTable2TableOrder = 1;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('waiting');
}
}
movieClip 5176 {
frame 640 {
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('mad');
}
frame 940 {
_root.guestBoyBlonde2FrenchfriesIcecreamTable2TableOrder = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('leave');
}
}
movieClip 5179 {
frame 36 {
_root.table1Occupied = 0;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2.gotoAndStop('leave');
}
}
movieClip 5180 {
frame 1 {
stop();
}
instance of movieClip 5172 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 5176 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1437 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 5179 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestBoyBlonde2FrenchfriesIcecreamTable2._x = 53.75;
_root.guestBoyBlonde2FrenchfriesIcecreamTable2._y = 372.15;
_root.guestCount -= 1;
if (_root.guestGirlBrunette2JuiceStrawberryTray2Out == 0) {
if (_root.shopClose == 0) {
_root.guestGirlBrunette2JuiceStrawberryTray2Out = 1;
_root.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
}
movieClip 5183 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette2JuiceStrawberryTray2TrayOrder = 1;
_root.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop('waiting');
}
}
movieClip 5187 {
frame 640 {
_root.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop('mad');
}
frame 960 {
_root.guestGirlBrunette2JuiceStrawberryTray2TrayOrder = 0;
_root.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop('leave');
}
}
movieClip 5193 {
frame 36 {
_root.guestLine2Occupied = 0;
_root.guestGirlBrunette2JuiceStrawberryTray2.gotoAndStop('leave');
}
}
movieClip 5194 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5183 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5187 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5193 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlBrunette2JuiceStrawberryTray2._x = 52.75;
_root.guestGirlBrunette2JuiceStrawberryTray2._y = 364.3;
_root.guestCount -= 1;
if (_root.shopClose == 0) {
_root.guestGirlRedhead1FrenchfriesTable2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 5196 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1FrenchfriesTable2TableOrder = 1;
_root.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('waiting');
}
}
movieClip 5200 {
frame 640 {
_root.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('mad');
}
frame 920 {
_root.guestGirlRedhead1FrenchfriesTable2TableOrder = 0;
_root.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('leave');
}
}
movieClip 5204 {
frame 36 {
_root.table2Occupied = 0;
_root.guestGirlRedhead1FrenchfriesTable2.gotoAndStop('leave');
}
}
movieClip 5205 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 5196 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 5200 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 5204 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
_root.guestGirlRedhead1FrenchfriesTable2._x = 58.85;
_root.guestGirlRedhead1FrenchfriesTable2._y = 364.1;
_root.guestCount -= 1;
}
}
frame 20 {
stop();
_global.pausePlay = 1;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
_root.scoreLevelText._x = 252.4;
_root.scoreLevelText._y = 217.2;
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect = 0;
_root.friedSausageSelect = 0;
_root.friedShrimpSelect = 0;
_root.frenchfriesSelect = 0;
_root.eggSelect = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
if (music == 1) {
_root.loseMusic.gotoAndStop(2);
}
_root.inGame1Music.gotoAndStop(1);
_root.inGame2Music.gotoAndStop(1);
_root.inGame3Music.gotoAndStop(1);
trace('Guest: ' + _root.guestCount);
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.favoriteGame = _root.favorite;
_root.gameData.flush();
if (currentLevel == 1) {
_root.day = 1;
_root.goal = 20;
}
if (currentLevel == 2) {
_root.day = 2;
_root.goal = 30;
}
if (currentLevel == 3) {
_root.day = 3;
_root.goal = 40;
}
if (currentLevel == 4) {
_root.day = 4;
_root.goal = 60;
}
if (currentLevel == 5) {
_root.day = 5;
_root.goal = 80;
}
if (currentLevel == 6) {
_root.day = 6;
_root.goal = 100;
}
if (currentLevel == 7) {
_root.day = 7;
_root.goal = 120;
}
if (currentLevel == 8) {
_root.day = 8;
_root.goal = 140;
}
if (currentLevel == 9) {
_root.day = 9;
_root.goal = 170;
}
if (currentLevel == 10) {
_root.day = 10;
_root.goal = 200;
}
if (currentLevel == 11) {
_root.day = 11;
_root.goal = 230;
}
if (currentLevel == 12) {
_root.day = 12;
_root.goal = 260;
}
}
movieClip 5209 {
}
movieClip 5212 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 110 {
gotoAndStop(1);
}
}
movieClip 5215 {
}
button 5216 {
on (press) {
_root.goalText._x = 246.25;
_root.goalText._y = 531.8;
_root.levelScreenIn = 1;
_root.levelScreen.gotoAndStop(2);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.loseMusic.gotoAndStop(1);
}
}
movieClip 5218 {
}
button 5219 {
on (press) {
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.loseMusic.gotoAndStop(1);
gotoAndStop('submitScore');
}
}
instance musicOption of movieClip 378 {
onClipEvent (enterFrame) {
if (music == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
frame 21 {
stop();
_global.pausePlay = 1;
_root.moneyText._x = 606.3;
_root.moneyText._y = -41.95;
_root.scoreTotalText._x = 255.9;
_root.scoreTotalText._y = 279.7;
_root.scoreLevelText._x = 505.4;
_root.scoreLevelText._y = -41.95;
_root.handfull = 0;
_root.dirtyplate = 0;
_root.playerCooking = 0;
_root.player._x = 474.45;
_root.player._y = 385.65;
_root.playerMeat = 0;
_root.playerSausage = 0;
_root.playerShrimp = 0;
_root.playerPotato = 0;
_root.playerEgg = 0;
_root.playerBread = 0;
_root.playerOrange = 0;
_root.playerStrawberry = 0;
_root.playerGrape = 0;
_root.playerIcecream = 0;
_root.playerMeatCooked = 0;
_root.playerSausageCooked = 0;
_root.playerShrimpCooked = 0;
_root.playerFrenchfries = 0;
_root.playerEggCooked = 0;
_root.playerBreadCooked = 0;
_root.playerBreadMeatCooked = 0;
_root.playerBreadSausageCooked = 0;
_root.playerBreadShrimpCooked = 0;
_root.playerJuiceOrange = 0;
_root.playerJuiceStrawberry = 0;
_root.playerJuiceGrape = 0;
_root.friedMeatSelect = 0;
_root.friedSausageSelect = 0;
_root.friedShrimpSelect = 0;
_root.frenchfriesSelect = 0;
_root.eggSelect = 0;
_root.juiceOrangeSelect = 0;
_root.juiceStrawberrySelect = 0;
_root.juiceMelonSelect = 0;
_root.tray1Fill = 0;
_root.tray1Meat = 0;
_root.tray1Sausage = 0;
_root.tray1Shrimp = 0;
_root.tray1Potato = 0;
_root.tray1Egg = 0;
_root.tray1Bread = 0;
_root.tray1Orange = 0;
_root.tray1Strawberry = 0;
_root.tray1Grape = 0;
_root.tray1Icecream = 0;
_root.tray1MeatCooked = 0;
_root.tray1SausageCooked = 0;
_root.tray1ShrimpCooked = 0;
_root.tray1Frenchfries = 0;
_root.tray1EggCooked = 0;
_root.tray1BreadCooked = 0;
_root.tray1BreadMeatCooked = 0;
_root.tray1BreadSausageCooked = 0;
_root.tray1BreadShrimpCooked = 0;
_root.tray1JuiceOrange = 0;
_root.tray1JuiceStrawberry = 0;
_root.tray1JuiceGrape = 0;
_root.tray2Fill = 0;
_root.tray2Meat = 0;
_root.tray2Sausage = 0;
_root.tray2Shrimp = 0;
_root.tray2Potato = 0;
_root.tray2Egg = 0;
_root.tray2Bread = 0;
_root.tray2Orange = 0;
_root.tray2Strawberry = 0;
_root.tray2Grape = 0;
_root.tray2Icecream = 0;
_root.tray2MeatCooked = 0;
_root.tray2SausageCooked = 0;
_root.tray2ShrimpCooked = 0;
_root.tray2Frenchfries = 0;
_root.tray2EggCooked = 0;
_root.tray2BreadCooked = 0;
_root.tray2BreadMeatCooked = 0;
_root.tray2BreadSausageCooked = 0;
_root.tray2BreadShrimpCooked = 0;
_root.tray2JuiceOrange = 0;
_root.tray2JuiceStrawberry = 0;
_root.tray2JuiceGrape = 0;
_root.guestLine1Occupied = 0;
_root.guestLine2Occupied = 0;
_root.table1Occupied = 0;
_root.table2Occupied = 0;
if (music == 1) {
_root.winMusic.gotoAndStop(2);
}
_root.inGame1Music.gotoAndStop(1);
_root.inGame2Music.gotoAndStop(1);
_root.inGame3Music.gotoAndStop(1);
trace('Guest: ' + _root.guestCount);
_root.gameData = SharedObject.getLocal('dinerchef3');
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.favoriteGame = _root.favorite;
_root.gameData.flush();
if (currentLevel == 1) {
_root.day = 1;
_root.goal = 20;
}
if (currentLevel == 2) {
_root.day = 2;
_root.goal = 30;
}
if (currentLevel == 3) {
_root.day = 3;
_root.goal = 40;
}
if (currentLevel == 4) {
_root.day = 4;
_root.goal = 60;
}
if (currentLevel == 5) {
_root.day = 5;
_root.goal = 80;
}
if (currentLevel == 6) {
_root.day = 6;
_root.goal = 100;
}
if (currentLevel == 7) {
_root.day = 7;
_root.goal = 120;
}
if (currentLevel == 8) {
_root.day = 8;
_root.goal = 140;
}
if (currentLevel == 9) {
_root.day = 9;
_root.goal = 170;
}
if (currentLevel == 10) {
_root.day = 10;
_root.goal = 200;
}
if (currentLevel == 11) {
_root.day = 11;
_root.goal = 230;
}
if (currentLevel == 12) {
_root.day = 12;
_root.goal = 260;
}
}
movieClip 5223 {
}
movieClip 5225 {
frame 1 {
stop();
var bonusSound = new Sound();
bonusSound.attachSound('effect3.mp3');
bonusSound.stop();
var winSound = new Sound();
winSound.attachSound('Win-music.wav');
winSound.stop();
}
frame 2 {
play();
}
frame 3 {
var bonusSound = new Sound();
bonusSound.attachSound('Bonus1.wav');
bonusSound.start(0, 1);
}
frame 30 {
var winSound = new Sound();
winSound.attachSound('Win-music.wav');
winSound.start(0, 1);
}
frame 180 {
_parent.gotoAndStop('submitScore');
}
}
instance of movieClip 1965 {
onClipEvent (enterFrame) {
if (_root.score >= 300) {
this.gotoAndStop(1);
} else {
if (_root.score >= 280) {
this.gotoAndStop(2);
} else {
if (_root.score >= 260) {
this.gotoAndStop(3);
}
}
}
}
}
frame 22 {
stop();
_root.scoreTotalText._x = 505.4;
_root.scoreTotalText._y = -41.95;
}
movieClip 5228 {
}
button 5231 {
on (release) {
x = new LoadVars();
x.n = _root.newName.toLowerCase();
x.s = int(_root.score);
trace('im sending name: ' + x.n + ' with a score of : ' + x.s);
x.sendAndLoad('http://hiscore.girlgamesclub.com/dinerchef3_submit.php', x, 'POST');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (music == 1) {
_root.titleMusic.gotoAndStop(2);
}
_root.winMusic.gotoAndStop(1);
gotoAndStop('highScores');
}
}